Trace number 195855

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.1 1809.57

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-36_ext.xml
MD5SUMf30eb18bfd25ea1f67b84401c08189b2
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 constraints74
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension74
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/195855-1168115296/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/node2/watcher-195855-1168115296 -o ROOT/results/node2/solver-195855-1168115296 -C 1800 -M 900 /tmp/evaluation/195855-1168115296/Complete/Ordinary/solver /tmp/evaluation/195855-1168115296/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.33 2.98 2.92 5/87 16333
/proc/meminfo: memFree=1649624/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=5352 CPUtime=0
/proc/16332/stat : 16332 (sh) R 16330 16332 16252 0 -1 4194304 266 0 0 0 0 0 0 0 20 0 1 0 159926545 5480448 233 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 206381184592 0 0 4100 65536 0 0 0 17 1 0 0
/proc/16332/statm: 1338 233 196 169 0 49 0

[startup+0.102856 s]
/proc/loadavg: 2.33 2.98 2.92 5/87 16333
/proc/meminfo: memFree=1649624/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=61640 CPUtime=0.08
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 1847 0 0 0 8 0 0 0 20 0 1 0 159926545 63119360 1563 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589320 0 0 4096 2 0 0 0 17 1 0 0
/proc/16332/statm: 15410 1563 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.510924 s]
/proc/loadavg: 2.33 2.98 2.92 5/87 16333
/proc/meminfo: memFree=1649624/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=61640 CPUtime=0.5
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 7523 0 0 0 47 3 0 0 23 0 1 0 159926545 63119360 7239 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591495 0 0 4096 2 0 0 0 17 1 0 0
/proc/16332/statm: 15410 7239 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33207 s]
/proc/loadavg: 2.33 2.98 2.92 3/87 16333
/proc/meminfo: memFree=1575000/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=136228 CPUtime=1.31
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 19049 0 0 0 123 8 0 0 25 0 1 0 159926545 139497472 18765 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/16332/statm: 34057 18765 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.96937 s]
/proc/loadavg: 2.33 2.98 2.92 3/87 16333
/proc/meminfo: memFree=1605912/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=101068 CPUtime=2.94
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 21115 0 0 0 285 9 0 0 25 0 1 0 159926545 103493632 12267 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554927 0 0 4096 2 0 0 0 17 1 0 0
/proc/16332/statm: 25267 12267 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.25599 s]
/proc/loadavg: 2.30 2.96 2.92 3/87 16333
/proc/meminfo: memFree=1556184/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=131764 CPUtime=6.21
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 50503 0 0 0 595 26 0 0 25 0 1 0 159926545 134926336 24248 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639077 0 0 4096 2 0 0 0 17 1 0 0
/proc/16332/statm: 32941 24248 158 90 0 32479 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 131764

[startup+12.7262 s]
/proc/loadavg: 2.28 2.95 2.91 3/87 16333
/proc/meminfo: memFree=1542488/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=132508 CPUtime=12.65
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 81787 0 0 0 1220 45 0 0 25 0 1 0 159926545 135688192 26768 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/16332/statm: 33127 26768 158 90 0 32665 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 132508

[startup+25.5605 s]
/proc/loadavg: 2.22 2.90 2.90 3/97 16385
/proc/meminfo: memFree=1625864/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=132652 CPUtime=25.29
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 138330 0 0 0 2449 80 0 0 25 0 1 0 159926545 135835648 27331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/16332/statm: 33163 27331 158 90 0 32701 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 132652

[startup+51.2333 s]
/proc/loadavg: 2.14 2.83 2.87 3/98 16386
/proc/meminfo: memFree=1485192/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=306648 CPUtime=50.75
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 273707 0 0 0 4922 153 0 0 25 0 1 0 159926545 314007552 55011 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639173 0 0 4096 2 0 0 0 17 1 0 0
/proc/16332/statm: 76662 55011 158 90 0 76200 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 306648

[startup+102.459 s]
/proc/loadavg: 2.06 2.70 2.83 3/99 16387
/proc/meminfo: memFree=1409536/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=318676 CPUtime=101.71
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 302426 0 0 0 10001 170 0 0 25 0 2 0 159926545 326324224 61294 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 79669 61294 170 90 0 79207 0
[pid=16332/tid=16387] ppid=16330 vsize=318676 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159932667 326324224 61294 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 318676

[startup+162.522 s]
/proc/loadavg: 2.08 2.58 2.78 3/99 16387
/proc/meminfo: memFree=1395264/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=318812 CPUtime=161.43
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 314446 0 0 0 15966 177 0 0 25 0 2 0 159926545 326463488 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711204 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 79703 61328 170 90 0 79241 0
[pid=16332/tid=16387] ppid=16330 vsize=318812 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159932667 326463488 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.43
Current children cumulated vsize (KiB) 318812

[startup+222.59 s]
/proc/loadavg: 2.03 2.47 2.72 3/99 16387
/proc/meminfo: memFree=1395200/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=318812 CPUtime=221.21
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 314446 0 0 0 21943 178 0 0 25 0 2 0 159926545 326463488 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 79703 61328 170 90 0 79241 0
[pid=16332/tid=16387] ppid=16330 vsize=318812 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159932667 326463488 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.21
Current children cumulated vsize (KiB) 318812

[startup+282.646 s]
/proc/loadavg: 2.04 2.40 2.68 3/99 16387
/proc/meminfo: memFree=1370240/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=318812 CPUtime=280.91
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 314446 0 0 0 27913 178 0 0 25 0 2 0 159926545 326463488 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 79703 61328 170 90 0 79241 0
[pid=16332/tid=16387] ppid=16330 vsize=318812 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159932667 326463488 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.91
Current children cumulated vsize (KiB) 318812

[startup+342.705 s]
/proc/loadavg: 2.09 2.34 2.64 3/99 16387
/proc/meminfo: memFree=1343936/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=318812 CPUtime=340.66
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 314446 0 0 0 33887 179 0 0 25 0 2 0 159926545 326463488 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555972 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 79703 61328 170 90 0 79241 0
[pid=16332/tid=16387] ppid=16330 vsize=318812 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159932667 326463488 61328 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.66
Current children cumulated vsize (KiB) 318812

[startup+402.77 s]
/proc/loadavg: 2.03 2.28 2.60 3/99 16387
/proc/meminfo: memFree=1316864/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=318812 CPUtime=400.44
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 314447 0 0 0 39865 179 0 0 25 0 2 0 159926545 326463488 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 79703 61329 170 90 0 79241 0
[pid=16332/tid=16387] ppid=16330 vsize=318812 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159932667 326463488 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.44
Current children cumulated vsize (KiB) 318812

[startup+462.836 s]
/proc/loadavg: 2.01 2.22 2.56 3/99 16387
/proc/meminfo: memFree=1316800/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=318812 CPUtime=460.22
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 314447 0 0 0 45842 180 0 0 25 0 2 0 159926545 326463488 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 79703 61329 170 90 0 79241 0
[pid=16332/tid=16387] ppid=16330 vsize=318812 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159932667 326463488 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.22
Current children cumulated vsize (KiB) 318812

[startup+522.9 s]
/proc/loadavg: 2.00 2.18 2.52 3/99 16387
/proc/meminfo: memFree=1289408/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=318812 CPUtime=520
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 314447 0 0 0 51820 180 0 0 25 0 2 0 159926545 326463488 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 79703 61329 170 90 0 79241 0
[pid=16332/tid=16387] ppid=16330 vsize=318812 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159932667 326463488 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520
Current children cumulated vsize (KiB) 318812

[startup+582.97 s]
/proc/loadavg: 2.00 2.14 2.49 3/99 16387
/proc/meminfo: memFree=1289280/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=318812 CPUtime=579.77
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 314447 0 0 0 57797 180 0 0 25 0 2 0 159926545 326463488 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670686 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 79703 61329 170 90 0 79241 0
[pid=16332/tid=16387] ppid=16330 vsize=318812 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159932667 326463488 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.77
Current children cumulated vsize (KiB) 318812

[startup+643.026 s]
/proc/loadavg: 2.00 2.12 2.45 3/99 16387
/proc/meminfo: memFree=1289152/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=318812 CPUtime=639.54
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 314447 0 0 0 63773 181 0 0 25 0 2 0 159926545 326463488 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 79703 61329 170 90 0 79241 0
[pid=16332/tid=16387] ppid=16330 vsize=318812 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 159932667 326463488 61329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.54
Current children cumulated vsize (KiB) 318812

[startup+703.085 s]
/proc/loadavg: 2.00 2.09 2.42 3/99 16387

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

[pid=16332/tid=16388] ppid=16330 vsize=329056 CPUtime=0
/proc/16332/task/16388/stat : 16388 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160022685 336953344 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.55
Current children cumulated vsize (KiB) 329056

[startup+1243.78 s]
/proc/loadavg: 2.01 2.02 2.22 3/100 16388
/proc/meminfo: memFree=1150584/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=329056 CPUtime=1237.3
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 318455 0 0 0 123541 189 0 0 25 0 3 0 159926545 336953344 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 82264 61330 170 90 0 81802 0
[pid=16332/tid=16387] ppid=16330 vsize=329056 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159932667 336953344 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16388] ppid=16330 vsize=329056 CPUtime=0
/proc/16332/task/16388/stat : 16388 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160022685 336953344 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.3
Current children cumulated vsize (KiB) 329056

[startup+1303.86 s]
/proc/loadavg: 2.08 2.04 2.22 3/100 16388
/proc/meminfo: memFree=1150520/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=329056 CPUtime=1297.1
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 318455 0 0 0 129521 189 0 0 25 0 3 0 159926545 336953344 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671498 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 82264 61330 170 90 0 81802 0
[pid=16332/tid=16387] ppid=16330 vsize=329056 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159932667 336953344 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16388] ppid=16330 vsize=329056 CPUtime=0
/proc/16332/task/16388/stat : 16388 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160022685 336953344 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1297.1
Current children cumulated vsize (KiB) 329056

[startup+1363.94 s]
/proc/loadavg: 2.03 2.03 2.20 3/100 16388
/proc/meminfo: memFree=1150392/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=329056 CPUtime=1356.9
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 318455 0 0 0 135500 190 0 0 25 0 3 0 159926545 336953344 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609705 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 82264 61330 170 90 0 81802 0
[pid=16332/tid=16387] ppid=16330 vsize=329056 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 159932667 336953344 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16388] ppid=16330 vsize=329056 CPUtime=0
/proc/16332/task/16388/stat : 16388 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160022685 336953344 61330 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.9
Current children cumulated vsize (KiB) 329056

[startup+1424.03 s]
/proc/loadavg: 2.01 2.02 2.18 3/101 16389
/proc/meminfo: memFree=1122096/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=339300 CPUtime=1416.62
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 318456 0 0 0 141472 190 0 0 25 0 4 0 159926545 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670515 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 84825 61331 170 90 0 84363 0
[pid=16332/tid=16387] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159932667 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16388] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16388/stat : 16388 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160022685 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16389] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16389/stat : 16389 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160067695 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.62
Current children cumulated vsize (KiB) 339300

[startup+1484.05 s]
/proc/loadavg: 2.00 2.02 2.17 3/101 16389
/proc/meminfo: memFree=1122032/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=339300 CPUtime=1476.36
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 318456 0 0 0 147445 191 0 0 25 0 4 0 159926545 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 84825 61331 170 90 0 84363 0
[pid=16332/tid=16387] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159932667 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16388] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16388/stat : 16388 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160022685 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16389] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16389/stat : 16389 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160067695 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.36
Current children cumulated vsize (KiB) 339300

[startup+1544.07 s]
/proc/loadavg: 2.00 2.01 2.16 3/101 16389
/proc/meminfo: memFree=1121968/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=339300 CPUtime=1536.09
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 318456 0 0 0 153417 192 0 0 25 0 4 0 159926545 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611207 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 84825 61331 170 90 0 84363 0
[pid=16332/tid=16387] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159932667 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16388] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16388/stat : 16388 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160022685 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16389] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16389/stat : 16389 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160067695 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.09
Current children cumulated vsize (KiB) 339300

[startup+1604.09 s]
/proc/loadavg: 2.00 2.01 2.15 3/101 16389
/proc/meminfo: memFree=1121904/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=339300 CPUtime=1595.82
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 318456 0 0 0 159390 192 0 0 25 0 4 0 159926545 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711497 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/16332/statm: 84825 61331 170 90 0 84363 0
[pid=16332/tid=16387] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159932667 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16388] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16388/stat : 16388 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160022685 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16389] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16389/stat : 16389 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160067695 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.82
Current children cumulated vsize (KiB) 339300

[startup+1664.1 s]
/proc/loadavg: 2.00 2.00 2.14 3/101 16389
/proc/meminfo: memFree=1093872/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=339300 CPUtime=1655.45
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 318456 0 0 0 165352 193 0 0 25 0 4 0 159926545 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639109 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16332/statm: 84825 61331 170 90 0 84363 0
[pid=16332/tid=16387] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159932667 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16388] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16388/stat : 16388 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160022685 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16389] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16389/stat : 16389 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160067695 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.45
Current children cumulated vsize (KiB) 339300

[startup+1724.1 s]
/proc/loadavg: 2.03 2.01 2.13 3/101 16389
/proc/meminfo: memFree=1093808/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=339300 CPUtime=1715.1
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 318456 0 0 0 171317 193 0 0 25 0 4 0 159926545 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16332/statm: 84825 61331 170 90 0 84363 0
[pid=16332/tid=16387] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159932667 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16388] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16388/stat : 16388 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160022685 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16389] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16389/stat : 16389 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160067695 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.1
Current children cumulated vsize (KiB) 339300

[startup+1784.11 s]
/proc/loadavg: 2.01 2.01 2.12 3/101 16389
/proc/meminfo: memFree=1093680/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=339300 CPUtime=1774.78
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 318456 0 0 0 177285 193 0 0 25 0 4 0 159926545 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16332/statm: 84825 61331 170 90 0 84363 0
[pid=16332/tid=16387] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159932667 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16388] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16388/stat : 16388 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160022685 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16389] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16389/stat : 16389 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160067695 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.78
Current children cumulated vsize (KiB) 339300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.49 s]
/proc/loadavg: 2.00 2.00 2.11 3/101 16389
/proc/meminfo: memFree=1093616/2055920 swapFree=4191880/4192956
[pid=16332] ppid=16330 vsize=339300 CPUtime=1800.04
/proc/16332/stat : 16332 (bprolog) R 16330 16332 16252 0 -1 4194304 318456 0 0 0 179811 193 0 0 25 0 4 0 159926545 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565575 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/16332/statm: 84825 61331 170 90 0 84363 0
[pid=16332/tid=16387] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16387/stat : 16387 (bprolog) S 16330 16332 16252 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 159932667 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16388] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16388/stat : 16388 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160022685 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=16332/tid=16389] ppid=16330 vsize=339300 CPUtime=0
/proc/16332/task/16389/stat : 16389 (bprolog) S 16330 16332 16252 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160067695 347443200 61331 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 339300

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1809.57
CPU time (s): 1800.1
CPU user time (s): 1798.12
CPU system time (s): 1.9767
CPU usage (%): 99.4769
Max. virtual memory (cumulated for all children) (KiB): 339300

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

runsolver used 1.9487 s user time and 6.06808 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sat Jan  6 20:28:17 UTC 2007


IDJOB= 195855
IDBENCH= 3307
FILE ID= node2/195855-1168115296

PBS_JOBID= 3477135

Free space on /tmp= 66303 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-195855-1168115296 -o ROOT/results/node2/solver-195855-1168115296 -C 1800 -M 900  /tmp/evaluation/195855-1168115296/Complete/Ordinary/solver /tmp/evaluation/195855-1168115296/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f30eb18bfd25ea1f67b84401c08189b2

RANDOM SEED= 40287923

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.259
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	: 5931.00
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.259
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:       1650104 kB
Buffers:         34052 kB
Cached:          48264 kB
SwapCached:         32 kB
Active:         312768 kB
Inactive:        36512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1650104 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            7832 kB
Writeback:           0 kB
Mapped:         286552 kB
Slab:            40840 kB
Committed_AS:  3872580 kB
PageTables:       2808 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= 66315 MiB



End job on node2 on Sat Jan  6 20:58:41 UTC 2007