Trace number 195946

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.07 1814.94

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-37_ext.xml
MD5SUM0be17c17f586e4d51ea57b0e22565f2c
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 variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
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/195946-1168116637/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/node20/watcher-195946-1168116637 -o ROOT/results/node20/solver-195946-1168116637 -C 1800 -M 900 /tmp/evaluation/195946-1168116637/Complete/Ordinary/solver /tmp/evaluation/195946-1168116637/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.15 2.28 1.72 5/94 1414
/proc/meminfo: memFree=1256280/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=5352 CPUtime=0
/proc/1413/stat : 1413 (sh) R 1411 1413 1031 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 160059530 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 273952470556 0 0 4100 65536 0 0 0 17 1 0 0
/proc/1413/statm: 1338 233 196 169 0 49 0

[startup+0.103212 s]
/proc/loadavg: 2.15 2.28 1.72 5/94 1414
/proc/meminfo: memFree=1256280/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=61640 CPUtime=0.09
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 1843 0 0 0 8 1 0 0 20 0 1 0 160059530 63119360 1559 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552480 0 0 4096 2 0 0 0 17 1 0 0
/proc/1413/statm: 15410 1559 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.511263 s]
/proc/loadavg: 2.15 2.28 1.72 5/94 1414
/proc/meminfo: memFree=1256280/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=61640 CPUtime=0.5
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 7385 0 0 0 46 4 0 0 24 0 1 0 160059530 63119360 7101 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/1413/statm: 15410 7101 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33236 s]
/proc/loadavg: 2.15 2.28 1.72 3/94 1414
/proc/meminfo: memFree=1181656/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=136228 CPUtime=1.31
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 19048 0 0 0 121 10 0 0 25 0 1 0 160059530 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/1413/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.96955 s]
/proc/loadavg: 2.15 2.28 1.72 3/94 1414
/proc/meminfo: memFree=1212312/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=101068 CPUtime=2.94
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 21207 0 0 0 282 12 0 0 25 0 1 0 160059530 103493632 12359 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/1413/statm: 25267 12359 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.25095 s]
/proc/loadavg: 2.14 2.27 1.72 4/94 1414
/proc/meminfo: memFree=1163416/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=130688 CPUtime=6.18
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 49907 0 0 0 589 29 0 0 25 0 1 0 160059530 133824512 24115 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590561 0 0 4096 2 0 0 0 17 1 0 0
/proc/1413/statm: 32672 24115 158 90 0 32210 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 130688

[startup+12.7247 s]
/proc/loadavg: 2.12 2.27 1.72 3/94 1414
/proc/meminfo: memFree=1150552/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=131388 CPUtime=12.6
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 81132 0 0 0 1212 48 0 0 25 0 1 0 160059530 134541312 26517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857826 0 0 4096 2 0 0 0 17 1 0 0
/proc/1413/statm: 32847 26517 158 90 0 32385 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 131388

[startup+25.5753 s]
/proc/loadavg: 2.10 2.26 1.73 3/94 1414
/proc/meminfo: memFree=1148376/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=131536 CPUtime=25.33
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 137687 0 0 0 2448 85 0 0 25 0 1 0 160059530 134692864 27070 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858325 0 0 4096 2 0 0 0 17 1 0 0
/proc/1413/statm: 32884 27070 158 90 0 32422 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 131536

[startup+51.2743 s]
/proc/loadavg: 2.20 2.27 1.74 4/94 1414
/proc/meminfo: memFree=1050968/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=297808 CPUtime=50.79
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 284781 0 0 0 4904 175 0 0 25 0 1 0 160059530 304955392 51473 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859331 0 0 4096 2 0 0 0 17 1 0 0
/proc/1413/statm: 74452 51473 158 90 0 73990 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 297808

[startup+102.541 s]
/proc/loadavg: 2.23 2.27 1.77 4/95 1415
/proc/meminfo: memFree=1007376/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=314556 CPUtime=101.58
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330337 0 0 0 9952 206 0 0 25 0 2 0 160059530 322105344 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134590555 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1413/statm: 78639 62219 170 90 0 78177 0
[pid=1413/tid=1415] ppid=1411 vsize=314556 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160066295 322105344 62219 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 314556

[startup+162.636 s]
/proc/loadavg: 2.16 2.23 1.79 4/95 1415
/proc/meminfo: memFree=1007312/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=314556 CPUtime=161.12
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330339 0 0 0 15906 206 0 0 25 0 2 0 160059530 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552096 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1413/statm: 78639 62221 170 90 0 78177 0
[pid=1413/tid=1415] ppid=1411 vsize=314556 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160066295 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.12
Current children cumulated vsize (KiB) 314556

[startup+222.725 s]
/proc/loadavg: 2.14 2.20 1.80 4/95 1415
/proc/meminfo: memFree=1007184/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=314556 CPUtime=220.65
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330339 0 0 0 21859 206 0 0 25 0 2 0 160059530 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552151 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1413/statm: 78639 62221 170 90 0 78177 0
[pid=1413/tid=1415] ppid=1411 vsize=314556 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160066295 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.65
Current children cumulated vsize (KiB) 314556

[startup+282.821 s]
/proc/loadavg: 2.18 2.22 1.83 3/95 1415
/proc/meminfo: memFree=1007184/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=314556 CPUtime=280.2
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330339 0 0 0 27813 207 0 0 25 0 2 0 160059530 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604142 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1413/statm: 78639 62221 170 90 0 78177 0
[pid=1413/tid=1415] ppid=1411 vsize=314556 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160066295 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.2
Current children cumulated vsize (KiB) 314556

[startup+342.911 s]
/proc/loadavg: 2.07 2.18 1.84 3/95 1415
/proc/meminfo: memFree=1007056/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=314556 CPUtime=339.74
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330339 0 0 0 33767 207 0 0 25 0 2 0 160059530 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134597264 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1413/statm: 78639 62221 170 90 0 78177 0
[pid=1413/tid=1415] ppid=1411 vsize=314556 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160066295 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.74
Current children cumulated vsize (KiB) 314556

[startup+402.995 s]
/proc/loadavg: 2.08 2.16 1.85 3/95 1415
/proc/meminfo: memFree=1006736/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=314556 CPUtime=399.28
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330339 0 0 0 39720 208 0 0 25 0 2 0 160059530 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1413/statm: 78639 62221 170 90 0 78177 0
[pid=1413/tid=1415] ppid=1411 vsize=314556 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160066295 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.28
Current children cumulated vsize (KiB) 314556

[startup+463.071 s]
/proc/loadavg: 2.07 2.14 1.86 3/95 1415
/proc/meminfo: memFree=1006672/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=314556 CPUtime=458.8
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330339 0 0 0 45672 208 0 0 25 0 2 0 160059530 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1413/statm: 78639 62221 170 90 0 78177 0
[pid=1413/tid=1415] ppid=1411 vsize=314556 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160066295 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.8
Current children cumulated vsize (KiB) 314556

[startup+523.079 s]
/proc/loadavg: 2.13 2.14 1.88 3/95 1415
/proc/meminfo: memFree=1006608/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=314556 CPUtime=518.25
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330339 0 0 0 51617 208 0 0 25 0 2 0 160059530 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1413/statm: 78639 62221 170 90 0 78177 0
[pid=1413/tid=1415] ppid=1411 vsize=314556 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160066295 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.25
Current children cumulated vsize (KiB) 314556

[startup+583.166 s]
/proc/loadavg: 2.14 2.14 1.89 3/95 1415
/proc/meminfo: memFree=1006544/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=314556 CPUtime=577.79
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330339 0 0 0 57570 209 0 0 25 0 2 0 160059530 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604118 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1413/statm: 78639 62221 170 90 0 78177 0
[pid=1413/tid=1415] ppid=1411 vsize=314556 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160066295 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.79
Current children cumulated vsize (KiB) 314556

[startup+643.208 s]
/proc/loadavg: 2.11 2.13 1.91 3/101 1533
/proc/meminfo: memFree=1004752/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=314556 CPUtime=637.12
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330339 0 0 0 63503 209 0 0 25 0 2 0 160059530 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134601191 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1413/statm: 78639 62221 170 90 0 78177 0
[pid=1413/tid=1415] ppid=1411 vsize=314556 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160066295 322105344 62221 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.12
Current children cumulated vsize (KiB) 314556

[startup+703.219 s]
/proc/loadavg: 2.16 2.13 1.92 3/101 1593

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

[pid=1413/tid=1614] ppid=1411 vsize=324800 CPUtime=0
/proc/1413/task/1614/stat : 1614 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160156312 332595200 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.39
Current children cumulated vsize (KiB) 324800

[startup+1243.65 s]
/proc/loadavg: 2.15 2.10 1.98 3/96 1614
/proc/meminfo: memFree=1005192/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=324800 CPUtime=1231.86
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330340 0 0 0 122974 212 0 0 25 0 3 0 160059530 332595200 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1413/statm: 81200 62222 170 90 0 80738 0
[pid=1413/tid=1415] ppid=1411 vsize=324800 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160066295 332595200 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1614] ppid=1411 vsize=324800 CPUtime=0
/proc/1413/task/1614/stat : 1614 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160156312 332595200 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1231.86
Current children cumulated vsize (KiB) 324800

[startup+1303.67 s]
/proc/loadavg: 2.05 2.08 1.98 3/97 1694
/proc/meminfo: memFree=1310720/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=324800 CPUtime=1291.57
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330340 0 0 0 128942 215 0 0 25 0 3 0 160059530 332595200 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607452 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 81200 62222 170 90 0 80738 0
[pid=1413/tid=1415] ppid=1411 vsize=324800 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160066295 332595200 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1614] ppid=1411 vsize=324800 CPUtime=0
/proc/1413/task/1614/stat : 1614 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160156312 332595200 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.57
Current children cumulated vsize (KiB) 324800

[startup+1363.76 s]
/proc/loadavg: 2.02 2.06 1.98 3/97 1694
/proc/meminfo: memFree=1310784/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=324800 CPUtime=1351.34
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330340 0 0 0 134919 215 0 0 25 0 3 0 160059530 332595200 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639200 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 81200 62222 170 90 0 80738 0
[pid=1413/tid=1415] ppid=1411 vsize=324800 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160066295 332595200 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1614] ppid=1411 vsize=324800 CPUtime=0
/proc/1413/task/1614/stat : 1614 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160156312 332595200 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.34
Current children cumulated vsize (KiB) 324800

[startup+1423.85 s]
/proc/loadavg: 2.06 2.06 1.99 3/98 1695
/proc/meminfo: memFree=1310712/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=335044 CPUtime=1411.08
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330341 0 0 0 140893 215 0 0 25 0 4 0 160059530 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 83761 62223 170 90 0 83299 0
[pid=1413/tid=1415] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160066295 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1614] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1614/stat : 1614 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160156312 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1695] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1695/stat : 1695 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160201321 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1411.08
Current children cumulated vsize (KiB) 335044

[startup+1483.87 s]
/proc/loadavg: 2.06 2.06 1.99 3/98 1695
/proc/meminfo: memFree=1310712/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=335044 CPUtime=1470.79
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330341 0 0 0 146863 216 0 0 25 0 4 0 160059530 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 83761 62223 170 90 0 83299 0
[pid=1413/tid=1415] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160066295 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1614] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1614/stat : 1614 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160156312 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1695] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1695/stat : 1695 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160201321 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.79
Current children cumulated vsize (KiB) 335044

[startup+1543.88 s]
/proc/loadavg: 2.02 2.05 1.99 3/98 1695
/proc/meminfo: memFree=1310648/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=335044 CPUtime=1530.48
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330341 0 0 0 152832 216 0 0 25 0 4 0 160059530 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711496 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 83761 62223 170 90 0 83299 0
[pid=1413/tid=1415] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160066295 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1614] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1614/stat : 1614 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160156312 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1695] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1695/stat : 1695 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160201321 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.48
Current children cumulated vsize (KiB) 335044

[startup+1603.89 s]
/proc/loadavg: 2.00 2.04 1.99 5/98 1695
/proc/meminfo: memFree=1310648/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=335044 CPUtime=1590.15
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330341 0 0 0 158799 216 0 0 25 0 4 0 160059530 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639040 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 83761 62223 170 90 0 83299 0
[pid=1413/tid=1415] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160066295 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1614] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1614/stat : 1614 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160156312 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1695] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1695/stat : 1695 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160201321 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.15
Current children cumulated vsize (KiB) 335044

[startup+1663.91 s]
/proc/loadavg: 2.00 2.03 1.99 3/98 1695
/proc/meminfo: memFree=1310520/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=335044 CPUtime=1649.84
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330341 0 0 0 164768 216 0 0 25 0 4 0 160059530 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 83761 62223 170 90 0 83299 0
[pid=1413/tid=1415] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160066295 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1614] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1614/stat : 1614 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160156312 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1695] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1695/stat : 1695 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160201321 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1649.84
Current children cumulated vsize (KiB) 335044

[startup+1723.93 s]
/proc/loadavg: 2.18 2.07 2.01 3/98 1697
/proc/meminfo: memFree=1310136/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=335044 CPUtime=1709.54
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330341 0 0 0 170738 216 0 0 25 0 4 0 160059530 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613400 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 83761 62223 170 90 0 83299 0
[pid=1413/tid=1415] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160066295 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1614] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1614/stat : 1614 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160156312 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1695] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1695/stat : 1695 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160201321 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1709.54
Current children cumulated vsize (KiB) 335044

[startup+1783.94 s]
/proc/loadavg: 2.07 2.05 2.00 3/98 1697
/proc/meminfo: memFree=1310136/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=335044 CPUtime=1769.22
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330341 0 0 0 176706 216 0 0 25 0 4 0 160059530 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552207 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 83761 62223 170 90 0 83299 0
[pid=1413/tid=1415] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160066295 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1614] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1614/stat : 1614 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160156312 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1695] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1695/stat : 1695 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160201321 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1769.22
Current children cumulated vsize (KiB) 335044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.89 s]
/proc/loadavg: 2.04 2.05 2.00 3/98 1697
/proc/meminfo: memFree=1310136/2055920 swapFree=4170192/4192956
[pid=1413] ppid=1411 vsize=335044 CPUtime=1800.01
/proc/1413/stat : 1413 (bprolog) R 1411 1413 1031 0 -1 4194304 330341 0 0 0 179785 216 0 0 25 0 4 0 160059530 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609677 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1413/statm: 83761 62223 170 90 0 83299 0
[pid=1413/tid=1415] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1415/stat : 1415 (bprolog) S 1411 1413 1031 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160066295 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1614] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1614/stat : 1614 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160156312 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1413/tid=1695] ppid=1411 vsize=335044 CPUtime=0
/proc/1413/task/1695/stat : 1695 (bprolog) S 1411 1413 1031 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160201321 343085056 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 335044

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1814.94
CPU time (s): 1800.07
CPU user time (s): 1797.86
CPU system time (s): 2.20766
CPU usage (%): 99.1807
Max. virtual memory (cumulated for all children) (KiB): 335044

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

runsolver used 2.13967 s user time and 5.95209 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sat Jan  6 20:50:37 UTC 2007


IDJOB= 195946
IDBENCH= 3314
FILE ID= node20/195946-1168116637

PBS_JOBID= 3477431

Free space on /tmp= 66524 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24/rand-3-24-24-76-632-37_ext.xml
COMMAND LINE= /tmp/evaluation/195946-1168116637/Complete/Ordinary/solver /tmp/evaluation/195946-1168116637/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node20/convwatcher-195946-1168116637 -o ROOT/results/node20/conversion-195946-1168116637 -C 600 -M 900 /tmp/evaluation/195946-1168116637/Complete/Ordinary/conversion /tmp/evaluation/195946-1168116637/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-195946-1168116637 -o ROOT/results/node20/solver-195946-1168116637 -C 1800 -M 900  /tmp/evaluation/195946-1168116637/Complete/Ordinary/solver /tmp/evaluation/195946-1168116637/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  0be17c17f586e4d51ea57b0e22565f2c

RANDOM SEED= 304900463

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.216
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.216
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:       1256760 kB
Buffers:         19932 kB
Cached:          88776 kB
SwapCached:       3356 kB
Active:         699984 kB
Inactive:        39084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1256760 kB
SwapTotal:     4192956 kB
SwapFree:      4170192 kB
Dirty:            7772 kB
Writeback:           0 kB
Mapped:         651680 kB
Slab:            43376 kB
Committed_AS:  3675620 kB
PageTables:       3624 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= 66534 MiB



End job on node20 on Sat Jan  6 21:21:05 UTC 2007