Trace number 201260

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 1801.88

General information on the benchmark

Namefapp/fapp11-15/fapp12/
fapp12-1500-6.xml
MD5SUMeb2dbda2391814cf18e943c437e26072
Bench Category2-ARY-INT (binary constraints in intension)
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 variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/201260-1168146558/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/node52/watcher-201260-1168146558 -o ROOT/results/node52/solver-201260-1168146558 -C 1800 -M 900 /tmp/evaluation/201260-1168146558/Complete/Ordinary/solver /tmp/evaluation/201260-1168146558/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.00 2.01 1.88 5/81 18907
/proc/meminfo: memFree=1088472/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=5352 CPUtime=0
/proc/18906/stat : 18906 (sh) R 18904 18906 18371 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 163055758 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 273653755175 0 0 4096 0 0 0 0 17 1 0 0
/proc/18906/statm: 1338 234 196 169 0 49 0

[startup+0.104696 s]
/proc/loadavg: 2.00 2.01 1.88 5/81 18907
/proc/meminfo: memFree=1088472/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=53824 CPUtime=0.09
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 2077 0 0 0 8 1 0 0 20 0 1 0 163055758 55115776 1793 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550522 0 0 4096 2 0 0 0 17 1 0 0
/proc/18906/statm: 13456 1793 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.512722 s]
/proc/loadavg: 2.00 2.01 1.88 5/81 18907
/proc/meminfo: memFree=1088472/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=68156 CPUtime=0.5
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 8495 0 0 0 44 6 0 0 24 0 1 0 163055758 69791744 8209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859347 0 0 4096 2 0 0 0 17 1 0 0
/proc/18906/statm: 17039 8209 157 90 0 16577 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 68156

[startup+1.33476 s]
/proc/loadavg: 2.00 2.01 1.88 3/81 18907
/proc/meminfo: memFree=1044760/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=68156 CPUtime=1.31
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 11972 0 0 0 124 7 0 0 25 0 1 0 163055758 69791744 11686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608126 0 0 4096 2 0 0 0 17 1 0 0
/proc/18906/statm: 17039 11686 157 90 0 16577 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 68156

[startup+2.97687 s]
/proc/loadavg: 2.00 2.01 1.88 3/81 18907
/proc/meminfo: memFree=1041048/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=68152 CPUtime=2.94
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 12282 0 0 0 287 7 0 0 25 0 1 0 163055758 69787648 11995 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 1 0 0
/proc/18906/statm: 17038 11995 176 90 0 16576 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 68152

[startup+6.2591 s]
/proc/loadavg: 2.00 2.01 1.88 3/81 18907
/proc/meminfo: memFree=1036888/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=106564 CPUtime=6.19
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 26816 0 0 0 603 16 0 0 25 0 1 0 163055758 109121536 13250 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 0 0 0 17 1 0 0
/proc/18906/statm: 26641 13250 176 90 0 26179 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 106564

[startup+12.7295 s]
/proc/loadavg: 1.92 1.99 1.88 2/69 18921
/proc/meminfo: memFree=1516720/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=196708 CPUtime=12.6
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 59572 0 0 0 1225 35 0 0 25 0 2 0 163055758 201428992 25869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 49177 25869 180 90 0 48715 0
[pid=18906/tid=18916] ppid=18904 vsize=196708 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163056919 201428992 25869 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 196708

[startup+25.5944 s]
/proc/loadavg: 2.01 2.01 1.88 3/82 18980
/proc/meminfo: memFree=1344712/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=212332 CPUtime=25.46
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66511 0 0 0 2508 38 0 0 25 0 2 0 163055758 217427968 28901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664261 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 53083 28901 180 90 0 52621 0
[pid=18906/tid=18916] ppid=18904 vsize=212332 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163056919 217427968 28901 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 212332

[startup+51.2852 s]
/proc/loadavg: 2.01 2.00 1.89 3/82 18980
/proc/meminfo: memFree=1148744/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=212332 CPUtime=51.1
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66939 0 0 0 5072 38 0 0 25 0 2 0 163055758 217427968 29329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 53083 29329 180 90 0 52621 0
[pid=18906/tid=18916] ppid=18904 vsize=212332 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163056919 217427968 29329 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 212332

[startup+102.555 s]
/proc/loadavg: 2.00 2.00 1.89 3/82 18980
/proc/meminfo: memFree=930568/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=212332 CPUtime=102.33
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66984 0 0 0 10195 38 0 0 25 0 2 0 163055758 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620263 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 53083 29374 180 90 0 52621 0
[pid=18906/tid=18916] ppid=18904 vsize=212332 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163056919 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 212332

[startup+162.623 s]
/proc/loadavg: 2.15 2.03 1.91 3/82 18980
/proc/meminfo: memFree=843848/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=212332 CPUtime=162.36
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66984 0 0 0 16197 39 0 0 25 0 2 0 163055758 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580485 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 53083 29374 180 90 0 52621 0
[pid=18906/tid=18916] ppid=18904 vsize=212332 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163056919 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 212332

[startup+222.677 s]
/proc/loadavg: 2.09 2.04 1.91 3/82 18980
/proc/meminfo: memFree=831816/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=212332 CPUtime=222.36
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66984 0 0 0 22197 39 0 0 25 0 2 0 163055758 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 53083 29374 180 90 0 52621 0
[pid=18906/tid=18916] ppid=18904 vsize=212332 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163056919 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.36
Current children cumulated vsize (KiB) 212332

[startup+282.715 s]
/proc/loadavg: 2.15 2.06 1.93 3/82 18980
/proc/meminfo: memFree=820232/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=212332 CPUtime=282.33
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66984 0 0 0 28194 39 0 0 25 0 2 0 163055758 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 53083 29374 180 90 0 52621 0
[pid=18906/tid=18916] ppid=18904 vsize=212332 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163056919 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 282.33
Current children cumulated vsize (KiB) 212332

[startup+342.807 s]
/proc/loadavg: 2.05 2.05 1.93 4/82 18980
/proc/meminfo: memFree=808584/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=212332 CPUtime=342.37
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66984 0 0 0 34198 39 0 0 25 0 2 0 163055758 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 53083 29374 180 90 0 52621 0
[pid=18906/tid=18916] ppid=18904 vsize=212332 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163056919 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 342.37
Current children cumulated vsize (KiB) 212332

[startup+402.9 s]
/proc/loadavg: 2.08 2.06 1.94 3/82 18980
/proc/meminfo: memFree=803528/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=212332 CPUtime=402.41
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66984 0 0 0 40202 39 0 0 25 0 2 0 163055758 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 53083 29374 180 90 0 52621 0
[pid=18906/tid=18916] ppid=18904 vsize=212332 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163056919 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 212332

[startup+462.979 s]
/proc/loadavg: 2.03 2.05 1.94 3/82 18980
/proc/meminfo: memFree=778696/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=212332 CPUtime=462.42
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66984 0 0 0 46203 39 0 0 25 0 2 0 163055758 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554689 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 53083 29374 180 90 0 52621 0
[pid=18906/tid=18916] ppid=18904 vsize=212332 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163056919 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 462.42
Current children cumulated vsize (KiB) 212332

[startup+523.052 s]
/proc/loadavg: 2.01 2.04 1.94 3/82 18982
/proc/meminfo: memFree=778632/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=212332 CPUtime=522.45
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66984 0 0 0 52206 39 0 0 25 0 2 0 163055758 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662572 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 53083 29374 180 90 0 52621 0
[pid=18906/tid=18916] ppid=18904 vsize=212332 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163056919 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 212332

[startup+583.135 s]
/proc/loadavg: 2.00 2.03 1.94 3/82 18982
/proc/meminfo: memFree=778632/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=212332 CPUtime=582.49
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66984 0 0 0 58209 40 0 0 25 0 2 0 163055758 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620166 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 53083 29374 180 90 0 52621 0
[pid=18906/tid=18916] ppid=18904 vsize=212332 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 163056919 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 582.49
Current children cumulated vsize (KiB) 212332

[startup+643.21 s]
/proc/loadavg: 2.00 2.02 1.94 3/82 18982
/proc/meminfo: memFree=778632/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=212332 CPUtime=642.49
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66984 0 0 0 64209 40 0 0 25 0 2 0 163055758 217427968 29374 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662545 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 53083 29374 180 90 0 52621 0
[pid=18906/tid=18916] ppid=18904 vsize=212332 CPUtime=0

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

Current children cumulated CPU time (s) 1182.5
Current children cumulated vsize (KiB) 222576

[startup+1243.79 s]
/proc/loadavg: 2.01 2.01 1.95 3/83 18983
/proc/meminfo: memFree=778304/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=222576 CPUtime=1242.53
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66991 0 0 0 124212 41 0 0 25 0 3 0 163055758 227917824 29381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134566775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 55644 29381 180 90 0 55182 0
[pid=18906/tid=18916] ppid=18904 vsize=222576 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163056919 227917824 29381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18906/tid=18983] ppid=18904 vsize=222576 CPUtime=0
/proc/18906/task/18983/stat : 18983 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163146931 227917824 29381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.53
Current children cumulated vsize (KiB) 222576

[startup+1303.86 s]
/proc/loadavg: 2.00 2.00 1.95 3/83 18983
/proc/meminfo: memFree=778240/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=222576 CPUtime=1302.53
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66991 0 0 0 130212 41 0 0 25 0 3 0 163055758 227917824 29381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 55644 29381 180 90 0 55182 0
[pid=18906/tid=18916] ppid=18904 vsize=222576 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 163056919 227917824 29381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18906/tid=18983] ppid=18904 vsize=222576 CPUtime=0
/proc/18906/task/18983/stat : 18983 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163146931 227917824 29381 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.53
Current children cumulated vsize (KiB) 222576

[startup+1363.94 s]
/proc/loadavg: 2.00 2.00 1.95 3/84 18984
/proc/meminfo: memFree=778168/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=232820 CPUtime=1362.55
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66992 0 0 0 136214 41 0 0 25 0 4 0 163055758 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 58205 29382 180 90 0 57743 0
[pid=18906/tid=18916] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163056919 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18906/tid=18983] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18983/stat : 18983 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163146931 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18906/tid=18984] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18984/stat : 18984 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163191942 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.55
Current children cumulated vsize (KiB) 232820

[startup+1424.02 s]
/proc/loadavg: 2.03 2.01 1.96 3/84 18984
/proc/meminfo: memFree=778104/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=232820 CPUtime=1422.59
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66992 0 0 0 142218 41 0 0 25 0 4 0 163055758 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620063 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 58205 29382 180 90 0 57743 0
[pid=18906/tid=18916] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163056919 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18906/tid=18983] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18983/stat : 18983 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163146931 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18906/tid=18984] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18984/stat : 18984 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163191942 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.59
Current children cumulated vsize (KiB) 232820

[startup+1484.06 s]
/proc/loadavg: 2.01 2.01 1.96 3/84 18984
/proc/meminfo: memFree=778040/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=232820 CPUtime=1482.56
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66992 0 0 0 148215 41 0 0 25 0 4 0 163055758 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 58205 29382 180 90 0 57743 0
[pid=18906/tid=18916] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163056919 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18906/tid=18983] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18983/stat : 18983 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163146931 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18906/tid=18984] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18984/stat : 18984 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163191942 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.56
Current children cumulated vsize (KiB) 232820

[startup+1544.16 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 18984
/proc/meminfo: memFree=777976/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=232820 CPUtime=1542.61
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 66992 0 0 0 154220 41 0 0 25 0 4 0 163055758 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 58205 29382 180 90 0 57743 0
[pid=18906/tid=18916] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163056919 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18906/tid=18983] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18983/stat : 18983 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163146931 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18906/tid=18984] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18984/stat : 18984 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163191942 238407680 29382 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.61
Current children cumulated vsize (KiB) 232820

[startup+1604.21 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 18984
/proc/meminfo: memFree=777784/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=232820 CPUtime=1602.61
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 67078 0 0 0 160219 42 0 0 25 0 4 0 163055758 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 58205 29468 180 90 0 57743 0
[pid=18906/tid=18916] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163056919 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18906/tid=18983] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18983/stat : 18983 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163146931 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18906/tid=18984] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18984/stat : 18984 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163191942 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.61
Current children cumulated vsize (KiB) 232820

[startup+1664.24 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 18984
/proc/meminfo: memFree=777784/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=232820 CPUtime=1662.58
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 67078 0 0 0 166216 42 0 0 25 0 4 0 163055758 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 58205 29468 180 90 0 57743 0
[pid=18906/tid=18916] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163056919 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18906/tid=18983] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18983/stat : 18983 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163146931 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18906/tid=18984] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18984/stat : 18984 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163191942 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.58
Current children cumulated vsize (KiB) 232820

[startup+1724.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/84 18984
/proc/meminfo: memFree=755640/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=232820 CPUtime=1722.6
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 67078 0 0 0 172218 42 0 0 25 0 4 0 163055758 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 58205 29468 180 90 0 57743 0
[pid=18906/tid=18916] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163056919 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18906/tid=18983] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18983/stat : 18983 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163146931 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18906/tid=18984] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18984/stat : 18984 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163191942 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.6
Current children cumulated vsize (KiB) 232820

[startup+1784.39 s]
/proc/loadavg: 2.09 2.03 1.97 3/84 18984
/proc/meminfo: memFree=730936/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=232820 CPUtime=1782.64
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 67078 0 0 0 178222 42 0 0 25 0 4 0 163055758 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 58205 29468 180 90 0 57743 0
[pid=18906/tid=18916] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163056919 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18906/tid=18983] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18983/stat : 18983 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163146931 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18906/tid=18984] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18984/stat : 18984 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163191942 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.64
Current children cumulated vsize (KiB) 232820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.85 s]
/proc/loadavg: 2.07 2.03 1.97 3/84 18984
/proc/meminfo: memFree=730872/2055920 swapFree=4192812/4192956
[pid=18906] ppid=18904 vsize=232820 CPUtime=1800.07
/proc/18906/stat : 18906 (bprolog) R 18904 18906 18371 0 -1 4194304 67078 0 0 0 179965 42 0 0 25 0 4 0 163055758 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/18906/statm: 58205 29468 180 90 0 57743 0
[pid=18906/tid=18916] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18916/stat : 18916 (bprolog) S 18904 18906 18371 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 163056919 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=18906/tid=18983] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18983/stat : 18983 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163146931 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=18906/tid=18984] ppid=18904 vsize=232820 CPUtime=0
/proc/18906/task/18984/stat : 18984 (bprolog) S 18904 18906 18371 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163191942 238407680 29468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 232820

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.88
CPU time (s): 1800.1
CPU user time (s): 1799.66
CPU system time (s): 0.440932
CPU usage (%): 99.9012
Max. virtual memory (cumulated for all children) (KiB): 248968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 0.440932
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67078
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= 12
involuntary context switches= 7212

runsolver used 1.9527 s user time and 5.16521 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Sun Jan  7 05:09:18 UTC 2007


IDJOB= 201260
IDBENCH= 3753
FILE ID= node52/201260-1168146558

PBS_JOBID= 3478370

Free space on /tmp= 66542 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp12/fapp12-1500-6.xml
COMMAND LINE= /tmp/evaluation/201260-1168146558/Complete/Ordinary/solver /tmp/evaluation/201260-1168146558/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node52/convwatcher-201260-1168146558 -o ROOT/results/node52/conversion-201260-1168146558 -C 600 -M 900 /tmp/evaluation/201260-1168146558/Complete/Ordinary/conversion /tmp/evaluation/201260-1168146558/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-201260-1168146558 -o ROOT/results/node52/solver-201260-1168146558 -C 1800 -M 900  /tmp/evaluation/201260-1168146558/Complete/Ordinary/solver /tmp/evaluation/201260-1168146558/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  eb2dbda2391814cf18e943c437e26072

RANDOM SEED= 237180089

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.232
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.232
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:       1088760 kB
Buffers:         53080 kB
Cached:         298684 kB
SwapCached:          0 kB
Active:         696564 kB
Inactive:       204932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1088760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7040 kB
Writeback:           0 kB
Mapped:         568644 kB
Slab:            49728 kB
Committed_AS:  4212584 kB
PageTables:       3012 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= 66543 MiB



End job on node52 on Sun Jan  7 05:39:35 UTC 2007