Trace number 209760

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.14 1801.99

General information on the benchmark

Namefapp/fapp26-30/fapp26/
fapp26-2300-10.xml
MD5SUMb0024dc7fcc7e8fbf636a4da6fca16c3
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 benchmark13.145
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/209760-1168193968/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/node9/watcher-209760-1168193968 -o ROOT/results/node9/solver-209760-1168193968 -C 1800 -M 900 /tmp/evaluation/209760-1168193968/Complete/Ordinary/solver /tmp/evaluation/209760-1168193968/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.97 2.01 2.00 3/93 28509
/proc/meminfo: memFree=875024/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=880 CPUtime=0
/proc/28508/stat : 28508 (sh) R 28506 28508 28306 0 -1 4194304 41 0 0 0 0 0 0 0 20 0 1 0 167793473 901120 25 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 215416370569 0 0 4096 0 0 0 0 17 1 0 0
/proc/28508/statm: 220 25 18 169 0 8 0

[startup+0.102038 s]
/proc/loadavg: 1.97 2.01 2.00 3/93 28509
/proc/meminfo: memFree=875024/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=53824 CPUtime=0.09
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 2033 0 0 0 8 1 0 0 20 0 1 0 167793473 55115776 1749 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550486 0 0 4096 2 0 0 0 17 1 0 0
/proc/28508/statm: 13456 1749 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.510082 s]
/proc/loadavg: 1.97 2.01 2.00 3/93 28509
/proc/meminfo: memFree=875024/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=67856 CPUtime=0.5
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 8378 0 0 0 46 4 0 0 23 0 1 0 167793473 69484544 8092 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/28508/statm: 16964 8092 157 90 0 16502 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 67856

[startup+1.33117 s]
/proc/loadavg: 1.97 2.01 2.00 2/81 28518
/proc/meminfo: memFree=1471984/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=67856 CPUtime=1.31
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 11875 0 0 0 125 6 0 0 25 0 1 0 167793473 69484544 11589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134567152 0 0 4096 2 0 0 0 17 0 0 0
/proc/28508/statm: 16964 11590 157 90 0 16502 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 67856

[startup+2.96836 s]
/proc/loadavg: 1.97 2.01 2.00 2/81 28520
/proc/meminfo: memFree=1467376/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=67852 CPUtime=2.95
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 12214 0 0 0 288 7 0 0 25 0 1 0 167793473 69480448 11927 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565530 0 0 4096 2 0 0 0 17 0 0 0
/proc/28508/statm: 16963 11927 176 90 0 16501 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 67852

[startup+6.24772 s]
/proc/loadavg: 1.97 2.01 2.00 3/93 28565
/proc/meminfo: memFree=1366288/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=106272 CPUtime=6.23
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 27724 0 0 0 609 14 0 0 25 0 1 0 167793473 108822528 15878 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 0 0 0 17 0 0 0
/proc/28508/statm: 26568 15878 176 90 0 26106 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 106272

[startup+12.7105 s]
/proc/loadavg: 1.97 2.01 2.00 3/94 28566
/proc/meminfo: memFree=1314248/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=140620 CPUtime=12.69
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43169 0 0 0 1249 20 0 0 25 0 2 0 167793473 143994880 27463 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669033 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 35155 27463 180 90 0 34693 0
[pid=28508/tid=28566] ppid=28506 vsize=140620 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167794449 143994880 27463 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) 140620

[startup+25.5339 s]
/proc/loadavg: 1.98 2.01 2.00 3/94 28566
/proc/meminfo: memFree=1307720/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=140620 CPUtime=25.51
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43173 0 0 0 2531 20 0 0 25 0 2 0 167793473 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 35155 27467 180 90 0 34693 0
[pid=28508/tid=28566] ppid=28506 vsize=140620 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167794449 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 140620

[startup+51.2048 s]
/proc/loadavg: 1.98 2.00 2.00 3/94 28566
/proc/meminfo: memFree=1301896/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=140620 CPUtime=51.13
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43173 0 0 0 5093 20 0 0 25 0 2 0 167793473 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134756041 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 35155 27467 180 90 0 34693 0
[pid=28508/tid=28566] ppid=28506 vsize=140620 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167794449 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.13
Current children cumulated vsize (KiB) 140620

[startup+102.415 s]
/proc/loadavg: 1.91 1.98 1.99 3/87 28826
/proc/meminfo: memFree=1350208/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=140620 CPUtime=102.3
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43173 0 0 0 10208 22 0 0 25 0 2 0 167793473 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554689 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 35155 27467 180 90 0 34693 0
[pid=28508/tid=28566] ppid=28506 vsize=140620 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167794449 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 140620

[startup+162.453 s]
/proc/loadavg: 1.97 1.98 1.99 3/87 28826
/proc/meminfo: memFree=1338240/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=140620 CPUtime=162.28
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43173 0 0 0 16206 22 0 0 25 0 2 0 167793473 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 35155 27467 180 90 0 34693 0
[pid=28508/tid=28566] ppid=28506 vsize=140620 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167794449 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 140620

[startup+222.485 s]
/proc/loadavg: 1.98 1.98 1.99 3/87 28826
/proc/meminfo: memFree=1338304/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=140620 CPUtime=222.23
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43173 0 0 0 22201 22 0 0 25 0 2 0 167793473 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 35155 27467 180 90 0 34693 0
[pid=28508/tid=28566] ppid=28506 vsize=140620 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167794449 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 140620

[startup+282.491 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 28826
/proc/meminfo: memFree=1338304/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=140620 CPUtime=282.17
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43173 0 0 0 28195 22 0 0 25 0 2 0 167793473 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 35155 27467 180 90 0 34693 0
[pid=28508/tid=28566] ppid=28506 vsize=140620 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167794449 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 140620

[startup+342.51 s]
/proc/loadavg: 1.99 1.98 1.99 3/87 28826
/proc/meminfo: memFree=1338304/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=140620 CPUtime=342.14
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43173 0 0 0 34192 22 0 0 25 0 2 0 167793473 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 35155 27467 180 90 0 34693 0
[pid=28508/tid=28566] ppid=28506 vsize=140620 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167794449 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 140620

[startup+402.537 s]
/proc/loadavg: 2.05 2.00 2.00 3/87 28826
/proc/meminfo: memFree=1338304/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=140620 CPUtime=402.1
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43173 0 0 0 40187 23 0 0 25 0 2 0 167793473 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664011 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 35155 27467 180 90 0 34693 0
[pid=28508/tid=28566] ppid=28506 vsize=140620 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167794449 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 140620

[startup+462.571 s]
/proc/loadavg: 2.02 2.00 2.00 3/87 28826
/proc/meminfo: memFree=1338304/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=140620 CPUtime=462.07
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43173 0 0 0 46184 23 0 0 25 0 2 0 167793473 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618400 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 35155 27467 180 90 0 34693 0
[pid=28508/tid=28566] ppid=28506 vsize=140620 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167794449 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 140620

[startup+522.605 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 28826
/proc/meminfo: memFree=1338304/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=140620 CPUtime=522.05
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43173 0 0 0 52182 23 0 0 25 0 2 0 167793473 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580566 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 35155 27467 180 90 0 34693 0
[pid=28508/tid=28566] ppid=28506 vsize=140620 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167794449 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 140620

[startup+582.625 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 28826
/proc/meminfo: memFree=1338240/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=140620 CPUtime=582.01
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43173 0 0 0 58178 23 0 0 25 0 2 0 167793473 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552429 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 35155 27467 180 90 0 34693 0
[pid=28508/tid=28566] ppid=28506 vsize=140620 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167794449 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 140620

[startup+642.651 s]
/proc/loadavg: 2.07 2.02 2.00 3/87 28826
/proc/meminfo: memFree=1338240/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=140620 CPUtime=641.96
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43173 0 0 0 64173 23 0 0 25 0 2 0 167793473 143994880 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 35155 27467 180 90 0 34693 0
[pid=28508/tid=28566] ppid=28506 vsize=140620 CPUtime=0

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

Current children cumulated CPU time (s) 1181.79
Current children cumulated vsize (KiB) 150864

[startup+1243.06 s]
/proc/loadavg: 2.03 2.02 2.00 3/88 28827
/proc/meminfo: memFree=1338168/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=150864 CPUtime=1241.78
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43174 0 0 0 124153 25 0 0 25 0 3 0 167793473 154484736 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552855 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 37716 27468 180 90 0 37254 0
[pid=28508/tid=28566] ppid=28506 vsize=150864 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167794449 154484736 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28827] ppid=28506 vsize=150864 CPUtime=0
/proc/28508/task/28827/stat : 28827 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167884466 154484736 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1241.78
Current children cumulated vsize (KiB) 150864

[startup+1303.12 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 28827
/proc/meminfo: memFree=1338168/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=150864 CPUtime=1301.79
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43174 0 0 0 130154 25 0 0 25 0 3 0 167793473 154484736 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134577586 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 37716 27468 180 90 0 37254 0
[pid=28508/tid=28566] ppid=28506 vsize=150864 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167794449 154484736 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28827] ppid=28506 vsize=150864 CPUtime=0
/proc/28508/task/28827/stat : 28827 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167884466 154484736 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1301.79
Current children cumulated vsize (KiB) 150864

[startup+1363.18 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 28828
/proc/meminfo: memFree=1338160/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=161108 CPUtime=1361.78
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43175 0 0 0 136153 25 0 0 25 0 4 0 167793473 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 40277 27469 180 90 0 39815 0
[pid=28508/tid=28566] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167794449 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28827] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28827/stat : 28827 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167884466 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28828] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28828/stat : 28828 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167929476 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1361.78
Current children cumulated vsize (KiB) 161108

[startup+1423.24 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28828
/proc/meminfo: memFree=1338096/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=161108 CPUtime=1421.78
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43175 0 0 0 142153 25 0 0 25 0 4 0 167793473 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663833 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 40277 27469 180 90 0 39815 0
[pid=28508/tid=28566] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167794449 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28827] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28827/stat : 28827 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167884466 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28828] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28828/stat : 28828 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167929476 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1421.78
Current children cumulated vsize (KiB) 161108

[startup+1483.33 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28828
/proc/meminfo: memFree=1338096/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=161108 CPUtime=1481.81
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43175 0 0 0 148156 25 0 0 25 0 4 0 167793473 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620104 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 40277 27469 180 90 0 39815 0
[pid=28508/tid=28566] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167794449 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28827] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28827/stat : 28827 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167884466 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28828] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28828/stat : 28828 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167929476 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1481.81
Current children cumulated vsize (KiB) 161108

[startup+1543.42 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28828
/proc/meminfo: memFree=1338096/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=161108 CPUtime=1541.83
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43175 0 0 0 154158 25 0 0 25 0 4 0 167793473 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134671471 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 40277 27469 180 90 0 39815 0
[pid=28508/tid=28566] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167794449 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28827] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28827/stat : 28827 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167884466 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28828] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28828/stat : 28828 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167929476 164974592 27469 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1541.83
Current children cumulated vsize (KiB) 161108

[startup+1603.51 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28828
/proc/meminfo: memFree=1336368/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=161108 CPUtime=1601.86
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43647 0 0 0 160160 26 0 0 25 0 4 0 167793473 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580822 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 40277 27941 180 90 0 39815 0
[pid=28508/tid=28566] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167794449 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28827] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28827/stat : 28827 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167884466 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28828] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28828/stat : 28828 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167929476 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 161108

[startup+1663.59 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28828
/proc/meminfo: memFree=1336304/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=161108 CPUtime=1661.88
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43647 0 0 0 166162 26 0 0 25 0 4 0 167793473 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 40277 27941 180 90 0 39815 0
[pid=28508/tid=28566] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167794449 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28827] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28827/stat : 28827 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167884466 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28828] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28828/stat : 28828 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167929476 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1661.88
Current children cumulated vsize (KiB) 161108

[startup+1723.68 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28828
/proc/meminfo: memFree=1336304/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=161108 CPUtime=1721.91
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43647 0 0 0 172165 26 0 0 25 0 4 0 167793473 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 40277 27941 180 90 0 39815 0
[pid=28508/tid=28566] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167794449 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28827] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28827/stat : 28827 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167884466 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28828] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28828/stat : 28828 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167929476 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 161108

[startup+1783.77 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28828
/proc/meminfo: memFree=1336240/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=161108 CPUtime=1781.94
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43647 0 0 0 178168 26 0 0 25 0 4 0 167793473 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663858 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 40277 27941 180 90 0 39815 0
[pid=28508/tid=28566] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167794449 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28827] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28827/stat : 28827 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167884466 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28828] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28828/stat : 28828 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167929476 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 161108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.96 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 28828
/proc/meminfo: memFree=1336240/2055920 swapFree=4191880/4192956
[pid=28508] ppid=28506 vsize=161108 CPUtime=1800.1
/proc/28508/stat : 28508 (bprolog) R 28506 28508 28306 0 -1 4194304 43647 0 0 0 179984 26 0 0 25 0 4 0 167793473 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580529 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/28508/statm: 40277 27941 180 90 0 39815 0
[pid=28508/tid=28566] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28566/stat : 28566 (bprolog) S 28506 28508 28306 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167794449 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28827] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28827/stat : 28827 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167884466 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=28508/tid=28828] ppid=28506 vsize=161108 CPUtime=0
/proc/28508/task/28828/stat : 28828 (bprolog) S 28506 28508 28306 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167929476 164974592 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 161108

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.99
CPU time (s): 1800.14
CPU user time (s): 1799.85
CPU system time (s): 0.284956
CPU usage (%): 99.8974
Max. virtual memory (cumulated for all children) (KiB): 161108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.284956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43647
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= 46689

runsolver used 2.27365 s user time and 5.63314 s system time

The end

Launcher Data (download as text)

Begin job on node9 on Sun Jan  7 18:19:28 UTC 2007


IDJOB= 209760
IDBENCH= 4559
FILE ID= node9/209760-1168193968

PBS_JOBID= 3479413

Free space on /tmp= 66537 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp26-30/fapp26/fapp26-2300-10.xml
COMMAND LINE= /tmp/evaluation/209760-1168193968/Complete/Ordinary/solver /tmp/evaluation/209760-1168193968/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node9/convwatcher-209760-1168193968 -o ROOT/results/node9/conversion-209760-1168193968 -C 600 -M 900 /tmp/evaluation/209760-1168193968/Complete/Ordinary/conversion /tmp/evaluation/209760-1168193968/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-209760-1168193968 -o ROOT/results/node9/solver-209760-1168193968 -C 1800 -M 900  /tmp/evaluation/209760-1168193968/Complete/Ordinary/solver /tmp/evaluation/209760-1168193968/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  b0024dc7fcc7e8fbf636a4da6fca16c3

RANDOM SEED= 429074533

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.231
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.231
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:        875504 kB
Buffers:         51936 kB
Cached:         382648 kB
SwapCached:        276 kB
Active:         839120 kB
Inactive:       277564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        875504 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            6956 kB
Writeback:           0 kB
Mapped:         702484 kB
Slab:            47176 kB
Committed_AS:  5356868 kB
PageTables:       3584 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= 66533 MiB



End job on node9 on Sun Jan  7 18:49:45 UTC 2007