Trace number 236912

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? 289.78 339.608

General information on the benchmark

Namefisher/
FISCHER3-8-fair.xml
MD5SUMe1b9434f448246039d7bcb9af5540cce
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1563.86
SatisfiableNO
(Un)Satisfiability was proved
Number of variables6326
Number of constraints5971
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5971
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/236912-1170108332/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/236912-1170108332/unknown.xml [Mon Jan 29 23:05:33 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/236912-1170108332/unknown.xml /tmp/evaluation/236912-1170108332/sugar28585.csp [Mon Jan 29 23:05:33 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/236912-1170108332/sugar-v0-40.jar -convert /tmp/evaluation/236912-1170108332/unknown.xml /tmp/evaluation/236912-1170108332/sugar28585.csp
0.18	c BEGIN convert /tmp/evaluation/236912-1170108332/unknown.xml
1.53	c END convert (1.353365 seconds)
1.55	c # CONVERT_XML  END : /tmp/evaluation/236912-1170108332/sugar28585.csp 335572 bytes (1 seconds) [Mon Jan 29 23:05:34 2007]
1.55	c # CONVERT_XML  CPU : 1.46 = 0 + 0 + 1.39 + 0.07
1.55	
1.55	c # GENERATE_SAT  BEGIN : /tmp/evaluation/236912-1170108332/sugar28585.bcnf [Mon Jan 29 23:05:34 2007]
1.55	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/236912-1170108332/sugar-v0-40.jar -bcnf -map /tmp/evaluation/236912-1170108332/sugar28585.map /tmp/evaluation/236912-1170108332/sugar28585.csp /tmp/evaluation/236912-1170108332/sugar28585.bcnf
1.67	c BEGIN parse /tmp/evaluation/236912-1170108332/sugar28585.csp
3.14	c END parse (1.469239 seconds)
3.14	c BEGIN simplify
3.17	c END simplify (0.032555 seconds)
3.17	c BEGIN encode /tmp/evaluation/236912-1170108332/sugar28585.bcnf
338.46	c END encode (335.284915 seconds)
338.99	c # GENERATE_SAT  END : 155219858 variables 429355884 clauses 5524278104 bytes (338 seconds) [Mon Jan 29 23:11:12 2007]
338.99	c # GENERATE_SAT  CPU : 0.25 = 0.23 + 0.02 + 0 + 0
338.99	
338.99	c # SOLVE_SAT  BEGIN : /tmp/evaluation/236912-1170108332/sugar28585.bcnf [Mon Jan 29 23:11:12 2007]
339.20	c # CMD : /tmp/evaluation/236912-1170108332/minisat /tmp/evaluation/236912-1170108332/sugar28585.bcnf /tmp/evaluation/236912-1170108332/sugar28585.out
339.59	c ERROR! Could not open file: /tmp/evaluation/236912-1170108332/sugar28585.bcnf
339.59	s UNKNOWN
339.59	c # ERROR No such file or directory /tmp/evaluation/236912-1170108332/sugar28585.out, at /tmp/evaluation/236912-1170108332/sugar line 393.
339.59	
339.59	c # MAIN  END :  (339 seconds) [Mon Jan 29 23:11:12 2007]
339.59	c # MAIN  CPU : 1.72 = 0.23 + 0.02 + 1.39 + 0.08
339.59	

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/node24/watcher-236912-1170108332 -o ROOT/results/node24/solver-236912-1170108332 -C 1800 -M 900 /tmp/evaluation/236912-1170108332/solver /tmp/evaluation/236912-1170108332 /tmp/evaluation/236912-1170108332/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.00 2.01 2.08 5/88 28586
/proc/meminfo: memFree=1150664/2055920 swapFree=4145208/4192956
[pid=28585] ppid=28583 vsize=18540 CPUtime=0
/proc/28585/stat : 28585 (runsolver) R 28583 28585 28009 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 30787571 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28585/statm: 4635 279 244 17 0 2626 0

[startup+0.10849 s]
/proc/loadavg: 2.00 2.01 2.08 5/88 28586
/proc/meminfo: memFree=1150664/2055920 swapFree=4145208/4192956
[pid=28585] ppid=28583 vsize=13724 CPUtime=0.03
/proc/28585/stat : 28585 (sugar) S 28583 28585 28009 0 -1 4194304 1112 0 0 0 3 0 0 0 18 0 1 0 30787571 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516532 s]
/proc/loadavg: 2.00 2.01 2.08 5/88 28586
/proc/meminfo: memFree=1150664/2055920 swapFree=4145208/4192956
[pid=28585] ppid=28583 vsize=13724 CPUtime=0.03
/proc/28585/stat : 28585 (sugar) S 28583 28585 28009 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30787571 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+1.33862 s]
/proc/loadavg: 2.00 2.00 2.08 3/96 28594
/proc/meminfo: memFree=1120264/2055920 swapFree=4145208/4192956
[pid=28585] ppid=28583 vsize=13724 CPUtime=0.03
/proc/28585/stat : 28585 (sugar) S 28583 28585 28009 0 -1 4194304 1121 0 0 0 3 0 0 0 15 0 1 0 30787571 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 3431 805 368 3 0 531 0
[pid=28587] ppid=28585 vsize=807400 CPUtime=1.26
/proc/28587/stat : 28587 (java) R 28585 28585 28009 0 -1 0 8992 0 1 0 120 6 0 0 20 0 8 0 30787576 826777600 8740 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073809719 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28587/statm: 201850 8740 1690 14 0 189128 0
[pid=28587/tid=28588] ppid=28585 vsize=807400 CPUtime=0.05
/proc/28587/task/28588/stat : 28588 (java) S 28585 28585 28009 0 -1 64 2404 0 0 0 4 1 0 0 16 0 8 0 30787580 826777600 8740 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28587/tid=28589] ppid=28585 vsize=807400 CPUtime=0
/proc/28587/task/28589/stat : 28589 (java) S 28585 28585 28009 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 30787581 826777600 8740 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28587/tid=28590] ppid=28585 vsize=807400 CPUtime=0
/proc/28587/task/28590/stat : 28590 (java) S 28585 28585 28009 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 30787581 826777600 8740 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28587/tid=28591] ppid=28585 vsize=807400 CPUtime=0
/proc/28587/task/28591/stat : 28591 (java) S 28585 28585 28009 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30787584 826777600 8740 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28587/tid=28592] ppid=28585 vsize=807400 CPUtime=0.16
/proc/28587/task/28592/stat : 28592 (java) S 28585 28585 28009 0 -1 64 421 0 0 0 16 0 0 0 20 0 8 0 30787584 826777600 8740 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28587/tid=28593] ppid=28585 vsize=807400 CPUtime=0
/proc/28587/task/28593/stat : 28593 (java) S 28585 28585 28009 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30787584 826777600 8740 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28587/tid=28594] ppid=28585 vsize=807400 CPUtime=0
/proc/28587/task/28594/stat : 28594 (java) S 28585 28585 28009 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30787584 826777600 8740 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 821124

[startup+2.98481 s]
/proc/loadavg: 2.00 2.00 2.08 4/96 28602
/proc/meminfo: memFree=1124744/2055920 swapFree=4145208/4192956
[pid=28585] ppid=28583 vsize=13724 CPUtime=1.49
/proc/28585/stat : 28585 (sugar) S 28583 28585 28009 0 -1 4194304 1190 10451 0 1 3 0 139 7 15 0 1 0 30787571 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 3431 809 371 3 0 531 0
[pid=28595] ppid=28585 vsize=807376 CPUtime=1.41
/proc/28595/stat : 28595 (java) S 28585 28585 28009 0 -1 0 10481 0 1 0 135 6 0 0 17 0 8 0 30787726 826753024 10225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28595/statm: 201844 10225 1507 14 0 189122 0
[pid=28595/tid=28596] ppid=28585 vsize=807376 CPUtime=0.25
/proc/28595/task/28596/stat : 28596 (java) R 28585 28585 28009 0 -1 64 4266 0 0 0 23 2 0 0 16 0 8 0 30787729 826753024 10225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153827336 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28597] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28597/stat : 28597 (java) S 28585 28585 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30787730 826753024 10225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28598] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28598/stat : 28598 (java) S 28585 28585 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30787730 826753024 10225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28599] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28599/stat : 28599 (java) S 28585 28585 28009 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30787733 826753024 10225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28600] ppid=28585 vsize=807376 CPUtime=0.16
/proc/28595/task/28600/stat : 28600 (java) R 28585 28585 28009 0 -1 64 426 0 0 0 16 0 0 0 19 0 8 0 30787733 826753024 10225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28601] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28601/stat : 28601 (java) S 28585 28585 28009 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30787733 826753024 10225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28602] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28602/stat : 28602 (java) S 28585 28585 28009 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30787733 826753024 10225 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 821100

[startup+6.19315 s]
/proc/loadavg: 2.00 2.00 2.08 3/96 28602
/proc/meminfo: memFree=1045832/2055920 swapFree=4145208/4192956
[pid=28585] ppid=28583 vsize=13724 CPUtime=1.49
/proc/28585/stat : 28585 (sugar) S 28583 28585 28009 0 -1 4194304 1190 10451 0 1 3 0 139 7 16 0 1 0 30787571 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 3431 809 371 3 0 531 0
[pid=28595] ppid=28585 vsize=807376 CPUtime=4.61
/proc/28595/stat : 28595 (java) R 28585 28585 28009 0 -1 0 11334 0 1 0 414 47 0 0 25 0 8 0 30787726 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28595/statm: 201844 11076 1509 14 0 189122 0
[pid=28595/tid=28596] ppid=28585 vsize=807376 CPUtime=0.3
/proc/28595/task/28596/stat : 28596 (java) S 28585 28585 28009 0 -1 64 5086 0 0 0 28 2 0 0 16 0 8 0 30787729 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28597] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28597/stat : 28597 (java) S 28585 28585 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30787730 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28598] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28598/stat : 28598 (java) S 28585 28585 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30787730 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28599] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28599/stat : 28599 (java) S 28585 28585 28009 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28600] ppid=28585 vsize=807376 CPUtime=0.19
/proc/28595/task/28600/stat : 28600 (java) S 28585 28585 28009 0 -1 64 436 0 0 0 18 1 0 0 16 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28601] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28601/stat : 28601 (java) S 28585 28585 28009 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28602] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28602/stat : 28602 (java) S 28585 28585 28009 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 821100

[startup+12.6748 s]
/proc/loadavg: 2.00 2.00 2.08 2/89 28615
/proc/meminfo: memFree=1625600/2055920 swapFree=4145208/4192956
[pid=28585] ppid=28583 vsize=13724 CPUtime=1.49
/proc/28585/stat : 28585 (sugar) S 28583 28585 28009 0 -1 4194304 1190 10451 0 1 3 0 139 7 16 0 1 0 30787571 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 3431 809 371 3 0 531 0
[pid=28595] ppid=28585 vsize=807376 CPUtime=10.99
/proc/28595/stat : 28595 (java) R 28585 28585 28009 0 -1 0 11334 0 1 0 975 124 0 0 25 0 8 0 30787726 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28595/statm: 201844 11076 1509 14 0 189122 0
[pid=28595/tid=28596] ppid=28585 vsize=807376 CPUtime=0.3
/proc/28595/task/28596/stat : 28596 (java) S 28585 28585 28009 0 -1 64 5086 0 0 0 28 2 0 0 16 0 8 0 30787729 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28597] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28597/stat : 28597 (java) S 28585 28585 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30787730 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28598] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28598/stat : 28598 (java) S 28585 28585 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30787730 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28599] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28599/stat : 28599 (java) S 28585 28585 28009 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28600] ppid=28585 vsize=807376 CPUtime=0.19
/proc/28595/task/28600/stat : 28600 (java) S 28585 28585 28009 0 -1 64 436 0 0 0 18 1 0 0 16 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28601] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28601/stat : 28601 (java) S 28585 28585 28009 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28602] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28602/stat : 28602 (java) S 28585 28585 28009 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 821100

[startup+25.5562 s]
/proc/loadavg: 2.45 2.10 2.11 3/102 28667
/proc/meminfo: memFree=1004760/2055920 swapFree=4145208/4192956
[pid=28585] ppid=28583 vsize=13724 CPUtime=1.49
/proc/28585/stat : 28585 (sugar) S 28583 28585 28009 0 -1 4194304 1190 10451 0 1 3 0 139 7 16 0 1 0 30787571 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 3431 809 371 3 0 531 0
[pid=28595] ppid=28585 vsize=807376 CPUtime=23.65
/proc/28595/stat : 28595 (java) R 28585 28585 28009 0 -1 0 11334 0 1 0 2094 271 0 0 25 0 8 0 30787726 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28595/statm: 201844 11076 1509 14 0 189122 0
[pid=28595/tid=28596] ppid=28585 vsize=807376 CPUtime=0.3
/proc/28595/task/28596/stat : 28596 (java) S 28585 28585 28009 0 -1 64 5086 0 0 0 28 2 0 0 16 0 8 0 30787729 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28597] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28597/stat : 28597 (java) S 28585 28585 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30787730 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28598] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28598/stat : 28598 (java) S 28585 28585 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30787730 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28599] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28599/stat : 28599 (java) S 28585 28585 28009 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28600] ppid=28585 vsize=807376 CPUtime=0.19
/proc/28595/task/28600/stat : 28600 (java) S 28585 28585 28009 0 -1 64 436 0 0 0 18 1 0 0 16 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28601] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28601/stat : 28601 (java) S 28585 28585 28009 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28602] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28602/stat : 28602 (java) S 28585 28585 28009 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 821100

[startup+51.201 s]
/proc/loadavg: 3.26 2.33 2.19 2/106 28671
/proc/meminfo: memFree=15608/2055920 swapFree=4145208/4192956
[pid=28585] ppid=28583 vsize=13724 CPUtime=1.49
/proc/28585/stat : 28585 (sugar) S 28583 28585 28009 0 -1 4194304 1190 10451 0 1 3 0 139 7 16 0 1 0 30787571 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 3431 809 371 3 0 531 0
[pid=28595] ppid=28585 vsize=807376 CPUtime=48.5
/proc/28595/stat : 28595 (java) R 28585 28585 28009 0 -1 0 11334 0 1 0 4282 568 0 0 25 0 8 0 30787726 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839248 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28595/statm: 201844 11076 1509 14 0 189122 0
[pid=28595/tid=28596] ppid=28585 vsize=807376 CPUtime=0.3
/proc/28595/task/28596/stat : 28596 (java) S 28585 28585 28009 0 -1 64 5086 0 0 0 28 2 0 0 16 0 8 0 30787729 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28597] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28597/stat : 28597 (java) S 28585 28585 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30787730 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28598] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28598/stat : 28598 (java) S 28585 28585 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30787730 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28599] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28599/stat : 28599 (java) S 28585 28585 28009 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28600] ppid=28585 vsize=807376 CPUtime=0.19
/proc/28595/task/28600/stat : 28600 (java) S 28585 28585 28009 0 -1 64 436 0 0 0 18 1 0 0 16 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28601] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28601/stat : 28601 (java) S 28585 28585 28009 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28602] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28602/stat : 28602 (java) S 28585 28585 28009 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30787733 826753024 11076 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (KiB) 821100

[startup+102.419 s]
/proc/loadavg: 5.41 3.09 2.45 3/107 28673
/proc/meminfo: memFree=14832/2055920 swapFree=4145208/4192956
[pid=28585] ppid=28583 vsize=13724 CPUtime=1.49
/proc/28585/stat : 28585 (sugar) S 28583 28585 28009 0 -1 4194304 1190 10451 0 1 3 0 139 7 16 0 1 0 30787571 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 3431 809 371 3 0 531 0
[pid=28595] ppid=28585 vsize=807376 CPUtime=98.78
/proc/28595/stat : 28595 (java) R 28585 28585 28009 0 -1 0 11344 0 1 0 8868 1010 0 0 25 0 8 0 30787726 826753024 11085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28595/statm: 201844 11085 1511 14 0 189122 0
[pid=28595/tid=28596] ppid=28585 vsize=807376 CPUtime=0.3
/proc/28595/task/28596/stat : 28596 (java) S 28585 28585 28009 0 -1 64 5086 0 0 0 28 2 0 0 16 0 8 0 30787729 826753024 11085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28597] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28597/stat : 28597 (java) S 28585 28585 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30787730 826753024 11085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28598] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28598/stat : 28598 (java) S 28585 28585 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30787730 826753024 11085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28599] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28599/stat : 28599 (java) S 28585 28585 28009 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30787733 826753024 11085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28600] ppid=28585 vsize=807376 CPUtime=0.2
/proc/28595/task/28600/stat : 28600 (java) S 28585 28585 28009 0 -1 64 444 0 0 0 19 1 0 0 16 0 8 0 30787733 826753024 11085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28601] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28601/stat : 28601 (java) S 28585 28585 28009 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30787733 826753024 11085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28602] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28602/stat : 28602 (java) S 28585 28585 28009 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30787733 826753024 11085 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.27
Current children cumulated vsize (KiB) 821100

[startup+162.475 s]
/proc/loadavg: 5.89 3.72 2.71 2/104 28676
/proc/meminfo: memFree=15816/2055920 swapFree=4145208/4192956
[pid=28585] ppid=28583 vsize=13724 CPUtime=1.49
/proc/28585/stat : 28585 (sugar) S 28583 28585 28009 0 -1 4194304 1190 10451 0 1 3 0 139 7 16 0 1 0 30787571 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 3431 809 371 3 0 531 0
[pid=28595] ppid=28585 vsize=807376 CPUtime=148.68
/proc/28595/stat : 28595 (java) R 28585 28585 28009 0 -1 0 13236 0 1 0 13487 1381 0 0 25 0 8 0 30787726 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073842268 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28595/statm: 201844 12976 1511 14 0 189122 0
[pid=28595/tid=28596] ppid=28585 vsize=807376 CPUtime=0.35
/proc/28595/task/28596/stat : 28596 (java) S 28585 28585 28009 0 -1 64 6976 0 0 0 32 3 0 0 16 0 8 0 30787729 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28597] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28597/stat : 28597 (java) S 28585 28585 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30787730 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28598] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28598/stat : 28598 (java) S 28585 28585 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30787730 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28599] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28599/stat : 28599 (java) S 28585 28585 28009 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30787733 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28600] ppid=28585 vsize=807376 CPUtime=0.2
/proc/28595/task/28600/stat : 28600 (java) S 28585 28585 28009 0 -1 64 445 0 0 0 19 1 0 0 17 0 8 0 30787733 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28595/tid=28601] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28601/stat : 28601 (java) S 28585 28585 28009 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30787733 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28602] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28602/stat : 28602 (java) S 28585 28585 28009 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30787733 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 150.17
Current children cumulated vsize (KiB) 821100

[startup+222.563 s]
/proc/loadavg: 5.66 4.05 2.89 3/102 28677
/proc/meminfo: memFree=15384/2055920 swapFree=4145208/4192956
[pid=28585] ppid=28583 vsize=13724 CPUtime=1.49
/proc/28585/stat : 28585 (sugar) S 28583 28585 28009 0 -1 4194304 1190 10451 0 1 3 0 139 7 16 0 1 0 30787571 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 3431 809 371 3 0 531 0
[pid=28595] ppid=28585 vsize=807376 CPUtime=198.29
/proc/28595/stat : 28595 (java) D 28585 28585 28009 0 -1 0 13236 0 1 0 18100 1729 0 0 25 0 8 0 30787726 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28595/statm: 201844 12976 1511 14 0 189122 0
[pid=28595/tid=28596] ppid=28585 vsize=807376 CPUtime=0.35
/proc/28595/task/28596/stat : 28596 (java) S 28585 28585 28009 0 -1 64 6976 0 0 0 32 3 0 0 16 0 8 0 30787729 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28597] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28597/stat : 28597 (java) S 28585 28585 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30787730 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28598] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28598/stat : 28598 (java) S 28585 28585 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30787730 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28599] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28599/stat : 28599 (java) S 28585 28585 28009 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30787733 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28600] ppid=28585 vsize=807376 CPUtime=0.2
/proc/28595/task/28600/stat : 28600 (java) S 28585 28585 28009 0 -1 64 445 0 0 0 19 1 0 0 17 0 8 0 30787733 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28595/tid=28601] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28601/stat : 28601 (java) S 28585 28585 28009 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30787733 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28602] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28602/stat : 28602 (java) S 28585 28585 28009 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30787733 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 199.78
Current children cumulated vsize (KiB) 821100

[startup+282.624 s]
/proc/loadavg: 5.27 4.22 3.02 3/102 28677
/proc/meminfo: memFree=15000/2055920 swapFree=4145208/4192956
[pid=28585] ppid=28583 vsize=13724 CPUtime=1.49
/proc/28585/stat : 28585 (sugar) S 28583 28585 28009 0 -1 4194304 1190 10451 0 1 3 0 139 7 16 0 1 0 30787571 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28585/statm: 3431 809 371 3 0 531 0
[pid=28595] ppid=28585 vsize=807376 CPUtime=254.56
/proc/28595/stat : 28595 (java) R 28585 28585 28009 0 -1 0 13236 0 1 0 23316 2140 0 0 25 0 8 0 30787726 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152094853 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28595/statm: 201844 12976 1511 14 0 189122 0
[pid=28595/tid=28596] ppid=28585 vsize=807376 CPUtime=0.35
/proc/28595/task/28596/stat : 28596 (java) S 28585 28585 28009 0 -1 64 6976 0 0 0 32 3 0 0 16 0 8 0 30787729 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28597] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28597/stat : 28597 (java) S 28585 28585 28009 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 30787730 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28598] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28598/stat : 28598 (java) S 28585 28585 28009 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 30787730 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28599] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28599/stat : 28599 (java) S 28585 28585 28009 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 30787733 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28600] ppid=28585 vsize=807376 CPUtime=0.2
/proc/28595/task/28600/stat : 28600 (java) S 28585 28585 28009 0 -1 64 445 0 0 0 19 1 0 0 17 0 8 0 30787733 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28595/tid=28601] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28601/stat : 28601 (java) S 28585 28585 28009 0 -1 64 3 0 0 0 0 0 0 0 19 0 8 0 30787733 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28595/tid=28602] ppid=28585 vsize=807376 CPUtime=0
/proc/28595/task/28602/stat : 28602 (java) S 28585 28585 28009 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 30787733 826753024 12976 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 256.05
Current children cumulated vsize (KiB) 821100

Child status: 1

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 28585 and gives childrusage.ru_utime.tv_sec=1 childrusage.ru_utime.tv_usec=659747 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=108983
CPU time returned by wait4() is 1.76873
while last known CPU time is 289.78

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

Real time (s): 339.608
CPU time (s): 289.78
CPU user time (s): 265.71
CPU system time (s): 24.07
CPU usage (%): 85.3279
Max. virtual memory (cumulated for all children) (KiB): 821124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.65975
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15378
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= 675
involuntary context switches= 577

runsolver used 0.408937 s user time and 1.16882 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Jan 29 22:05:33 UTC 2007


IDJOB= 236912
IDBENCH= 6883
IDSOLVER= 86
FILE ID= node24/236912-1170108332

PBS_JOBID= 3689870

Free space on /tmp= 66364 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/fisher/FISCHER3-8-fair.xml
COMMAND LINE= /tmp/evaluation/236912-1170108332/solver /tmp/evaluation/236912-1170108332 /tmp/evaluation/236912-1170108332/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-236912-1170108332 -o ROOT/results/node24/solver-236912-1170108332 -C 1800 -M 900  /tmp/evaluation/236912-1170108332/solver /tmp/evaluation/236912-1170108332 /tmp/evaluation/236912-1170108332/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  e1b9434f448246039d7bcb9af5540cce

RANDOM SEED= 627122589

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.232
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.232
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:       1151144 kB
Buffers:         32720 kB
Cached:         250088 kB
SwapCached:       4628 kB
Active:         805524 kB
Inactive:        45156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1151144 kB
SwapTotal:     4192956 kB
SwapFree:      4145208 kB
Dirty:            1828 kB
Writeback:           0 kB
Mapped:         575352 kB
Slab:            37884 kB
Committed_AS:  1062560 kB
PageTables:       3312 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= 57612 MiB



End job on node24 on Mon Jan 29 22:11:15 UTC 2007