Trace number 201063

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.13 1813.39

General information on the benchmark

Namefapp/fapp11-15/fapp15/
fapp15-3000-8.xml
MD5SUM3bffaaad69c3a0c8af29ad6ffcc38a0b
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.971
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/201063-1168144995/unknown)

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node2/watcher-201063-1168144995 -o ROOT/results/node2/solver-201063-1168144995 -C 1800 -M 900 /tmp/evaluation/201063-1168144995/Complete/Ordinary/solver /tmp/evaluation/201063-1168144995/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
/proc/loadavg: 2.11 2.14 2.09 5/94 31390
/proc/meminfo: memFree=785600/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=18540 CPUtime=0
/proc/31389/stat : 31389 (runsolver) R 31387 30978 30978 0 -1 4194368 3 0 0 0 0 0 0 0 19 0 1 0 162897253 18984960 277 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 206381312756 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31389/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.108176 s]
/proc/loadavg: 2.11 2.14 2.09 5/94 31390
/proc/meminfo: memFree=785600/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=61640 CPUtime=0.09
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 2028 0 0 0 8 1 0 0 19 0 1 0 162897253 63119360 1744 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134569707 0 0 4096 2 0 0 0 17 1 0 0
/proc/31389/statm: 15410 1744 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.517822 s]
/proc/loadavg: 2.11 2.14 2.09 5/94 31390
/proc/meminfo: memFree=785600/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=61640 CPUtime=0.5
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 8701 0 0 0 46 4 0 0 24 0 1 0 162897253 63119360 8417 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591451 0 0 4096 2 0 0 0 17 1 0 0
/proc/31389/statm: 15410 8417 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34696 s]
/proc/loadavg: 2.10 2.13 2.09 3/94 31390
/proc/meminfo: memFree=747904/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=61640 CPUtime=1.32
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 9859 0 0 0 128 4 0 0 25 0 1 0 162897253 63119360 9575 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134603992 0 0 4096 2 0 0 0 17 1 0 0
/proc/31389/statm: 15410 9575 157 90 0 14948 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 61640

[startup+2.99724 s]
/proc/loadavg: 2.10 2.13 2.09 3/94 31390
/proc/meminfo: memFree=747648/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=69608 CPUtime=2.96
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 12945 0 0 0 291 5 0 0 25 0 1 0 162897253 71278592 11318 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662579 0 0 4096 2 0 0 0 17 1 0 0
/proc/31389/statm: 17402 11318 176 90 0 16940 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 69608

[startup+6.28785 s]
/proc/loadavg: 2.10 2.13 2.09 3/94 31390
/proc/meminfo: memFree=727936/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=105076 CPUtime=6.21
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 34012 0 0 0 608 13 0 0 25 0 1 0 162897253 107597824 15843 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 0 0 0 17 1 0 0
/proc/31389/statm: 26269 15843 176 90 0 25807 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 105076

[startup+12.7831 s]
/proc/loadavg: 2.09 2.13 2.09 3/94 31390
/proc/meminfo: memFree=679616/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=127272 CPUtime=12.65
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 49996 0 0 0 1246 19 0 0 25 0 1 0 162897253 130326528 26611 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 0 0 0 17 1 0 0
/proc/31389/statm: 31818 26611 176 90 0 31356 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 127272

[startup+25.6369 s]
/proc/loadavg: 2.07 2.12 2.09 3/95 31391
/proc/meminfo: memFree=665784/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=215760 CPUtime=25.38
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93313 0 0 0 2503 35 0 0 25 0 2 0 162897253 220938240 30043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 53940 30043 180 90 0 53478 0
[pid=31389/tid=31391] ppid=31387 vsize=215760 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162898960 220938240 30043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 215760

[startup+51.2877 s]
/proc/loadavg: 2.04 2.11 2.08 3/95 31391
/proc/meminfo: memFree=665784/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=215760 CPUtime=50.8
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93313 0 0 0 5044 36 0 0 25 0 2 0 162897253 220938240 30043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 53940 30043 180 90 0 53478 0
[pid=31389/tid=31391] ppid=31387 vsize=215760 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162898960 220938240 30043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 215760

[startup+102.529 s]
/proc/loadavg: 2.02 2.09 2.08 3/95 31391
/proc/meminfo: memFree=665784/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=215760 CPUtime=101.57
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93313 0 0 0 10121 36 0 0 25 0 2 0 162897253 220938240 30043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 53940 30043 180 90 0 53478 0
[pid=31389/tid=31391] ppid=31387 vsize=215760 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162898960 220938240 30043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 215760

[startup+162.535 s]
/proc/loadavg: 2.00 2.07 2.07 3/95 31391
/proc/meminfo: memFree=665784/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=215760 CPUtime=161.03
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93315 0 0 0 16066 37 0 0 25 0 2 0 162897253 220938240 30045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618370 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 53940 30045 180 90 0 53478 0
[pid=31389/tid=31391] ppid=31387 vsize=215760 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162898960 220938240 30045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 215760

[startup+222.547 s]
/proc/loadavg: 2.16 2.09 2.08 4/95 31391
/proc/meminfo: memFree=665592/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=215760 CPUtime=220.48
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93315 0 0 0 22011 37 0 0 25 0 2 0 162897253 220938240 30045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580178 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 53940 30045 180 90 0 53478 0
[pid=31389/tid=31391] ppid=31387 vsize=215760 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162898960 220938240 30045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.48
Current children cumulated vsize (KiB) 215760

[startup+282.56 s]
/proc/loadavg: 2.06 2.07 2.07 3/95 31391
/proc/meminfo: memFree=665464/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=215760 CPUtime=279.95
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93315 0 0 0 27957 38 0 0 25 0 2 0 162897253 220938240 30045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618070 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 53940 30045 180 90 0 53478 0
[pid=31389/tid=31391] ppid=31387 vsize=215760 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162898960 220938240 30045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.95
Current children cumulated vsize (KiB) 215760

[startup+342.562 s]
/proc/loadavg: 2.02 2.06 2.07 3/95 31391
/proc/meminfo: memFree=665336/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=215760 CPUtime=339.39
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93315 0 0 0 33901 38 0 0 25 0 2 0 162897253 220938240 30045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554998 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 53940 30045 180 90 0 53478 0
[pid=31389/tid=31391] ppid=31387 vsize=215760 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162898960 220938240 30045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.39
Current children cumulated vsize (KiB) 215760

[startup+402.595 s]
/proc/loadavg: 2.00 2.04 2.06 3/95 31391
/proc/meminfo: memFree=665144/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=215760 CPUtime=398.88
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93315 0 0 0 39849 39 0 0 25 0 2 0 162897253 220938240 30045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 53940 30045 180 90 0 53478 0
[pid=31389/tid=31391] ppid=31387 vsize=215760 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162898960 220938240 30045 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.88
Current children cumulated vsize (KiB) 215760

[startup+462.668 s]
/proc/loadavg: 2.00 2.03 2.06 3/95 31391
/proc/meminfo: memFree=665016/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=215760 CPUtime=458.4
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93316 0 0 0 45801 39 0 0 25 0 2 0 162897253 220938240 30046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 53940 30046 180 90 0 53478 0
[pid=31389/tid=31391] ppid=31387 vsize=215760 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162898960 220938240 30046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.4
Current children cumulated vsize (KiB) 215760

[startup+522.714 s]
/proc/loadavg: 2.00 2.02 2.05 3/95 31391
/proc/meminfo: memFree=664888/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=215760 CPUtime=517.89
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93316 0 0 0 51749 40 0 0 25 0 2 0 162897253 220938240 30046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 53940 30046 180 90 0 53478 0
[pid=31389/tid=31391] ppid=31387 vsize=215760 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162898960 220938240 30046 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.89
Current children cumulated vsize (KiB) 215760

[startup+582.746 s]
/proc/loadavg: 2.00 2.02 2.04 3/95 31391
/proc/meminfo: memFree=664760/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=215760 CPUtime=577.37
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93317 0 0 0 57697 40 0 0 25 0 2 0 162897253 220938240 30047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580529 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 53940 30047 180 90 0 53478 0
[pid=31389/tid=31391] ppid=31387 vsize=215760 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162898960 220938240 30047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.37
Current children cumulated vsize (KiB) 215760

[startup+642.778 s]
/proc/loadavg: 2.00 2.01 2.04 3/95 31391
/proc/meminfo: memFree=643768/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=215760 CPUtime=636.85
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93317 0 0 0 63644 41 0 0 25 0 2 0 162897253 220938240 30047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 53940 30047 180 90 0 53478 0
[pid=31389/tid=31391] ppid=31387 vsize=215760 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 162898960 220938240 30047 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 636.85

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

[pid=31389/tid=31392] ppid=31387 vsize=226004 CPUtime=0
/proc/31389/task/31392/stat : 31392 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162988993 231428096 30399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.08
Current children cumulated vsize (KiB) 226004

[startup+1243.23 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 31590
/proc/meminfo: memFree=491504/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=226004 CPUtime=1231.57
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93669 0 0 0 123111 46 0 0 25 0 3 0 162897253 231428096 30399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589235 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 56501 30399 180 90 0 56039 0
[pid=31389/tid=31391] ppid=31387 vsize=226004 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162898960 231428096 30399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31392] ppid=31387 vsize=226004 CPUtime=0
/proc/31389/task/31392/stat : 31392 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162988993 231428096 30399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1231.57
Current children cumulated vsize (KiB) 226004

[startup+1303.32 s]
/proc/loadavg: 2.00 2.00 2.00 5/96 31590
/proc/meminfo: memFree=491504/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=226004 CPUtime=1291.11
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93669 0 0 0 129064 47 0 0 25 0 3 0 162897253 231428096 30399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/31389/statm: 56501 30399 180 90 0 56039 0
[pid=31389/tid=31391] ppid=31387 vsize=226004 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162898960 231428096 30399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31392] ppid=31387 vsize=226004 CPUtime=0
/proc/31389/task/31392/stat : 31392 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162988993 231428096 30399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1291.11
Current children cumulated vsize (KiB) 226004

[startup+1363.37 s]
/proc/loadavg: 2.05 2.01 2.00 2/83 31593
/proc/meminfo: memFree=1196120/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=226004 CPUtime=1350.6
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93669 0 0 0 135013 47 0 0 25 0 3 0 162897253 231428096 30399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 56501 30399 180 90 0 56039 0
[pid=31389/tid=31391] ppid=31387 vsize=226004 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162898960 231428096 30399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31392] ppid=31387 vsize=226004 CPUtime=0
/proc/31389/task/31392/stat : 31392 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162988993 231428096 30399 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1350.6
Current children cumulated vsize (KiB) 226004

[startup+1423.45 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 31820
/proc/meminfo: memFree=1144360/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=236248 CPUtime=1410.61
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93874 0 0 0 141009 52 0 0 25 0 4 0 162897253 241917952 30604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 59062 30604 180 90 0 58600 0
[pid=31389/tid=31391] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162898960 241917952 30604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31392] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31392/stat : 31392 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162988993 241917952 30604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31820] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31820/stat : 31820 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163034003 241917952 30604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1410.61
Current children cumulated vsize (KiB) 236248

[startup+1483.54 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31820
/proc/meminfo: memFree=1144424/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=236248 CPUtime=1470.64
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93874 0 0 0 147012 52 0 0 25 0 4 0 162897253 241917952 30604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664014 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 59062 30604 180 90 0 58600 0
[pid=31389/tid=31391] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162898960 241917952 30604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31392] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31392/stat : 31392 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162988993 241917952 30604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31820] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31820/stat : 31820 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163034003 241917952 30604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1470.64
Current children cumulated vsize (KiB) 236248

[startup+1543.62 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31820
/proc/meminfo: memFree=1144360/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=236248 CPUtime=1530.65
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93874 0 0 0 153013 52 0 0 25 0 4 0 162897253 241917952 30604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664249 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 59062 30604 180 90 0 58600 0
[pid=31389/tid=31391] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162898960 241917952 30604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31392] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31392/stat : 31392 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162988993 241917952 30604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31820] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31820/stat : 31820 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 163034003 241917952 30604 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1530.65
Current children cumulated vsize (KiB) 236248

[startup+1603.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31820
/proc/meminfo: memFree=1144360/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=236248 CPUtime=1590.68
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93921 0 0 0 159016 52 0 0 25 0 4 0 162897253 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 59062 30651 180 90 0 58600 0
[pid=31389/tid=31391] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162898960 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31392] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31392/stat : 31392 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162988993 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31820] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31820/stat : 31820 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163034003 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1590.68
Current children cumulated vsize (KiB) 236248

[startup+1663.8 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 31820
/proc/meminfo: memFree=1144296/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=236248 CPUtime=1650.71
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93921 0 0 0 165018 53 0 0 25 0 4 0 162897253 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 59062 30651 180 90 0 58600 0
[pid=31389/tid=31391] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162898960 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31392] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31392/stat : 31392 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162988993 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31820] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31820/stat : 31820 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163034003 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1650.71
Current children cumulated vsize (KiB) 236248

[startup+1723.89 s]
/proc/loadavg: 2.02 2.01 2.00 3/89 31820
/proc/meminfo: memFree=1144296/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=236248 CPUtime=1710.72
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93921 0 0 0 171019 53 0 0 25 0 4 0 162897253 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 59062 30651 180 90 0 58600 0
[pid=31389/tid=31391] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162898960 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31392] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31392/stat : 31392 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162988993 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31820] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31820/stat : 31820 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163034003 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.72
Current children cumulated vsize (KiB) 236248

[startup+1783.97 s]
/proc/loadavg: 2.01 2.00 2.00 3/89 31820
/proc/meminfo: memFree=1144232/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=236248 CPUtime=1770.74
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93921 0 0 0 177021 53 0 0 25 0 4 0 162897253 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555018 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 59062 30651 180 90 0 58600 0
[pid=31389/tid=31391] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162898960 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31392] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31392/stat : 31392 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162988993 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31820] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31820/stat : 31820 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163034003 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.74
Current children cumulated vsize (KiB) 236248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.35 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 31820
/proc/meminfo: memFree=1144232/2055920 swapFree=4191880/4192956
[pid=31389] ppid=31387 vsize=236248 CPUtime=1800.09
/proc/31389/stat : 31389 (bprolog) R 31387 31389 30978 0 -1 4194304 93921 0 0 0 179956 53 0 0 25 0 4 0 162897253 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/31389/statm: 59062 30651 180 90 0 58600 0
[pid=31389/tid=31391] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31391/stat : 31391 (bprolog) S 31387 31389 30978 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162898960 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31392] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31392/stat : 31392 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162988993 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=31389/tid=31820] ppid=31387 vsize=236248 CPUtime=0
/proc/31389/task/31820/stat : 31820 (bprolog) S 31387 31389 30978 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 163034003 241917952 30651 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 236248

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.39
CPU time (s): 1800.13
CPU user time (s): 1799.57
CPU system time (s): 0.553915
CPU usage (%): 99.2686
Max. virtual memory (cumulated for all children) (KiB): 278264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.57
system time used= 0.553915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93921
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= 18
involuntary context switches= 73993

runsolver used 2.34164 s user time and 5.69313 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Sun Jan  7 04:43:15 UTC 2007


IDJOB= 201063
IDBENCH= 3742
FILE ID= node2/201063-1168144995

PBS_JOBID= 3477871

Free space on /tmp= 66325 MiB

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

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

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  3bffaaad69c3a0c8af29ad6ffcc38a0b

RANDOM SEED= 387742883

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.259
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        786080 kB
Buffers:         70508 kB
Cached:         537508 kB
SwapCached:        448 kB
Active:         875040 kB
Inactive:       325132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        786080 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            8964 kB
Writeback:           0 kB
Mapped:         618104 kB
Slab:            53012 kB
Committed_AS:  4614636 kB
PageTables:       3500 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= 66321 MiB



End job on node2 on Sun Jan  7 05:13:50 UTC 2007