Trace number 206278

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.18 1803.16

General information on the benchmark

Namerandom/rand-3-28-28/
rand-3-28-28-93-632-49_ext.xml
MD5SUMf1384fc267cd2722bf48bbf3fdecc2d7
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark444.223
SatisfiableYES
(Un)Satisfiability was provedYES
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/206278-1168170765/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/node40/watcher-206278-1168170765 -o ROOT/results/node40/solver-206278-1168170765 -C 1800 -M 900 /tmp/evaluation/206278-1168170765/Complete/Ordinary/solver /tmp/evaluation/206278-1168170765/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.57 1.54 1.78 3/81 21409
/proc/meminfo: memFree=1422936/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=1964 CPUtime=0
/proc/21408/stat : 21408 (sh) R 21406 21408 21257 0 -1 4194304 50 0 0 0 0 0 0 0 20 0 1 0 165478561 2011136 34 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 264516990345 0 0 4096 0 0 0 0 17 1 0 0
/proc/21408/statm: 491 34 26 169 0 8 0

[startup+0.102216 s]
/proc/loadavg: 1.57 1.54 1.78 3/81 21409
/proc/meminfo: memFree=1422936/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=61640 CPUtime=0.09
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 1851 0 0 0 8 1 0 0 20 0 1 0 165478561 63119360 1567 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134697700 0 0 4096 2 0 0 0 17 1 0 0
/proc/21408/statm: 15410 1567 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.510263 s]
/proc/loadavg: 1.57 1.54 1.78 3/81 21409
/proc/meminfo: memFree=1422936/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=61640 CPUtime=0.49
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 7608 0 0 0 46 3 0 0 23 0 1 0 165478561 63119360 7324 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/21408/statm: 15410 7324 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33137 s]
/proc/loadavg: 1.57 1.54 1.78 3/81 21409
/proc/meminfo: memFree=1334744/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=130336 CPUtime=1.31
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 20480 0 0 0 122 9 0 0 25 0 1 0 165478561 133464064 10409 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/21408/statm: 32584 10409 158 90 0 32122 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 130336

[startup+2.96958 s]
/proc/loadavg: 1.57 1.54 1.78 3/81 21409
/proc/meminfo: memFree=1271192/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=165564 CPUtime=2.94
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 38486 0 0 0 276 18 0 0 25 0 1 0 165478561 169537536 18798 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/21408/statm: 41391 18798 158 90 0 40929 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 165564

[startup+6.26301 s]
/proc/loadavg: 1.69 1.56 1.79 3/81 21409
/proc/meminfo: memFree=1130648/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=310516 CPUtime=6.23
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 66797 0 0 0 591 32 0 0 25 0 1 0 165478561 317968384 46023 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134866620 0 0 4096 2 0 0 0 17 1 0 0
/proc/21408/statm: 77629 46023 158 90 0 77167 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 310516

[startup+12.7328 s]
/proc/loadavg: 1.71 1.57 1.79 3/81 21409
/proc/meminfo: memFree=1039320/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=246656 CPUtime=12.66
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 105046 0 0 0 1214 52 0 0 25 0 1 0 165478561 252575744 48627 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609280 0 0 4096 2 0 0 0 17 1 0 0
/proc/21408/statm: 61664 48627 158 90 0 61202 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 246656

[startup+25.5595 s]
/proc/loadavg: 1.84 1.60 1.80 3/81 21409
/proc/meminfo: memFree=997912/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=252672 CPUtime=25.4
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 166222 0 0 0 2449 91 0 0 25 0 1 0 165478561 258736128 52338 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859360 0 0 4096 2 0 0 0 17 1 0 0
/proc/21408/statm: 63168 52338 158 90 0 62706 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 252672

[startup+51.2328 s]
/proc/loadavg: 2.04 1.67 1.81 3/81 21409
/proc/meminfo: memFree=977752/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=253124 CPUtime=50.95
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 280423 0 0 0 4935 160 0 0 25 0 1 0 165478561 259198976 54099 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857374 0 0 4096 2 0 0 0 17 1 0 0
/proc/21408/statm: 63281 54099 158 90 0 62819 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 253124

[startup+102.467 s]
/proc/loadavg: 2.02 1.72 1.82 3/81 21409
/proc/meminfo: memFree=925720/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=470084 CPUtime=101.94
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 542220 0 0 0 9882 312 0 0 25 0 1 0 165478561 481366016 66289 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/21408/statm: 117521 66289 158 90 0 117059 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 470084

[startup+162.533 s]
/proc/loadavg: 2.00 1.76 1.83 3/82 21410
/proc/meminfo: memFree=705424/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=635088 CPUtime=161.73
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695649 0 0 0 15769 404 0 0 25 0 2 0 165478561 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21408/statm: 158772 121966 170 90 0 158310 0
[pid=21408/tid=21410] ppid=21406 vsize=635088 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165492360 650330112 121966 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 635088

[startup+222.603 s]
/proc/loadavg: 2.00 1.80 1.83 3/82 21410
/proc/meminfo: memFree=705360/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=635088 CPUtime=221.51
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695650 0 0 0 21747 404 0 0 25 0 2 0 165478561 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/21408/statm: 158772 121967 170 90 0 158310 0
[pid=21408/tid=21410] ppid=21406 vsize=635088 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165492360 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.51
Current children cumulated vsize (KiB) 635088

[startup+282.665 s]
/proc/loadavg: 2.00 1.84 1.84 4/82 21482
/proc/meminfo: memFree=1284504/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=635088 CPUtime=281.25
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695650 0 0 0 27718 407 0 0 25 0 2 0 165478561 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566518 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 158772 121967 170 90 0 158310 0
[pid=21408/tid=21410] ppid=21406 vsize=635088 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165492360 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.25
Current children cumulated vsize (KiB) 635088

[startup+342.739 s]
/proc/loadavg: 2.03 1.88 1.85 3/82 21482
/proc/meminfo: memFree=986392/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=635088 CPUtime=341.25
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695650 0 0 0 33717 408 0 0 25 0 2 0 165478561 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711206 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 158772 121967 170 90 0 158310 0
[pid=21408/tid=21410] ppid=21406 vsize=635088 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165492360 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.25
Current children cumulated vsize (KiB) 635088

[startup+402.797 s]
/proc/loadavg: 2.01 1.90 1.86 3/75 21483
/proc/meminfo: memFree=1203536/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=635088 CPUtime=401.26
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695650 0 0 0 39718 408 0 0 25 0 2 0 165478561 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552490 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 158772 121967 170 90 0 158310 0
[pid=21408/tid=21410] ppid=21406 vsize=635088 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165492360 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.26
Current children cumulated vsize (KiB) 635088

[startup+462.86 s]
/proc/loadavg: 2.00 1.91 1.86 3/75 21483
/proc/meminfo: memFree=1200784/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=635088 CPUtime=461.27
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695650 0 0 0 45718 409 0 0 25 0 2 0 165478561 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639158 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 158772 121967 170 90 0 158310 0
[pid=21408/tid=21410] ppid=21406 vsize=635088 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165492360 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 461.27
Current children cumulated vsize (KiB) 635088

[startup+522.941 s]
/proc/loadavg: 2.00 1.93 1.87 3/81 21629
/proc/meminfo: memFree=1193728/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=635088 CPUtime=521.24
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695650 0 0 0 51704 420 0 0 25 0 2 0 165478561 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 158772 121967 170 90 0 158310 0
[pid=21408/tid=21410] ppid=21406 vsize=635088 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165492360 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 521.24
Current children cumulated vsize (KiB) 635088

[startup+583.022 s]
/proc/loadavg: 2.00 1.94 1.87 3/75 21681
/proc/meminfo: memFree=1189328/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=635088 CPUtime=581.25
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695650 0 0 0 57700 425 0 0 25 0 2 0 165478561 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 158772 121967 170 90 0 158310 0
[pid=21408/tid=21410] ppid=21406 vsize=635088 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165492360 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 581.25
Current children cumulated vsize (KiB) 635088

[startup+643.082 s]
/proc/loadavg: 2.00 1.95 1.88 3/75 21681
/proc/meminfo: memFree=1182096/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=635088 CPUtime=641.25
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695650 0 0 0 63700 425 0 0 25 0 2 0 165478561 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 158772 121967 170 90 0 158310 0
[pid=21408/tid=21410] ppid=21406 vsize=635088 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165492360 650330112 121967 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.25
Current children cumulated vsize (KiB) 635088

[startup+703.141 s]
/proc/loadavg: 2.00 1.95 1.88 3/75 21681
/proc/meminfo: memFree=1179088/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=635088 CPUtime=701.24

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

/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695651 0 0 0 117704 426 0 0 25 0 3 0 165478561 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711937 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 161333 121968 170 90 0 160871 0
[pid=21408/tid=21410] ppid=21406 vsize=645332 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165492360 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21408/tid=21682] ppid=21406 vsize=645332 CPUtime=0
/proc/21408/task/21682/stat : 21682 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165582379 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.3
Current children cumulated vsize (KiB) 645332

[startup+1243.77 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 21682
/proc/meminfo: memFree=1133896/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=645332 CPUtime=1241.32
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695651 0 0 0 123706 426 0 0 25 0 3 0 165478561 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589233 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 161333 121968 170 90 0 160871 0
[pid=21408/tid=21410] ppid=21406 vsize=645332 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165492360 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21408/tid=21682] ppid=21406 vsize=645332 CPUtime=0
/proc/21408/task/21682/stat : 21682 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165582379 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.32
Current children cumulated vsize (KiB) 645332

[startup+1303.85 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 21682
/proc/meminfo: memFree=1129928/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=645332 CPUtime=1301.36
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695651 0 0 0 129710 426 0 0 25 0 3 0 165478561 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 161333 121968 170 90 0 160871 0
[pid=21408/tid=21410] ppid=21406 vsize=645332 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165492360 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21408/tid=21682] ppid=21406 vsize=645332 CPUtime=0
/proc/21408/task/21682/stat : 21682 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165582379 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.36
Current children cumulated vsize (KiB) 645332

[startup+1363.94 s]
/proc/loadavg: 2.00 1.97 1.91 3/76 21682
/proc/meminfo: memFree=1125192/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=645332 CPUtime=1361.38
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695651 0 0 0 135711 427 0 0 25 0 3 0 165478561 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613252 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 161333 121968 170 90 0 160871 0
[pid=21408/tid=21410] ppid=21406 vsize=645332 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165492360 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21408/tid=21682] ppid=21406 vsize=645332 CPUtime=0
/proc/21408/task/21682/stat : 21682 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165582379 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.38
Current children cumulated vsize (KiB) 645332

[startup+1424.03 s]
/proc/loadavg: 2.03 1.99 1.91 3/76 21682
/proc/meminfo: memFree=1121544/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=645332 CPUtime=1421.41
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695651 0 0 0 141714 427 0 0 25 0 3 0 165478561 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 161333 121968 170 90 0 160871 0
[pid=21408/tid=21410] ppid=21406 vsize=645332 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165492360 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21408/tid=21682] ppid=21406 vsize=645332 CPUtime=0
/proc/21408/task/21682/stat : 21682 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165582379 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.41
Current children cumulated vsize (KiB) 645332

[startup+1484.11 s]
/proc/loadavg: 2.01 1.99 1.91 3/76 21682
/proc/meminfo: memFree=1116168/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=645332 CPUtime=1481.44
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695651 0 0 0 147717 427 0 0 25 0 3 0 165478561 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565290 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 161333 121968 170 90 0 160871 0
[pid=21408/tid=21410] ppid=21406 vsize=645332 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165492360 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21408/tid=21682] ppid=21406 vsize=645332 CPUtime=0
/proc/21408/task/21682/stat : 21682 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165582379 660819968 121968 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.44
Current children cumulated vsize (KiB) 645332

[startup+1544.12 s]
/proc/loadavg: 2.00 1.99 1.91 3/77 21685
/proc/meminfo: memFree=1111544/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=655576 CPUtime=1541.38
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695654 0 0 0 153711 427 0 0 25 0 4 0 165478561 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 163894 121971 170 90 0 163432 0
[pid=21408/tid=21410] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165492360 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21408/tid=21682] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21682/stat : 21682 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165582379 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21408/tid=21683] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21683/stat : 21683 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165627388 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.38
Current children cumulated vsize (KiB) 655576

[startup+1604.13 s]
/proc/loadavg: 2.00 1.99 1.91 3/77 21685
/proc/meminfo: memFree=1105984/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=655576 CPUtime=1601.33
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695654 0 0 0 159706 427 0 0 25 0 4 0 165478561 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608649 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 163894 121971 170 90 0 163432 0
[pid=21408/tid=21410] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165492360 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21408/tid=21682] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21682/stat : 21682 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165582379 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21408/tid=21683] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21683/stat : 21683 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165627388 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.33
Current children cumulated vsize (KiB) 655576

[startup+1664.14 s]
/proc/loadavg: 2.00 1.99 1.91 3/77 21685
/proc/meminfo: memFree=1103296/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=655576 CPUtime=1661.29
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695654 0 0 0 165702 427 0 0 25 0 4 0 165478561 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670293 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 163894 121971 170 90 0 163432 0
[pid=21408/tid=21410] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165492360 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21408/tid=21682] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21682/stat : 21682 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165582379 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21408/tid=21683] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21683/stat : 21683 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165627388 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.29
Current children cumulated vsize (KiB) 655576

[startup+1724.15 s]
/proc/loadavg: 2.00 1.99 1.91 3/77 21685
/proc/meminfo: memFree=1100480/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=655576 CPUtime=1721.22
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695654 0 0 0 171695 427 0 0 25 0 4 0 165478561 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584577 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 163894 121971 170 90 0 163432 0
[pid=21408/tid=21410] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165492360 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21408/tid=21682] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21682/stat : 21682 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165582379 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21408/tid=21683] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21683/stat : 21683 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165627388 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.22
Current children cumulated vsize (KiB) 655576

[startup+1784.17 s]
/proc/loadavg: 2.00 1.99 1.91 3/77 21685
/proc/meminfo: memFree=1098560/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=655576 CPUtime=1781.19
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695654 0 0 0 177692 427 0 0 25 0 4 0 165478561 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552067 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 163894 121971 170 90 0 163432 0
[pid=21408/tid=21410] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165492360 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21408/tid=21682] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21682/stat : 21682 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165582379 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21408/tid=21683] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21683/stat : 21683 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165627388 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.19
Current children cumulated vsize (KiB) 655576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.07 s]
/proc/loadavg: 2.00 1.99 1.91 4/77 21685
/proc/meminfo: memFree=1098048/2055920 swapFree=4192812/4192956
[pid=21408] ppid=21406 vsize=655576 CPUtime=1800.08
/proc/21408/stat : 21408 (bprolog) R 21406 21408 21257 0 -1 4194304 695654 0 0 0 179581 427 0 0 25 0 4 0 165478561 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/21408/statm: 163894 121971 170 90 0 163432 0
[pid=21408/tid=21410] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21410/stat : 21410 (bprolog) S 21406 21408 21257 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165492360 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=21408/tid=21682] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21682/stat : 21682 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165582379 671309824 121971 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=21408/tid=21683] ppid=21406 vsize=655576 CPUtime=0
/proc/21408/task/21683/stat : 21683 (bprolog) S 21406 21408 21257 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165627388 671309824 121971 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) 655576

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1803.16
CPU time (s): 1800.18
CPU user time (s): 1795.83
CPU system time (s): 4.35534
CPU usage (%): 99.8346
Max. virtual memory (cumulated for all children) (KiB): 655576

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

runsolver used 2.42063 s user time and 5.55316 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Jan  7 11:52:45 UTC 2007


IDJOB= 206278
IDBENCH= 4196
FILE ID= node40/206278-1168170765

PBS_JOBID= 3479075

Free space on /tmp= 66542 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-206278-1168170765 -o ROOT/results/node40/solver-206278-1168170765 -C 1800 -M 900  /tmp/evaluation/206278-1168170765/Complete/Ordinary/solver /tmp/evaluation/206278-1168170765/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f1384fc267cd2722bf48bbf3fdecc2d7

RANDOM SEED= 247292378

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.239
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.239
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:       1423416 kB
Buffers:          7824 kB
Cached:         158436 kB
SwapCached:          0 kB
Active:         498392 kB
Inactive:        79848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1423416 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           54116 kB
Writeback:           0 kB
Mapped:         428748 kB
Slab:            38872 kB
Committed_AS:  3895080 kB
PageTables:       2620 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= 66499 MiB



End job on node40 on Sun Jan  7 12:23:16 UTC 2007