Trace number 201141

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
BPrologCSPSolver70a 2006-12-13? (TO) 1800.07 1808.2

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-10.xml
MD5SUM9430cfe064b05903764bbb9dbe5b06c6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark19.3331
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/201141-1168145593/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/node10/watcher-201141-1168145593 -o ROOT/results/node10/solver-201141-1168145593 -C 1800 -M 900 /tmp/evaluation/201141-1168145593/Complete/Ordinary/solver /tmp/evaluation/201141-1168145593/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.16 2.08 2.02 5/87 22662
/proc/meminfo: memFree=1147744/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=18540 CPUtime=0
/proc/22661/stat : 22661 (runsolver) R 22659 22661 21897 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 162956574 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/22661/statm: 4635 279 244 17 0 2626 0

[startup+0.108659 s]
/proc/loadavg: 2.16 2.08 2.02 5/87 22662
/proc/meminfo: memFree=1147744/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=61640 CPUtime=0.09
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 2115 0 0 0 8 1 0 0 20 0 1 0 162956574 63119360 1831 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134693536 0 0 4096 2 0 0 0 17 1 0 0
/proc/22661/statm: 15410 1831 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.517718 s]
/proc/loadavg: 2.16 2.08 2.02 5/87 22662
/proc/meminfo: memFree=1147744/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=61640 CPUtime=0.5
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 8739 0 0 0 46 4 0 0 24 0 1 0 162956574 63119360 8455 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550129 0 0 4096 2 0 0 0 17 1 0 0
/proc/22661/statm: 15410 8455 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34583 s]
/proc/loadavg: 2.16 2.08 2.02 3/87 22662
/proc/meminfo: memFree=1110048/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=61640 CPUtime=1.32
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 9859 0 0 0 128 4 0 0 25 0 1 0 162956574 63119360 9575 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608267 0 0 4096 2 0 0 0 17 1 0 0
/proc/22661/statm: 15410 9575 157 90 0 14948 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 61640

[startup+2.98905 s]
/proc/loadavg: 2.16 2.08 2.02 3/87 22662
/proc/meminfo: memFree=1109792/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=69608 CPUtime=2.96
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 12942 0 0 0 291 5 0 0 25 0 1 0 162956574 71278592 11317 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 0 0 0 17 1 0 0
/proc/22661/statm: 17402 11317 176 90 0 16940 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 69608

[startup+6.2685 s]
/proc/loadavg: 2.14 2.08 2.02 3/87 22662
/proc/meminfo: memFree=1084320/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=105064 CPUtime=6.23
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 29628 0 0 0 609 14 0 0 25 0 1 0 162956574 107585536 17240 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 0 0 0 17 1 0 0
/proc/22661/statm: 26266 17240 176 90 0 25804 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 105064

[startup+12.7344 s]
/proc/loadavg: 2.21 2.09 2.02 3/87 22662
/proc/meminfo: memFree=1041760/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=127420 CPUtime=12.66
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 45449 0 0 0 1246 20 0 0 25 0 1 0 162956574 130478080 26771 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/22661/statm: 31855 26771 176 90 0 31393 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 127420

[startup+25.5591 s]
/proc/loadavg: 2.16 2.09 2.02 3/88 22663
/proc/meminfo: memFree=1014872/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=231472 CPUtime=25.42
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 110370 0 0 0 2495 47 0 0 25 0 2 0 162956574 237027328 33318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 57868 33318 180 90 0 57406 0
[pid=22661/tid=22663] ppid=22659 vsize=231472 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162958194 237027328 33318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 231472

[startup+51.2106 s]
/proc/loadavg: 2.11 2.08 2.02 3/88 22663
/proc/meminfo: memFree=1014936/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=231472 CPUtime=50.95
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 110392 0 0 0 5048 47 0 0 25 0 2 0 162956574 237027328 33340 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 57868 33340 180 90 0 57406 0
[pid=22661/tid=22663] ppid=22659 vsize=231472 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162958194 237027328 33340 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 231472

[startup+102.511 s]
/proc/loadavg: 2.05 2.07 2.01 3/88 22663
/proc/meminfo: memFree=1014872/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=231472 CPUtime=102.02
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 110393 0 0 0 10154 48 0 0 25 0 2 0 162956574 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 57868 33341 180 90 0 57406 0
[pid=22661/tid=22663] ppid=22659 vsize=231472 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162958194 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 231472

[startup+162.531 s]
/proc/loadavg: 2.02 2.05 2.01 3/88 22663
/proc/meminfo: memFree=1014872/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=231472 CPUtime=161.76
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 110393 0 0 0 16128 48 0 0 25 0 2 0 162956574 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664012 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 57868 33341 180 90 0 57406 0
[pid=22661/tid=22663] ppid=22659 vsize=231472 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162958194 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.76
Current children cumulated vsize (KiB) 231472

[startup+222.555 s]
/proc/loadavg: 2.00 2.04 2.00 3/88 22663
/proc/meminfo: memFree=1014872/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=231472 CPUtime=221.5
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 110393 0 0 0 22101 49 0 0 25 0 2 0 162956574 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 57868 33341 180 90 0 57406 0
[pid=22661/tid=22663] ppid=22659 vsize=231472 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162958194 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.5
Current children cumulated vsize (KiB) 231472

[startup+282.576 s]
/proc/loadavg: 2.00 2.03 2.00 3/88 22663
/proc/meminfo: memFree=1014872/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=231472 CPUtime=281.23
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 110393 0 0 0 28074 49 0 0 25 0 2 0 162956574 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 57868 33341 180 90 0 57406 0
[pid=22661/tid=22663] ppid=22659 vsize=231472 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162958194 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.23
Current children cumulated vsize (KiB) 231472

[startup+342.603 s]
/proc/loadavg: 2.06 2.04 2.00 3/88 22663
/proc/meminfo: memFree=1014936/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=231472 CPUtime=340.99
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 110393 0 0 0 34049 50 0 0 25 0 2 0 162956574 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664600 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 57868 33341 180 90 0 57406 0
[pid=22661/tid=22663] ppid=22659 vsize=231472 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162958194 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.99
Current children cumulated vsize (KiB) 231472

[startup+402.631 s]
/proc/loadavg: 2.02 2.03 2.00 3/88 22663
/proc/meminfo: memFree=1014936/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=231472 CPUtime=400.73
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 110393 0 0 0 40023 50 0 0 25 0 2 0 162956574 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554126 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 57868 33341 180 90 0 57406 0
[pid=22661/tid=22663] ppid=22659 vsize=231472 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162958194 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.73
Current children cumulated vsize (KiB) 231472

[startup+462.662 s]
/proc/loadavg: 2.01 2.02 2.00 3/94 22737
/proc/meminfo: memFree=1013640/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=231472 CPUtime=460.4
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 110393 0 0 0 45990 50 0 0 25 0 2 0 162956574 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554668 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 57868 33341 180 90 0 57406 0
[pid=22661/tid=22663] ppid=22659 vsize=231472 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162958194 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.4
Current children cumulated vsize (KiB) 231472

[startup+522.718 s]
/proc/loadavg: 2.00 2.02 2.00 3/94 22831
/proc/meminfo: memFree=1013592/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=231472 CPUtime=520.1
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 110393 0 0 0 51959 51 0 0 25 0 2 0 162956574 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 57868 33341 180 90 0 57406 0
[pid=22661/tid=22663] ppid=22659 vsize=231472 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162958194 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.1
Current children cumulated vsize (KiB) 231472

[startup+582.753 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 22861
/proc/meminfo: memFree=1014616/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=231472 CPUtime=579.81
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 110393 0 0 0 57930 51 0 0 25 0 2 0 162956574 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 57868 33341 180 90 0 57406 0
[pid=22661/tid=22663] ppid=22659 vsize=231472 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162958194 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.81
Current children cumulated vsize (KiB) 231472

[startup+642.777 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 22862
/proc/meminfo: memFree=1014288/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=231472 CPUtime=639.55
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 110393 0 0 0 63904 51 0 0 25 0 2 0 162956574 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554378 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 57868 33341 180 90 0 57406 0
[pid=22661/tid=22663] ppid=22659 vsize=231472 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162958194 237027328 33341 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.55

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

[pid=22661/tid=22863] ppid=22659 vsize=241716 CPUtime=0
/proc/22661/task/22863/stat : 22863 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163048230 247517184 34010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.34
Current children cumulated vsize (KiB) 241716

[startup+1243.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 22864
/proc/meminfo: memFree=1011712/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=241716 CPUtime=1237.11
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 111062 0 0 0 123654 57 0 0 25 0 3 0 162956574 247517184 34010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554303 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 60429 34010 180 90 0 59967 0
[pid=22661/tid=22663] ppid=22659 vsize=241716 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162958194 247517184 34010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22863] ppid=22659 vsize=241716 CPUtime=0
/proc/22661/task/22863/stat : 22863 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163048230 247517184 34010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1237.11
Current children cumulated vsize (KiB) 241716

[startup+1303.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 22864
/proc/meminfo: memFree=1005824/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=241716 CPUtime=1296.87
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 111062 0 0 0 129630 57 0 0 25 0 3 0 162956574 247517184 34010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134617947 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 60429 34010 180 90 0 59967 0
[pid=22661/tid=22663] ppid=22659 vsize=241716 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162958194 247517184 34010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22863] ppid=22659 vsize=241716 CPUtime=0
/proc/22661/task/22863/stat : 22863 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163048230 247517184 34010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.87
Current children cumulated vsize (KiB) 241716

[startup+1363.24 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 22864
/proc/meminfo: memFree=1005760/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=241716 CPUtime=1356.63
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 111062 0 0 0 135606 57 0 0 25 0 3 0 162956574 247517184 34010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662545 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 60429 34010 180 90 0 59967 0
[pid=22661/tid=22663] ppid=22659 vsize=241716 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162958194 247517184 34010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22863] ppid=22659 vsize=241716 CPUtime=0
/proc/22661/task/22863/stat : 22863 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 163048230 247517184 34010 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.63
Current children cumulated vsize (KiB) 241716

[startup+1423.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 22865
/proc/meminfo: memFree=982584/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=283212 CPUtime=1416.42
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 124650 0 0 0 141578 64 0 0 25 0 4 0 162956574 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618422 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 70803 39785 180 90 0 70341 0
[pid=22661/tid=22663] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162958194 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22863] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22863/stat : 22863 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163048230 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22865] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22865/stat : 22865 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163093243 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.42
Current children cumulated vsize (KiB) 283212

[startup+1483.39 s]
/proc/loadavg: 2.00 2.00 2.00 3/92 22865
/proc/meminfo: memFree=982520/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=283212 CPUtime=1476.22
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 124650 0 0 0 147558 64 0 0 25 0 4 0 162956574 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/22661/statm: 70803 39785 180 90 0 70341 0
[pid=22661/tid=22663] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162958194 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22863] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22863/stat : 22863 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163048230 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22865] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22865/stat : 22865 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163093243 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1476.22
Current children cumulated vsize (KiB) 283212

[startup+1543.48 s]
/proc/loadavg: 2.03 2.01 2.00 3/89 23183
/proc/meminfo: memFree=1054928/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=283212 CPUtime=1535.65
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 124650 0 0 0 153497 68 0 0 25 0 4 0 162956574 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22661/statm: 70803 39785 180 90 0 70341 0
[pid=22661/tid=22663] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162958194 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22863] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22863/stat : 22863 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163048230 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22865] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22865/stat : 22865 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163093243 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.65
Current children cumulated vsize (KiB) 283212

[startup+1603.57 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 23185
/proc/meminfo: memFree=1054864/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=283212 CPUtime=1595.68
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 124650 0 0 0 159500 68 0 0 25 0 4 0 162956574 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22661/statm: 70803 39785 180 90 0 70341 0
[pid=22661/tid=22663] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162958194 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22863] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22863/stat : 22863 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163048230 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22865] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22865/stat : 22865 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163093243 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.68
Current children cumulated vsize (KiB) 283212

[startup+1663.65 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 23185
/proc/meminfo: memFree=1054864/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=283212 CPUtime=1655.69
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 124650 0 0 0 165501 68 0 0 25 0 4 0 162956574 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134579732 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22661/statm: 70803 39785 180 90 0 70341 0
[pid=22661/tid=22663] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162958194 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22863] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22863/stat : 22863 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163048230 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22865] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22865/stat : 22865 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163093243 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.69
Current children cumulated vsize (KiB) 283212

[startup+1723.72 s]
/proc/loadavg: 2.06 2.02 2.00 3/89 23185
/proc/meminfo: memFree=1054928/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=283212 CPUtime=1715.7
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 124650 0 0 0 171502 68 0 0 25 0 4 0 162956574 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662545 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22661/statm: 70803 39785 180 90 0 70341 0
[pid=22661/tid=22663] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162958194 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22863] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22863/stat : 22863 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163048230 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22865] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22865/stat : 22865 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163093243 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.7
Current children cumulated vsize (KiB) 283212

[startup+1783.81 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 23185
/proc/meminfo: memFree=1054928/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=283212 CPUtime=1775.71
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 124650 0 0 0 177503 68 0 0 25 0 4 0 162956574 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22661/statm: 70803 39785 180 90 0 70341 0
[pid=22661/tid=22663] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162958194 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22863] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22863/stat : 22863 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163048230 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22865] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22865/stat : 22865 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163093243 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.71
Current children cumulated vsize (KiB) 283212



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.16 s]
/proc/loadavg: 2.01 2.01 2.00 3/89 23185
/proc/meminfo: memFree=1054928/2055920 swapFree=4178332/4192956
[pid=22661] ppid=22659 vsize=283212 CPUtime=1800.03
/proc/22661/stat : 22661 (bprolog) R 22659 22661 21897 0 -1 4194304 124650 0 0 0 179935 68 0 0 25 0 4 0 162956574 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552480 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/22661/statm: 70803 39785 180 90 0 70341 0
[pid=22661/tid=22663] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22663/stat : 22663 (bprolog) S 22659 22661 21897 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162958194 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22863] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22863/stat : 22863 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163048230 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=22661/tid=22865] ppid=22659 vsize=283212 CPUtime=0
/proc/22661/task/22865/stat : 22865 (bprolog) S 22659 22661 21897 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163093243 290009088 39785 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 283212

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.2
CPU time (s): 1800.07
CPU user time (s): 1799.36
CPU system time (s): 0.709892
CPU usage (%): 99.5504
Max. virtual memory (cumulated for all children) (KiB): 283212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.36
system time used= 0.709892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124650
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= 20
involuntary context switches= 48083

runsolver used 2.43863 s user time and 5.54416 s system time

The end

Launcher Data (download as text)

Begin job on node10 on Sun Jan  7 04:53:14 UTC 2007


IDJOB= 201141
IDBENCH= 3746
FILE ID= node10/201141-1168145593

PBS_JOBID= 3477852

Free space on /tmp= 66363 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp15/fapp15-3000-10.xml
COMMAND LINE= /tmp/evaluation/201141-1168145593/Complete/Ordinary/solver /tmp/evaluation/201141-1168145593/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node10/convwatcher-201141-1168145593 -o ROOT/results/node10/conversion-201141-1168145593 -C 600 -M 900 /tmp/evaluation/201141-1168145593/Complete/Ordinary/conversion /tmp/evaluation/201141-1168145593/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-201141-1168145593 -o ROOT/results/node10/solver-201141-1168145593 -C 1800 -M 900  /tmp/evaluation/201141-1168145593/Complete/Ordinary/solver /tmp/evaluation/201141-1168145593/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  9430cfe064b05903764bbb9dbe5b06c6

RANDOM SEED= 849930249

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:       1148224 kB
Buffers:         61592 kB
Cached:         604864 kB
SwapCached:       2120 kB
Active:         441060 kB
Inactive:       371992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1148224 kB
SwapTotal:     4192956 kB
SwapFree:      4178332 kB
Dirty:            8928 kB
Writeback:           0 kB
Mapped:         157676 kB
Slab:            79068 kB
Committed_AS:  4091340 kB
PageTables:       2584 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= 66362 MiB



End job on node10 on Sun Jan  7 05:23:43 UTC 2007