Trace number 195972

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.11 1813.94

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-44_ext.xml
MD5SUM6a8989343c1399ffbb5761ed2389c00b
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 benchmark922.959
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
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/195972-1168117095/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/node41/watcher-195972-1168117095 -o ROOT/results/node41/solver-195972-1168117095 -C 1800 -M 900 /tmp/evaluation/195972-1168117095/Complete/Ordinary/solver /tmp/evaluation/195972-1168117095/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.18 1.04 1.29 5/81 19186
/proc/meminfo: memFree=1680216/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=1176 CPUtime=0
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 296 0 0 0 0 0 0 0 20 0 1 0 160109998 1204224 30 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 1924565 0 0 4096 0 0 0 0 17 1 0 0
/proc/19185/statm: 294 30 25 90 0 166 0

[startup+0.103613 s]
/proc/loadavg: 1.18 1.04 1.29 5/81 19186
/proc/meminfo: memFree=1680216/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=61640 CPUtime=0.09
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 1898 0 0 0 9 0 0 0 20 0 1 0 160109998 63119360 1614 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/19185/statm: 15410 1614 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.512641 s]
/proc/loadavg: 1.18 1.04 1.29 5/81 19186
/proc/meminfo: memFree=1680216/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=61640 CPUtime=0.49
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 7706 0 0 0 47 2 0 0 24 0 1 0 160109998 63119360 7422 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/19185/statm: 15410 7422 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33371 s]
/proc/loadavg: 1.18 1.04 1.29 3/81 19186
/proc/meminfo: memFree=1584416/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=136228 CPUtime=1.31
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 19048 0 0 0 124 7 0 0 25 0 1 0 160109998 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/19185/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 136228

[startup+2.97085 s]
/proc/loadavg: 1.25 1.06 1.29 3/81 19186
/proc/meminfo: memFree=1602208/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=101068 CPUtime=2.94
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 21502 0 0 0 286 8 0 0 25 0 1 0 160109998 103493632 12654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 0 0 0 17 1 0 0
/proc/19185/statm: 25267 12654 158 90 0 24805 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 101068

[startup+6.25014 s]
/proc/loadavg: 1.25 1.06 1.29 4/81 19186
/proc/meminfo: memFree=1491936/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=129588 CPUtime=6.21
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 52269 0 0 0 598 23 0 0 25 0 1 0 160109998 132698112 23974 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/19185/statm: 32397 23974 158 90 0 31935 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 129588

[startup+12.7227 s]
/proc/loadavg: 1.44 1.11 1.31 4/81 19186
/proc/meminfo: memFree=1367328/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=130208 CPUtime=12.64
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 85872 0 0 0 1223 41 0 0 25 0 1 0 160109998 133332992 26400 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857273 0 0 4096 2 0 0 0 17 1 0 0
/proc/19185/statm: 32552 26400 158 90 0 32090 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 130208

[startup+25.5668 s]
/proc/loadavg: 1.60 1.15 1.32 4/81 19186
/proc/meminfo: memFree=1166432/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=130308 CPUtime=25.44
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 144488 0 0 0 2465 79 0 0 25 0 1 0 160109998 133435392 26796 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/19185/statm: 32577 26796 158 90 0 32115 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 130308

[startup+51.2401 s]
/proc/loadavg: 1.86 1.25 1.35 4/81 19186
/proc/meminfo: memFree=1054944/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=297712 CPUtime=50.99
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 278740 0 0 0 4941 158 0 0 25 0 1 0 160109998 304857088 54657 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/19185/statm: 74428 54657 158 90 0 73966 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 297712

[startup+102.478 s]
/proc/loadavg: 2.27 1.45 1.41 4/82 19187
/proc/meminfo: memFree=1011864/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=309940 CPUtime=101.99
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 338184 0 0 0 10005 194 0 0 25 0 2 0 160109998 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 77485 62516 170 90 0 77023 0
[pid=19185/tid=19187] ppid=19183 vsize=309940 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116565 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 309940

[startup+162.552 s]
/proc/loadavg: 2.53 1.67 1.49 4/88 19253
/proc/meminfo: memFree=1007888/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=309940 CPUtime=161.7
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 338184 0 0 0 15976 194 0 0 25 0 2 0 160109998 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613079 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 77485 62516 170 90 0 77023 0
[pid=19185/tid=19187] ppid=19183 vsize=309940 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116565 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.7
Current children cumulated vsize (KiB) 309940

[startup+222.653 s]
/proc/loadavg: 2.70 1.89 1.57 4/88 19345
/proc/meminfo: memFree=1007768/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=309940 CPUtime=221.41
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 342309 0 0 0 21944 197 0 0 25 0 2 0 160109998 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134822626 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 77485 62516 170 90 0 77023 0
[pid=19185/tid=19187] ppid=19183 vsize=309940 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116565 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.41
Current children cumulated vsize (KiB) 309940

[startup+282.731 s]
/proc/loadavg: 2.83 2.07 1.65 4/82 19385
/proc/meminfo: memFree=1008792/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=309940 CPUtime=281.16
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 342309 0 0 0 27919 197 0 0 25 0 2 0 160109998 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663870 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 77485 62516 170 90 0 77023 0
[pid=19185/tid=19187] ppid=19183 vsize=309940 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116565 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.16
Current children cumulated vsize (KiB) 309940

[startup+342.806 s]
/proc/loadavg: 2.81 2.19 1.72 4/82 19385
/proc/meminfo: memFree=1008792/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=309940 CPUtime=340.95
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 342309 0 0 0 33898 197 0 0 25 0 2 0 160109998 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134611247 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 77485 62516 170 90 0 77023 0
[pid=19185/tid=19187] ppid=19183 vsize=309940 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116565 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.95
Current children cumulated vsize (KiB) 309940

[startup+402.883 s]
/proc/loadavg: 2.81 2.29 1.78 4/82 19385
/proc/meminfo: memFree=1008792/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=309940 CPUtime=400.75
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 342309 0 0 0 39878 197 0 0 25 0 2 0 160109998 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134747433 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 77485 62516 170 90 0 77023 0
[pid=19185/tid=19187] ppid=19183 vsize=309940 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116565 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.75
Current children cumulated vsize (KiB) 309940

[startup+462.948 s]
/proc/loadavg: 2.93 2.42 1.85 4/82 19385
/proc/meminfo: memFree=1008728/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=309940 CPUtime=460.52
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 342309 0 0 0 45855 197 0 0 25 0 2 0 160109998 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 77485 62516 170 90 0 77023 0
[pid=19185/tid=19187] ppid=19183 vsize=309940 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116565 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.52
Current children cumulated vsize (KiB) 309940

[startup+523.017 s]
/proc/loadavg: 2.98 2.52 1.92 4/82 19385
/proc/meminfo: memFree=1008728/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=309940 CPUtime=520.31
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 342309 0 0 0 51833 198 0 0 25 0 2 0 160109998 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589649 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 77485 62516 170 90 0 77023 0
[pid=19185/tid=19187] ppid=19183 vsize=309940 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116565 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.31
Current children cumulated vsize (KiB) 309940

[startup+583.094 s]
/proc/loadavg: 2.79 2.55 1.97 4/82 19385
/proc/meminfo: memFree=1008664/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=309940 CPUtime=580.1
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 342309 0 0 0 57812 198 0 0 25 0 2 0 160109998 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711816 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 77485 62516 170 90 0 77023 0
[pid=19185/tid=19187] ppid=19183 vsize=309940 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116565 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.1
Current children cumulated vsize (KiB) 309940

[startup+643.167 s]
/proc/loadavg: 2.92 2.63 2.03 4/82 19385
/proc/meminfo: memFree=1008664/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=309940 CPUtime=639.89
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 342309 0 0 0 63791 198 0 0 25 0 2 0 160109998 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 77485 62516 170 90 0 77023 0
[pid=19185/tid=19187] ppid=19183 vsize=309940 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160116565 317378560 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.89
Current children cumulated vsize (KiB) 309940

[startup+703.248 s]
/proc/loadavg: 2.87 2.65 2.07 4/82 19385

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

[pid=19185/tid=19386] ppid=19183 vsize=320184 CPUtime=0
/proc/19185/task/19386/stat : 19386 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160206578 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1175.54
Current children cumulated vsize (KiB) 320184

[startup+1243.8 s]
/proc/loadavg: 2.34 2.66 2.35 3/83 19388
/proc/meminfo: memFree=1007312/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=320184 CPUtime=1235.05
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 350560 0 0 0 123302 203 0 0 25 0 3 0 160109998 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664585 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 80046 62517 170 90 0 79584 0
[pid=19185/tid=19187] ppid=19183 vsize=320184 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160116565 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19386] ppid=19183 vsize=320184 CPUtime=0
/proc/19185/task/19386/stat : 19386 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160206578 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1235.05
Current children cumulated vsize (KiB) 320184

[startup+1303.82 s]
/proc/loadavg: 2.26 2.57 2.34 4/83 19388
/proc/meminfo: memFree=1007312/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=320184 CPUtime=1294.52
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 350560 0 0 0 129249 203 0 0 25 0 3 0 160109998 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565693 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 80046 62517 170 90 0 79584 0
[pid=19185/tid=19187] ppid=19183 vsize=320184 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160116565 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19386] ppid=19183 vsize=320184 CPUtime=0
/proc/19185/task/19386/stat : 19386 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160206578 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1294.52
Current children cumulated vsize (KiB) 320184

[startup+1363.84 s]
/proc/loadavg: 2.09 2.46 2.32 3/83 19388
/proc/meminfo: memFree=1007312/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=320184 CPUtime=1354
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 350560 0 0 0 135197 203 0 0 25 0 3 0 160109998 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 80046 62517 170 90 0 79584 0
[pid=19185/tid=19187] ppid=19183 vsize=320184 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160116565 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19386] ppid=19183 vsize=320184 CPUtime=0
/proc/19185/task/19386/stat : 19386 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160206578 327868416 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1354
Current children cumulated vsize (KiB) 320184

[startup+1423.86 s]
/proc/loadavg: 2.15 2.41 2.30 3/84 19389
/proc/meminfo: memFree=1007304/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=330428 CPUtime=1413.47
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 350561 0 0 0 141144 203 0 0 25 0 4 0 160109998 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552103 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 82607 62518 170 90 0 82145 0
[pid=19185/tid=19187] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116565 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19386] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19386/stat : 19386 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206578 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19389] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19389/stat : 19389 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160251586 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1413.47
Current children cumulated vsize (KiB) 330428

[startup+1483.88 s]
/proc/loadavg: 2.16 2.36 2.29 3/84 19389
/proc/meminfo: memFree=1007304/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=330428 CPUtime=1472.94
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 350561 0 0 0 147091 203 0 0 25 0 4 0 160109998 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 82607 62518 170 90 0 82145 0
[pid=19185/tid=19187] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116565 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19386] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19386/stat : 19386 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206578 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19389] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19389/stat : 19389 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160251586 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1472.94
Current children cumulated vsize (KiB) 330428

[startup+1543.91 s]
/proc/loadavg: 2.15 2.32 2.28 3/84 19389
/proc/meminfo: memFree=1007240/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=330428 CPUtime=1532.43
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 350561 0 0 0 153040 203 0 0 25 0 4 0 160109998 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 82607 62518 170 90 0 82145 0
[pid=19185/tid=19187] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116565 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19386] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19386/stat : 19386 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206578 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19389] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19389/stat : 19389 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160251586 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1532.43
Current children cumulated vsize (KiB) 330428

[startup+1603.94 s]
/proc/loadavg: 2.15 2.29 2.27 3/84 19389
/proc/meminfo: memFree=1007240/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=330428 CPUtime=1591.91
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 350561 0 0 0 158988 203 0 0 25 0 4 0 160109998 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 82607 62518 170 90 0 82145 0
[pid=19185/tid=19187] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116565 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19386] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19386/stat : 19386 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206578 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19389] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19389/stat : 19389 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160251586 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1591.91
Current children cumulated vsize (KiB) 330428

[startup+1663.97 s]
/proc/loadavg: 2.22 2.28 2.27 3/84 19389
/proc/meminfo: memFree=1007176/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=330428 CPUtime=1651.39
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 350561 0 0 0 164936 203 0 0 25 0 4 0 160109998 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134722627 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 82607 62518 170 90 0 82145 0
[pid=19185/tid=19187] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116565 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19386] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19386/stat : 19386 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206578 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19389] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19389/stat : 19389 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160251586 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1651.39
Current children cumulated vsize (KiB) 330428

[startup+1724.04 s]
/proc/loadavg: 2.18 2.26 2.26 3/84 19389
/proc/meminfo: memFree=1007176/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=330428 CPUtime=1710.9
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 350561 0 0 0 170887 203 0 0 25 0 4 0 160109998 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556978 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 82607 62518 170 90 0 82145 0
[pid=19185/tid=19187] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116565 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19386] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19386/stat : 19386 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206578 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19389] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19389/stat : 19389 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160251586 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.9
Current children cumulated vsize (KiB) 330428

[startup+1784.11 s]
/proc/loadavg: 2.06 2.21 2.24 3/84 19389
/proc/meminfo: memFree=1007112/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=330428 CPUtime=1770.42
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 350561 0 0 0 176838 204 0 0 25 0 4 0 160109998 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134559238 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/19185/statm: 82607 62518 170 90 0 82145 0
[pid=19185/tid=19187] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116565 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19386] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19386/stat : 19386 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206578 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19389] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19389/stat : 19389 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160251586 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.42
Current children cumulated vsize (KiB) 330428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.89 s]
/proc/loadavg: 2.12 2.20 2.24 3/84 19454
/proc/meminfo: memFree=1329928/2055920 swapFree=4191892/4192956
[pid=19185] ppid=19183 vsize=330428 CPUtime=1800.05
/proc/19185/stat : 19185 (bprolog) R 19183 19185 19032 0 -1 4194304 350561 0 0 0 179800 205 0 0 25 0 4 0 160109998 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566028 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/19185/statm: 82607 62518 170 90 0 82145 0
[pid=19185/tid=19187] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19187/stat : 19187 (bprolog) S 19183 19185 19032 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160116565 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19386] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19386/stat : 19386 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160206578 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=19185/tid=19389] ppid=19183 vsize=330428 CPUtime=0
/proc/19185/task/19389/stat : 19389 (bprolog) S 19183 19185 19032 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160251586 338358272 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 330428

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.94
CPU time (s): 1800.11
CPU user time (s): 1798.01
CPU system time (s): 2.09368
CPU usage (%): 99.2373
Max. virtual memory (cumulated for all children) (KiB): 330428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.01
system time used= 2.09368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 350561
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= 19
involuntary context switches= 61644

runsolver used 2.31765 s user time and 5.72813 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Sat Jan  6 20:58:15 UTC 2007


IDJOB= 195972
IDBENCH= 3316
FILE ID= node41/195972-1168117095

PBS_JOBID= 3477441

Free space on /tmp= 66525 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-195972-1168117095 -o ROOT/results/node41/solver-195972-1168117095 -C 1800 -M 900  /tmp/evaluation/195972-1168117095/Complete/Ordinary/solver /tmp/evaluation/195972-1168117095/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  6a8989343c1399ffbb5761ed2389c00b

RANDOM SEED= 490177506

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.234
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.234
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:       1681976 kB
Buffers:         34500 kB
Cached:          84352 kB
SwapCached:         12 kB
Active:         249664 kB
Inactive:        67472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1681976 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:           28040 kB
Writeback:           0 kB
Mapped:         214076 kB
Slab:            41728 kB
Committed_AS:  2972788 kB
PageTables:       2300 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= 66505 MiB



End job on node41 on Sat Jan  6 21:28:41 UTC 2007