Trace number 201697

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.1 1801.4

General information on the benchmark

Namefapp/fapp11-15/fapp13/
fapp13-2000-4.xml
MD5SUM3f4c3da4d1086c239753fd2edce97a45
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints25652
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25652
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/201697-1168149252/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/node39/watcher-201697-1168149252 -o ROOT/results/node39/solver-201697-1168149252 -C 1800 -M 900 /tmp/evaluation/201697-1168149252/Complete/Ordinary/solver /tmp/evaluation/201697-1168149252/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: 1.94 1.98 1.92 3/76 11943
/proc/meminfo: memFree=1435712/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=5352 CPUtime=0
/proc/11942/stat : 11942 (sh) R 11940 11942 11672 0 -1 4194304 225 0 0 0 0 0 0 0 20 0 1 0 163326504 5480448 192 18446744073709551615 4194304 4889804 548682069360 18446744073709551615 231493348465 0 0 4100 0 0 0 0 17 1 0 0
/proc/11942/statm: 1338 192 159 169 0 49 0

[startup+0.103057 s]
/proc/loadavg: 1.94 1.98 1.92 3/76 11943
/proc/meminfo: memFree=1435712/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=53824 CPUtime=0.09
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 2164 0 0 0 8 1 0 0 20 0 1 0 163326504 55115776 1880 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/11942/statm: 13456 1880 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.511091 s]
/proc/loadavg: 1.94 1.98 1.92 3/76 11943
/proc/meminfo: memFree=1435712/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=68396 CPUtime=0.5
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 8831 0 0 0 46 4 0 0 23 0 1 0 163326504 70037504 8545 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/11942/statm: 17099 8545 157 90 0 16637 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 68396

[startup+1.33216 s]
/proc/loadavg: 1.94 1.98 1.92 3/76 11943
/proc/meminfo: memFree=1390976/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=68396 CPUtime=1.32
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 12273 0 0 0 127 5 0 0 25 0 1 0 163326504 70037504 11987 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609363 0 0 4096 2 0 0 0 17 1 0 0
/proc/11942/statm: 17099 11987 157 90 0 16637 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 68396

[startup+2.97531 s]
/proc/loadavg: 1.94 1.98 1.92 3/76 11943
/proc/meminfo: memFree=1388160/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=68392 CPUtime=2.95
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 12349 0 0 0 290 5 0 0 25 0 1 0 163326504 70033408 12062 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 0 0 0 17 1 0 0
/proc/11942/statm: 17098 12062 176 90 0 16636 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 68392

[startup+6.25562 s]
/proc/loadavg: 1.94 1.98 1.92 3/76 11943
/proc/meminfo: memFree=1350208/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=106800 CPUtime=6.22
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 27496 0 0 0 612 10 0 0 25 0 1 0 163326504 109363200 13885 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664597 0 0 4096 2 0 0 0 17 1 0 0
/proc/11942/statm: 26700 13885 176 90 0 26238 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 106800

[startup+12.7222 s]
/proc/loadavg: 1.95 1.98 1.92 3/77 11944
/proc/meminfo: memFree=1321400/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=148336 CPUtime=12.66
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48598 0 0 0 1248 18 0 0 25 0 2 0 163326504 151896064 29041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 37084 29041 180 90 0 36622 0
[pid=11942/tid=11944] ppid=11940 vsize=148336 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163327636 151896064 29041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 148336

[startup+25.5374 s]
/proc/loadavg: 2.03 2.00 1.93 3/77 11944
/proc/meminfo: memFree=1319864/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=148336 CPUtime=25.43
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48656 0 0 0 2525 18 0 0 25 0 2 0 163326504 151896064 29099 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 37084 29099 180 90 0 36622 0
[pid=11942/tid=11944] ppid=11940 vsize=148336 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163327636 151896064 29099 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 148336

[startup+51.1807 s]
/proc/loadavg: 2.02 2.00 1.93 3/77 11944
/proc/meminfo: memFree=1319928/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=148336 CPUtime=50.97
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48661 0 0 0 5079 18 0 0 25 0 2 0 163326504 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 37084 29104 180 90 0 36622 0
[pid=11942/tid=11944] ppid=11940 vsize=148336 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163327636 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 148336

[startup+102.458 s]
/proc/loadavg: 2.00 2.00 1.93 3/77 11944
/proc/meminfo: memFree=1319928/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=148336 CPUtime=102.06
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48661 0 0 0 10188 18 0 0 25 0 2 0 163326504 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 37084 29104 180 90 0 36622 0
[pid=11942/tid=11944] ppid=11940 vsize=148336 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163327636 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 148336

[startup+162.561 s]
/proc/loadavg: 2.06 2.01 1.93 3/77 11944
/proc/meminfo: memFree=1314936/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=148336 CPUtime=161.93
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48661 0 0 0 16174 19 0 0 25 0 2 0 163326504 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663850 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 37084 29104 180 90 0 36622 0
[pid=11942/tid=11944] ppid=11940 vsize=148336 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163327636 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.93
Current children cumulated vsize (KiB) 148336

[startup+222.591 s]
/proc/loadavg: 2.02 2.01 1.93 3/77 11944
/proc/meminfo: memFree=1314808/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=148336 CPUtime=221.95
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48661 0 0 0 22176 19 0 0 25 0 2 0 163326504 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 37084 29104 180 90 0 36622 0
[pid=11942/tid=11944] ppid=11940 vsize=148336 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163327636 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.95
Current children cumulated vsize (KiB) 148336

[startup+282.667 s]
/proc/loadavg: 2.00 2.00 1.93 3/77 11944
/proc/meminfo: memFree=1314744/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=148336 CPUtime=282.01
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48661 0 0 0 28182 19 0 0 25 0 2 0 163326504 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 37084 29104 180 90 0 36622 0
[pid=11942/tid=11944] ppid=11940 vsize=148336 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163327636 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 148336

[startup+342.675 s]
/proc/loadavg: 2.00 2.00 1.93 3/77 11944
/proc/meminfo: memFree=1314744/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=148336 CPUtime=342
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48661 0 0 0 34181 19 0 0 25 0 2 0 163326504 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 37084 29104 180 90 0 36622 0
[pid=11942/tid=11944] ppid=11940 vsize=148336 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163327636 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342
Current children cumulated vsize (KiB) 148336

[startup+402.777 s]
/proc/loadavg: 1.61 1.90 1.90 2/72 12124
/proc/meminfo: memFree=1389352/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=148336 CPUtime=401.88
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48661 0 0 0 40167 21 0 0 25 0 2 0 163326504 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618370 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 37084 29104 180 90 0 36622 0
[pid=11942/tid=11944] ppid=11940 vsize=148336 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163327636 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.88
Current children cumulated vsize (KiB) 148336

[startup+462.845 s]
/proc/loadavg: 1.22 1.74 1.84 2/72 12216
/proc/meminfo: memFree=1389416/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=148336 CPUtime=461.89
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48661 0 0 0 46168 21 0 0 25 0 2 0 163326504 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589830 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 37084 29104 180 90 0 36622 0
[pid=11942/tid=11944] ppid=11940 vsize=148336 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163327636 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.89
Current children cumulated vsize (KiB) 148336

[startup+522.894 s]
/proc/loadavg: 1.09 1.61 1.79 2/66 12250
/proc/meminfo: memFree=1390304/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=148336 CPUtime=521.91
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48661 0 0 0 52169 22 0 0 25 0 2 0 163326504 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 37084 29104 180 90 0 36622 0
[pid=11942/tid=11944] ppid=11940 vsize=148336 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163327636 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.91
Current children cumulated vsize (KiB) 148336

[startup+582.93 s]
/proc/loadavg: 1.03 1.50 1.74 2/66 12250
/proc/meminfo: memFree=1390304/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=148336 CPUtime=581.93
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48661 0 0 0 58171 22 0 0 25 0 2 0 163326504 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 37084 29104 180 90 0 36622 0
[pid=11942/tid=11944] ppid=11940 vsize=148336 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163327636 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.93
Current children cumulated vsize (KiB) 148336

[startup+642.972 s]
/proc/loadavg: 1.01 1.40 1.68 2/66 12250
/proc/meminfo: memFree=1390368/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=148336 CPUtime=641.96
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48661 0 0 0 64174 22 0 0 25 0 2 0 163326504 151896064 29104 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 37084 29104 180 90 0 36622 0
[pid=11942/tid=11944] ppid=11940 vsize=148336 CPUtime=0

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

Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 158580

[startup+1243.48 s]
/proc/loadavg: 1.00 1.05 1.34 2/67 12251
/proc/meminfo: memFree=1390496/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=158580 CPUtime=1242.32
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48662 0 0 0 124208 24 0 0 25 0 3 0 163326504 162385920 29105 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620201 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 39645 29105 180 90 0 39183 0
[pid=11942/tid=11944] ppid=11940 vsize=158580 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163327636 162385920 29105 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11942/tid=12251] ppid=11940 vsize=158580 CPUtime=0
/proc/11942/task/12251/stat : 12251 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163417650 162385920 29105 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 158580

[startup+1303.55 s]
/proc/loadavg: 1.00 1.04 1.32 2/67 12251
/proc/meminfo: memFree=1390496/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=158580 CPUtime=1302.37
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48662 0 0 0 130213 24 0 0 25 0 3 0 163326504 162385920 29105 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 39645 29105 180 90 0 39183 0
[pid=11942/tid=11944] ppid=11940 vsize=158580 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163327636 162385920 29105 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11942/tid=12251] ppid=11940 vsize=158580 CPUtime=0
/proc/11942/task/12251/stat : 12251 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163417650 162385920 29105 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.37
Current children cumulated vsize (KiB) 158580

[startup+1363.61 s]
/proc/loadavg: 1.00 1.03 1.30 2/68 12252
/proc/meminfo: memFree=1390424/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=168824 CPUtime=1362.42
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48663 0 0 0 136218 24 0 0 25 0 4 0 163326504 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 42206 29106 180 90 0 41744 0
[pid=11942/tid=11944] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163327636 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11942/tid=12251] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12251/stat : 12251 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163417650 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11942/tid=12252] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12252/stat : 12252 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163462656 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.42
Current children cumulated vsize (KiB) 168824

[startup+1423.7 s]
/proc/loadavg: 1.00 1.02 1.27 2/68 12254
/proc/meminfo: memFree=1390296/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=168824 CPUtime=1422.49
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48663 0 0 0 142225 24 0 0 25 0 4 0 163326504 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 42206 29106 180 90 0 41744 0
[pid=11942/tid=11944] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163327636 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11942/tid=12251] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12251/stat : 12251 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163417650 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11942/tid=12252] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12252/stat : 12252 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163462656 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.49
Current children cumulated vsize (KiB) 168824

[startup+1483.79 s]
/proc/loadavg: 1.00 1.02 1.26 2/68 12254
/proc/meminfo: memFree=1390296/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=168824 CPUtime=1482.56
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48663 0 0 0 148232 24 0 0 25 0 4 0 163326504 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 42206 29106 180 90 0 41744 0
[pid=11942/tid=11944] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163327636 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11942/tid=12251] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12251/stat : 12251 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163417650 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11942/tid=12252] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12252/stat : 12252 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163462656 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.56
Current children cumulated vsize (KiB) 168824

[startup+1543.88 s]
/proc/loadavg: 1.00 1.01 1.24 2/68 12254
/proc/meminfo: memFree=1390360/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=168824 CPUtime=1542.64
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48663 0 0 0 154240 24 0 0 25 0 4 0 163326504 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 42206 29106 180 90 0 41744 0
[pid=11942/tid=11944] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163327636 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11942/tid=12251] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12251/stat : 12251 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163417650 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11942/tid=12252] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12252/stat : 12252 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163462656 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.64
Current children cumulated vsize (KiB) 168824

[startup+1603.97 s]
/proc/loadavg: 1.00 1.00 1.22 2/68 12254
/proc/meminfo: memFree=1390360/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=168824 CPUtime=1602.71
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48663 0 0 0 160247 24 0 0 25 0 4 0 163326504 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 42206 29106 180 90 0 41744 0
[pid=11942/tid=11944] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163327636 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11942/tid=12251] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12251/stat : 12251 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163417650 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11942/tid=12252] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12252/stat : 12252 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163462656 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.71
Current children cumulated vsize (KiB) 168824

[startup+1664.06 s]
/proc/loadavg: 1.00 1.00 1.20 2/68 12254
/proc/meminfo: memFree=1390360/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=168824 CPUtime=1662.79
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48663 0 0 0 166255 24 0 0 25 0 4 0 163326504 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 42206 29106 180 90 0 41744 0
[pid=11942/tid=11944] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163327636 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11942/tid=12251] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12251/stat : 12251 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163417650 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11942/tid=12252] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12252/stat : 12252 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163462656 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.79
Current children cumulated vsize (KiB) 168824

[startup+1724.15 s]
/proc/loadavg: 1.00 1.00 1.18 2/68 12254
/proc/meminfo: memFree=1390360/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=168824 CPUtime=1722.87
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48663 0 0 0 172263 24 0 0 25 0 4 0 163326504 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 42206 29106 180 90 0 41744 0
[pid=11942/tid=11944] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163327636 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11942/tid=12251] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12251/stat : 12251 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163417650 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11942/tid=12252] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12252/stat : 12252 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163462656 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.87
Current children cumulated vsize (KiB) 168824

[startup+1784.25 s]
/proc/loadavg: 1.00 1.00 1.17 2/68 12254
/proc/meminfo: memFree=1390296/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=168824 CPUtime=1782.94
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48663 0 0 0 178270 24 0 0 25 0 4 0 163326504 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 42206 29106 180 90 0 41744 0
[pid=11942/tid=11944] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163327636 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11942/tid=12251] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12251/stat : 12251 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163417650 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11942/tid=12252] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12252/stat : 12252 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163462656 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.94
Current children cumulated vsize (KiB) 168824



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.37 s]
/proc/loadavg: 1.00 1.00 1.17 2/68 12254
/proc/meminfo: memFree=1390360/2055920 swapFree=4187312/4192956
[pid=11942] ppid=11940 vsize=168824 CPUtime=1800.07
/proc/11942/stat : 11942 (bprolog) R 11940 11942 11672 0 -1 4194304 48663 0 0 0 179983 24 0 0 25 0 4 0 163326504 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11942/statm: 42206 29106 180 90 0 41744 0
[pid=11942/tid=11944] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/11944/stat : 11944 (bprolog) S 11940 11942 11672 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163327636 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11942/tid=12251] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12251/stat : 12251 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163417650 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=11942/tid=12252] ppid=11940 vsize=168824 CPUtime=0
/proc/11942/task/12252/stat : 12252 (bprolog) S 11940 11942 11672 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163462656 172875776 29106 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 168824

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.4
CPU time (s): 1800.1
CPU user time (s): 1799.84
CPU system time (s): 0.265959
CPU usage (%): 99.9282
Max. virtual memory (cumulated for all children) (KiB): 168824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.265959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48663
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= 13
involuntary context switches= 5220

runsolver used 1.52777 s user time and 4.00639 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sun Jan  7 05:54:14 UTC 2007


IDJOB= 201697
IDBENCH= 3779
FILE ID= node39/201697-1168149252

PBS_JOBID= 3478155

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp13/fapp13-2000-4.xml
COMMAND LINE= /tmp/evaluation/201697-1168149252/Complete/Ordinary/solver /tmp/evaluation/201697-1168149252/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node39/convwatcher-201697-1168149252 -o ROOT/results/node39/conversion-201697-1168149252 -C 600 -M 900 /tmp/evaluation/201697-1168149252/Complete/Ordinary/conversion /tmp/evaluation/201697-1168149252/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-201697-1168149252 -o ROOT/results/node39/solver-201697-1168149252 -C 1800 -M 900  /tmp/evaluation/201697-1168149252/Complete/Ordinary/solver /tmp/evaluation/201697-1168149252/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  3f4c3da4d1086c239753fd2edce97a45

RANDOM SEED= 866480845

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.236
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.236
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:       1436192 kB
Buffers:         34416 kB
Cached:         448604 kB
SwapCached:       1548 kB
Active:         228516 kB
Inactive:       331968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1436192 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            7192 kB
Writeback:           0 kB
Mapped:          85824 kB
Slab:            44384 kB
Committed_AS:  3445552 kB
PageTables:       1884 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= 66548 MiB



End job on node39 on Sun Jan  7 06:24:31 UTC 2007