Trace number 203129

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.15 1814.32

General information on the benchmark

Namerandom/rand-3-28-28-fcd/
rand-3-28-28-93-632-fcd-33_ext.xml
MD5SUMdfbff00c5978e70c23dc5678ed550f66
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
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 variables28
Number of constraints93
Maximum constraint arity3
Maximum domain size28
Number of constraints which are defined in extension93
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/203129-1168156560/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/node7/watcher-203129-1168156560 -o ROOT/results/node7/solver-203129-1168156560 -C 1800 -M 900 /tmp/evaluation/203129-1168156560/Complete/Ordinary/solver /tmp/evaluation/203129-1168156560/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: 2.01 2.01 2.00 3/98 15684
/proc/meminfo: memFree=1473400/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=5352 CPUtime=0
/proc/15683/stat : 15683 (sh) R 15681 15683 15297 0 -1 4194304 189 0 0 0 0 0 0 0 20 0 1 0 164054168 5480448 156 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4542877 0 0 4096 0 0 0 0 17 1 0 0
/proc/15683/statm: 1338 156 128 169 0 49 0

[startup+0.102854 s]
/proc/loadavg: 2.01 2.01 2.00 3/98 15684
/proc/meminfo: memFree=1473400/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=61640 CPUtime=0.09
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 1780 0 0 0 8 1 0 0 20 0 1 0 164054168 63119360 1496 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/15683/statm: 15410 1496 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510896 s]
/proc/loadavg: 2.01 2.01 2.00 3/98 15684
/proc/meminfo: memFree=1473400/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=61640 CPUtime=0.49
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 7424 0 0 0 46 3 0 0 23 0 1 0 164054168 63119360 7140 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134697715 0 0 4096 2 0 0 0 17 1 0 0
/proc/15683/statm: 15410 7140 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33774 s]
/proc/loadavg: 2.01 2.01 2.00 3/98 15684
/proc/meminfo: memFree=1407480/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=130336 CPUtime=1.3
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 20191 0 0 0 120 10 0 0 25 0 1 0 164054168 133464064 10120 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859320 0 0 4096 2 0 0 0 17 1 0 0
/proc/15683/statm: 32584 10120 158 90 0 32122 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 130336

[startup+2.99094 s]
/proc/loadavg: 2.01 2.01 2.00 3/98 15684
/proc/meminfo: memFree=1364856/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=165564 CPUtime=2.95
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 38486 0 0 0 276 19 0 0 25 0 1 0 164054168 169537536 18798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/15683/statm: 41391 18798 158 90 0 40929 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 165564

[startup+6.28822 s]
/proc/loadavg: 2.01 2.01 2.00 3/98 15684
/proc/meminfo: memFree=1289336/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=310516 CPUtime=6.21
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 66797 0 0 0 591 30 0 0 25 0 1 0 164054168 317968384 46023 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865496 0 0 4096 2 0 0 0 17 1 0 0
/proc/15683/statm: 77629 46023 158 90 0 77167 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 310516

[startup+12.694 s]
/proc/loadavg: 2.00 2.01 2.00 3/98 15684
/proc/meminfo: memFree=1250424/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=246656 CPUtime=12.56
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 105045 0 0 0 1206 50 0 0 25 0 1 0 164054168 252575744 48627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858525 0 0 4096 2 0 0 0 17 1 0 0
/proc/15683/statm: 61664 48627 158 90 0 61202 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 246656

[startup+25.5863 s]
/proc/loadavg: 2.00 2.01 2.00 3/98 15684
/proc/meminfo: memFree=1241208/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=252672 CPUtime=25.32
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 166222 0 0 0 2449 83 0 0 25 0 1 0 164054168 258736128 52338 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/15683/statm: 63168 52338 158 90 0 62706 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 252672

[startup+51.2312 s]
/proc/loadavg: 2.00 2.01 2.00 3/98 15684
/proc/meminfo: memFree=1228152/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=253124 CPUtime=50.73
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 280431 0 0 0 4926 147 0 0 25 0 1 0 164054168 259198976 54107 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134865594 0 0 4096 2 0 0 0 17 1 0 0
/proc/15683/statm: 63281 54107 158 90 0 62819 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 253124

[startup+102.486 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 15684
/proc/meminfo: memFree=1130936/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=470084 CPUtime=101.51
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 536786 0 0 0 9866 285 0 0 25 0 1 0 164054168 481366016 78297 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 0 0 0 17 1 0 0
/proc/15683/statm: 117521 78297 158 90 0 117059 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 470084

[startup+162.575 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 15685
/proc/meminfo: memFree=926896/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=635092 CPUtime=161.05
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678209 0 0 0 15748 357 0 0 25 0 2 0 164054168 650334208 121964 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134585431 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 158773 121964 170 90 0 158311 0
[pid=15683/tid=15685] ppid=15681 vsize=635092 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164067794 650334208 121964 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 635092

[startup+222.669 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 15685
/proc/meminfo: memFree=897648/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=635092 CPUtime=220.6
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678210 0 0 0 21703 357 0 0 25 0 2 0 164054168 650334208 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 158773 121965 170 90 0 158311 0
[pid=15683/tid=15685] ppid=15681 vsize=635092 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164067794 650334208 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 635092

[startup+282.674 s]
/proc/loadavg: 2.00 2.00 2.00 3/105 15751
/proc/meminfo: memFree=896192/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=635092 CPUtime=280
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678210 0 0 0 27642 358 0 0 25 0 2 0 164054168 650334208 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 158773 121965 170 90 0 158311 0
[pid=15683/tid=15685] ppid=15681 vsize=635092 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164067794 650334208 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280
Current children cumulated vsize (KiB) 635092

[startup+342.687 s]
/proc/loadavg: 2.00 2.00 2.00 3/105 15843
/proc/meminfo: memFree=866944/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=635092 CPUtime=339.31
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678210 0 0 0 33573 358 0 0 25 0 2 0 164054168 650334208 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711228 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 158773 121965 170 90 0 158311 0
[pid=15683/tid=15685] ppid=15681 vsize=635092 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164067794 650334208 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.31
Current children cumulated vsize (KiB) 635092

[startup+402.762 s]
/proc/loadavg: 2.03 2.01 2.00 3/99 15883
/proc/meminfo: memFree=867888/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=635092 CPUtime=398.74
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678210 0 0 0 39516 358 0 0 25 0 2 0 164054168 650334208 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 158773 121965 170 90 0 158311 0
[pid=15683/tid=15685] ppid=15681 vsize=635092 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164067794 650334208 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.74
Current children cumulated vsize (KiB) 635092

[startup+462.82 s]
/proc/loadavg: 2.01 2.01 2.00 3/99 15883
/proc/meminfo: memFree=838576/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=635092 CPUtime=458.26
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678210 0 0 0 45467 359 0 0 25 0 2 0 164054168 650334208 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604168 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 158773 121965 170 90 0 158311 0
[pid=15683/tid=15685] ppid=15681 vsize=635092 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164067794 650334208 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.26
Current children cumulated vsize (KiB) 635092

[startup+522.881 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 15883
/proc/meminfo: memFree=838512/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=635092 CPUtime=517.77
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678210 0 0 0 51418 359 0 0 25 0 2 0 164054168 650334208 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 158773 121965 170 90 0 158311 0
[pid=15683/tid=15685] ppid=15681 vsize=635092 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164067794 650334208 121965 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.77
Current children cumulated vsize (KiB) 635092

[startup+582.939 s]
/proc/loadavg: 2.08 2.03 2.01 3/99 15883
/proc/meminfo: memFree=809072/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=635092 CPUtime=577.19
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678211 0 0 0 57359 360 0 0 25 0 2 0 164054168 650334208 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565530 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 158773 121966 170 90 0 158311 0
[pid=15683/tid=15685] ppid=15681 vsize=635092 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164067794 650334208 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.19
Current children cumulated vsize (KiB) 635092

[startup+642.969 s]
/proc/loadavg: 2.03 2.02 2.00 3/99 15883
/proc/meminfo: memFree=809008/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=635092 CPUtime=636.67
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678211 0 0 0 63307 360 0 0 25 0 2 0 164054168 650334208 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552336 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 158773 121966 170 90 0 158311 0
[pid=15683/tid=15685] ppid=15681 vsize=635092 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 164067794 650334208 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 636.67
Current children cumulated vsize (KiB) 635092

[startup+703.036 s]
/proc/loadavg: 2.01 2.02 2.00 3/99 15883
/proc/meminfo: memFree=779760/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=635092 CPUtime=696.14

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

/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678213 0 0 0 116855 364 0 0 25 0 3 0 164054168 660824064 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 161334 121968 170 90 0 160872 0
[pid=15683/tid=15685] ppid=15681 vsize=645336 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164067794 660824064 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15884] ppid=15681 vsize=645336 CPUtime=0
/proc/15683/task/15884/stat : 15884 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164157811 660824064 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.19
Current children cumulated vsize (KiB) 645336

[startup+1243.51 s]
/proc/loadavg: 2.06 2.02 2.00 3/100 15884
/proc/meminfo: memFree=692200/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=645336 CPUtime=1231.66
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678214 0 0 0 122801 365 0 0 25 0 3 0 164054168 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639038 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 161334 121969 170 90 0 160872 0
[pid=15683/tid=15685] ppid=15681 vsize=645336 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164067794 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15884] ppid=15681 vsize=645336 CPUtime=0
/proc/15683/task/15884/stat : 15884 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164157811 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1231.66
Current children cumulated vsize (KiB) 645336

[startup+1303.53 s]
/proc/loadavg: 2.02 2.02 2.00 3/100 15884
/proc/meminfo: memFree=662952/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=645336 CPUtime=1291.12
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678214 0 0 0 128747 365 0 0 25 0 3 0 164054168 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613144 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 161334 121969 170 90 0 160872 0
[pid=15683/tid=15685] ppid=15681 vsize=645336 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164067794 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15884] ppid=15681 vsize=645336 CPUtime=0
/proc/15683/task/15884/stat : 15884 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164157811 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.12
Current children cumulated vsize (KiB) 645336

[startup+1363.53 s]
/proc/loadavg: 2.00 2.01 2.00 3/100 15886
/proc/meminfo: memFree=662568/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=645336 CPUtime=1350.57
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678214 0 0 0 134692 365 0 0 25 0 3 0 164054168 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 161334 121969 170 90 0 160872 0
[pid=15683/tid=15685] ppid=15681 vsize=645336 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164067794 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15884] ppid=15681 vsize=645336 CPUtime=0
/proc/15683/task/15884/stat : 15884 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164157811 660824064 121969 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1350.57
Current children cumulated vsize (KiB) 645336

[startup+1423.56 s]
/proc/loadavg: 2.07 2.02 2.00 3/100 15886
/proc/meminfo: memFree=633640/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=645336 CPUtime=1410
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678215 0 0 0 140635 365 0 0 25 0 3 0 164054168 660824064 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639147 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/15683/statm: 161334 121970 170 90 0 160872 0
[pid=15683/tid=15685] ppid=15681 vsize=645336 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164067794 660824064 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15884] ppid=15681 vsize=645336 CPUtime=0
/proc/15683/task/15884/stat : 15884 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164157811 660824064 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1410
Current children cumulated vsize (KiB) 645336

[startup+1483.6 s]
/proc/loadavg: 2.13 2.03 2.01 3/96 15959
/proc/meminfo: memFree=1231432/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=645336 CPUtime=1469.81
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678215 0 0 0 146610 371 0 0 25 0 3 0 164054168 660824064 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15683/statm: 161334 121970 170 90 0 160872 0
[pid=15683/tid=15685] ppid=15681 vsize=645336 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 164067794 660824064 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15884] ppid=15681 vsize=645336 CPUtime=0
/proc/15683/task/15884/stat : 15884 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 164157811 660824064 121970 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1469.81
Current children cumulated vsize (KiB) 645336

[startup+1543.64 s]
/proc/loadavg: 2.05 2.02 2.00 3/97 15960
/proc/meminfo: memFree=1231488/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=655580 CPUtime=1529.76
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678219 0 0 0 152605 371 0 0 25 0 4 0 164054168 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664625 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15683/statm: 163895 121974 170 90 0 163433 0
[pid=15683/tid=15685] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164067794 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15884] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15884/stat : 15884 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164157811 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15960] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15960/stat : 15960 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164202819 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1529.76
Current children cumulated vsize (KiB) 655580

[startup+1603.64 s]
/proc/loadavg: 2.02 2.02 2.00 3/97 15960
/proc/meminfo: memFree=1231424/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=655580 CPUtime=1589.69
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678219 0 0 0 158598 371 0 0 25 0 4 0 164054168 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589360 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15683/statm: 163895 121974 170 90 0 163433 0
[pid=15683/tid=15685] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164067794 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15884] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15884/stat : 15884 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164157811 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15960] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15960/stat : 15960 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164202819 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1589.69
Current children cumulated vsize (KiB) 655580

[startup+1663.73 s]
/proc/loadavg: 2.05 2.03 2.00 3/97 15960
/proc/meminfo: memFree=1231424/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=655580 CPUtime=1649.73
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678219 0 0 0 164601 372 0 0 25 0 4 0 164054168 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565234 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15683/statm: 163895 121974 170 90 0 163433 0
[pid=15683/tid=15685] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164067794 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15884] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15884/stat : 15884 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164157811 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15960] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15960/stat : 15960 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 164202819 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.73
Current children cumulated vsize (KiB) 655580

[startup+1723.83 s]
/proc/loadavg: 2.02 2.02 2.00 3/97 15960
/proc/meminfo: memFree=1231360/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=655580 CPUtime=1709.75
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678219 0 0 0 170603 372 0 0 25 0 4 0 164054168 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15683/statm: 163895 121974 170 90 0 163433 0
[pid=15683/tid=15685] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164067794 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15884] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15884/stat : 15884 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164157811 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15960] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15960/stat : 15960 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164202819 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.75
Current children cumulated vsize (KiB) 655580

[startup+1783.93 s]
/proc/loadavg: 2.00 2.02 2.00 3/97 15960
/proc/meminfo: memFree=1231360/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=655580 CPUtime=1769.79
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678219 0 0 0 176607 372 0 0 25 0 4 0 164054168 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557948 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15683/statm: 163895 121974 170 90 0 163433 0
[pid=15683/tid=15685] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164067794 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15884] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15884/stat : 15884 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164157811 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15960] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15960/stat : 15960 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164202819 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.79
Current children cumulated vsize (KiB) 655580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.22 s]
/proc/loadavg: 2.14 2.04 2.01 3/97 15960
/proc/meminfo: memFree=1231296/2055920 swapFree=4192812/4192956
[pid=15683] ppid=15681 vsize=655580 CPUtime=1800.06
/proc/15683/stat : 15683 (bprolog) R 15681 15683 15297 0 -1 4194304 678219 0 0 0 179633 373 0 0 25 0 4 0 164054168 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/15683/statm: 163895 121974 170 90 0 163433 0
[pid=15683/tid=15685] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15685/stat : 15685 (bprolog) S 15681 15683 15297 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 164067794 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15884] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15884/stat : 15884 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164157811 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=15683/tid=15960] ppid=15681 vsize=655580 CPUtime=0
/proc/15683/task/15960/stat : 15960 (bprolog) S 15681 15683 15297 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 164202819 671313920 121974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 655580

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.32
CPU time (s): 1800.15
CPU user time (s): 1796.35
CPU system time (s): 3.80742
CPU usage (%): 99.2195
Max. virtual memory (cumulated for all children) (KiB): 655580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.35
system time used= 3.80742
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 678219
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= 34596

runsolver used 2.30065 s user time and 5.77712 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sun Jan  7 07:56:00 UTC 2007


IDJOB= 203129
IDBENCH= 3917
FILE ID= node7/203129-1168156560

PBS_JOBID= 3478255

Free space on /tmp= 66540 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-28-28-fcd/rand-3-28-28-93-632-fcd-33_ext.xml
COMMAND LINE= /tmp/evaluation/203129-1168156560/Complete/Ordinary/solver /tmp/evaluation/203129-1168156560/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node7/convwatcher-203129-1168156560 -o ROOT/results/node7/conversion-203129-1168156560 -C 600 -M 900 /tmp/evaluation/203129-1168156560/Complete/Ordinary/conversion /tmp/evaluation/203129-1168156560/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-203129-1168156560 -o ROOT/results/node7/solver-203129-1168156560 -C 1800 -M 900  /tmp/evaluation/203129-1168156560/Complete/Ordinary/solver /tmp/evaluation/203129-1168156560/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  dfbff00c5978e70c23dc5678ed550f66

RANDOM SEED= 404544865

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.220
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.220
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:       1473880 kB
Buffers:         43696 kB
Cached:         108828 kB
SwapCached:          0 kB
Active:         445328 kB
Inactive:        80808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1473880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           14408 kB
Writeback:           0 kB
Mapped:         402532 kB
Slab:            39788 kB
Committed_AS:  5385408 kB
PageTables:       3016 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= 66535 MiB



End job on node7 on Sun Jan  7 08:26:42 UTC 2007