Trace number 212671

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) 1803.91 1862.94

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-est.xml
MD5SUM3f99d109b6c447bf3566f01d88c0644b
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables146
Number of constraints7
Maximum constraint arity74
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04	c # Sugar v0-40 (/tmp/evaluation/212671-1170099163/sugar-v0-40.jar)
0.04	
0.04	c # MAIN  BEGIN : /tmp/evaluation/212671-1170099163/unknown.xml [Mon Jan 29 20:32:43 2007]
0.04	c # CONVERT_XML  BEGIN : /tmp/evaluation/212671-1170099163/unknown.xml /tmp/evaluation/212671-1170099163/sugar23293.csp [Mon Jan 29 20:32:43 2007]
0.04	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/212671-1170099163/sugar-v0-40.jar -convert /tmp/evaluation/212671-1170099163/unknown.xml /tmp/evaluation/212671-1170099163/sugar23293.csp
0.16	c BEGIN convert /tmp/evaluation/212671-1170099163/unknown.xml
0.33	c END convert (0.172914 seconds)
0.38	c # CONVERT_XML  END : /tmp/evaluation/212671-1170099163/sugar23293.csp 7497 bytes (0 seconds) [Mon Jan 29 20:32:43 2007]
0.38	c # CONVERT_XML  CPU : 0.26 = 0 + 0 + 0.24 + 0.02
0.38	
0.38	c # GENERATE_SAT  BEGIN : /tmp/evaluation/212671-1170099163/sugar23293.bcnf [Mon Jan 29 20:32:43 2007]
0.38	c # CMD : java -Xms200M -Xmx600M -jar /tmp/evaluation/212671-1170099163/sugar-v0-40.jar -bcnf -map /tmp/evaluation/212671-1170099163/sugar23293.map /tmp/evaluation/212671-1170099163/sugar23293.csp /tmp/evaluation/212671-1170099163/sugar23293.bcnf
0.49	c BEGIN parse /tmp/evaluation/212671-1170099163/sugar23293.csp
0.87	c END parse (0.376325 seconds)
0.87	c BEGIN simplify
0.87	c END simplify (0.002022 seconds)
0.87	c BEGIN encode /tmp/evaluation/212671-1170099163/sugar23293.bcnf
1844.36	
1844.36	s UNKNOWN
1844.36	c # INTERRUPTED
1844.36	c # MAIN  END :  (1844 seconds) [Mon Jan 29 21:03:27 2007]
1844.36	c # MAIN  CPU : 0.26 = 0 + 0 + 0.24 + 0.02
1844.36	

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/node75/watcher-212671-1170099163 -o ROOT/results/node75/solver-212671-1170099163 -C 1800 -M 900 /tmp/evaluation/212671-1170099163/solver /tmp/evaluation/212671-1170099163 /tmp/evaluation/212671-1170099163/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.93 2.00 1.93 5/82 23294
/proc/meminfo: memFree=1365112/2055920 swapFree=4192956/4192956
[pid=23293] ppid=23291 vsize=12268 CPUtime=0
/proc/23293/stat : 23293 (sugar) R 23291 23293 22585 0 -1 4194304 562 0 0 0 0 0 0 0 21 0 1 0 29882096 12562432 281 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231900672018 0 0 4224 0 0 0 0 17 1 0 0
/proc/23293/statm: 3067 281 208 3 0 167 0

[startup+0.103704 s]
/proc/loadavg: 1.93 2.00 1.93 5/82 23294
/proc/meminfo: memFree=1365112/2055920 swapFree=4192956/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.03
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1112 0 0 0 3 0 0 0 22 0 1 0 29882096 14053376 805 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 805 368 3 0 531 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13724

[startup+0.516753 s]
/proc/loadavg: 1.93 2.00 1.93 5/82 23294
/proc/meminfo: memFree=1365112/2055920 swapFree=4192956/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13724

[startup+1.34001 s]
/proc/loadavg: 1.93 2.00 1.93 4/90 23310
/proc/meminfo: memFree=1338040/2055920 swapFree=4192956/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807356 CPUtime=0.92
/proc/23303/stat : 23303 (java) R 23293 23293 22585 0 -1 0 6407 0 1 0 84 8 0 0 25 0 8 0 29882134 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073690086 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23303/statm: 201839 6157 1508 14 0 189117 0
[pid=23303/tid=23304] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23304/stat : 23304 (java) S 23293 23293 22585 0 -1 64 212 0 0 0 0 0 0 0 16 0 8 0 29882137 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29882138 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29882138 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22585 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29882141 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807356 CPUtime=0.11
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22585 0 -1 64 381 0 0 0 11 0 0 0 16 0 8 0 29882141 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29882141 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22585 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29882141 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 821080

[startup+2.99204 s]
/proc/loadavg: 1.93 2.00 1.93 3/90 23310
/proc/meminfo: memFree=1306296/2055920 swapFree=4192956/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807356 CPUtime=2.54
/proc/23303/stat : 23303 (java) R 23293 23293 22585 0 -1 0 6408 0 1 0 232 22 0 0 25 0 8 0 29882134 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7201756 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23303/statm: 201839 6157 1508 14 0 189117 0
[pid=23303/tid=23304] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23304/stat : 23304 (java) S 23293 23293 22585 0 -1 64 212 0 0 0 0 0 0 0 16 0 8 0 29882137 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29882138 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29882138 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22585 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29882141 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807356 CPUtime=0.11
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22585 0 -1 64 381 0 0 0 11 0 0 0 16 0 8 0 29882141 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29882141 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22585 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29882141 826732544 6157 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 821080

[startup+6.19743 s]
/proc/loadavg: 2.01 2.02 1.93 3/90 23310
/proc/meminfo: memFree=1220920/2055920 swapFree=4192956/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807356 CPUtime=5.7
/proc/23303/stat : 23303 (java) R 23293 23293 22585 0 -1 0 6412 0 1 0 522 48 0 0 25 0 8 0 29882134 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073697310 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23303/statm: 201839 6161 1509 14 0 189117 0
[pid=23303/tid=23304] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23304/stat : 23304 (java) S 23293 23293 22585 0 -1 64 212 0 0 0 0 0 0 0 16 0 8 0 29882137 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29882138 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29882138 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22585 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807356 CPUtime=0.11
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22585 0 -1 64 385 0 0 0 11 0 0 0 16 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22585 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 821080

[startup+12.6814 s]
/proc/loadavg: 2.09 2.04 1.94 3/90 23310
/proc/meminfo: memFree=1097144/2055920 swapFree=4192956/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807356 CPUtime=12.04
/proc/23303/stat : 23303 (java) R 23293 23293 22585 0 -1 0 6412 0 1 0 1115 89 0 0 25 0 8 0 29882134 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073714020 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23303/statm: 201839 6161 1509 14 0 189117 0
[pid=23303/tid=23304] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23304/stat : 23304 (java) S 23293 23293 22585 0 -1 64 212 0 0 0 0 0 0 0 16 0 8 0 29882137 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29882138 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29882138 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22585 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807356 CPUtime=0.11
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22585 0 -1 64 385 0 0 0 11 0 0 0 16 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22585 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 821080

[startup+25.5527 s]
/proc/loadavg: 2.73 2.18 1.98 3/91 23315
/proc/meminfo: memFree=879024/2055920 swapFree=4192956/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807356 CPUtime=24.53
/proc/23303/stat : 23303 (java) R 23293 23293 22585 0 -1 0 6412 0 1 0 2279 174 0 0 25 0 8 0 29882134 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073713603 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23303/statm: 201839 6161 1509 14 0 189117 0
[pid=23303/tid=23304] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23304/stat : 23304 (java) S 23293 23293 22585 0 -1 64 212 0 0 0 0 0 0 0 16 0 8 0 29882137 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29882138 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29882138 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22585 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807356 CPUtime=0.11
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22585 0 -1 64 385 0 0 0 11 0 0 0 16 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22585 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.82
Current children cumulated vsize (KiB) 821080

[startup+51.2088 s]
/proc/loadavg: 3.38 2.37 2.05 3/90 23319
/proc/meminfo: memFree=427768/2055920 swapFree=4192956/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807356 CPUtime=49.03
/proc/23303/stat : 23303 (java) R 23293 23293 22585 0 -1 0 6412 0 1 0 4574 329 0 0 25 0 8 0 29882134 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073696862 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23303/statm: 201839 6161 1509 14 0 189117 0
[pid=23303/tid=23304] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23304/stat : 23304 (java) S 23293 23293 22585 0 -1 64 212 0 0 0 0 0 0 0 16 0 8 0 29882137 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29882138 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29882138 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22585 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807356 CPUtime=0.11
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22585 0 -1 64 385 0 0 0 11 0 0 0 16 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22585 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 29882141 826732544 6161 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.32
Current children cumulated vsize (KiB) 821080

[startup+102.495 s]
/proc/loadavg: 4.26 2.78 2.20 4/90 23331
/proc/meminfo: memFree=14776/2055920 swapFree=4192956/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807356 CPUtime=97.45
/proc/23303/stat : 23303 (java) R 23293 23293 22585 0 -1 0 6414 0 1 0 9093 652 0 0 25 0 8 0 29882134 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073706773 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23303/statm: 201839 6163 1509 14 0 189117 0
[pid=23303/tid=23304] ppid=23293 vsize=807356 CPUtime=0

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

[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807356 CPUtime=1562.91
/proc/23303/stat : 23303 (java) R 23293 23293 22585 0 -1 0 6414 0 1 0 41696 114595 0 0 24 0 8 0 29882134 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23303/statm: 201839 6163 1509 14 0 189117 0
[pid=23303/tid=23304] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23304/stat : 23304 (java) S 23293 23293 22585 0 -1 64 212 0 0 0 0 0 0 0 16 0 8 0 29882137 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29882138 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29882138 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22585 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807356 CPUtime=0.12
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22585 0 -1 64 387 0 0 0 12 0 0 0 16 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807356 CPUtime=0.02
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22585 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1563.2
Current children cumulated vsize (KiB) 821080

[startup+1663.56 s]
/proc/loadavg: 2.20 2.23 2.24 3/89 23405
/proc/meminfo: memFree=737640/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807356 CPUtime=1622.19
/proc/23303/stat : 23303 (java) R 23293 23293 22585 0 -1 0 6414 0 1 0 42895 119324 0 0 25 0 8 0 29882134 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23303/statm: 201839 6163 1509 14 0 189117 0
[pid=23303/tid=23304] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23304/stat : 23304 (java) S 23293 23293 22585 0 -1 64 212 0 0 0 0 0 0 0 16 0 8 0 29882137 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29882138 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29882138 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22585 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807356 CPUtime=0.12
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22585 0 -1 64 387 0 0 0 12 0 0 0 16 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807356 CPUtime=0.02
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22585 0 -1 64 0 0 0 0 1 1 0 0 15 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1622.48
Current children cumulated vsize (KiB) 821080

[startup+1723.58 s]
/proc/loadavg: 2.12 2.20 2.23 3/95 23489
/proc/meminfo: memFree=303592/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807356 CPUtime=1681.17
/proc/23303/stat : 23303 (java) R 23293 23293 22585 0 -1 0 6414 0 1 0 44013 124104 0 0 25 0 8 0 29882134 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23303/statm: 201839 6163 1509 14 0 189117 0
[pid=23303/tid=23304] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23304/stat : 23304 (java) S 23293 23293 22585 0 -1 64 212 0 0 0 0 0 0 0 16 0 8 0 29882137 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29882138 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29882138 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22585 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807356 CPUtime=0.12
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22585 0 -1 64 387 0 0 0 12 0 0 0 16 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807356 CPUtime=0.03
/proc/23303/task/23310/stat : 23310 (java) R 23293 23293 22585 0 -1 64 0 0 0 0 1 2 0 0 15 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1681.46
Current children cumulated vsize (KiB) 821080

[startup+1783.61 s]
/proc/loadavg: 2.36 2.25 2.25 3/95 23577
/proc/meminfo: memFree=15672/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807356 CPUtime=1739.85
/proc/23303/stat : 23303 (java) R 23293 23293 22585 0 -1 0 6414 0 1 0 45142 128843 0 0 25 0 8 0 29882134 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23303/statm: 201839 6163 1509 14 0 189117 0
[pid=23303/tid=23304] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23304/stat : 23304 (java) S 23293 23293 22585 0 -1 64 212 0 0 0 0 0 0 0 16 0 8 0 29882137 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29882138 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29882138 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22585 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807356 CPUtime=0.12
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22585 0 -1 64 387 0 0 0 12 0 0 0 16 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807356 CPUtime=0.03
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22585 0 -1 64 0 0 0 0 1 2 0 0 15 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1740.14
Current children cumulated vsize (KiB) 821080

[startup+1843.62 s]
/proc/loadavg: 2.33 2.28 2.26 3/89 23603
/proc/meminfo: memFree=15528/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807356 CPUtime=1799.01
/proc/23303/stat : 23303 (java) R 23293 23293 22585 0 -1 0 6414 0 1 0 46281 133620 0 0 25 0 8 0 29882134 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073705916 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23303/statm: 201839 6163 1509 14 0 189117 0
[pid=23303/tid=23304] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23304/stat : 23304 (java) S 23293 23293 22585 0 -1 64 212 0 0 0 0 0 0 0 16 0 8 0 29882137 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29882138 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29882138 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22585 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807356 CPUtime=0.12
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22585 0 -1 64 387 0 0 0 12 0 0 0 16 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807356 CPUtime=0.03
/proc/23303/task/23310/stat : 23310 (java) S 23293 23293 22585 0 -1 64 0 0 0 0 1 2 0 0 15 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1799.3
Current children cumulated vsize (KiB) 821080



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1844.34 s]
/proc/loadavg: 2.33 2.28 2.26 3/89 23603
/proc/meminfo: memFree=15464/2055920 swapFree=4192812/4192956
[pid=23293] ppid=23291 vsize=13724 CPUtime=0.29
/proc/23293/stat : 23293 (sugar) S 23291 23293 22585 0 -1 4194304 1190 4409 0 1 3 0 24 2 15 0 1 0 29882096 14053376 809 18446744073709551615 4194304 4206940 548682069232 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23293/statm: 3431 809 371 3 0 531 0
[pid=23303] ppid=23293 vsize=807356 CPUtime=1799.73
/proc/23303/stat : 23303 (java) R 23293 23293 22585 0 -1 0 6414 0 1 0 46297 133676 0 0 25 0 8 0 29882134 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23303/statm: 201839 6163 1509 14 0 189117 0
[pid=23303/tid=23304] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23304/stat : 23304 (java) S 23293 23293 22585 0 -1 64 212 0 0 0 0 0 0 0 16 0 8 0 29882137 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23303/tid=23305] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23305/stat : 23305 (java) S 23293 23293 22585 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 29882138 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23306] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23306/stat : 23306 (java) S 23293 23293 22585 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 29882138 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23307] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23307/stat : 23307 (java) S 23293 23293 22585 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23308] ppid=23293 vsize=807356 CPUtime=0.12
/proc/23303/task/23308/stat : 23308 (java) S 23293 23293 22585 0 -1 64 387 0 0 0 12 0 0 0 16 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23309] ppid=23293 vsize=807356 CPUtime=0
/proc/23303/task/23309/stat : 23309 (java) S 23293 23293 22585 0 -1 64 3 0 0 0 0 0 0 0 25 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23303/tid=23310] ppid=23293 vsize=807356 CPUtime=0.03
/proc/23303/task/23310/stat : 23310 (java) R 23293 23293 22585 0 -1 64 0 0 0 0 1 2 0 0 15 0 8 0 29882141 826732544 6163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 821080

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 23293 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=283956 childrusage.ru_stime.tv_sec=3 childrusage.ru_stime.tv_usec=865412
CPU time returned by wait4() is 4.14937
while last known CPU time is 1803.91

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

Real time (s): 1862.94
CPU time (s): 1803.91
CPU user time (s): 463.25
CPU system time (s): 1340.66
CPU usage (%): 96.8313
Max. virtual memory (cumulated for all children) (KiB): 821080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.283956
system time used= 3.86541
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5623
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2144
involuntary context switches= 239

runsolver used 3.62945 s user time and 9.06362 s system time

The end

Launcher Data (download as text)

Begin job on node75 on Mon Jan 29 19:32:43 UTC 2007


IDJOB= 212671
IDBENCH= 4788
IDSOLVER= 86
FILE ID= node75/212671-1170099163

PBS_JOBID= 3689681

Free space on /tmp= 66559 MiB

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

META MD5SUM SOLVER= 0a27e717dfe98d83d9802fe0eea45073
MD5SUM BENCH=  3f99d109b6c447bf3566f01d88c0644b

RANDOM SEED= 805972035

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.218
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.218
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1365528 kB
Buffers:         53548 kB
Cached:         440472 kB
SwapCached:          0 kB
Active:         291868 kB
Inactive:       324520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1365528 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             860 kB
Writeback:           0 kB
Mapped:         139132 kB
Slab:            58960 kB
Committed_AS:   393636 kB
PageTables:       2068 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= 65674 MiB



End job on node75 on Mon Jan 29 20:03:46 UTC 2007