Trace number 196532

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.05 1808.29

General information on the benchmark

Namefapp/fapp06-10/fapp09/
fapp09-0800-4.xml
MD5SUM6ce7ac5fe2095794bf8df2c927925b53
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 benchmark4.10937
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

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

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

/proc/loadavg: 2.14 2.06 2.01 3/98 26483
/proc/meminfo: memFree=1389192/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=18540 CPUtime=0
/proc/26482/stat : 26482 (runsolver) R 26480 26482 26331 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 160788101 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26482/statm: 4635 279 244 17 0 2626 0

[startup+0.103971 s]
/proc/loadavg: 2.14 2.06 2.01 3/98 26483
/proc/meminfo: memFree=1389192/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=53824 CPUtime=0.08
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 2132 0 0 0 8 0 0 0 20 0 1 0 160788101 55115776 1848 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589379 0 0 4096 2 0 0 0 17 1 0 0
/proc/26482/statm: 13456 1848 157 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.51824 s]
/proc/loadavg: 2.14 2.06 2.01 3/98 26483
/proc/meminfo: memFree=1389192/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=66452 CPUtime=0.5
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 4690 0 0 0 49 1 0 0 24 0 1 0 160788101 68046848 4403 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662717 0 0 4096 2 0 0 0 17 1 0 0
/proc/26482/statm: 16613 4403 160 90 0 16151 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 66452

[startup+1.34632 s]
/proc/loadavg: 2.14 2.06 2.01 3/98 26483
/proc/meminfo: memFree=1372104/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=66452 CPUtime=1.32
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 4715 0 0 0 131 1 0 0 25 0 1 0 160788101 68046848 4428 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664572 0 0 4096 2 0 0 0 17 1 0 0
/proc/26482/statm: 16613 4428 177 90 0 16151 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 66452

[startup+2.98447 s]
/proc/loadavg: 2.14 2.06 2.01 3/98 26483
/proc/meminfo: memFree=1369672/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=66452 CPUtime=2.95
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 6698 0 0 0 292 3 0 0 25 0 1 0 160788101 68046848 6411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564442 0 0 4096 2 0 0 0 17 1 0 0
/proc/26482/statm: 16613 6411 177 90 0 16151 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 66452

[startup+6.26378 s]
/proc/loadavg: 2.13 2.06 2.01 3/99 26484
/proc/meminfo: memFree=1356096/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=6.2
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9273 0 0 0 616 4 0 0 25 0 2 0 160788101 78987264 8422 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671438 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26482/statm: 19284 8422 180 90 0 18822 0
[pid=26482/tid=26484] ppid=26480 vsize=77136 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160788445 78987264 8422 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 77136

[startup+12.7294 s]
/proc/loadavg: 2.12 2.05 2.01 3/99 26484
/proc/meminfo: memFree=1356096/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=12.61
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9273 0 0 0 1257 4 0 0 25 0 2 0 160788101 78987264 8422 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26482/statm: 19284 8422 180 90 0 18822 0
[pid=26482/tid=26484] ppid=26480 vsize=77136 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160788445 78987264 8422 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 77136

[startup+25.5576 s]
/proc/loadavg: 2.09 2.05 2.01 3/99 26484
/proc/meminfo: memFree=1356160/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=25.33
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9273 0 0 0 2529 4 0 0 25 0 2 0 160788101 78987264 8422 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580538 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26482/statm: 19284 8422 180 90 0 18822 0
[pid=26482/tid=26484] ppid=26480 vsize=77136 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160788445 78987264 8422 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 77136

[startup+51.2141 s]
/proc/loadavg: 2.06 2.05 2.01 3/99 26484
/proc/meminfo: memFree=1356224/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=50.77
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9273 0 0 0 5073 4 0 0 25 0 2 0 160788101 78987264 8422 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614636 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26482/statm: 19284 8422 180 90 0 18822 0
[pid=26482/tid=26484] ppid=26480 vsize=77136 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160788445 78987264 8422 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 77136

[startup+102.422 s]
/proc/loadavg: 2.02 2.04 2.00 3/99 26484
/proc/meminfo: memFree=1356224/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=101.55
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9274 0 0 0 10151 4 0 0 25 0 2 0 160788101 78987264 8423 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26482/statm: 19284 8423 180 90 0 18822 0
[pid=26482/tid=26484] ppid=26480 vsize=77136 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160788445 78987264 8423 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 77136

[startup+162.451 s]
/proc/loadavg: 2.01 2.03 2.00 3/99 26484
/proc/meminfo: memFree=1356160/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=161.08
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9277 0 0 0 16103 5 0 0 25 0 2 0 160788101 78987264 8426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664648 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26482/statm: 19284 8426 180 90 0 18822 0
[pid=26482/tid=26484] ppid=26480 vsize=77136 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160788445 78987264 8426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.08
Current children cumulated vsize (KiB) 77136

[startup+222.52 s]
/proc/loadavg: 2.04 2.03 2.00 3/99 26484
/proc/meminfo: memFree=1328136/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=220.63
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9277 0 0 0 22058 5 0 0 25 0 2 0 160788101 78987264 8426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26482/statm: 19284 8426 180 90 0 18822 0
[pid=26482/tid=26484] ppid=26480 vsize=77136 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160788445 78987264 8426 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.63
Current children cumulated vsize (KiB) 77136

[startup+282.609 s]
/proc/loadavg: 2.07 2.04 2.00 3/99 26484
/proc/meminfo: memFree=1327944/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=280.18
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9308 0 0 0 28012 6 0 0 25 0 2 0 160788101 78987264 8457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662547 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26482/statm: 19284 8457 180 90 0 18822 0
[pid=26482/tid=26484] ppid=26480 vsize=77136 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160788445 78987264 8457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.18
Current children cumulated vsize (KiB) 77136

[startup+342.697 s]
/proc/loadavg: 2.02 2.03 2.00 3/99 26484
/proc/meminfo: memFree=1327944/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=339.73
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9308 0 0 0 33967 6 0 0 25 0 2 0 160788101 78987264 8457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26482/statm: 19284 8457 180 90 0 18822 0
[pid=26482/tid=26484] ppid=26480 vsize=77136 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160788445 78987264 8457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.73
Current children cumulated vsize (KiB) 77136

[startup+402.78 s]
/proc/loadavg: 2.01 2.02 2.00 3/99 26484
/proc/meminfo: memFree=1299720/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=399.22
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9309 0 0 0 39915 7 0 0 25 0 2 0 160788101 78987264 8458 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26482/statm: 19284 8458 180 90 0 18822 0
[pid=26482/tid=26484] ppid=26480 vsize=77136 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160788445 78987264 8458 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.22
Current children cumulated vsize (KiB) 77136

[startup+462.865 s]
/proc/loadavg: 2.12 2.05 2.01 3/99 26484
/proc/meminfo: memFree=1299656/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=458.77
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9309 0 0 0 45870 7 0 0 25 0 2 0 160788101 78987264 8458 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663822 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26482/statm: 19284 8458 180 90 0 18822 0
[pid=26482/tid=26484] ppid=26480 vsize=77136 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160788445 78987264 8458 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.77
Current children cumulated vsize (KiB) 77136

[startup+522.943 s]
/proc/loadavg: 2.04 2.04 2.00 3/99 26484
/proc/meminfo: memFree=1299592/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=518.31
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9309 0 0 0 51823 8 0 0 25 0 2 0 160788101 78987264 8458 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26482/statm: 19284 8458 180 90 0 18822 0
[pid=26482/tid=26484] ppid=26480 vsize=77136 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160788445 78987264 8458 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.31
Current children cumulated vsize (KiB) 77136

[startup+582.951 s]
/proc/loadavg: 2.14 2.06 2.01 3/105 26626
/proc/meminfo: memFree=1270808/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=577.65
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9309 0 0 0 57757 8 0 0 25 0 2 0 160788101 78987264 8458 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/26482/statm: 19284 8458 180 90 0 18822 0
[pid=26482/tid=26484] ppid=26480 vsize=77136 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160788445 78987264 8458 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.65
Current children cumulated vsize (KiB) 77136

[startup+642.958 s]
/proc/loadavg: 1.98 2.03 2.00 3/98 26770
/proc/meminfo: memFree=1606536/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=77136 CPUtime=636.97
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9309 0 0 0 63686 11 0 0 25 0 2 0 160788101 78987264 8458 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0

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

/proc/26482/statm: 21845 8459 180 90 0 21383 0
[pid=26482/tid=26484] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160788445 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26482/tid=27166] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/27166/stat : 27166 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160878462 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1115.62
Current children cumulated vsize (KiB) 87380

[startup+1183.42 s]
/proc/loadavg: 1.94 1.80 1.88 3/90 27540
/proc/meminfo: memFree=1776136/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=87380 CPUtime=1175.67
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9310 0 0 0 117540 27 0 0 25 0 3 0 160788101 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26482/statm: 21845 8459 180 90 0 21383 0
[pid=26482/tid=26484] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160788445 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26482/tid=27166] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/27166/stat : 27166 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160878462 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1175.67
Current children cumulated vsize (KiB) 87380

[startup+1243.47 s]
/proc/loadavg: 1.63 1.75 1.86 2/83 27551
/proc/meminfo: memFree=1782472/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=87380 CPUtime=1235.67
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9310 0 0 0 123540 27 0 0 25 0 3 0 160788101 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620094 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26482/statm: 21845 8459 180 90 0 21383 0
[pid=26482/tid=26484] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160788445 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26482/tid=27166] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/27166/stat : 27166 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160878462 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1235.67
Current children cumulated vsize (KiB) 87380

[startup+1303.48 s]
/proc/loadavg: 1.28 1.63 1.81 2/83 27641
/proc/meminfo: memFree=1780600/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=87380 CPUtime=1295.61
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9310 0 0 0 129533 28 0 0 25 0 3 0 160788101 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26482/statm: 21845 8459 180 90 0 21383 0
[pid=26482/tid=26484] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160788445 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26482/tid=27166] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/27166/stat : 27166 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160878462 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1295.61
Current children cumulated vsize (KiB) 87380

[startup+1363.49 s]
/proc/loadavg: 1.10 1.51 1.75 2/83 27697
/proc/meminfo: memFree=1780280/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=87380 CPUtime=1355.59
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9310 0 0 0 135529 30 0 0 25 0 3 0 160788101 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26482/statm: 21845 8459 180 90 0 21383 0
[pid=26482/tid=26484] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160788445 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26482/tid=27166] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/27166/stat : 27166 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 160878462 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1355.59
Current children cumulated vsize (KiB) 87380

[startup+1423.49 s]
/proc/loadavg: 1.03 1.41 1.70 2/83 27700
/proc/meminfo: memFree=1781944/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=87380 CPUtime=1415.54
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9310 0 0 0 141524 30 0 0 25 0 3 0 160788101 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26482/statm: 21845 8459 180 90 0 21383 0
[pid=26482/tid=26484] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160788445 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26482/tid=27166] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/27166/stat : 27166 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 160878462 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1415.54
Current children cumulated vsize (KiB) 87380

[startup+1483.51 s]
/proc/loadavg: 1.01 1.34 1.66 2/83 27753
/proc/meminfo: memFree=1781752/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=87380 CPUtime=1475.51
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9310 0 0 0 147520 31 0 0 25 0 3 0 160788101 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661446 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26482/statm: 21845 8459 180 90 0 21383 0
[pid=26482/tid=26484] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160788445 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26482/tid=27166] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/27166/stat : 27166 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 160878462 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.51
Current children cumulated vsize (KiB) 87380

[startup+1543.52 s]
/proc/loadavg: 1.05 1.29 1.62 2/83 27976
/proc/meminfo: memFree=1778552/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=87380 CPUtime=1535.49
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9310 0 0 0 153517 32 0 0 25 0 3 0 160788101 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26482/statm: 21845 8459 180 90 0 21383 0
[pid=26482/tid=26484] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160788445 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26482/tid=27166] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/27166/stat : 27166 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 160878462 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.49
Current children cumulated vsize (KiB) 87380

[startup+1603.52 s]
/proc/loadavg: 1.11 1.26 1.59 2/83 28002
/proc/meminfo: memFree=1781248/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=87380 CPUtime=1595.45
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9310 0 0 0 159512 33 0 0 25 0 3 0 160788101 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26482/statm: 21845 8459 180 90 0 21383 0
[pid=26482/tid=26484] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160788445 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26482/tid=27166] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/27166/stat : 27166 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 160878462 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.45
Current children cumulated vsize (KiB) 87380

[startup+1663.53 s]
/proc/loadavg: 1.04 1.21 1.55 2/83 28016
/proc/meminfo: memFree=1781376/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=87380 CPUtime=1655.41
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9310 0 0 0 165508 33 0 0 25 0 3 0 160788101 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618053 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26482/statm: 21845 8459 180 90 0 21383 0
[pid=26482/tid=26484] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160788445 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26482/tid=27166] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/27166/stat : 27166 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 160878462 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1655.41
Current children cumulated vsize (KiB) 87380

[startup+1723.54 s]
/proc/loadavg: 1.06 1.19 1.52 2/83 28102
/proc/meminfo: memFree=1778688/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=87380 CPUtime=1715.38
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9310 0 0 0 171503 35 0 0 25 0 3 0 160788101 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26482/statm: 21845 8459 180 90 0 21383 0
[pid=26482/tid=26484] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160788445 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26482/tid=27166] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/27166/stat : 27166 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 160878462 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1715.38
Current children cumulated vsize (KiB) 87380

[startup+1783.55 s]
/proc/loadavg: 1.02 1.15 1.48 2/83 28108
/proc/meminfo: memFree=1781248/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=87380 CPUtime=1775.34
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9310 0 0 0 177498 36 0 0 25 0 3 0 160788101 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26482/statm: 21845 8459 180 90 0 21383 0
[pid=26482/tid=26484] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/26484/stat : 26484 (bprolog) S 26480 26482 26331 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160788445 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26482/tid=27166] ppid=26480 vsize=87380 CPUtime=0
/proc/26482/task/27166/stat : 27166 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 160878462 89477120 8459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1775.34
Current children cumulated vsize (KiB) 87380



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.27 s]
/proc/loadavg: 1.09 1.15 1.47 2/83 28159
/proc/meminfo: memFree=1778872/2055920 swapFree=4182144/4192956
[pid=26482] ppid=26480 vsize=97624 CPUtime=1800.03
/proc/26482/stat : 26482 (bprolog) R 26480 26482 26331 0 -1 4194304 9387 0 0 0 179967 36 0 0 25 0 3 0 160788101 99966976 8536 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614665 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/26482/statm: 24406 8536 181 90 0 23944 0
[pid=26482/tid=27166] ppid=26480 vsize=97624 CPUtime=0
/proc/26482/task/27166/stat : 27166 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 160878462 99966976 8536 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=26482/tid=28151] ppid=26480 vsize=97624 CPUtime=0
/proc/26482/task/28151/stat : 28151 (bprolog) S 26480 26482 26331 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160968475 99966976 8536 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 97624

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.29
CPU time (s): 1800.05
CPU user time (s): 1799.68
CPU system time (s): 0.372943
CPU usage (%): 99.5445
Max. virtual memory (cumulated for all children) (KiB): 97624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.372943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9387
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 38249

runsolver used 2.05169 s user time and 5.05123 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Sat Jan  6 22:52:00 UTC 2007


IDJOB= 196532
IDBENCH= 3357
FILE ID= node4/196532-1168123920

PBS_JOBID= 3477176

Free space on /tmp= 66302 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp06-10/fapp09/fapp09-0800-4.xml
COMMAND LINE= /tmp/evaluation/196532-1168123920/Complete/Ordinary/solver /tmp/evaluation/196532-1168123920/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node4/convwatcher-196532-1168123920 -o ROOT/results/node4/conversion-196532-1168123920 -C 600 -M 900 /tmp/evaluation/196532-1168123920/Complete/Ordinary/conversion /tmp/evaluation/196532-1168123920/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-196532-1168123920 -o ROOT/results/node4/solver-196532-1168123920 -C 1800 -M 900  /tmp/evaluation/196532-1168123920/Complete/Ordinary/solver /tmp/evaluation/196532-1168123920/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  6ce7ac5fe2095794bf8df2c927925b53

RANDOM SEED= 904701437

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:       1389672 kB
Buffers:         30832 kB
Cached:         106444 kB
SwapCached:       2464 kB
Active:         534332 kB
Inactive:        76744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1389672 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            3328 kB
Writeback:           0 kB
Mapped:         493320 kB
Slab:            38896 kB
Committed_AS:  4746472 kB
PageTables:       3288 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= 66305 MiB



End job on node4 on Sat Jan  6 23:22:15 UTC 2007