Trace number 206075

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 1800.69

General information on the benchmark

Namefapp/fapp36-40/fapp36/
fapp36-2000-5.xml
MD5SUM5e3c65923e669c1502345f1887a5f156
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark8.17176
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables2000
Number of constraints18600
Maximum constraint arity2
Maximum domain size454
Number of constraints which are defined in extension0
Number of constraints which are defined in intension18600
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/206075-1168169759/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/node60/watcher-206075-1168169759 -o ROOT/results/node60/solver-206075-1168169759 -C 1800 -M 900 /tmp/evaluation/206075-1168169759/Complete/Ordinary/solver /tmp/evaluation/206075-1168169759/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.00 1.00 1.14 4/65 9079
/proc/meminfo: memFree=1558712/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=53472 CPUtime=0
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 476 0 0 0 0 0 0 0 18 0 1 0 165374858 54755328 195 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550338 0 0 4096 2 0 0 0 17 1 0 0
/proc/9078/statm: 13368 196 123 90 0 12906 0

[startup+0.106924 s]
/proc/loadavg: 1.00 1.00 1.14 4/65 9079
/proc/meminfo: memFree=1558712/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=53824 CPUtime=0.1
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 2334 0 0 0 9 1 0 0 18 0 1 0 165374858 55115776 2050 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607572 0 0 4096 2 0 0 0 17 1 0 0
/proc/9078/statm: 13456 2051 157 90 0 12994 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53824

[startup+0.514963 s]
/proc/loadavg: 1.00 1.00 1.14 4/65 9079
/proc/meminfo: memFree=1558712/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=53824 CPUtime=0.5
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 6242 0 0 0 47 3 0 0 21 0 1 0 165374858 55115776 5958 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134604316 0 0 4096 2 0 0 0 17 1 0 0
/proc/9078/statm: 13456 5958 157 90 0 12994 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 53824

[startup+1.33504 s]
/proc/loadavg: 1.00 1.00 1.14 2/65 9079
/proc/meminfo: memFree=1524920/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=74444 CPUtime=1.32
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 8902 0 0 0 128 4 0 0 25 0 1 0 165374858 76230656 8615 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 0 0 0 17 1 0 0
/proc/9078/statm: 18611 8615 176 90 0 18149 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 74444

[startup+2.9712 s]
/proc/loadavg: 1.00 1.00 1.14 2/65 9079
/proc/meminfo: memFree=1524856/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=74444 CPUtime=2.96
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 8903 0 0 0 292 4 0 0 25 0 1 0 165374858 76230656 8616 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552115 0 0 4096 2 0 0 0 17 1 0 0
/proc/9078/statm: 18611 8616 176 90 0 18149 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 74444

[startup+6.24753 s]
/proc/loadavg: 1.00 1.00 1.14 2/65 9079
/proc/meminfo: memFree=1502200/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=91504 CPUtime=6.24
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 16083 0 0 0 617 7 0 0 25 0 1 0 165374858 93700096 14270 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 0 0 0 17 1 0 0
/proc/9078/statm: 22876 14270 176 90 0 22414 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 91504

[startup+12.7032 s]
/proc/loadavg: 1.00 1.00 1.14 2/66 9080
/proc/meminfo: memFree=1492464/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=101876 CPUtime=12.69
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19020 0 0 0 1261 8 0 0 25 0 2 0 165374858 104321024 16703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 25469 16703 180 90 0 25007 0
[pid=9078/tid=9080] ppid=9076 vsize=101876 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165375624 104321024 16703 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101876

[startup+25.5124 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 9080
/proc/meminfo: memFree=1491696/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=101876 CPUtime=25.49
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19200 0 0 0 2541 8 0 0 25 0 2 0 165374858 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554506 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 25469 16883 180 90 0 25007 0
[pid=9078/tid=9080] ppid=9076 vsize=101876 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165375624 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 101876

[startup+51.127 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 9080
/proc/meminfo: memFree=1491760/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=101876 CPUtime=51.1
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19200 0 0 0 5102 8 0 0 25 0 2 0 165374858 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554289 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 25469 16883 180 90 0 25007 0
[pid=9078/tid=9080] ppid=9076 vsize=101876 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165375624 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 101876

[startup+102.351 s]
/proc/loadavg: 1.00 1.00 1.12 2/66 9080
/proc/meminfo: memFree=1491824/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=101876 CPUtime=102.31
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19200 0 0 0 10223 8 0 0 25 0 2 0 165374858 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134576069 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 25469 16883 180 90 0 25007 0
[pid=9078/tid=9080] ppid=9076 vsize=101876 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165375624 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 101876

[startup+162.394 s]
/proc/loadavg: 1.00 1.00 1.11 2/66 9080
/proc/meminfo: memFree=1491824/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=101876 CPUtime=162.33
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19200 0 0 0 16225 8 0 0 25 0 2 0 165374858 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 25469 16883 180 90 0 25007 0
[pid=9078/tid=9080] ppid=9076 vsize=101876 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165375624 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 101876

[startup+222.431 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9080
/proc/meminfo: memFree=1491824/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=101876 CPUtime=222.35
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19200 0 0 0 22227 8 0 0 25 0 2 0 165374858 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 25469 16883 180 90 0 25007 0
[pid=9078/tid=9080] ppid=9076 vsize=101876 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165375624 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.35
Current children cumulated vsize (KiB) 101876

[startup+282.469 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 9080
/proc/meminfo: memFree=1491824/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=101876 CPUtime=282.37
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19200 0 0 0 28229 8 0 0 25 0 2 0 165374858 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664261 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 25469 16883 180 90 0 25007 0
[pid=9078/tid=9080] ppid=9076 vsize=101876 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165375624 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.37
Current children cumulated vsize (KiB) 101876

[startup+342.506 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 9080
/proc/meminfo: memFree=1491824/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=101876 CPUtime=342.39
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19200 0 0 0 34231 8 0 0 25 0 2 0 165374858 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 25469 16883 180 90 0 25007 0
[pid=9078/tid=9080] ppid=9076 vsize=101876 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165375624 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.39
Current children cumulated vsize (KiB) 101876

[startup+402.543 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 9080
/proc/meminfo: memFree=1491760/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=101876 CPUtime=402.41
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19200 0 0 0 40233 8 0 0 25 0 2 0 165374858 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 25469 16883 180 90 0 25007 0
[pid=9078/tid=9080] ppid=9076 vsize=101876 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165375624 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.41
Current children cumulated vsize (KiB) 101876

[startup+462.576 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 9080
/proc/meminfo: memFree=1491824/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=101876 CPUtime=462.43
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19200 0 0 0 46235 8 0 0 25 0 2 0 165374858 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552421 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 25469 16883 180 90 0 25007 0
[pid=9078/tid=9080] ppid=9076 vsize=101876 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165375624 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.43
Current children cumulated vsize (KiB) 101876

[startup+522.611 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 9080
/proc/meminfo: memFree=1491760/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=101876 CPUtime=522.45
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19200 0 0 0 52237 8 0 0 25 0 2 0 165374858 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620270 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 25469 16883 180 90 0 25007 0
[pid=9078/tid=9080] ppid=9076 vsize=101876 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165375624 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.45
Current children cumulated vsize (KiB) 101876

[startup+582.648 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 9080
/proc/meminfo: memFree=1491760/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=101876 CPUtime=582.47
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19200 0 0 0 58239 8 0 0 25 0 2 0 165374858 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 25469 16883 180 90 0 25007 0
[pid=9078/tid=9080] ppid=9076 vsize=101876 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 165375624 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.47
Current children cumulated vsize (KiB) 101876

[startup+642.688 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 9080
/proc/meminfo: memFree=1491696/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=101876 CPUtime=642.49
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19200 0 0 0 64241 8 0 0 25 0 2 0 165374858 104321024 16883 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 25469 16883 180 90 0 25007 0
[pid=9078/tid=9080] ppid=9076 vsize=101876 CPUtime=0

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

Current children cumulated CPU time (s) 1182.78
Current children cumulated vsize (KiB) 112120

[startup+1243.18 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9081
/proc/meminfo: memFree=1490408/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=112120 CPUtime=1242.83
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19498 0 0 0 124274 9 0 0 25 0 3 0 165374858 114810880 17181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 28030 17181 180 90 0 27568 0
[pid=9078/tid=9080] ppid=9076 vsize=112120 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165375624 114810880 17181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9081] ppid=9076 vsize=112120 CPUtime=0
/proc/9078/task/9081/stat : 9081 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165465637 114810880 17181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.83
Current children cumulated vsize (KiB) 112120

[startup+1303.25 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 9081
/proc/meminfo: memFree=1490344/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=112120 CPUtime=1302.88
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19498 0 0 0 130279 9 0 0 25 0 3 0 165374858 114810880 17181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661327 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 28030 17181 180 90 0 27568 0
[pid=9078/tid=9080] ppid=9076 vsize=112120 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165375624 114810880 17181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9081] ppid=9076 vsize=112120 CPUtime=0
/proc/9078/task/9081/stat : 9081 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165465637 114810880 17181 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.88
Current children cumulated vsize (KiB) 112120

[startup+1363.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9082
/proc/meminfo: memFree=1490400/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=122364 CPUtime=1362.92
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19499 0 0 0 136283 9 0 0 25 0 4 0 165374858 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 30591 17182 180 90 0 30129 0
[pid=9078/tid=9080] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165375624 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9081] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9081/stat : 9081 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165465637 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9082] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9082/stat : 9082 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165510644 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.92
Current children cumulated vsize (KiB) 122364

[startup+1423.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9082
/proc/meminfo: memFree=1490336/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=122364 CPUtime=1422.99
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19499 0 0 0 142290 9 0 0 25 0 4 0 165374858 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 30591 17182 180 90 0 30129 0
[pid=9078/tid=9080] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165375624 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9081] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9081/stat : 9081 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165465637 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9082] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9082/stat : 9082 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165510644 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.99
Current children cumulated vsize (KiB) 122364

[startup+1483.49 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9082
/proc/meminfo: memFree=1490336/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=122364 CPUtime=1483.06
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19499 0 0 0 148297 9 0 0 25 0 4 0 165374858 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564917 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 30591 17182 180 90 0 30129 0
[pid=9078/tid=9080] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165375624 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9081] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9081/stat : 9081 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165465637 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9082] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9082/stat : 9082 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165510644 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1483.06
Current children cumulated vsize (KiB) 122364

[startup+1543.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/74 9228
/proc/meminfo: memFree=1489000/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=122364 CPUtime=1542.99
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19499 0 0 0 154289 10 0 0 25 0 4 0 165374858 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662622 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 30591 17182 180 90 0 30129 0
[pid=9078/tid=9080] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165375624 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9081] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9081/stat : 9081 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165465637 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9082] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9082/stat : 9082 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165510644 125300736 17182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.99
Current children cumulated vsize (KiB) 122364

[startup+1603.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9280
/proc/meminfo: memFree=1488352/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=122364 CPUtime=1602.95
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19918 0 0 0 160285 10 0 0 25 0 4 0 165374858 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 30591 17601 180 90 0 30129 0
[pid=9078/tid=9080] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165375624 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9081] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9081/stat : 9081 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165465637 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9082] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9082/stat : 9082 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165510644 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.95
Current children cumulated vsize (KiB) 122364

[startup+1663.58 s]
/proc/loadavg: 1.04 1.01 1.00 2/68 9280
/proc/meminfo: memFree=1488352/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=122364 CPUtime=1663.02
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19918 0 0 0 166291 11 0 0 25 0 4 0 165374858 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 30591 17601 180 90 0 30129 0
[pid=9078/tid=9080] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165375624 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9081] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9081/stat : 9081 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165465637 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9082] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9082/stat : 9082 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165510644 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1663.02
Current children cumulated vsize (KiB) 122364

[startup+1723.66 s]
/proc/loadavg: 1.01 1.01 1.00 2/68 9280
/proc/meminfo: memFree=1488416/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=122364 CPUtime=1723.09
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19918 0 0 0 172298 11 0 0 25 0 4 0 165374858 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 30591 17601 180 90 0 30129 0
[pid=9078/tid=9080] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165375624 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9081] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9081/stat : 9081 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165465637 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9082] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9082/stat : 9082 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165510644 125300736 17601 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1723.09
Current children cumulated vsize (KiB) 122364

[startup+1783.75 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9280
/proc/meminfo: memFree=1488224/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=122364 CPUtime=1783.16
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19948 0 0 0 178305 11 0 0 25 0 4 0 165374858 125300736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661355 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 30591 17631 180 90 0 30129 0
[pid=9078/tid=9080] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165375624 125300736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9081] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9081/stat : 9081 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165465637 125300736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9082] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9082/stat : 9082 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165510644 125300736 17631 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1783.16
Current children cumulated vsize (KiB) 122364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.67 s]
/proc/loadavg: 1.00 1.00 1.00 2/68 9280
/proc/meminfo: memFree=1488224/2055920 swapFree=4192812/4192956
[pid=9078] ppid=9076 vsize=122364 CPUtime=1800.08
/proc/9078/stat : 9078 (bprolog) R 9076 9078 7815 0 -1 4194304 19949 0 0 0 179997 11 0 0 25 0 4 0 165374858 125300736 17632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614646 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9078/statm: 30591 17632 180 90 0 30129 0
[pid=9078/tid=9080] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9080/stat : 9080 (bprolog) S 9076 9078 7815 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165375624 125300736 17632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9081] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9081/stat : 9081 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165465637 125300736 17632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=9078/tid=9082] ppid=9076 vsize=122364 CPUtime=0
/proc/9078/task/9082/stat : 9082 (bprolog) S 9076 9078 7815 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165510644 125300736 17632 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 122364

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1800.69
CPU time (s): 1800.1
CPU user time (s): 1799.98
CPU system time (s): 0.122981
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 122364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.98
system time used= 0.122981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19949
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 2799

runsolver used 1.59876 s user time and 3.40148 s system time

The end

Launcher Data (download as text)

Begin job on node60 on Sun Jan  7 11:35:59 UTC 2007


IDJOB= 206075
IDBENCH= 4185
FILE ID= node60/206075-1168169759

PBS_JOBID= 3478684

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp36/fapp36-2000-5.xml
COMMAND LINE= /tmp/evaluation/206075-1168169759/Complete/Ordinary/solver /tmp/evaluation/206075-1168169759/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node60/convwatcher-206075-1168169759 -o ROOT/results/node60/conversion-206075-1168169759 -C 600 -M 900 /tmp/evaluation/206075-1168169759/Complete/Ordinary/conversion /tmp/evaluation/206075-1168169759/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-206075-1168169759 -o ROOT/results/node60/solver-206075-1168169759 -C 1800 -M 900  /tmp/evaluation/206075-1168169759/Complete/Ordinary/solver /tmp/evaluation/206075-1168169759/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  5e3c65923e669c1502345f1887a5f156

RANDOM SEED= 132821185

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.236
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.236
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:       1559192 kB
Buffers:         31192 kB
Cached:         392856 kB
SwapCached:          0 kB
Active:         115040 kB
Inactive:       324632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559192 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5596 kB
Writeback:           0 kB
Mapped:          25756 kB
Slab:            43020 kB
Committed_AS:  3643664 kB
PageTables:       1464 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= 66554 MiB



End job on node60 on Sun Jan  7 12:06:11 UTC 2007