Trace number 212164

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? (TO) 1805.44 2135.06

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-neos15.xml
MD5SUM77c5b784e980b4598a0024a205a55a61
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.14137
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables17600
Number of constraints872
Maximum constraint arity150
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension872
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05	c # Sugar v0-40 (/tmp/evaluation/212164-1170098825/sugar-v0-40.jar)
0.05	
0.05	c # MAIN  BEGIN : /tmp/evaluation/212164-1170098825/unknown.xml [Mon Jan 29 20:27:06 2007]
0.05	c # CONVERT_XML  BEGIN : /tmp/evaluation/212164-1170098825/unknown.xml /tmp/evaluation/212164-1170098825/sugar26408.csp [Mon Jan 29 20:27:06 2007]
0.05	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/212164-1170098825/sugar-v0-40.jar -convert /tmp/evaluation/212164-1170098825/unknown.xml /tmp/evaluation/212164-1170098825/sugar26408.csp
0.21	c BEGIN convert /tmp/evaluation/212164-1170098825/unknown.xml
2.26	c END convert (2.053186 seconds)
2.31	c # CONVERT_XML  END : /tmp/evaluation/212164-1170098825/sugar26408.csp 1583424 bytes (2 seconds) [Mon Jan 29 20:27:08 2007]
2.31	c # CONVERT_XML  CPU : 2.16 = 0 + 0 + 2.06 + 0.1
2.31	
2.31	c # GENERATE_SAT  BEGIN : /tmp/evaluation/212164-1170098825/sugar26408.bcnf [Mon Jan 29 20:27:08 2007]
2.31	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/212164-1170098825/sugar-v0-40.jar -bcnf -map /tmp/evaluation/212164-1170098825/sugar26408.map /tmp/evaluation/212164-1170098825/sugar26408.csp /tmp/evaluation/212164-1170098825/sugar26408.bcnf
2.43	c BEGIN parse /tmp/evaluation/212164-1170098825/sugar26408.csp
77.03	c END parse (74.601089 seconds)
77.03	c BEGIN simplify
77.06	c END simplify (0.031488 seconds)
77.06	c BEGIN encode /tmp/evaluation/212164-1170098825/sugar26408.bcnf
2095.82	
2095.82	s UNKNOWN
2095.82	c # INTERRUPTED
2095.82	c # MAIN  END :  (2096 seconds) [Mon Jan 29 21:02:02 2007]
2095.82	c # MAIN  CPU : 2.16 = 0 + 0 + 2.06 + 0.1
2095.82	

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-212164-1170098825 -o ROOT/results/node24/solver-212164-1170098825 -C 1800 -M 900 /tmp/evaluation/212164-1170098825/solver /tmp/evaluation/212164-1170098825 /tmp/evaluation/212164-1170098825/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: 1.92 1.98 1.99 5/87 26409
/proc/meminfo: memFree=1823024/2055920 swapFree=4145204/4192956
[pid=26408] ppid=26406 vsize=12268 CPUtime=0
/proc/26408/stat : 26408 (sugar) R 26406 26408 25947 0 -1 4194304 597 0 0 0 0 0 0 0 21 0 1 0 29836868 12562432 316 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237788428901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26408/statm: 3067 316 241 3 0 167 0

[startup+0.108542 s]
/proc/loadavg: 1.92 1.98 1.99 5/87 26409
/proc/meminfo: memFree=1823024/2055920 swapFree=4145204/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=0.04
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1112 0 0 0 3 1 0 0 19 0 1 0 29836868 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26408/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+0.516587 s]
/proc/loadavg: 1.92 1.98 1.99 5/87 26409
/proc/meminfo: memFree=1823024/2055920 swapFree=4145204/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=0.04
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 29836868 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26408/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13724

[startup+1.33768 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 26417
/proc/meminfo: memFree=1783024/2055920 swapFree=4145204/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=0.04
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1121 0 0 0 3 1 0 0 16 0 1 0 29836868 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26408/statm: 3431 805 368 3 0 531 0
[pid=26410] ppid=26408 vsize=808432 CPUtime=1.22
/proc/26410/stat : 26410 (java) R 26408 26408 25947 0 -1 0 12538 0 1 0 115 7 0 0 25 0 8 0 29836873 827834368 12279 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4073765394 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26410/statm: 202108 12279 1694 14 0 189386 0
[pid=26410/tid=26411] ppid=26408 vsize=808432 CPUtime=0.15
/proc/26410/task/26411/stat : 26411 (java) S 26408 26408 25947 0 -1 64 5925 0 0 0 13 2 0 0 16 0 8 0 29836879 827834368 12279 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26410/tid=26412] ppid=26408 vsize=808432 CPUtime=0
/proc/26410/task/26412/stat : 26412 (java) S 26408 26408 25947 0 -1 64 10 0 0 0 0 0 0 0 20 0 8 0 29836879 827834368 12279 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26410/tid=26413] ppid=26408 vsize=808432 CPUtime=0
/proc/26410/task/26413/stat : 26413 (java) S 26408 26408 25947 0 -1 64 3 0 0 0 0 0 0 0 21 0 8 0 29836879 827834368 12279 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26410/tid=26414] ppid=26408 vsize=808432 CPUtime=0
/proc/26410/task/26414/stat : 26414 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 29836884 827834368 12279 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26410/tid=26415] ppid=26408 vsize=808432 CPUtime=0.17
/proc/26410/task/26415/stat : 26415 (java) S 26408 26408 25947 0 -1 64 426 0 0 0 17 0 0 0 16 0 8 0 29836884 827834368 12279 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26410/tid=26416] ppid=26408 vsize=808432 CPUtime=0
/proc/26410/task/26416/stat : 26416 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 29836884 827834368 12279 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26410/tid=26417] ppid=26408 vsize=808432 CPUtime=0
/proc/26410/task/26417/stat : 26417 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29836884 827834368 12279 18446744073709551615 134512640 134570532 4294956528 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 822156

[startup+2.97685 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 26417
/proc/meminfo: memFree=1776880/2055920 swapFree=4145204/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=2.2
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1190 12595 0 1 3 1 206 10 15 0 1 0 29836868 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26408/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 13724

[startup+6.1802 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 26425
/proc/meminfo: memFree=1766640/2055920 swapFree=4145204/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=2.2
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1190 12595 0 1 3 1 206 10 15 0 1 0 29836868 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26408/statm: 3431 809 371 3 0 531 0
[pid=26418] ppid=26408 vsize=807380 CPUtime=3.83
/proc/26418/stat : 26418 (java) R 26408 26408 25947 0 -1 0 15221 0 1 0 374 9 0 0 25 0 8 0 29837099 826757120 14947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073657020 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26418/statm: 201845 14947 1506 14 0 189123 0
[pid=26418/tid=26419] ppid=26408 vsize=807380 CPUtime=0.59
/proc/26418/task/26419/stat : 26419 (java) S 26408 26408 25947 0 -1 64 8969 0 0 0 55 4 0 0 16 0 8 0 29837103 826757120 14947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26420] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26420/stat : 26420 (java) S 26408 26408 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 14947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26421] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26421/stat : 26421 (java) S 26408 26408 25947 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 14947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26422] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26422/stat : 26422 (java) S 26408 26408 25947 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29837106 826757120 14947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26423] ppid=26408 vsize=807380 CPUtime=0.14
/proc/26418/task/26423/stat : 26423 (java) S 26408 26408 25947 0 -1 64 419 0 0 0 14 0 0 0 16 0 8 0 29837106 826757120 14947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26424] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26424/stat : 26424 (java) S 26408 26408 25947 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29837106 826757120 14947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26425] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26425/stat : 26425 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29837106 826757120 14947 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 821104

[startup+12.6609 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 26425
/proc/meminfo: memFree=1754480/2055920 swapFree=4145204/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=2.2
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1190 12595 0 1 3 1 206 10 15 0 1 0 29836868 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26408/statm: 3431 809 371 3 0 531 0
[pid=26418] ppid=26408 vsize=807380 CPUtime=10.28
/proc/26418/stat : 26418 (java) R 26408 26408 25947 0 -1 0 18075 0 1 0 1017 11 0 0 25 0 8 0 29837099 826757120 17766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629468 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26418/statm: 201845 17766 1506 14 0 189123 0
[pid=26418/tid=26419] ppid=26408 vsize=807380 CPUtime=0.86
/proc/26418/task/26419/stat : 26419 (java) S 26408 26408 25947 0 -1 64 11787 0 0 0 81 5 0 0 16 0 8 0 29837103 826757120 17766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26420] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26420/stat : 26420 (java) S 26408 26408 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 17766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26421] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26421/stat : 26421 (java) S 26408 26408 25947 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 17766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26422] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26422/stat : 26422 (java) S 26408 26408 25947 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29837106 826757120 17766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26423] ppid=26408 vsize=807380 CPUtime=0.14
/proc/26418/task/26423/stat : 26423 (java) S 26408 26408 25947 0 -1 64 420 0 0 0 14 0 0 0 17 0 8 0 29837106 826757120 17766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26424] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26424/stat : 26424 (java) S 26408 26408 25947 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29837106 826757120 17766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26425] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26425/stat : 26425 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29837106 826757120 17766 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 821104

[startup+25.5543 s]
/proc/loadavg: 1.95 1.98 1.99 4/95 26425
/proc/meminfo: memFree=1733872/2055920 swapFree=4145204/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=2.2
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1190 12595 0 1 3 1 206 10 15 0 1 0 29836868 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26408/statm: 3431 809 371 3 0 531 0
[pid=26418] ppid=26408 vsize=807380 CPUtime=23.11
/proc/26418/stat : 26418 (java) R 26408 26408 25947 0 -1 0 23671 0 1 0 2296 15 0 0 25 0 8 0 29837099 826757120 23291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073648687 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26418/statm: 201845 23291 1506 14 0 189123 0
[pid=26418/tid=26419] ppid=26408 vsize=807380 CPUtime=1.43
/proc/26418/task/26419/stat : 26419 (java) S 26408 26408 25947 0 -1 64 17312 0 0 0 134 9 0 0 16 0 8 0 29837103 826757120 23291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26420] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26420/stat : 26420 (java) S 26408 26408 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 23291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26421] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26421/stat : 26421 (java) S 26408 26408 25947 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 23291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26422] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26422/stat : 26422 (java) S 26408 26408 25947 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29837106 826757120 23291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26423] ppid=26408 vsize=807380 CPUtime=0.15
/proc/26418/task/26423/stat : 26423 (java) S 26408 26408 25947 0 -1 64 420 0 0 0 15 0 0 0 16 0 8 0 29837106 826757120 23291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26424] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26424/stat : 26424 (java) S 26408 26408 25947 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29837106 826757120 23291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26425] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26425/stat : 26425 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29837106 826757120 23291 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 821104

[startup+51.2561 s]
/proc/loadavg: 2.12 2.02 2.01 3/102 26489
/proc/meminfo: memFree=1713840/2055920 swapFree=4145204/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=2.2
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1190 12595 0 1 3 1 206 10 15 0 1 0 29836868 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26408/statm: 3431 809 371 3 0 531 0
[pid=26418] ppid=26408 vsize=807380 CPUtime=48.65
/proc/26418/stat : 26418 (java) R 26408 26408 25947 0 -1 0 32554 0 1 0 4844 21 0 0 25 0 8 0 29837099 826757120 32038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073648635 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26418/statm: 201845 32038 1506 14 0 189123 0
[pid=26418/tid=26419] ppid=26408 vsize=807380 CPUtime=2.48
/proc/26418/task/26419/stat : 26419 (java) S 26408 26408 25947 0 -1 64 26059 0 0 0 234 14 0 0 16 0 8 0 29837103 826757120 32038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26418/tid=26420] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26420/stat : 26420 (java) S 26408 26408 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 32038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26421] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26421/stat : 26421 (java) S 26408 26408 25947 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 32038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26422] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26422/stat : 26422 (java) S 26408 26408 25947 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29837106 826757120 32038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26423] ppid=26408 vsize=807380 CPUtime=0.15
/proc/26418/task/26423/stat : 26423 (java) S 26408 26408 25947 0 -1 64 420 0 0 0 15 0 0 0 16 0 8 0 29837106 826757120 32038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26424] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26424/stat : 26424 (java) S 26408 26408 25947 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29837106 826757120 32038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26425] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26425/stat : 26425 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29837106 826757120 32038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 821104

[startup+102.512 s]
/proc/loadavg: 2.80 2.19 2.06 3/103 26492
/proc/meminfo: memFree=162920/2055920 swapFree=4145204/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=2.2
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1190 12595 0 1 3 1 206 10 16 0 1 0 29836868 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26408/statm: 3431 809 371 3 0 531 0
[pid=26418] ppid=26408 vsize=807380 CPUtime=99.16
/proc/26418/stat : 26418 (java) R 26408 26408 25947 0 -1 0 39630 0 1 0 9598 318 0 0 25 0 8 0 29837099 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823823 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26418/statm: 201845 38982 1508 14 0 189123 0
[pid=26418/tid=26419] ppid=26408 vsize=807380 CPUtime=3.48
/proc/26418/task/26419/stat : 26419 (java) S 26408 26408 25947 0 -1 64 32989 0 0 0 330 18 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26418/tid=26420] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26420/stat : 26420 (java) S 26408 26408 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26421] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26421/stat : 26421 (java) S 26408 26408 25947 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26422] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26422/stat : 26422 (java) S 26408 26408 25947 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26423] ppid=26408 vsize=807380 CPUtime=0.16
/proc/26418/task/26423/stat : 26423 (java) S 26408 26408 25947 0 -1 64 426 0 0 0 16 0 0 0 16 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26418/tid=26424] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26424/stat : 26424 (java) S 26408 26408 25947 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26425] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26425/stat : 26425 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 821104

[startup+162.56 s]

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

[pid=26408] ppid=26406 vsize=13724 CPUtime=2.2
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1190 12595 0 1 3 1 206 10 16 0 1 0 29836868 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26408/statm: 3431 809 371 3 0 531 0
[pid=26418] ppid=26408 vsize=807380 CPUtime=1552.4
/proc/26418/stat : 26418 (java) R 26408 26408 25947 0 -1 0 39630 0 1 0 50970 104270 0 0 25 0 8 0 29837099 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26418/statm: 201845 38982 1508 14 0 189123 0
[pid=26418/tid=26419] ppid=26408 vsize=807380 CPUtime=3.48
/proc/26418/task/26419/stat : 26419 (java) S 26408 26408 25947 0 -1 64 32989 0 0 0 330 18 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26420] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26420/stat : 26420 (java) S 26408 26408 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26421] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26421/stat : 26421 (java) S 26408 26408 25947 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26422] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26422/stat : 26422 (java) S 26408 26408 25947 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26423] ppid=26408 vsize=807380 CPUtime=0.16
/proc/26418/task/26423/stat : 26423 (java) S 26408 26408 25947 0 -1 64 426 0 0 0 16 0 0 0 16 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26418/tid=26424] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26424/stat : 26424 (java) S 26408 26408 25947 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26425] ppid=26408 vsize=807380 CPUtime=0.06
/proc/26418/task/26425/stat : 26425 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 3 3 0 0 15 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1554.6
Current children cumulated vsize (KiB) 821104

[startup+1904.32 s]
/proc/loadavg: 2.34 2.30 2.56 3/102 26542
/proc/meminfo: memFree=16240/2055920 swapFree=4145208/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=2.2
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1190 12595 0 1 3 1 206 10 16 0 1 0 29836868 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26408/statm: 3431 809 371 3 0 531 0
[pid=26418] ppid=26408 vsize=807380 CPUtime=1610.99
/proc/26418/stat : 26418 (java) R 26408 26408 25947 0 -1 0 39630 0 1 0 51779 109320 0 0 25 0 8 0 29837099 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26418/statm: 201845 38982 1508 14 0 189123 0
[pid=26418/tid=26419] ppid=26408 vsize=807380 CPUtime=3.48
/proc/26418/task/26419/stat : 26419 (java) S 26408 26408 25947 0 -1 64 32989 0 0 0 330 18 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26420] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26420/stat : 26420 (java) S 26408 26408 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26421] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26421/stat : 26421 (java) S 26408 26408 25947 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26422] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26422/stat : 26422 (java) S 26408 26408 25947 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26423] ppid=26408 vsize=807380 CPUtime=0.16
/proc/26418/task/26423/stat : 26423 (java) S 26408 26408 25947 0 -1 64 426 0 0 0 16 0 0 0 16 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26418/tid=26424] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26424/stat : 26424 (java) S 26408 26408 25947 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26425] ppid=26408 vsize=807380 CPUtime=0.06
/proc/26418/task/26425/stat : 26425 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 3 3 0 0 15 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1613.19
Current children cumulated vsize (KiB) 821104

[startup+1964.38 s]
/proc/loadavg: 2.25 2.29 2.54 3/102 26542
/proc/meminfo: memFree=15984/2055920 swapFree=4145208/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=2.2
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1190 12595 0 1 3 1 206 10 16 0 1 0 29836868 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26408/statm: 3431 809 371 3 0 531 0
[pid=26418] ppid=26408 vsize=807380 CPUtime=1669.55
/proc/26418/stat : 26418 (java) R 26408 26408 25947 0 -1 0 39630 0 1 0 52607 114348 0 0 25 0 8 0 29837099 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26418/statm: 201845 38982 1508 14 0 189123 0
[pid=26418/tid=26419] ppid=26408 vsize=807380 CPUtime=3.48
/proc/26418/task/26419/stat : 26419 (java) S 26408 26408 25947 0 -1 64 32989 0 0 0 330 18 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26420] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26420/stat : 26420 (java) S 26408 26408 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26421] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26421/stat : 26421 (java) S 26408 26408 25947 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26422] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26422/stat : 26422 (java) S 26408 26408 25947 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26423] ppid=26408 vsize=807380 CPUtime=0.16
/proc/26418/task/26423/stat : 26423 (java) S 26408 26408 25947 0 -1 64 426 0 0 0 16 0 0 0 16 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26418/tid=26424] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26424/stat : 26424 (java) S 26408 26408 25947 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26425] ppid=26408 vsize=807380 CPUtime=0.06
/proc/26418/task/26425/stat : 26425 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 3 3 0 0 15 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1671.75
Current children cumulated vsize (KiB) 821104

[startup+2024.42 s]
/proc/loadavg: 2.27 2.29 2.53 3/102 26542
/proc/meminfo: memFree=16048/2055920 swapFree=4145208/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=2.2
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1190 12595 0 1 3 1 206 10 16 0 1 0 29836868 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26408/statm: 3431 809 371 3 0 531 0
[pid=26418] ppid=26408 vsize=807380 CPUtime=1728.16
/proc/26418/stat : 26418 (java) R 26408 26408 25947 0 -1 0 39630 0 1 0 53433 119383 0 0 25 0 8 0 29837099 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26418/statm: 201845 38982 1508 14 0 189123 0
[pid=26418/tid=26419] ppid=26408 vsize=807380 CPUtime=3.48
/proc/26418/task/26419/stat : 26419 (java) S 26408 26408 25947 0 -1 64 32989 0 0 0 330 18 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26420] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26420/stat : 26420 (java) S 26408 26408 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26421] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26421/stat : 26421 (java) S 26408 26408 25947 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26422] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26422/stat : 26422 (java) S 26408 26408 25947 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26423] ppid=26408 vsize=807380 CPUtime=0.16
/proc/26418/task/26423/stat : 26423 (java) S 26408 26408 25947 0 -1 64 426 0 0 0 16 0 0 0 16 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26418/tid=26424] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26424/stat : 26424 (java) S 26408 26408 25947 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26425] ppid=26408 vsize=807380 CPUtime=0.06
/proc/26418/task/26425/stat : 26425 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 3 3 0 0 15 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1730.36
Current children cumulated vsize (KiB) 821104

[startup+2084.44 s]
/proc/loadavg: 2.54 2.36 2.53 3/108 26656
/proc/meminfo: memFree=16024/2055920 swapFree=4145208/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=2.2
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1190 12595 0 1 3 1 206 10 16 0 1 0 29836868 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26408/statm: 3431 809 371 3 0 531 0
[pid=26418] ppid=26408 vsize=807380 CPUtime=1786.71
/proc/26418/stat : 26418 (java) R 26408 26408 25947 0 -1 0 39630 0 1 0 54268 124403 0 0 25 0 8 0 29837099 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26418/statm: 201845 38982 1508 14 0 189123 0
[pid=26418/tid=26419] ppid=26408 vsize=807380 CPUtime=3.48
/proc/26418/task/26419/stat : 26419 (java) S 26408 26408 25947 0 -1 64 32989 0 0 0 330 18 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26420] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26420/stat : 26420 (java) S 26408 26408 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26421] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26421/stat : 26421 (java) S 26408 26408 25947 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26422] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26422/stat : 26422 (java) S 26408 26408 25947 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26423] ppid=26408 vsize=807380 CPUtime=0.16
/proc/26418/task/26423/stat : 26423 (java) S 26408 26408 25947 0 -1 64 426 0 0 0 16 0 0 0 16 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26418/tid=26424] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26424/stat : 26424 (java) S 26408 26408 25947 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26425] ppid=26408 vsize=807380 CPUtime=0.07
/proc/26418/task/26425/stat : 26425 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 3 4 0 0 15 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1788.91
Current children cumulated vsize (KiB) 821104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2095.8 s]
/proc/loadavg: 2.62 2.38 2.54 3/108 26680
/proc/meminfo: memFree=15128/2055920 swapFree=4145208/4192956
[pid=26408] ppid=26406 vsize=13724 CPUtime=2.2
/proc/26408/stat : 26408 (sugar) S 26406 26408 25947 0 -1 4194304 1190 12595 0 1 3 1 206 10 16 0 1 0 29836868 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 237797159010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26408/statm: 3431 809 371 3 0 531 0
[pid=26418] ppid=26408 vsize=807380 CPUtime=1797.88
/proc/26418/stat : 26418 (java) R 26408 26408 25947 0 -1 0 39630 0 1 0 54425 125363 0 0 25 0 8 0 29837099 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26418/statm: 201845 38982 1508 14 0 189123 0
[pid=26418/tid=26419] ppid=26408 vsize=807380 CPUtime=3.48
/proc/26418/task/26419/stat : 26419 (java) S 26408 26408 25947 0 -1 64 32989 0 0 0 330 18 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26420] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26420/stat : 26420 (java) S 26408 26408 25947 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26421] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26421/stat : 26421 (java) S 26408 26408 25947 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 29837103 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26422] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26422/stat : 26422 (java) S 26408 26408 25947 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26423] ppid=26408 vsize=807380 CPUtime=0.16
/proc/26418/task/26423/stat : 26423 (java) S 26408 26408 25947 0 -1 64 426 0 0 0 16 0 0 0 16 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26418/tid=26424] ppid=26408 vsize=807380 CPUtime=0
/proc/26418/task/26424/stat : 26424 (java) S 26408 26408 25947 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26418/tid=26425] ppid=26408 vsize=807380 CPUtime=0.07
/proc/26418/task/26425/stat : 26425 (java) S 26408 26408 25947 0 -1 64 1 0 0 0 3 4 0 0 15 0 8 0 29837106 826757120 38982 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 821104

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

Sending SIGKILL to process tree (bottom up)

Child ended because it received signal 9 (SIGKILL)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 26408 and gives childrusage.ru_utime.tv_sec=2 childrusage.ru_utime.tv_usec=100680 childrusage.ru_stime.tv_sec=5 childrusage.ru_stime.tv_usec=423175
CPU time returned by wait4() is 7.52386
while last known CPU time is 1805.44

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

Real time (s): 2135.06
CPU time (s): 1805.44
CPU user time (s): 546.34
CPU system time (s): 1259.1
CPU usage (%): 84.5614
Max. virtual memory (cumulated for all children) (KiB): 822156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.10068
system time used= 5.42317
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13808
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4429
involuntary context switches= 1118

runsolver used 4.20436 s user time and 10.4484 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Jan 29 19:27:06 UTC 2007


IDJOB= 212164
IDBENCH= 4749
IDSOLVER= 86
FILE ID= node24/212164-1170098825

PBS_JOBID= 3689695

Free space on /tmp= 66556 MiB

SOLVER NAME= sugar 0.40
BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-neos15.xml
COMMAND LINE= /tmp/evaluation/212164-1170098825/solver /tmp/evaluation/212164-1170098825 /tmp/evaluation/212164-1170098825/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-212164-1170098825 -o ROOT/results/node24/solver-212164-1170098825 -C 1800 -M 900  /tmp/evaluation/212164-1170098825/solver /tmp/evaluation/212164-1170098825 /tmp/evaluation/212164-1170098825/unknown.xml

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  77c5b784e980b4598a0024a205a55a61

RANDOM SEED= 174252714

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:       1823440 kB
Buffers:         31548 kB
Cached:          92732 kB
SwapCached:       4580 kB
Active:          99580 kB
Inactive:        84080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1823440 kB
SwapTotal:     4192956 kB
SwapFree:      4145204 kB
Dirty:            2728 kB
Writeback:           0 kB
Mapped:          66904 kB
Slab:            33744 kB
Committed_AS:   406184 kB
PageTables:       2200 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= 55819 MiB



End job on node24 on Mon Jan 29 20:02:41 UTC 2007