Trace number 205729

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 1801.43

General information on the benchmark

Namefapp/fapp36-40/fapp40/
fapp40-3000-0.xml
MD5SUMf23290b809fa6afaa52593a6e4d3f1f9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.5865
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables3000
Number of constraints53548
Maximum constraint arity2
Maximum domain size698
Number of constraints which are defined in extension0
Number of constraints which are defined in intension53548
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/205729-1168167938/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/node33/watcher-205729-1168167938 -o ROOT/results/node33/solver-205729-1168167938 -C 1800 -M 900 /tmp/evaluation/205729-1168167938/Complete/Ordinary/solver /tmp/evaluation/205729-1168167938/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.10 1.27 1.41 5/81 5897
/proc/meminfo: memFree=843664/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=18540 CPUtime=0
/proc/5896/stat : 5896 (runsolver) R 5894 5896 5394 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 165191274 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 210824129831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5896/statm: 4635 279 244 17 0 2626 0

[startup+0.108159 s]
/proc/loadavg: 2.10 1.27 1.41 5/81 5897
/proc/meminfo: memFree=843664/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=61640 CPUtime=0.09
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 1975 0 0 0 9 0 0 0 20 0 1 0 165191274 63119360 1691 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574097 0 0 4096 2 0 0 0 17 1 0 0
/proc/5896/statm: 15410 1691 157 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.516239 s]
/proc/loadavg: 2.10 1.27 1.41 5/81 5897
/proc/meminfo: memFree=843664/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=61640 CPUtime=0.5
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 8198 0 0 0 45 5 0 0 23 0 1 0 165191274 63119360 7914 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134591604 0 0 4096 2 0 0 0 17 1 0 0
/proc/5896/statm: 15410 7914 157 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.3374 s]
/proc/loadavg: 2.10 1.28 1.41 3/81 5897
/proc/meminfo: memFree=780368/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=81472 CPUtime=1.32
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 16899 0 0 0 120 12 0 0 25 0 1 0 165191274 83427328 16043 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859027 0 0 4096 2 0 0 0 17 1 0 0
/proc/5896/statm: 20368 16043 157 90 0 19906 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 81472

[startup+2.98375 s]
/proc/loadavg: 2.10 1.28 1.41 3/81 5897
/proc/meminfo: memFree=745296/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=120536 CPUtime=2.96
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 29032 0 0 0 277 19 0 0 25 0 1 0 165191274 123428864 18409 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589209 0 0 4096 2 0 0 0 17 1 0 0
/proc/5896/statm: 30134 18409 157 90 0 29672 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 120536

[startup+6.26342 s]
/proc/loadavg: 2.09 1.29 1.41 3/81 5897
/proc/meminfo: memFree=757904/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=145416 CPUtime=6.22
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 36648 0 0 0 598 24 0 0 25 0 1 0 165191274 148905984 20089 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552373 0 0 4096 2 0 0 0 17 1 0 0
/proc/5896/statm: 36354 20089 176 90 0 35892 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 145416

[startup+12.7297 s]
/proc/loadavg: 2.08 1.30 1.42 3/81 5897
/proc/meminfo: memFree=739408/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=145416 CPUtime=12.65
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 38081 0 0 0 1241 24 0 0 25 0 1 0 165191274 148905984 21522 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 1 0 0
/proc/5896/statm: 36354 21522 176 90 0 35892 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 145416

[startup+25.5504 s]
/proc/loadavg: 2.07 1.33 1.42 3/81 5969
/proc/meminfo: memFree=1323152/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=149516 CPUtime=25.43
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 50073 0 0 0 2506 37 0 0 25 0 1 0 165191274 153104384 32517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 0 0 0
/proc/5896/statm: 37379 32517 176 90 0 36917 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 149516

[startup+51.2097 s]
/proc/loadavg: 2.04 1.39 1.44 4/82 5970
/proc/meminfo: memFree=1051352/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=235272 CPUtime=51.04
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80282 0 0 0 5054 50 0 0 25 0 2 0 165191274 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663809 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 58818 41213 180 90 0 58356 0
[pid=5896/tid=5970] ppid=5894 vsize=235272 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165195833 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 235272

[startup+102.482 s]
/proc/loadavg: 2.16 1.53 1.48 3/82 5970
/proc/meminfo: memFree=799384/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=235272 CPUtime=102.26
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80282 0 0 0 10175 51 0 0 25 0 2 0 165191274 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 58818 41213 180 90 0 58356 0
[pid=5896/tid=5970] ppid=5894 vsize=235272 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165195833 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 235272

[startup+162.556 s]
/proc/loadavg: 2.06 1.61 1.51 4/82 5970
/proc/meminfo: memFree=667096/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=235272 CPUtime=162.27
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80282 0 0 0 16176 51 0 0 25 0 2 0 165191274 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 58818 41213 180 90 0 58356 0
[pid=5896/tid=5970] ppid=5894 vsize=235272 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165195833 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 235272

[startup+222.576 s]
/proc/loadavg: 1.71 1.61 1.52 2/66 5984
/proc/meminfo: memFree=1394408/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=235272 CPUtime=222.24
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80282 0 0 0 22173 51 0 0 25 0 2 0 165191274 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618368 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 58818 41213 180 90 0 58356 0
[pid=5896/tid=5970] ppid=5894 vsize=235272 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165195833 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 235272

[startup+282.633 s]
/proc/loadavg: 1.26 1.50 1.48 2/66 5984
/proc/meminfo: memFree=1394472/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=235272 CPUtime=282.28
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80282 0 0 0 28176 52 0 0 25 0 2 0 165191274 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589360 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 58818 41213 180 90 0 58356 0
[pid=5896/tid=5970] ppid=5894 vsize=235272 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165195833 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 235272

[startup+342.686 s]
/proc/loadavg: 1.09 1.40 1.45 2/66 5984
/proc/meminfo: memFree=1394472/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=235272 CPUtime=342.31
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80282 0 0 0 34179 52 0 0 25 0 2 0 165191274 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751768 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 58818 41213 180 90 0 58356 0
[pid=5896/tid=5970] ppid=5894 vsize=235272 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165195833 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 235272

[startup+402.742 s]
/proc/loadavg: 1.03 1.33 1.42 2/66 5984
/proc/meminfo: memFree=1394472/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=235272 CPUtime=402.34
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80282 0 0 0 40182 52 0 0 25 0 2 0 165191274 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 58818 41213 180 90 0 58356 0
[pid=5896/tid=5970] ppid=5894 vsize=235272 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165195833 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.34
Current children cumulated vsize (KiB) 235272

[startup+462.808 s]
/proc/loadavg: 1.01 1.27 1.39 2/66 5984
/proc/meminfo: memFree=1394536/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=235272 CPUtime=462.36
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80282 0 0 0 46184 52 0 0 25 0 2 0 165191274 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552470 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 58818 41213 180 90 0 58356 0
[pid=5896/tid=5970] ppid=5894 vsize=235272 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165195833 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.36
Current children cumulated vsize (KiB) 235272

[startup+522.87 s]
/proc/loadavg: 1.00 1.22 1.36 2/66 5984
/proc/meminfo: memFree=1394544/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=235272 CPUtime=522.38
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80282 0 0 0 52186 52 0 0 25 0 2 0 165191274 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 58818 41213 180 90 0 58356 0
[pid=5896/tid=5970] ppid=5894 vsize=235272 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165195833 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.38
Current children cumulated vsize (KiB) 235272

[startup+582.927 s]
/proc/loadavg: 1.00 1.17 1.34 2/66 5984
/proc/meminfo: memFree=1394480/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=235272 CPUtime=582.4
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80282 0 0 0 58188 52 0 0 25 0 2 0 165191274 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 58818 41213 180 90 0 58356 0
[pid=5896/tid=5970] ppid=5894 vsize=235272 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165195833 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.4
Current children cumulated vsize (KiB) 235272

[startup+642.988 s]
/proc/loadavg: 1.00 1.14 1.32 2/66 5984
/proc/meminfo: memFree=1394544/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=235272 CPUtime=642.42
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80282 0 0 0 64190 52 0 0 25 0 2 0 165191274 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552332 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 58818 41213 180 90 0 58356 0
[pid=5896/tid=5970] ppid=5894 vsize=235272 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 165195833 240918528 41213 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 642.42
Current children cumulated vsize (KiB) 235272


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

[pid=5896/tid=5987] ppid=5894 vsize=245516 CPUtime=0
/proc/5896/task/5987/stat : 5987 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165285862 251408384 41223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.67
Current children cumulated vsize (KiB) 245516

[startup+1243.72 s]
/proc/loadavg: 1.00 1.01 1.15 2/67 5987
/proc/meminfo: memFree=1394344/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=245516 CPUtime=1242.71
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80292 0 0 0 124218 53 0 0 25 0 3 0 165191274 251408384 41223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620220 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 61379 41223 180 90 0 60917 0
[pid=5896/tid=5970] ppid=5894 vsize=245516 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165195833 251408384 41223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5987] ppid=5894 vsize=245516 CPUtime=0
/proc/5896/task/5987/stat : 5987 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165285862 251408384 41223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.71
Current children cumulated vsize (KiB) 245516

[startup+1303.8 s]
/proc/loadavg: 1.00 1.00 1.13 2/67 5987
/proc/meminfo: memFree=1394280/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=245516 CPUtime=1302.76
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80292 0 0 0 130223 53 0 0 25 0 3 0 165191274 251408384 41223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664014 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 61379 41223 180 90 0 60917 0
[pid=5896/tid=5970] ppid=5894 vsize=245516 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165195833 251408384 41223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5987] ppid=5894 vsize=245516 CPUtime=0
/proc/5896/task/5987/stat : 5987 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165285862 251408384 41223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.76
Current children cumulated vsize (KiB) 245516

[startup+1363.89 s]
/proc/loadavg: 1.00 1.00 1.12 2/67 5987
/proc/meminfo: memFree=1394344/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=245516 CPUtime=1362.8
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80292 0 0 0 136227 53 0 0 25 0 3 0 165191274 251408384 41223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 61379 41223 180 90 0 60917 0
[pid=5896/tid=5970] ppid=5894 vsize=245516 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 165195833 251408384 41223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5987] ppid=5894 vsize=245516 CPUtime=0
/proc/5896/task/5987/stat : 5987 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 165285862 251408384 41223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.8
Current children cumulated vsize (KiB) 245516

[startup+1423.99 s]
/proc/loadavg: 1.00 1.00 1.11 2/68 5988
/proc/meminfo: memFree=1394336/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=255760 CPUtime=1422.86
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80293 0 0 0 142233 53 0 0 25 0 4 0 165191274 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664615 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 63940 41224 180 90 0 63478 0
[pid=5896/tid=5970] ppid=5894 vsize=255760 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165195833 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5987] ppid=5894 vsize=255760 CPUtime=0
/proc/5896/task/5987/stat : 5987 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165285862 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5988] ppid=5894 vsize=255760 CPUtime=0
/proc/5896/task/5988/stat : 5988 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165330871 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.86
Current children cumulated vsize (KiB) 255760

[startup+1484 s]
/proc/loadavg: 1.00 1.00 1.10 2/68 5988
/proc/meminfo: memFree=1394272/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=255760 CPUtime=1482.83
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80293 0 0 0 148230 53 0 0 25 0 4 0 165191274 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662559 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 63940 41224 180 90 0 63478 0
[pid=5896/tid=5970] ppid=5894 vsize=255760 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165195833 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5987] ppid=5894 vsize=255760 CPUtime=0
/proc/5896/task/5987/stat : 5987 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165285862 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5988] ppid=5894 vsize=255760 CPUtime=0
/proc/5896/task/5988/stat : 5988 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165330871 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.83
Current children cumulated vsize (KiB) 255760

[startup+1544.01 s]
/proc/loadavg: 1.00 1.00 1.09 2/68 5988
/proc/meminfo: memFree=1394336/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=255760 CPUtime=1542.8
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80293 0 0 0 154227 53 0 0 25 0 4 0 165191274 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554254 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 63940 41224 180 90 0 63478 0
[pid=5896/tid=5970] ppid=5894 vsize=255760 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165195833 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5987] ppid=5894 vsize=255760 CPUtime=0
/proc/5896/task/5987/stat : 5987 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165285862 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5988] ppid=5894 vsize=255760 CPUtime=0
/proc/5896/task/5988/stat : 5988 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165330871 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.8
Current children cumulated vsize (KiB) 255760

[startup+1604.03 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 5988
/proc/meminfo: memFree=1394272/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=255760 CPUtime=1602.77
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 80293 0 0 0 160224 53 0 0 25 0 4 0 165191274 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664597 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 63940 41224 180 90 0 63478 0
[pid=5896/tid=5970] ppid=5894 vsize=255760 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165195833 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5987] ppid=5894 vsize=255760 CPUtime=0
/proc/5896/task/5987/stat : 5987 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165285862 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5988] ppid=5894 vsize=255760 CPUtime=0
/proc/5896/task/5988/stat : 5988 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 165330871 261898240 41224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.77
Current children cumulated vsize (KiB) 255760

[startup+1664.04 s]
/proc/loadavg: 1.00 1.00 1.08 2/68 5988
/proc/meminfo: memFree=1379872/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=279196 CPUtime=1662.76
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 89795 0 0 0 166219 57 0 0 25 0 4 0 165191274 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 69799 44865 180 90 0 69337 0
[pid=5896/tid=5970] ppid=5894 vsize=279196 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165195833 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5987] ppid=5894 vsize=279196 CPUtime=0
/proc/5896/task/5987/stat : 5987 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165285862 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5988] ppid=5894 vsize=279196 CPUtime=0
/proc/5896/task/5988/stat : 5988 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165330871 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.76
Current children cumulated vsize (KiB) 279196

[startup+1724.04 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 5988
/proc/meminfo: memFree=1379808/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=279196 CPUtime=1722.7
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 89795 0 0 0 172213 57 0 0 25 0 4 0 165191274 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662629 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 69799 44865 180 90 0 69337 0
[pid=5896/tid=5970] ppid=5894 vsize=279196 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165195833 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5987] ppid=5894 vsize=279196 CPUtime=0
/proc/5896/task/5987/stat : 5987 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165285862 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5988] ppid=5894 vsize=279196 CPUtime=0
/proc/5896/task/5988/stat : 5988 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165330871 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.7
Current children cumulated vsize (KiB) 279196

[startup+1784.05 s]
/proc/loadavg: 1.00 1.00 1.07 2/68 5988
/proc/meminfo: memFree=1379744/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=279196 CPUtime=1782.67
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 89795 0 0 0 178210 57 0 0 25 0 4 0 165191274 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669021 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 69799 44865 180 90 0 69337 0
[pid=5896/tid=5970] ppid=5894 vsize=279196 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165195833 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5987] ppid=5894 vsize=279196 CPUtime=0
/proc/5896/task/5987/stat : 5987 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165285862 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5988] ppid=5894 vsize=279196 CPUtime=0
/proc/5896/task/5988/stat : 5988 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165330871 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1782.67
Current children cumulated vsize (KiB) 279196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.39 s]
/proc/loadavg: 1.00 1.00 1.06 2/68 5988
/proc/meminfo: memFree=1379744/2055920 swapFree=4192224/4192956
[pid=5896] ppid=5894 vsize=279196 CPUtime=1800
/proc/5896/stat : 5896 (bprolog) R 5894 5896 5394 0 -1 4194304 89795 0 0 0 179943 57 0 0 25 0 4 0 165191274 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662616 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/5896/statm: 69799 44865 180 90 0 69337 0
[pid=5896/tid=5970] ppid=5894 vsize=279196 CPUtime=0
/proc/5896/task/5970/stat : 5970 (bprolog) S 5894 5896 5394 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 165195833 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5987] ppid=5894 vsize=279196 CPUtime=0
/proc/5896/task/5987/stat : 5987 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165285862 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=5896/tid=5988] ppid=5894 vsize=279196 CPUtime=0
/proc/5896/task/5988/stat : 5988 (bprolog) S 5894 5896 5394 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 165330871 285896704 44865 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 279196

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1801.43
CPU time (s): 1800.05
CPU user time (s): 1799.44
CPU system time (s): 0.606907
CPU usage (%): 99.9231
Max. virtual memory (cumulated for all children) (KiB): 294240

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

runsolver used 1.46978 s user time and 5.07523 s system time

The end

Launcher Data (download as text)

Begin job on node33 on Sun Jan  7 11:05:39 UTC 2007


IDJOB= 205729
IDBENCH= 4166
FILE ID= node33/205729-1168167938

PBS_JOBID= 3478797

Free space on /tmp= 66541 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp36-40/fapp40/fapp40-3000-0.xml
COMMAND LINE= /tmp/evaluation/205729-1168167938/Complete/Ordinary/solver /tmp/evaluation/205729-1168167938/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node33/convwatcher-205729-1168167938 -o ROOT/results/node33/conversion-205729-1168167938 -C 600 -M 900 /tmp/evaluation/205729-1168167938/Complete/Ordinary/conversion /tmp/evaluation/205729-1168167938/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node33/watcher-205729-1168167938 -o ROOT/results/node33/solver-205729-1168167938 -C 1800 -M 900  /tmp/evaluation/205729-1168167938/Complete/Ordinary/solver /tmp/evaluation/205729-1168167938/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f23290b809fa6afaa52593a6e4d3f1f9

RANDOM SEED= 424106550

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.281
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.281
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:        844080 kB
Buffers:         32492 kB
Cached:         386620 kB
SwapCached:        448 kB
Active:         824704 kB
Inactive:       320196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        844080 kB
SwapTotal:     4192956 kB
SwapFree:      4192224 kB
Dirty:            8556 kB
Writeback:           0 kB
Mapped:         744008 kB
Slab:            50912 kB
Committed_AS:  3703688 kB
PageTables:       3256 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= 66546 MiB



End job on node33 on Sun Jan  7 11:36:16 UTC 2007