Trace number 209504

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.09 1804.07

General information on the benchmark

Namefapp/fapp26-30/fapp30/
fapp30-3000-8.xml
MD5SUMa2bd6dbc97857e933555789faaebf156
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 benchmark68.0856
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/209504-1168192980/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/node58/watcher-209504-1168192980 -o ROOT/results/node58/solver-209504-1168192980 -C 1800 -M 900 /tmp/evaluation/209504-1168192980/Complete/Ordinary/solver /tmp/evaluation/209504-1168192980/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.99 2.04 2.01 4/73 29584
/proc/meminfo: memFree=977160/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=5352 CPUtime=0
/proc/29583/stat : 29583 (sh) R 29581 29583 29334 0 -1 4194304 267 0 0 0 0 0 0 0 20 0 1 0 167700466 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 226238040689 0 0 4100 65536 0 0 0 17 1 0 0
/proc/29583/statm: 1338 234 196 169 0 49 0

[startup+0.109415 s]
/proc/loadavg: 1.99 2.04 2.01 4/73 29584
/proc/meminfo: memFree=977160/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=61640 CPUtime=0.09
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 2140 0 0 0 9 0 0 0 20 0 1 0 167700466 63119360 1856 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 5270482 0 0 4096 2 0 0 0 17 1 0 0
/proc/29583/statm: 15410 1856 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.517489 s]
/proc/loadavg: 1.99 2.04 2.01 4/73 29584
/proc/meminfo: memFree=977160/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=61640 CPUtime=0.5
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 8767 0 0 0 46 4 0 0 24 0 1 0 167700466 63119360 8483 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691884 0 0 4096 2 0 0 0 17 1 0 0
/proc/29583/statm: 15410 8483 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33852 s]
/proc/loadavg: 1.99 2.04 2.01 3/73 29584
/proc/meminfo: memFree=906824/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=81440 CPUtime=1.31
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 16909 0 0 0 124 7 0 0 25 0 1 0 167700466 83394560 16036 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/29583/statm: 20360 16036 157 90 0 19898 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 81440

[startup+2.98867 s]
/proc/loadavg: 1.99 2.04 2.01 3/73 29584
/proc/meminfo: memFree=899528/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=142944 CPUtime=2.95
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 36677 0 0 0 279 16 0 0 25 0 1 0 167700466 146374656 20110 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/29583/statm: 35736 20110 157 90 0 35274 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 142944

[startup+6.26794 s]
/proc/loadavg: 1.99 2.03 2.01 3/73 29584
/proc/meminfo: memFree=833544/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=142940 CPUtime=6.2
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 42460 0 0 0 602 18 0 0 25 0 1 0 167700466 146370560 25892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 1 0 0
/proc/29583/statm: 35735 25892 176 90 0 35273 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 142940

[startup+12.7295 s]
/proc/loadavg: 1.99 2.03 2.01 3/73 29584
/proc/meminfo: memFree=752072/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=217756 CPUtime=12.61
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 71233 0 0 0 1231 30 0 0 25 0 1 0 167700466 222982144 36368 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664592 0 0 4096 2 0 0 0 17 1 0 0
/proc/29583/statm: 54439 36368 176 90 0 53977 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 217756

[startup+25.5416 s]
/proc/loadavg: 1.99 2.03 2.01 3/73 29584
/proc/meminfo: memFree=584072/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=273168 CPUtime=25.34
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 105112 0 0 0 2489 45 0 0 25 0 1 0 167700466 279724032 57911 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552373 0 0 4096 2 0 0 0 17 1 0 0
/proc/29583/statm: 68292 57911 176 90 0 67830 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 273168

[startup+51.1868 s]
/proc/loadavg: 2.05 2.04 2.01 3/74 29585
/proc/meminfo: memFree=399168/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=424208 CPUtime=50.79
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145867 0 0 0 5017 62 0 0 25 0 2 0 167700466 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29583/statm: 106052 60680 180 90 0 105590 0
[pid=29583/tid=29585] ppid=29581 vsize=424208 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167703411 434388992 60680 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 424208

[startup+102.431 s]
/proc/loadavg: 2.21 2.07 2.02 4/82 29702
/proc/meminfo: memFree=798208/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=424208 CPUtime=101.85
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145872 0 0 0 10113 72 0 0 25 0 2 0 167700466 434388992 60685 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554071 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 106052 60685 180 90 0 105590 0
[pid=29583/tid=29585] ppid=29581 vsize=424208 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167703411 434388992 60685 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 424208

[startup+162.479 s]
/proc/loadavg: 2.13 2.07 2.01 3/82 29702
/proc/meminfo: memFree=585728/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=424208 CPUtime=161.64
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145873 0 0 0 16091 73 0 0 25 0 2 0 167700466 434388992 60686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29583/statm: 106052 60686 180 90 0 105590 0
[pid=29583/tid=29585] ppid=29581 vsize=424208 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167703411 434388992 60686 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.64
Current children cumulated vsize (KiB) 424208

[startup+222.494 s]
/proc/loadavg: 2.12 2.08 2.02 3/82 29702
/proc/meminfo: memFree=585152/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=424208 CPUtime=221.4
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145874 0 0 0 22067 73 0 0 25 0 2 0 167700466 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29583/statm: 106052 60687 180 90 0 105590 0
[pid=29583/tid=29585] ppid=29581 vsize=424208 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167703411 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.4
Current children cumulated vsize (KiB) 424208

[startup+282.516 s]
/proc/loadavg: 2.04 2.06 2.01 3/82 29702
/proc/meminfo: memFree=585280/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=424208 CPUtime=281.15
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145874 0 0 0 28042 73 0 0 25 0 2 0 167700466 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618416 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29583/statm: 106052 60687 180 90 0 105590 0
[pid=29583/tid=29585] ppid=29581 vsize=424208 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167703411 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 424208

[startup+342.532 s]
/proc/loadavg: 2.01 2.05 2.01 3/82 29702
/proc/meminfo: memFree=585280/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=424208 CPUtime=340.91
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145874 0 0 0 34018 73 0 0 25 0 2 0 167700466 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669029 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/29583/statm: 106052 60687 180 90 0 105590 0
[pid=29583/tid=29585] ppid=29581 vsize=424208 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167703411 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.91
Current children cumulated vsize (KiB) 424208

[startup+402.547 s]
/proc/loadavg: 2.00 2.04 2.00 3/74 29739
/proc/meminfo: memFree=1019776/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=424208 CPUtime=400.73
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145874 0 0 0 39997 76 0 0 25 0 2 0 167700466 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620154 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 106052 60687 180 90 0 105590 0
[pid=29583/tid=29585] ppid=29581 vsize=424208 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167703411 434388992 60687 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) 424208

[startup+462.647 s]
/proc/loadavg: 2.00 2.03 2.00 3/74 29739
/proc/meminfo: memFree=637504/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=424208 CPUtime=460.79
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145874 0 0 0 46003 76 0 0 25 0 2 0 167700466 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664302 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 106052 60687 180 90 0 105590 0
[pid=29583/tid=29585] ppid=29581 vsize=424208 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167703411 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.79
Current children cumulated vsize (KiB) 424208

[startup+522.658 s]
/proc/loadavg: 2.06 2.04 2.00 2/66 29808
/proc/meminfo: memFree=1295232/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=424208 CPUtime=520.37
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145874 0 0 0 51956 81 0 0 25 0 2 0 167700466 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 106052 60687 180 90 0 105590 0
[pid=29583/tid=29585] ppid=29581 vsize=424208 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167703411 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.37
Current children cumulated vsize (KiB) 424208

[startup+582.712 s]
/proc/loadavg: 2.20 2.06 2.01 4/82 29901
/proc/meminfo: memFree=739008/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=424208 CPUtime=580.15
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145874 0 0 0 57931 84 0 0 25 0 2 0 167700466 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 106052 60687 180 90 0 105590 0
[pid=29583/tid=29585] ppid=29581 vsize=424208 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167703411 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.15
Current children cumulated vsize (KiB) 424208

[startup+642.769 s]
/proc/loadavg: 2.11 2.06 2.01 4/82 29901
/proc/meminfo: memFree=547648/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=424208 CPUtime=639.89
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145874 0 0 0 63905 84 0 0 25 0 2 0 167700466 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 106052 60687 180 90 0 105590 0
[pid=29583/tid=29585] ppid=29581 vsize=424208 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167703411 434388992 60687 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.89
Current children cumulated vsize (KiB) 424208


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

[pid=29583/tid=30130] ppid=29581 vsize=434452 CPUtime=0
/proc/29583/task/30130/stat : 30130 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167793426 444878848 60716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1179.58
Current children cumulated vsize (KiB) 434452

[startup+1243.03 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 30130
/proc/meminfo: memFree=1176128/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=434452 CPUtime=1239.55
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145903 0 0 0 123866 89 0 0 25 0 3 0 167700466 444878848 60716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756041 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 108613 60716 180 90 0 108151 0
[pid=29583/tid=29585] ppid=29581 vsize=434452 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167703411 444878848 60716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29583/tid=30130] ppid=29581 vsize=434452 CPUtime=0
/proc/29583/task/30130/stat : 30130 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167793426 444878848 60716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1239.55
Current children cumulated vsize (KiB) 434452

[startup+1303.07 s]
/proc/loadavg: 2.05 2.01 2.00 3/75 30130
/proc/meminfo: memFree=1176064/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=434452 CPUtime=1299.55
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145903 0 0 0 129866 89 0 0 25 0 3 0 167700466 444878848 60716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 108613 60716 180 90 0 108151 0
[pid=29583/tid=29585] ppid=29581 vsize=434452 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167703411 444878848 60716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29583/tid=30130] ppid=29581 vsize=434452 CPUtime=0
/proc/29583/task/30130/stat : 30130 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167793426 444878848 60716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1299.55
Current children cumulated vsize (KiB) 434452

[startup+1363.13 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 30130
/proc/meminfo: memFree=1176064/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=434452 CPUtime=1359.57
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 145903 0 0 0 135868 89 0 0 25 0 3 0 167700466 444878848 60716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663854 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 108613 60716 180 90 0 108151 0
[pid=29583/tid=29585] ppid=29581 vsize=434452 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167703411 444878848 60716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29583/tid=30130] ppid=29581 vsize=434452 CPUtime=0
/proc/29583/task/30130/stat : 30130 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167793426 444878848 60716 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1359.57
Current children cumulated vsize (KiB) 434452

[startup+1423.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30131
/proc/meminfo: memFree=1175096/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=444696 CPUtime=1419.57
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 146173 0 0 0 141868 89 0 0 25 0 4 0 167700466 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662593 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 111174 60986 180 90 0 110712 0
[pid=29583/tid=29585] ppid=29581 vsize=444696 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167703411 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29583/tid=30130] ppid=29581 vsize=444696 CPUtime=0
/proc/29583/task/30130/stat : 30130 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167793426 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29583/tid=30131] ppid=29581 vsize=444696 CPUtime=0
/proc/29583/task/30131/stat : 30131 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167838432 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1419.57
Current children cumulated vsize (KiB) 444696

[startup+1483.29 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30131
/proc/meminfo: memFree=1175096/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=444696 CPUtime=1479.6
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 146173 0 0 0 147871 89 0 0 25 0 4 0 167700466 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 111174 60986 180 90 0 110712 0
[pid=29583/tid=29585] ppid=29581 vsize=444696 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167703411 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29583/tid=30130] ppid=29581 vsize=444696 CPUtime=0
/proc/29583/task/30130/stat : 30130 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167793426 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29583/tid=30131] ppid=29581 vsize=444696 CPUtime=0
/proc/29583/task/30131/stat : 30131 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167838432 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1479.6
Current children cumulated vsize (KiB) 444696

[startup+1543.37 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30131
/proc/meminfo: memFree=1175032/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=444696 CPUtime=1539.63
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 146173 0 0 0 153874 89 0 0 25 0 4 0 167700466 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552332 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 111174 60986 180 90 0 110712 0
[pid=29583/tid=29585] ppid=29581 vsize=444696 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167703411 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29583/tid=30130] ppid=29581 vsize=444696 CPUtime=0
/proc/29583/task/30130/stat : 30130 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167793426 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29583/tid=30131] ppid=29581 vsize=444696 CPUtime=0
/proc/29583/task/30131/stat : 30131 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167838432 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1539.63
Current children cumulated vsize (KiB) 444696

[startup+1603.43 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30131
/proc/meminfo: memFree=1174968/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=444696 CPUtime=1599.61
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 146173 0 0 0 159872 89 0 0 25 0 4 0 167700466 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 111174 60986 180 90 0 110712 0
[pid=29583/tid=29585] ppid=29581 vsize=444696 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167703411 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29583/tid=30130] ppid=29581 vsize=444696 CPUtime=0
/proc/29583/task/30130/stat : 30130 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167793426 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29583/tid=30131] ppid=29581 vsize=444696 CPUtime=0
/proc/29583/task/30131/stat : 30131 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167838432 455368704 60986 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1599.61
Current children cumulated vsize (KiB) 444696

[startup+1663.49 s]
/proc/loadavg: 2.07 2.02 2.00 3/76 30131
/proc/meminfo: memFree=1156344/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=452508 CPUtime=1659.63
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 152807 0 0 0 165870 93 0 0 25 0 4 0 167700466 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 113127 65666 180 90 0 112665 0
[pid=29583/tid=29585] ppid=29581 vsize=452508 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167703411 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29583/tid=30130] ppid=29581 vsize=452508 CPUtime=0
/proc/29583/task/30130/stat : 30130 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167793426 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29583/tid=30131] ppid=29581 vsize=452508 CPUtime=0
/proc/29583/task/30131/stat : 30131 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167838432 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1659.63
Current children cumulated vsize (KiB) 452508

[startup+1723.55 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 30131
/proc/meminfo: memFree=1156280/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=452508 CPUtime=1719.64
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 152807 0 0 0 171871 93 0 0 25 0 4 0 167700466 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663830 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 113127 65666 180 90 0 112665 0
[pid=29583/tid=29585] ppid=29581 vsize=452508 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167703411 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29583/tid=30130] ppid=29581 vsize=452508 CPUtime=0
/proc/29583/task/30130/stat : 30130 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167793426 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29583/tid=30131] ppid=29581 vsize=452508 CPUtime=0
/proc/29583/task/30131/stat : 30131 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167838432 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1719.64
Current children cumulated vsize (KiB) 452508

[startup+1783.6 s]
/proc/loadavg: 2.01 2.00 2.00 3/76 30131
/proc/meminfo: memFree=1156216/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=452508 CPUtime=1779.61
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 152807 0 0 0 177868 93 0 0 25 0 4 0 167700466 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 113127 65666 180 90 0 112665 0
[pid=29583/tid=29585] ppid=29581 vsize=452508 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167703411 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29583/tid=30130] ppid=29581 vsize=452508 CPUtime=0
/proc/29583/task/30130/stat : 30130 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167793426 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29583/tid=30131] ppid=29581 vsize=452508 CPUtime=0
/proc/29583/task/30131/stat : 30131 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167838432 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1779.61
Current children cumulated vsize (KiB) 452508



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.02 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 30131
/proc/meminfo: memFree=1156216/2055920 swapFree=4192812/4192956
[pid=29583] ppid=29581 vsize=452508 CPUtime=1800.03
/proc/29583/stat : 29583 (bprolog) R 29581 29583 29334 0 -1 4194304 152807 0 0 0 179910 93 0 0 25 0 4 0 167700466 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662563 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/29583/statm: 113127 65666 180 90 0 112665 0
[pid=29583/tid=29585] ppid=29581 vsize=452508 CPUtime=0
/proc/29583/task/29585/stat : 29585 (bprolog) S 29581 29583 29334 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167703411 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=29583/tid=30130] ppid=29581 vsize=452508 CPUtime=0
/proc/29583/task/30130/stat : 30130 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167793426 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=29583/tid=30131] ppid=29581 vsize=452508 CPUtime=0
/proc/29583/task/30131/stat : 30131 (bprolog) S 29581 29583 29334 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167838432 463368192 65666 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 452508

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1804.07
CPU time (s): 1800.09
CPU user time (s): 1799.11
CPU system time (s): 0.976851
CPU usage (%): 99.7793
Max. virtual memory (cumulated for all children) (KiB): 554592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.11
system time used= 0.976851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152807
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= 14
involuntary context switches= 15876

runsolver used 2.00569 s user time and 4.95525 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sun Jan  7 18:03:02 UTC 2007


IDJOB= 209504
IDBENCH= 4521
FILE ID= node58/209504-1168192980

PBS_JOBID= 3479393

Free space on /tmp= 66539 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp26-30/fapp30/fapp30-3000-8.xml
COMMAND LINE= /tmp/evaluation/209504-1168192980/Complete/Ordinary/solver /tmp/evaluation/209504-1168192980/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node58/convwatcher-209504-1168192980 -o ROOT/results/node58/conversion-209504-1168192980 -C 600 -M 900 /tmp/evaluation/209504-1168192980/Complete/Ordinary/conversion /tmp/evaluation/209504-1168192980/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-209504-1168192980 -o ROOT/results/node58/solver-209504-1168192980 -C 1800 -M 900  /tmp/evaluation/209504-1168192980/Complete/Ordinary/solver /tmp/evaluation/209504-1168192980/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  a2bd6dbc97857e933555789faaebf156

RANDOM SEED= 880721334

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.223
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.223
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:        977640 kB
Buffers:         42788 kB
Cached:         387720 kB
SwapCached:          0 kB
Active:         641848 kB
Inactive:       370680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        977640 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11112 kB
Writeback:           0 kB
Mapped:         593108 kB
Slab:            50108 kB
Committed_AS:  3278320 kB
PageTables:       2784 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= 66536 MiB



End job on node58 on Sun Jan  7 18:33:49 UTC 2007