Trace number 209728

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.81

General information on the benchmark

Namefapp/fapp26-30/fapp26/
fapp26-2300-8.xml
MD5SUMeccaffa8feca1c3f937f3cdaf6255c96
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 benchmark11.9272
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/209728-1168193797/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/node11/watcher-209728-1168193797 -o ROOT/results/node11/solver-209728-1168193797 -C 1800 -M 900 /tmp/evaluation/209728-1168193797/Complete/Ordinary/solver /tmp/evaluation/209728-1168193797/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.94 1.99 1.99 5/86 6889
/proc/meminfo: memFree=1034400/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=18540 CPUtime=0
/proc/6888/stat : 6888 (runsolver) R 6886 6888 6582 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 167776283 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6888/statm: 4635 279 244 17 0 2626 0

[startup+0.107932 s]
/proc/loadavg: 1.94 1.99 1.99 5/86 6889
/proc/meminfo: memFree=1034400/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=53824 CPUtime=0.09
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 2242 0 0 0 8 1 0 0 21 0 1 0 167776283 55115776 1958 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/6888/statm: 13456 1958 157 90 0 12994 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53824

[startup+0.516015 s]
/proc/loadavg: 1.94 1.99 1.99 5/86 6889
/proc/meminfo: memFree=1034400/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=67856 CPUtime=0.5
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 8951 0 0 0 46 4 0 0 24 0 1 0 167776283 69484544 8665 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857251 0 0 4096 2 0 0 0 17 1 0 0
/proc/6888/statm: 16964 8665 157 90 0 16502 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 67856

[startup+1.33717 s]
/proc/loadavg: 1.94 1.99 1.99 3/86 6889
/proc/meminfo: memFree=981344/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=67856 CPUtime=1.31
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 11979 0 0 0 126 5 0 0 25 0 1 0 167776283 69484544 11693 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134607792 0 0 4096 2 0 0 0 17 1 0 0
/proc/6888/statm: 16964 11693 157 90 0 16502 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 67856

[startup+2.9785 s]
/proc/loadavg: 1.94 1.99 1.99 3/86 6889
/proc/meminfo: memFree=970016/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=67852 CPUtime=2.94
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 12213 0 0 0 289 5 0 0 25 0 1 0 167776283 69480448 11926 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 1 0 0
/proc/6888/statm: 16963 11926 176 90 0 16501 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 67852

[startup+6.26016 s]
/proc/loadavg: 1.94 1.99 1.99 3/86 6889
/proc/meminfo: memFree=946336/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=71140 CPUtime=6.19
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 20130 0 0 0 610 9 0 0 25 0 1 0 167776283 72847360 12851 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134854494 0 0 4096 2 0 0 0 17 1 0 0
/proc/6888/statm: 17785 12851 176 90 0 17323 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 71140

[startup+12.7274 s]
/proc/loadavg: 1.95 1.99 1.99 3/86 6889
/proc/meminfo: memFree=867040/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=130200 CPUtime=12.59
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 49104 0 0 0 1238 21 0 0 25 0 1 0 167776283 133324800 24087 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134855779 0 0 4096 2 0 0 0 17 1 0 0
/proc/6888/statm: 32550 24087 176 90 0 32088 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 130200

[startup+25.543 s]
/proc/loadavg: 1.96 1.99 1.99 3/87 6890
/proc/meminfo: memFree=774168/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=140444 CPUtime=25.32
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52482 0 0 0 2509 23 0 0 25 0 2 0 167776283 143814656 27465 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/6888/statm: 35111 27465 180 90 0 34649 0
[pid=6888/tid=6890] ppid=6886 vsize=140444 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167777611 143814656 27465 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 140444

[startup+51.1871 s]
/proc/loadavg: 1.89 1.97 1.99 4/95 6998
/proc/meminfo: memFree=1505112/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=140444 CPUtime=50.78
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52483 0 0 0 5052 26 0 0 25 0 2 0 167776283 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552326 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 35111 27466 180 90 0 34649 0
[pid=6888/tid=6890] ppid=6886 vsize=140444 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167777611 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 140444

[startup+102.426 s]
/proc/loadavg: 2.14 2.03 2.01 3/95 6998
/proc/meminfo: memFree=1310240/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=140444 CPUtime=101.75
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52483 0 0 0 10148 27 0 0 25 0 2 0 167776283 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 35111 27466 180 90 0 34649 0
[pid=6888/tid=6890] ppid=6886 vsize=140444 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167777611 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 140444

[startup+162.472 s]
/proc/loadavg: 2.20 2.07 2.02 3/95 7000
/proc/meminfo: memFree=1214368/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=140444 CPUtime=161.46
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52483 0 0 0 16119 27 0 0 25 0 2 0 167776283 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552405 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 35111 27466 180 90 0 34649 0
[pid=6888/tid=6890] ppid=6886 vsize=140444 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167777611 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.46
Current children cumulated vsize (KiB) 140444

[startup+222.558 s]
/proc/loadavg: 2.07 2.05 2.01 3/95 7000
/proc/meminfo: memFree=1142048/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=140444 CPUtime=221.2
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52483 0 0 0 22093 27 0 0 25 0 2 0 167776283 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557354 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 35111 27466 180 90 0 34649 0
[pid=6888/tid=6890] ppid=6886 vsize=140444 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167777611 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.2
Current children cumulated vsize (KiB) 140444

[startup+282.635 s]
/proc/loadavg: 2.02 2.04 2.01 3/95 7000
/proc/meminfo: memFree=1077216/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=140444 CPUtime=280.96
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52483 0 0 0 28068 28 0 0 25 0 2 0 167776283 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580134 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 35111 27466 180 90 0 34649 0
[pid=6888/tid=6890] ppid=6886 vsize=140444 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167777611 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.96
Current children cumulated vsize (KiB) 140444

[startup+342.667 s]
/proc/loadavg: 2.01 2.03 2.00 3/95 7000
/proc/meminfo: memFree=1042656/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=140444 CPUtime=340.41
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52483 0 0 0 34013 28 0 0 25 0 2 0 167776283 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618400 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 35111 27466 180 90 0 34649 0
[pid=6888/tid=6890] ppid=6886 vsize=140444 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167777611 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.41
Current children cumulated vsize (KiB) 140444

[startup+402.713 s]
/proc/loadavg: 2.08 2.04 2.01 3/95 7000
/proc/meminfo: memFree=1004384/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=140444 CPUtime=399.87
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52483 0 0 0 39959 28 0 0 25 0 2 0 167776283 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662553 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 35111 27466 180 90 0 34649 0
[pid=6888/tid=6890] ppid=6886 vsize=140444 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167777611 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.87
Current children cumulated vsize (KiB) 140444

[startup+462.738 s]
/proc/loadavg: 2.03 2.03 2.00 3/95 7000
/proc/meminfo: memFree=966112/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=140444 CPUtime=459.33
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52483 0 0 0 45905 28 0 0 25 0 2 0 167776283 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 35111 27466 180 90 0 34649 0
[pid=6888/tid=6890] ppid=6886 vsize=140444 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167777611 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 459.33
Current children cumulated vsize (KiB) 140444

[startup+522.811 s]
/proc/loadavg: 2.01 2.02 2.00 3/95 7000
/proc/meminfo: memFree=925856/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=140444 CPUtime=518.83
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52483 0 0 0 51854 29 0 0 25 0 2 0 167776283 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 35111 27466 180 90 0 34649 0
[pid=6888/tid=6890] ppid=6886 vsize=140444 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167777611 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.83
Current children cumulated vsize (KiB) 140444

[startup+582.829 s]
/proc/loadavg: 2.00 2.02 2.00 3/95 7000
/proc/meminfo: memFree=891808/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=140444 CPUtime=578.26
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52483 0 0 0 57797 29 0 0 25 0 2 0 167776283 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 35111 27466 180 90 0 34649 0
[pid=6888/tid=6890] ppid=6886 vsize=140444 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167777611 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 578.26
Current children cumulated vsize (KiB) 140444

[startup+642.911 s]
/proc/loadavg: 2.00 2.01 2.00 3/95 7000
/proc/meminfo: memFree=861856/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=140444 CPUtime=637.76
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52483 0 0 0 63747 29 0 0 25 0 2 0 167776283 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 35111 27466 180 90 0 34649 0
[pid=6888/tid=6890] ppid=6886 vsize=140444 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 167777611 143814656 27466 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.76

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

[pid=6888/tid=7174] ppid=6886 vsize=150688 CPUtime=0
/proc/6888/task/7174/stat : 7174 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167867630 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1175.17
Current children cumulated vsize (KiB) 150688

[startup+1243.25 s]
/proc/loadavg: 2.07 2.05 2.01 3/89 7174
/proc/meminfo: memFree=1437264/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=150688 CPUtime=1235.14
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52484 0 0 0 123474 40 0 0 25 0 3 0 167776283 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 37672 27467 180 90 0 37210 0
[pid=6888/tid=6890] ppid=6886 vsize=150688 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167777611 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6888/tid=7174] ppid=6886 vsize=150688 CPUtime=0
/proc/6888/task/7174/stat : 7174 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167867630 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1235.14
Current children cumulated vsize (KiB) 150688

[startup+1303.28 s]
/proc/loadavg: 2.07 2.05 2.01 3/89 7174
/proc/meminfo: memFree=1437264/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=150688 CPUtime=1295.09
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52484 0 0 0 129469 40 0 0 25 0 3 0 167776283 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589235 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 37672 27467 180 90 0 37210 0
[pid=6888/tid=6890] ppid=6886 vsize=150688 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167777611 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6888/tid=7174] ppid=6886 vsize=150688 CPUtime=0
/proc/6888/task/7174/stat : 7174 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167867630 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1295.09
Current children cumulated vsize (KiB) 150688

[startup+1363.31 s]
/proc/loadavg: 2.02 2.04 2.00 3/89 7174
/proc/meminfo: memFree=1437200/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=150688 CPUtime=1355.06
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52484 0 0 0 135466 40 0 0 25 0 3 0 167776283 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134661349 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 37672 27467 180 90 0 37210 0
[pid=6888/tid=6890] ppid=6886 vsize=150688 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167777611 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6888/tid=7174] ppid=6886 vsize=150688 CPUtime=0
/proc/6888/task/7174/stat : 7174 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 167867630 154304512 27467 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1355.06
Current children cumulated vsize (KiB) 150688

[startup+1423.36 s]
/proc/loadavg: 2.01 2.03 2.00 3/90 7175
/proc/meminfo: memFree=1437128/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=160932 CPUtime=1415.05
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52485 0 0 0 141465 40 0 0 25 0 4 0 167776283 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664015 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 40233 27468 180 90 0 39771 0
[pid=6888/tid=6890] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167777611 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6888/tid=7174] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7174/stat : 7174 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167867630 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6888/tid=7175] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7175/stat : 7175 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167912639 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1415.05
Current children cumulated vsize (KiB) 160932

[startup+1483.43 s]
/proc/loadavg: 2.03 2.03 2.00 3/90 7175
/proc/meminfo: memFree=1437128/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=160932 CPUtime=1475.03
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52485 0 0 0 147463 40 0 0 25 0 4 0 167776283 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662569 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 40233 27468 180 90 0 39771 0
[pid=6888/tid=6890] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167777611 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6888/tid=7174] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7174/stat : 7174 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167867630 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6888/tid=7175] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7175/stat : 7175 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167912639 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.03
Current children cumulated vsize (KiB) 160932

[startup+1543.48 s]
/proc/loadavg: 2.01 2.03 2.00 3/90 7175
/proc/meminfo: memFree=1437064/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=160932 CPUtime=1535.02
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52485 0 0 0 153462 40 0 0 25 0 4 0 167776283 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580464 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 40233 27468 180 90 0 39771 0
[pid=6888/tid=6890] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167777611 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6888/tid=7174] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7174/stat : 7174 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167867630 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6888/tid=7175] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7175/stat : 7175 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 167912639 164794368 27468 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.02
Current children cumulated vsize (KiB) 160932

[startup+1603.54 s]
/proc/loadavg: 2.00 2.02 2.00 3/90 7175
/proc/meminfo: memFree=1435208/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=160932 CPUtime=1595.03
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52958 0 0 0 159462 41 0 0 25 0 4 0 167776283 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 40233 27941 180 90 0 39771 0
[pid=6888/tid=6890] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167777611 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6888/tid=7174] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7174/stat : 7174 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167867630 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6888/tid=7175] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7175/stat : 7175 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167912639 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.03
Current children cumulated vsize (KiB) 160932

[startup+1663.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/90 7175
/proc/meminfo: memFree=1435080/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=160932 CPUtime=1655.01
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52958 0 0 0 165460 41 0 0 25 0 4 0 167776283 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 40233 27941 180 90 0 39771 0
[pid=6888/tid=6890] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167777611 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6888/tid=7174] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7174/stat : 7174 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167867630 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6888/tid=7175] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7175/stat : 7175 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167912639 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.01
Current children cumulated vsize (KiB) 160932

[startup+1723.69 s]
/proc/loadavg: 2.00 2.01 2.00 4/90 7175
/proc/meminfo: memFree=1435080/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=160932 CPUtime=1715.02
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52958 0 0 0 171461 41 0 0 25 0 4 0 167776283 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663810 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 40233 27941 180 90 0 39771 0
[pid=6888/tid=6890] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167777611 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6888/tid=7174] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7174/stat : 7174 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167867630 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6888/tid=7175] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7175/stat : 7175 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167912639 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1715.02
Current children cumulated vsize (KiB) 160932

[startup+1783.73 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 7175
/proc/meminfo: memFree=1435016/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=160932 CPUtime=1775
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52958 0 0 0 177459 41 0 0 25 0 4 0 167776283 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589396 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 40233 27941 180 90 0 39771 0
[pid=6888/tid=6890] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167777611 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6888/tid=7174] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7174/stat : 7174 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167867630 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6888/tid=7175] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7175/stat : 7175 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167912639 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1775
Current children cumulated vsize (KiB) 160932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.78 s]
/proc/loadavg: 2.00 2.00 2.00 3/91 7176
/proc/meminfo: memFree=1435008/2055920 swapFree=4192812/4192956
[pid=6888] ppid=6886 vsize=160932 CPUtime=1800.02
/proc/6888/stat : 6888 (bprolog) R 6886 6888 6582 0 -1 4194304 52958 0 0 0 179961 41 0 0 25 0 4 0 167776283 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/6888/statm: 40233 27941 180 90 0 39771 0
[pid=6888/tid=6890] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/6890/stat : 6890 (bprolog) S 6886 6888 6582 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167777611 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=6888/tid=7174] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7174/stat : 7174 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167867630 164794368 27941 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=6888/tid=7175] ppid=6886 vsize=160932 CPUtime=0
/proc/6888/task/7175/stat : 7175 (bprolog) S 6886 6888 6582 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167912639 164794368 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.02
Current children cumulated vsize (KiB) 160932

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1808.81
CPU time (s): 1800.05
CPU user time (s): 1799.62
CPU system time (s): 0.431934
CPU usage (%): 99.516
Max. virtual memory (cumulated for all children) (KiB): 160932

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

runsolver used 2.13867 s user time and 5.37018 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sun Jan  7 18:16:37 UTC 2007


IDJOB= 209728
IDBENCH= 4557
FILE ID= node11/209728-1168193797

PBS_JOBID= 3479431

Free space on /tmp= 66335 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-209728-1168193797 -o ROOT/results/node11/solver-209728-1168193797 -C 1800 -M 900  /tmp/evaluation/209728-1168193797/Complete/Ordinary/solver /tmp/evaluation/209728-1168193797/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  eccaffa8feca1c3f937f3cdaf6255c96

RANDOM SEED= 703138349

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.261
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	: 5931.00
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.261
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:       1034880 kB
Buffers:         43428 kB
Cached:         219732 kB
SwapCached:          0 kB
Active:         818952 kB
Inactive:       143512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1034880 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6828 kB
Writeback:           0 kB
Mapped:         719084 kB
Slab:            42152 kB
Committed_AS:  5589684 kB
PageTables:       3580 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= 66330 MiB



End job on node11 on Sun Jan  7 18:47:01 UTC 2007