Trace number 247447

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
sugar 0.40? 307.57 311.477

General information on the benchmark

Namerandom/rand-8-20-5/
rand-8-20-5-18-800-5_ext.xml
MD5SUMfd92d74890c9fc650983ee8569f494ff
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.7579
SatisfiableYES
(Un)Satisfiability was proved
Number of variables20
Number of constraints18
Maximum constraint arity8
Maximum domain size5
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.61	c # Sugar v0-40 (/tmp/evaluation/247447-1170109540/sugar-v0-40.jar)
0.61	
0.61	c # MAIN  BEGIN : /tmp/evaluation/247447-1170109540/unknown.xml [Mon Jan 29 23:25:43 2007]
0.61	c # CONVERT_XML  BEGIN : /tmp/evaluation/247447-1170109540/unknown.xml /tmp/evaluation/247447-1170109540/sugar28396.csp [Mon Jan 29 23:25:43 2007]
0.61	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/247447-1170109540/sugar-v0-40.jar -convert /tmp/evaluation/247447-1170109540/unknown.xml /tmp/evaluation/247447-1170109540/sugar28396.csp
0.83	c BEGIN convert /tmp/evaluation/247447-1170109540/unknown.xml
29.22	c END convert (28.397378 seconds)
29.54	c # CONVERT_XML  END : /tmp/evaluation/247447-1170109540/sugar28396.csp 154088291 bytes (29 seconds) [Mon Jan 29 23:26:12 2007]
29.54	c # CONVERT_XML  CPU : 28.08 = 0 + 0 + 26.86 + 1.22
29.54	
29.54	c # GENERATE_SAT  BEGIN : /tmp/evaluation/247447-1170109540/sugar28396.bcnf [Mon Jan 29 23:26:12 2007]
29.54	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/247447-1170109540/sugar-v0-40.jar -bcnf -map /tmp/evaluation/247447-1170109540/sugar28396.map /tmp/evaluation/247447-1170109540/sugar28396.csp /tmp/evaluation/247447-1170109540/sugar28396.bcnf
29.79	c BEGIN parse /tmp/evaluation/247447-1170109540/sugar28396.csp
311.31	c Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
311.43	s UNKNOWN
311.43	c # ERROR /tmp/evaluation/247447-1170109540/sugar28396.bcnf is not generated, at /tmp/evaluation/247447-1170109540/sugar line 310.
311.43	
311.43	c # MAIN  END :  (311 seconds) [Mon Jan 29 23:30:54 2007]
311.43	c # MAIN  CPU : 28.08 = 0 + 0 + 26.86 + 1.22
311.43	

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node6/watcher-247447-1170109540 -o ROOT/results/node6/solver-247447-1170109540 -C 1800 -M 900 /tmp/evaluation/247447-1170109540/solver /tmp/evaluation/247447-1170109540 /tmp/evaluation/247447-1170109540/unknown.xml 

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.06 2.20 2.39 5/94 28397
/proc/meminfo: memFree=15984/2055924 swapFree=4192812/4192956
[pid=28396] ppid=28394 vsize=5352 CPUtime=0
/proc/28396/stat : 28396 (solver) D 28394 28396 27795 0 -1 4194304 264 0 0 0 0 0 0 0 20 0 1 0 30908930 5480448 231 18446744073709551615 4194304 4889804 548682069296 18446744073709551615 268582841639 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/28396/statm: 1338 231 193 169 0 49 0

[startup+0.105321 s]
/proc/loadavg: 2.06 2.20 2.39 5/94 28397
/proc/meminfo: memFree=15984/2055924 swapFree=4192812/4192956
[pid=28396] ppid=28394 vsize=24 CPUtime=0
/proc/28396/stat : 28396 (sugar) D 28394 28396 27795 0 -1 4194304 264 0 0 0 0 0 0 0 18 0 1 0 30908930 24576 1 18446744073709551615 0 0 548682069996 18446744073709551615 268582841639 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/28396/statm: 6 1 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 24

[startup+0.515402 s]
/proc/loadavg: 2.06 2.20 2.39 5/94 28397
/proc/meminfo: memFree=15984/2055924 swapFree=4192812/4192956
[pid=28396] ppid=28394 vsize=12668 CPUtime=0.01
/proc/28396/stat : 28396 (sugar) D 28394 28396 27795 0 -1 4194304 776 0 4 0 1 0 0 0 18 0 1 0 30908930 12972032 499 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/28396/statm: 3167 499 315 3 0 267 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12668

[startup+1.33657 s]
/proc/loadavg: 2.14 2.21 2.40 3/102 28405
/proc/meminfo: memFree=16048/2055924 swapFree=4192812/4192956
[pid=28396] ppid=28394 vsize=13724 CPUtime=0.04
/proc/28396/stat : 28396 (sugar) S 28394 28396 27795 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 30908930 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28396/statm: 3431 805 368 3 0 531 0
[pid=28398] ppid=28396 vsize=807004 CPUtime=0.58
/proc/28398/stat : 28398 (java) R 28396 28396 27795 0 -1 0 15584 0 1 0 49 9 0 0 21 0 8 0 30908992 826372096 15330 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 201751 15330 1659 14 0 189029 0
[pid=28398/tid=28399] ppid=28396 vsize=807004 CPUtime=0.06
/proc/28398/task/28399/stat : 28399 (java) R 28396 28396 27795 0 -1 64 9212 0 0 0 3 3 0 0 16 0 8 0 30909002 826372096 15330 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4153968444 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28400] ppid=28396 vsize=807004 CPUtime=0
/proc/28398/task/28400/stat : 28400 (java) S 28396 28396 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30909002 826372096 15330 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28401] ppid=28396 vsize=807004 CPUtime=0
/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 27795 0 -1 64 4 0 0 0 0 0 0 0 19 0 8 0 30909002 826372096 15330 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28402] ppid=28396 vsize=807004 CPUtime=0
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30909008 826372096 15330 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28403] ppid=28396 vsize=807004 CPUtime=0.03
/proc/28398/task/28403/stat : 28403 (java) S 28396 28396 27795 0 -1 64 277 0 0 0 3 0 0 0 16 0 8 0 30909008 826372096 15330 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28404] ppid=28396 vsize=807004 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28396 27795 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30909008 826372096 15330 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28405] ppid=28396 vsize=807004 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28396 27795 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30909008 826372096 15330 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 820728

[startup+2.98589 s]
/proc/loadavg: 2.14 2.21 2.40 3/102 28405
/proc/meminfo: memFree=16304/2055924 swapFree=4192812/4192956
[pid=28396] ppid=28394 vsize=13724 CPUtime=0.04
/proc/28396/stat : 28396 (sugar) S 28394 28396 27795 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 30908930 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28396/statm: 3431 805 368 3 0 531 0
[pid=28398] ppid=28396 vsize=807120 CPUtime=2.19
/proc/28398/stat : 28398 (java) R 28396 28396 27795 0 -1 0 30548 0 1 0 203 16 0 0 25 0 8 0 30908992 826490880 30282 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4073529414 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28398/statm: 201780 30282 1691 14 0 189058 0
[pid=28398/tid=28399] ppid=28396 vsize=807120 CPUtime=0.26
/proc/28398/task/28399/stat : 28399 (java) S 28396 28396 27795 0 -1 64 24083 0 0 0 18 8 0 0 16 0 8 0 30909002 826490880 30282 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28400] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28400/stat : 28400 (java) S 28396 28396 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30909002 826490880 30282 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28401] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 27795 0 -1 64 4 0 0 0 0 0 0 0 19 0 8 0 30909002 826490880 30282 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28402] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30909008 826490880 30282 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28403] ppid=28396 vsize=807120 CPUtime=0.05
/proc/28398/task/28403/stat : 28403 (java) S 28396 28396 27795 0 -1 64 290 0 0 0 5 0 0 0 16 0 8 0 30909008 826490880 30282 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28404] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28396 27795 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30909008 826490880 30282 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28405] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28396 27795 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30909008 826490880 30282 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.23
Current children cumulated vsize (KiB) 820844

[startup+6.18952 s]
/proc/loadavg: 2.12 2.21 2.40 4/102 28405
/proc/meminfo: memFree=15216/2055924 swapFree=4192812/4192956
[pid=28396] ppid=28394 vsize=13724 CPUtime=0.04
/proc/28396/stat : 28396 (sugar) S 28394 28396 27795 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 30908930 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28396/statm: 3431 805 368 3 0 531 0
[pid=28398] ppid=28396 vsize=807120 CPUtime=5.32
/proc/28398/stat : 28398 (java) R 28396 28396 27795 0 -1 0 52943 0 1 0 506 26 0 0 25 0 8 0 30908992 826490880 52641 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4153380177 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28398/statm: 201780 52641 1695 14 0 189058 0
[pid=28398/tid=28399] ppid=28396 vsize=807120 CPUtime=0.66
/proc/28398/task/28399/stat : 28399 (java) S 28396 28396 27795 0 -1 64 46423 0 0 0 48 18 0 0 16 0 8 0 30909002 826490880 52641 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28400] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28400/stat : 28400 (java) S 28396 28396 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30909002 826490880 52641 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28401] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 27795 0 -1 64 4 0 0 0 0 0 0 0 19 0 8 0 30909002 826490880 52641 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28402] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30909008 826490880 52641 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28403] ppid=28396 vsize=807120 CPUtime=0.06
/proc/28398/task/28403/stat : 28403 (java) S 28396 28396 27795 0 -1 64 296 0 0 0 6 0 0 0 16 0 8 0 30909008 826490880 52641 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28404] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28396 27795 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30909008 826490880 52641 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28405] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28396 27795 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30909008 826490880 52641 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 820844

[startup+12.5939 s]
/proc/loadavg: 2.19 2.22 2.40 3/102 28405
/proc/meminfo: memFree=19312/2055924 swapFree=4192812/4192956
[pid=28396] ppid=28394 vsize=13724 CPUtime=0.04
/proc/28396/stat : 28396 (sugar) S 28394 28396 27795 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 30908930 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28396/statm: 3431 805 368 3 0 531 0
[pid=28398] ppid=28396 vsize=807120 CPUtime=11.56
/proc/28398/stat : 28398 (java) R 28396 28396 27795 0 -1 0 96717 0 2 0 1094 62 0 0 25 0 8 0 30908992 826490880 94424 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4153380233 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28398/statm: 201780 94424 1697 14 0 189058 0
[pid=28398/tid=28399] ppid=28396 vsize=807120 CPUtime=2.64
/proc/28398/task/28399/stat : 28399 (java) S 28396 28396 27795 0 -1 64 72682 0 1 0 234 30 0 0 16 0 8 0 30909002 826490880 94424 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28400] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28400/stat : 28400 (java) S 28396 28396 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30909002 826490880 94424 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28401] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 27795 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30909002 826490880 94424 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28402] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30909008 826490880 94424 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28403] ppid=28396 vsize=807120 CPUtime=0.07
/proc/28398/task/28403/stat : 28403 (java) S 28396 28396 27795 0 -1 64 304 0 0 0 7 0 0 0 17 0 8 0 30909008 826490880 94424 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28404] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28396 27795 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30909008 826490880 94424 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28405] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28396 27795 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30909008 826490880 94424 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.6
Current children cumulated vsize (KiB) 820844

[startup+25.4133 s]
/proc/loadavg: 2.24 2.23 2.40 3/102 28405
/proc/meminfo: memFree=15280/2055924 swapFree=4192812/4192956
[pid=28396] ppid=28394 vsize=13724 CPUtime=0.04
/proc/28396/stat : 28396 (sugar) S 28394 28396 27795 0 -1 4194304 1117 0 4 0 3 1 0 0 15 0 1 0 30908930 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28396/statm: 3431 805 368 3 0 531 0
[pid=28398] ppid=28396 vsize=807120 CPUtime=24.24
/proc/28398/stat : 28398 (java) R 28396 28396 27795 0 -1 0 107109 0 2 0 2319 105 0 0 25 0 8 0 30908992 826490880 100426 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4073595337 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28398/statm: 201780 100426 1697 14 0 189058 0
[pid=28398/tid=28399] ppid=28396 vsize=807120 CPUtime=5.69
/proc/28398/task/28399/stat : 28399 (java) S 28396 28396 27795 0 -1 64 82930 0 1 0 532 37 0 0 16 0 8 0 30909002 826490880 100426 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28400] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28400/stat : 28400 (java) S 28396 28396 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30909002 826490880 100426 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28401] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28401/stat : 28401 (java) S 28396 28396 27795 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 30909002 826490880 100426 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28402] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28402/stat : 28402 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 30909008 826490880 100426 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28403] ppid=28396 vsize=807120 CPUtime=0.07
/proc/28398/task/28403/stat : 28403 (java) S 28396 28396 27795 0 -1 64 304 0 0 0 7 0 0 0 17 0 8 0 30909008 826490880 100426 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28398/tid=28404] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28404/stat : 28404 (java) S 28396 28396 27795 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30909008 826490880 100426 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28398/tid=28405] ppid=28396 vsize=807120 CPUtime=0
/proc/28398/task/28405/stat : 28405 (java) S 28396 28396 27795 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 30909008 826490880 100426 18446744073709551615 134512640 134570532 4294956544 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.28
Current children cumulated vsize (KiB) 820844

[startup+51.0252 s]
/proc/loadavg: 2.59 2.31 2.42 6/102 28413
/proc/meminfo: memFree=15152/2055924 swapFree=4192812/4192956
[pid=28396] ppid=28394 vsize=13724 CPUtime=28.12
/proc/28396/stat : 28396 (sugar) S 28394 28396 27795 0 -1 4194304 1186 107806 4 4 3 1 2686 122 15 0 1 0 30908930 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28396/statm: 3431 809 371 3 0 531 0
[pid=28406] ppid=28396 vsize=808088 CPUtime=21.09
/proc/28406/stat : 28406 (java) R 28396 28396 27795 0 -1 0 102345 0 1 0 2061 48 0 0 25 0 8 0 30911884 827482112 101955 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073530407 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28406/statm: 202022 101955 1495 14 0 189300 0
[pid=28406/tid=28407] ppid=28396 vsize=808088 CPUtime=8.71
/proc/28406/task/28407/stat : 28407 (java) S 28396 28396 27795 0 -1 64 92486 0 0 0 834 37 0 0 16 0 8 0 30911901 827482112 101955 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28408] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28408/stat : 28408 (java) S 28396 28396 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30911902 827482112 101955 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28409] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28409/stat : 28409 (java) S 28396 28396 27795 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30911902 827482112 101955 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28410] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28410/stat : 28410 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30911905 827482112 101955 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28411] ppid=28396 vsize=808088 CPUtime=0.05
/proc/28406/task/28411/stat : 28411 (java) S 28396 28396 27795 0 -1 64 294 0 0 0 5 0 0 0 17 0 8 0 30911905 827482112 101955 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28412] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28412/stat : 28412 (java) S 28396 28396 27795 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30911905 827482112 101955 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28413] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28413/stat : 28413 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30911905 827482112 101955 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.21
Current children cumulated vsize (KiB) 821812

[startup+102.245 s]
/proc/loadavg: 2.39 2.30 2.41 3/102 28413
/proc/meminfo: memFree=15728/2055924 swapFree=4192812/4192956
[pid=28396] ppid=28394 vsize=13724 CPUtime=28.12
/proc/28396/stat : 28396 (sugar) S 28394 28396 27795 0 -1 4194304 1186 107806 4 4 3 1 2686 122 15 0 1 0 30908930 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28396/statm: 3431 809 371 3 0 531 0
[pid=28406] ppid=28396 vsize=808088 CPUtime=71.83
/proc/28406/stat : 28406 (java) S 28396 28396 27795 0 -1 0 156477 0 1 0 7105 78 0 0 18 0 8 0 30911884 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28406/statm: 202022 156041 1495 14 0 189300 0
[pid=28406/tid=28407] ppid=28396 vsize=808088 CPUtime=50.62
/proc/28406/task/28407/stat : 28407 (java) R 28396 28396 27795 0 -1 64 146573 0 0 0 4998 64 0 0 25 0 8 0 30911901 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155222417 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28408] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28408/stat : 28408 (java) S 28396 28396 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30911902 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28409] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28409/stat : 28409 (java) S 28396 28396 27795 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30911902 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28410] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28410/stat : 28410 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28411] ppid=28396 vsize=808088 CPUtime=0.05
/proc/28406/task/28411/stat : 28411 (java) S 28396 28396 27795 0 -1 64 294 0 0 0 5 0 0 0 17 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28412] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28412/stat : 28412 (java) S 28396 28396 27795 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28413] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28413/stat : 28413 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.95
Current children cumulated vsize (KiB) 821812

[startup+162.279 s]
/proc/loadavg: 2.25 2.27 2.39 3/102 28413
/proc/meminfo: memFree=15408/2055924 swapFree=4192812/4192956
[pid=28396] ppid=28394 vsize=13724 CPUtime=28.12
/proc/28396/stat : 28396 (sugar) S 28394 28396 27795 0 -1 4194304 1186 107806 4 4 3 1 2686 122 15 0 1 0 30908930 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28396/statm: 3431 809 371 3 0 531 0
[pid=28406] ppid=28396 vsize=808088 CPUtime=131.49
/proc/28406/stat : 28406 (java) S 28396 28396 27795 0 -1 0 156498 0 1 0 13067 82 0 0 17 0 8 0 30911884 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28406/statm: 202022 156041 1495 14 0 189300 0
[pid=28406/tid=28407] ppid=28396 vsize=808088 CPUtime=108.88
/proc/28406/task/28407/stat : 28407 (java) R 28396 28396 27795 0 -1 64 146573 0 0 0 10820 68 0 0 25 0 8 0 30911901 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155134306 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28408] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28408/stat : 28408 (java) S 28396 28396 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30911902 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28409] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28409/stat : 28409 (java) S 28396 28396 27795 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30911902 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28410] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28410/stat : 28410 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28411] ppid=28396 vsize=808088 CPUtime=0.05
/proc/28406/task/28411/stat : 28411 (java) S 28396 28396 27795 0 -1 64 294 0 0 0 5 0 0 0 17 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28412] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28412/stat : 28412 (java) S 28396 28396 27795 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28413] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28413/stat : 28413 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 159.61
Current children cumulated vsize (KiB) 821812

[startup+222.313 s]
/proc/loadavg: 2.14 2.24 2.37 3/102 28413
/proc/meminfo: memFree=15600/2055924 swapFree=4192812/4192956
[pid=28396] ppid=28394 vsize=13724 CPUtime=28.12
/proc/28396/stat : 28396 (sugar) S 28394 28396 27795 0 -1 4194304 1186 107806 4 4 3 1 2686 122 15 0 1 0 30908930 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28396/statm: 3431 809 371 3 0 531 0
[pid=28406] ppid=28396 vsize=808088 CPUtime=191.2
/proc/28406/stat : 28406 (java) S 28396 28396 27795 0 -1 0 156518 0 1 0 19032 88 0 0 17 0 8 0 30911884 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28406/statm: 202022 156041 1495 14 0 189300 0
[pid=28406/tid=28407] ppid=28396 vsize=808088 CPUtime=168.53
/proc/28406/task/28407/stat : 28407 (java) R 28396 28396 27795 0 -1 64 146573 0 0 0 16779 74 0 0 25 0 8 0 30911901 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155525086 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28408] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28408/stat : 28408 (java) S 28396 28396 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30911902 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28409] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28409/stat : 28409 (java) S 28396 28396 27795 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30911902 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28410] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28410/stat : 28410 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28411] ppid=28396 vsize=808088 CPUtime=0.05
/proc/28406/task/28411/stat : 28411 (java) S 28396 28396 27795 0 -1 64 294 0 0 0 5 0 0 0 17 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28412] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28412/stat : 28412 (java) S 28396 28396 27795 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28413] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28413/stat : 28413 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 219.32
Current children cumulated vsize (KiB) 821812

[startup+282.354 s]
/proc/loadavg: 2.69 2.36 2.40 3/102 28413
/proc/meminfo: memFree=14960/2055924 swapFree=4192812/4192956
[pid=28396] ppid=28394 vsize=13724 CPUtime=28.12
/proc/28396/stat : 28396 (sugar) S 28394 28396 27795 0 -1 4194304 1186 107806 4 4 3 1 2686 122 15 0 1 0 30908930 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 268591738978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28396/statm: 3431 809 371 3 0 531 0
[pid=28406] ppid=28396 vsize=808088 CPUtime=250.69
/proc/28406/stat : 28406 (java) S 28396 28396 27795 0 -1 0 156539 0 1 0 24974 95 0 0 17 0 8 0 30911884 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28406/statm: 202022 156041 1495 14 0 189300 0
[pid=28406/tid=28407] ppid=28396 vsize=808088 CPUtime=228.03
/proc/28406/task/28407/stat : 28407 (java) R 28396 28396 27795 0 -1 64 146573 0 0 0 22722 81 0 0 25 0 8 0 30911901 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154022740 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28408] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28408/stat : 28408 (java) S 28396 28396 27795 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30911902 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28409] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28409/stat : 28409 (java) S 28396 28396 27795 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30911902 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28410] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28410/stat : 28410 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28411] ppid=28396 vsize=808088 CPUtime=0.05
/proc/28406/task/28411/stat : 28411 (java) S 28396 28396 27795 0 -1 64 294 0 0 0 5 0 0 0 17 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28412] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28412/stat : 28412 (java) S 28396 28396 27795 0 -1 64 3 0 0 0 0 0 0 0 23 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28406/tid=28413] ppid=28396 vsize=808088 CPUtime=0
/proc/28406/task/28413/stat : 28413 (java) S 28396 28396 27795 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30911905 827482112 156041 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 278.81
Current children cumulated vsize (KiB) 821812

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28396 and gives childrusage.ru_utime.tv_sec=26 childrusage.ru_utime.tv_usec=901910 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=270806
CPU time returned by wait4() is 28.1727
while last known CPU time is 307.57

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 311.477
CPU time (s): 307.57
CPU user time (s): 305.28
CPU system time (s): 2.29
CPU usage (%): 98.7456
Max. virtual memory (cumulated for all children) (KiB): 821812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.9019
system time used= 1.27081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109070
page faults= 8
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3129
involuntary context switches= 3168

runsolver used 0.373943 s user time and 1.10983 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Mon Jan 29 22:25:42 UTC 2007


IDJOB= 247447
IDBENCH= 11126
IDSOLVER= 86
FILE ID= node6/247447-1170109540

PBS_JOBID= 3689880

Free space on /tmp= 58866 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-8-20-5/rand-8-20-5-18-800-5_ext.xml
COMMAND LINE= /tmp/evaluation/247447-1170109540/solver /tmp/evaluation/247447-1170109540 /tmp/evaluation/247447-1170109540/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-247447-1170109540 -o ROOT/results/node6/solver-247447-1170109540 -C 1800 -M 900  /tmp/evaluation/247447-1170109540/solver /tmp/evaluation/247447-1170109540 /tmp/evaluation/247447-1170109540/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  fd92d74890c9fc650983ee8569f494ff

RANDOM SEED= 932246179

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.277
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.277
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:      2055924 kB
MemFree:         15248 kB
Buffers:          6012 kB
Cached:        1774296 kB
SwapCached:          0 kB
Active:         230188 kB
Inactive:      1726460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:         15248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          208668 kB
Writeback:         224 kB
Mapped:         201900 kB
Slab:            68680 kB
Committed_AS:   751800 kB
PageTables:       2432 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= 57712 MiB



End job on node6 on Mon Jan 29 22:30:54 UTC 2007