Trace number 205869

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.13 1800.56

General information on the benchmark

Namefapp/fapp36-40/fapp38/
fapp38-2500-3.xml
MD5SUM3bc2d960eac798f81e5078a4a31804e9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark40.7268
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2500
Number of constraints62132
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension62132
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/205869-1168168292/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node58/watcher-205869-1168168292 -o ROOT/results/node58/solver-205869-1168168292 -C 1800 -M 900 /tmp/evaluation/205869-1168168292/Complete/Ordinary/solver /tmp/evaluation/205869-1168168292/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.92 1.27 1.66 2/65 22578
/proc/meminfo: memFree=1440104/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=53472 CPUtime=0
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 474 0 0 0 0 0 0 0 18 0 1 0 165231602 54755328 193 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550287 0 0 4096 2 0 0 0 17 1 0 0
/proc/22577/statm: 13368 193 123 90 0 12906 0

[startup+0.102499 s]
/proc/loadavg: 0.92 1.27 1.66 2/65 22578
/proc/meminfo: memFree=1440104/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=53824 CPUtime=0.09
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 2239 0 0 0 8 1 0 0 18 0 1 0 165231602 55115776 1955 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552186 0 0 4096 2 0 0 0 17 1 0 0
/proc/22577/statm: 13456 1955 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.511532 s]
/proc/loadavg: 0.92 1.27 1.66 2/65 22578
/proc/meminfo: memFree=1440104/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=53824 CPUtime=0.5
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 9114 0 0 0 46 4 0 0 21 0 1 0 165231602 55115776 8830 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609154 0 0 4096 2 0 0 0 17 1 0 0
/proc/22577/statm: 13456 8831 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.3346 s]
/proc/loadavg: 0.92 1.27 1.66 2/65 22578
/proc/meminfo: memFree=1396648/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=98340 CPUtime=1.32
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 23275 0 0 0 122 10 0 0 25 0 1 0 165231602 100700160 14445 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134599177 0 0 4096 2 0 0 0 17 1 0 0
/proc/22577/statm: 24585 14445 157 90 0 24123 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 98340

[startup+2.97074 s]
/proc/loadavg: 0.92 1.27 1.66 2/65 22578
/proc/meminfo: memFree=1346408/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=118204 CPUtime=2.96
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 33737 0 0 0 281 15 0 0 25 0 1 0 165231602 121040896 24518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550064 0 0 4096 2 0 0 0 17 1 0 0
/proc/22577/statm: 29551 24519 157 90 0 29089 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 118204

[startup+6.24702 s]
/proc/loadavg: 0.93 1.26 1.66 2/65 22578
/proc/meminfo: memFree=1341928/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=118200 CPUtime=6.23
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 33894 0 0 0 608 15 0 0 25 0 1 0 165231602 121036800 24674 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663132 0 0 4096 2 0 0 0 17 1 0 0
/proc/22577/statm: 29550 24674 176 90 0 29088 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 118200

[startup+12.7006 s]
/proc/loadavg: 0.93 1.26 1.65 2/65 22578
/proc/meminfo: memFree=1335336/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=124976 CPUtime=12.69
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 56996 0 0 0 1242 27 0 0 25 0 1 0 165231602 127975424 26302 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134856952 0 0 4096 2 0 0 0 17 1 0 0
/proc/22577/statm: 31244 26302 176 90 0 30782 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124976

[startup+25.5007 s]
/proc/loadavg: 0.95 1.25 1.64 2/65 22578
/proc/meminfo: memFree=1267304/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=480260 CPUtime=25.49
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 135478 0 0 0 2489 60 0 0 25 0 1 0 165231602 491786240 79665 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/22577/statm: 120065 79665 176 90 0 119603 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 480260

[startup+51.1099 s]
/proc/loadavg: 0.96 1.23 1.62 2/66 22579
/proc/meminfo: memFree=1194336/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=349876 CPUtime=51.09
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152121 0 0 0 5039 70 0 0 25 0 2 0 165231602 358273024 61394 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663996 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 87469 61394 180 90 0 87007 0
[pid=22577/tid=22579] ppid=22575 vsize=349876 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165235159 358273024 61394 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 349876

[startup+102.333 s]
/proc/loadavg: 0.98 1.19 1.59 2/66 22579
/proc/meminfo: memFree=1194336/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=349876 CPUtime=102.3
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152121 0 0 0 10160 70 0 0 25 0 2 0 165231602 358273024 61394 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751574 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 87469 61394 180 90 0 87007 0
[pid=22577/tid=22579] ppid=22575 vsize=349876 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165235159 358273024 61394 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 349876

[startup+162.371 s]
/proc/loadavg: 0.99 1.15 1.55 2/66 22579
/proc/meminfo: memFree=1194336/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=349876 CPUtime=162.32
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152122 0 0 0 16162 70 0 0 25 0 2 0 165231602 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554411 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 87469 61395 180 90 0 87007 0
[pid=22577/tid=22579] ppid=22575 vsize=349876 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165235159 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.32
Current children cumulated vsize (KiB) 349876

[startup+222.41 s]
/proc/loadavg: 0.99 1.12 1.51 2/66 22579
/proc/meminfo: memFree=1194272/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=349876 CPUtime=222.35
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152122 0 0 0 22165 70 0 0 25 0 2 0 165231602 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 87469 61395 180 90 0 87007 0
[pid=22577/tid=22579] ppid=22575 vsize=349876 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165235159 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 349876

[startup+282.45 s]
/proc/loadavg: 0.99 1.10 1.48 2/66 22579
/proc/meminfo: memFree=1194336/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=349876 CPUtime=282.37
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152122 0 0 0 28167 70 0 0 25 0 2 0 165231602 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 87469 61395 180 90 0 87007 0
[pid=22577/tid=22579] ppid=22575 vsize=349876 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165235159 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 349876

[startup+342.486 s]
/proc/loadavg: 0.99 1.08 1.44 2/66 22579
/proc/meminfo: memFree=1194272/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=349876 CPUtime=342.39
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152122 0 0 0 34169 70 0 0 25 0 2 0 165231602 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664644 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 87469 61395 180 90 0 87007 0
[pid=22577/tid=22579] ppid=22575 vsize=349876 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165235159 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 349876

[startup+402.527 s]
/proc/loadavg: 1.03 1.08 1.42 2/66 22581
/proc/meminfo: memFree=1194272/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=349876 CPUtime=402.42
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152122 0 0 0 40172 70 0 0 25 0 2 0 165231602 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 87469 61395 180 90 0 87007 0
[pid=22577/tid=22579] ppid=22575 vsize=349876 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165235159 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.42
Current children cumulated vsize (KiB) 349876

[startup+462.562 s]
/proc/loadavg: 1.01 1.06 1.39 2/66 22581
/proc/meminfo: memFree=1194272/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=349876 CPUtime=462.44
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152122 0 0 0 46174 70 0 0 25 0 2 0 165231602 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 87469 61395 180 90 0 87007 0
[pid=22577/tid=22579] ppid=22575 vsize=349876 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165235159 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.44
Current children cumulated vsize (KiB) 349876

[startup+522.597 s]
/proc/loadavg: 1.00 1.05 1.36 2/66 22581
/proc/meminfo: memFree=1194208/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=349876 CPUtime=522.46
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152122 0 0 0 52176 70 0 0 25 0 2 0 165231602 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557319 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 87469 61395 180 90 0 87007 0
[pid=22577/tid=22579] ppid=22575 vsize=349876 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165235159 358273024 61395 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.46
Current children cumulated vsize (KiB) 349876

[startup+582.633 s]
/proc/loadavg: 1.00 1.03 1.34 2/66 22581
/proc/meminfo: memFree=1194208/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=349876 CPUtime=582.49
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152128 0 0 0 58178 71 0 0 25 0 2 0 165231602 358273024 61401 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 87469 61401 180 90 0 87007 0
[pid=22577/tid=22579] ppid=22575 vsize=349876 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165235159 358273024 61401 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.49
Current children cumulated vsize (KiB) 349876

[startup+642.677 s]
/proc/loadavg: 1.00 1.03 1.31 2/66 22581
/proc/meminfo: memFree=1194144/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=349876 CPUtime=642.52
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152128 0 0 0 64181 71 0 0 25 0 2 0 165231602 358273024 61401 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 87469 61401 180 90 0 87007 0
[pid=22577/tid=22579] ppid=22575 vsize=349876 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165235159 358273024 61401 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.52
Current children cumulated vsize (KiB) 349876


################
# More data... #
################

[pid=22577/tid=22582] ppid=22575 vsize=360120 CPUtime=0
/proc/22577/task/22582/stat : 22582 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165325171 368762880 61412 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.83
Current children cumulated vsize (KiB) 360120

[startup+1243.18 s]
/proc/loadavg: 1.00 1.00 1.15 2/67 22582
/proc/meminfo: memFree=1194008/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=360120 CPUtime=1242.88
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152139 0 0 0 124216 72 0 0 25 0 3 0 165231602 368762880 61412 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552043 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 90030 61412 180 90 0 89568 0
[pid=22577/tid=22579] ppid=22575 vsize=360120 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165235159 368762880 61412 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22582] ppid=22575 vsize=360120 CPUtime=0
/proc/22577/task/22582/stat : 22582 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165325171 368762880 61412 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.88
Current children cumulated vsize (KiB) 360120

[startup+1303.24 s]
/proc/loadavg: 1.00 1.00 1.13 2/67 22582
/proc/meminfo: memFree=1194008/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=360120 CPUtime=1302.93
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152139 0 0 0 130221 72 0 0 25 0 3 0 165231602 368762880 61412 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 90030 61412 180 90 0 89568 0
[pid=22577/tid=22579] ppid=22575 vsize=360120 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165235159 368762880 61412 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22582] ppid=22575 vsize=360120 CPUtime=0
/proc/22577/task/22582/stat : 22582 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165325171 368762880 61412 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.93
Current children cumulated vsize (KiB) 360120

[startup+1363.31 s]
/proc/loadavg: 1.00 1.00 1.12 2/67 22582
/proc/meminfo: memFree=1194008/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=360120 CPUtime=1362.97
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152139 0 0 0 136225 72 0 0 25 0 3 0 165231602 368762880 61412 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 90030 61412 180 90 0 89568 0
[pid=22577/tid=22579] ppid=22575 vsize=360120 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165235159 368762880 61412 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22582] ppid=22575 vsize=360120 CPUtime=0
/proc/22577/task/22582/stat : 22582 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165325171 368762880 61412 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.97
Current children cumulated vsize (KiB) 360120

[startup+1423.38 s]
/proc/loadavg: 1.00 1.00 1.11 2/68 22583
/proc/meminfo: memFree=1193936/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=370364 CPUtime=1423.03
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152140 0 0 0 142231 72 0 0 25 0 4 0 165231602 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 92591 61413 180 90 0 92129 0
[pid=22577/tid=22579] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165235159 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22582] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22582/stat : 22582 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165325171 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22583] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22583/stat : 22583 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165370178 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1423.03
Current children cumulated vsize (KiB) 370364

[startup+1483.47 s]
/proc/loadavg: 1.00 1.00 1.10 2/68 22583
/proc/meminfo: memFree=1194000/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=370364 CPUtime=1483.1
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152140 0 0 0 148238 72 0 0 25 0 4 0 165231602 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620076 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 92591 61413 180 90 0 92129 0
[pid=22577/tid=22579] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165235159 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22582] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22582/stat : 22582 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165325171 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22583] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22583/stat : 22583 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165370178 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.1
Current children cumulated vsize (KiB) 370364

[startup+1543.55 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 22583
/proc/meminfo: memFree=1193936/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=370364 CPUtime=1543.18
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152140 0 0 0 154246 72 0 0 25 0 4 0 165231602 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 92591 61413 180 90 0 92129 0
[pid=22577/tid=22579] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165235159 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22582] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22582/stat : 22582 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165325171 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22583] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22583/stat : 22583 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165370178 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1543.18
Current children cumulated vsize (KiB) 370364

[startup+1603.64 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 22583
/proc/meminfo: memFree=1193936/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=370364 CPUtime=1603.25
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152140 0 0 0 160253 72 0 0 25 0 4 0 165231602 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 92591 61413 180 90 0 92129 0
[pid=22577/tid=22579] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165235159 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22582] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22582/stat : 22582 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165325171 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22583] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22583/stat : 22583 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165370178 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1603.25
Current children cumulated vsize (KiB) 370364

[startup+1663.73 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 22583
/proc/meminfo: memFree=1194000/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=370364 CPUtime=1663.32
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152140 0 0 0 166260 72 0 0 25 0 4 0 165231602 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 92591 61413 180 90 0 92129 0
[pid=22577/tid=22579] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165235159 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22582] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22582/stat : 22582 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165325171 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22583] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22583/stat : 22583 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165370178 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.32
Current children cumulated vsize (KiB) 370364

[startup+1723.82 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 22583
/proc/meminfo: memFree=1193936/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=370364 CPUtime=1723.39
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152140 0 0 0 172267 72 0 0 25 0 4 0 165231602 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 92591 61413 180 90 0 92129 0
[pid=22577/tid=22579] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165235159 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22582] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22582/stat : 22582 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165325171 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22583] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22583/stat : 22583 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165370178 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.39
Current children cumulated vsize (KiB) 370364

[startup+1783.9 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 22583
/proc/meminfo: memFree=1193936/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=370364 CPUtime=1783.47
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152140 0 0 0 178274 73 0 0 25 0 4 0 165231602 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751574 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 92591 61413 180 90 0 92129 0
[pid=22577/tid=22579] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165235159 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22582] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22582/stat : 22582 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165325171 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22583] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22583/stat : 22583 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165370178 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.47
Current children cumulated vsize (KiB) 370364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.52 s]
/proc/loadavg: 1.00 1.00 1.06 2/68 22583
/proc/meminfo: memFree=1193936/2055920 swapFree=4192812/4192956
[pid=22577] ppid=22575 vsize=370364 CPUtime=1800.08
/proc/22577/stat : 22577 (bprolog) R 22575 22577 22028 0 -1 4194304 152140 0 0 0 179935 73 0 0 25 0 4 0 165231602 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577591 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22577/statm: 92591 61413 180 90 0 92129 0
[pid=22577/tid=22579] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22579/stat : 22579 (bprolog) S 22575 22577 22028 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165235159 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22582] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22582/stat : 22582 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165325171 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=22577/tid=22583] ppid=22575 vsize=370364 CPUtime=0
/proc/22577/task/22583/stat : 22583 (bprolog) S 22575 22577 22028 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165370178 379252736 61413 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 370364

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.56
CPU time (s): 1800.13
CPU user time (s): 1799.36
CPU system time (s): 0.769882
CPU usage (%): 99.9762
Max. virtual memory (cumulated for all children) (KiB): 480260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.769882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152140
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 2160

runsolver used 1.35279 s user time and 3.70544 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sun Jan  7 11:11:36 UTC 2007


IDJOB= 205869
IDBENCH= 4173
FILE ID= node58/205869-1168168292

PBS_JOBID= 3478707

Free space on /tmp= 66548 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp38/fapp38-2500-3.xml
COMMAND LINE= /tmp/evaluation/205869-1168168292/Complete/Ordinary/solver /tmp/evaluation/205869-1168168292/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node58/convwatcher-205869-1168168292 -o ROOT/results/node58/conversion-205869-1168168292 -C 600 -M 900 /tmp/evaluation/205869-1168168292/Complete/Ordinary/conversion /tmp/evaluation/205869-1168168292/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-205869-1168168292 -o ROOT/results/node58/solver-205869-1168168292 -C 1800 -M 900  /tmp/evaluation/205869-1168168292/Complete/Ordinary/solver /tmp/evaluation/205869-1168168292/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  3bc2d960eac798f81e5078a4a31804e9

RANDOM SEED= 490823717

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1440584 kB
Buffers:         35076 kB
Cached:         498384 kB
SwapCached:          0 kB
Active:          63952 kB
Inactive:       485136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1440584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10272 kB
Writeback:           0 kB
Mapped:          25768 kB
Slab:            52300 kB
Committed_AS:  2590576 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66542 MiB



End job on node58 on Sun Jan  7 11:42:18 UTC 2007