Trace number 1113946

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 113.325 133.373

General information on the benchmark

Namecsp/dag-rand/
normalized-rand-n23-d3-e16-r15-t150000-22.xml
MD5SUM2c0c2559db7dd9b7ee60dc52c682bfbe
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints9
Best CPU time to get the best result obtained on this benchmark3600.03
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints16
Maximum constraint arity15
Maximum domain size3
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul 12 22:16:51 2008
0.00/0.04	c 0	PID 20271
0.03/0.04	c 0	HOST node28.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1113946-1215893795.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113946-1215893795.xml' 'HOME/temp.csp'
19.46/35.31	c 35	1 domains, 23 variables, 0 predicates, 16 relations, 16 constraints
19.55/35.41	c 36	ENCODING HOME/temp.csp TO HOME/temp.cnf
19.55/35.41	c 36	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
19.55/35.48	c 36	Parsing HOME/temp.csp
113.14/133.21	c 133	ERROR Exception Java heap space
113.14/133.21	c 133	java.util.Arrays.copyOf(Unknown Source)
113.14/133.21	c 133	java.util.Arrays.copyOf(Unknown Source)
113.14/133.21	c 133	java.util.ArrayList.ensureCapacity(Unknown Source)
113.14/133.21	c 133	java.util.ArrayList.add(Unknown Source)
113.14/133.21	c 133	jp.ac.kobe_u.cs.sugar.expression.Parser.parse(Parser.java:98)
113.14/133.21	c 133	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:90)
113.14/133.21	c 133	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
113.14/133.21	s UNKNOWN
113.22/133.33	c 133	CPU 110.19 (0.03 0 110.16 3.08)
113.22/133.33	c 133	END Sat Jul 12 22:19:04 2008

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113946-1215893795/watcher-1113946-1215893795 -o /tmp/evaluation-result-1113946-1215893795/solver-1113946-1215893795 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1113946-1215893795.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.05 2.73 2.66 4/80 20271
/proc/meminfo: memFree=1691900/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=12268 CPUtime=0
/proc/20271/stat : 20271 (sugar) R 20269 20271 19928 0 -1 4194304 348 0 0 0 0 0 0 0 21 0 1 0 46083293 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 217871776357 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/20271/statm: 3067 316 241 3 0 167 0

[startup+0.0465471 s]
/proc/loadavg: 3.05 2.73 2.66 4/80 20271
/proc/meminfo: memFree=1691900/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=0.03
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 838 0 0 0 3 0 0 0 20 0 1 0 46083293 13926400 792 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20271/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101899 s]
/proc/loadavg: 3.05 2.73 2.66 4/80 20271
/proc/meminfo: memFree=1691900/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=0.03
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 46083293 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20271/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301923 s]
/proc/loadavg: 3.05 2.73 2.66 4/80 20271
/proc/meminfo: memFree=1691900/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=0.03
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 46083293 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20271/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701964 s]
/proc/loadavg: 3.05 2.73 2.66 4/80 20271
/proc/meminfo: memFree=1691900/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=0.03
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 46083293 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20271/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.71928 s]
/proc/loadavg: 3.20 2.77 2.67 5/91 20283
/proc/meminfo: memFree=1597348/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=0.03
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 46083293 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20271/statm: 3400 796 370 3 0 500 0
[pid=20274] ppid=20271 vsize=5356 CPUtime=0
/proc/20274/stat : 20274 (sh) S 20271 20271 19928 0 -1 4194304 277 0 0 0 0 0 0 0 22 0 1 0 46083298 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20274/statm: 1339 233 193 169 0 50 0
[pid=20275] ppid=20274 vsize=864500 CPUtime=1.32
/proc/20275/stat : 20275 (java) S 20274 20271 19928 0 -1 0 28818 0 1 0 115 17 0 0 18 0 9 0 46083298 885248000 28088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20275/statm: 216125 28088 2528 9 0 210707 0
[pid=20275/tid=20276] ppid=20274 vsize=864500 CPUtime=0.95
/proc/20275/task/20276/stat : 20276 (java) R 20274 20271 19928 0 -1 64 4080 0 1 0 89 6 0 0 25 0 9 0 46083311 885248000 28088 996147200 134512640 134550740 4294956000 18446744073709551615 4126431932 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20277] ppid=20274 vsize=864500 CPUtime=0.29
/proc/20275/task/20277/stat : 20277 (java) S 20274 20271 19928 0 -1 64 23609 0 0 0 20 9 0 0 16 0 9 0 46083331 885248000 28088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20278] ppid=20274 vsize=864500 CPUtime=0
/proc/20275/task/20278/stat : 20278 (java) S 20274 20271 19928 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46083331 885248000 28088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20279] ppid=20274 vsize=864500 CPUtime=0
/proc/20275/task/20279/stat : 20279 (java) S 20274 20271 19928 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46083331 885248000 28088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20280] ppid=20274 vsize=864500 CPUtime=0
/proc/20275/task/20280/stat : 20280 (java) S 20274 20271 19928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46083333 885248000 28088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20281] ppid=20274 vsize=864500 CPUtime=0.05
/proc/20275/task/20281/stat : 20281 (java) S 20274 20271 19928 0 -1 64 431 0 0 0 5 0 0 0 16 0 9 0 46083333 885248000 28088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20282] ppid=20274 vsize=864500 CPUtime=0
/proc/20275/task/20282/stat : 20282 (java) S 20274 20271 19928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46083333 885248000 28088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20283] ppid=20274 vsize=864500 CPUtime=0
/proc/20275/task/20283/stat : 20283 (java) S 20274 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46083333 885248000 28088 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 883456

[startup+3.10244 s]
/proc/loadavg: 3.20 2.77 2.67 4/91 20283
/proc/meminfo: memFree=1490148/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=0.03
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 46083293 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20271/statm: 3400 796 370 3 0 500 0
[pid=20274] ppid=20271 vsize=5356 CPUtime=0
/proc/20274/stat : 20274 (sh) S 20271 20271 19928 0 -1 4194304 277 0 0 0 0 0 0 0 22 0 1 0 46083298 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20274/statm: 1339 233 193 169 0 50 0
[pid=20275] ppid=20274 vsize=864624 CPUtime=2.63
/proc/20275/stat : 20275 (java) S 20274 20271 19928 0 -1 0 62313 0 1 0 230 33 0 0 18 0 9 0 46083298 885374976 61560 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20275/statm: 216156 61560 2529 9 0 210738 0
[pid=20275/tid=20276] ppid=20274 vsize=864624 CPUtime=2.04
/proc/20275/task/20276/stat : 20276 (java) R 20274 20271 19928 0 -1 64 13842 0 1 0 192 12 0 0 25 0 9 0 46083311 885374976 61560 996147200 134512640 134550740 4294956000 18446744073709551615 102064736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20277] ppid=20274 vsize=864624 CPUtime=0.5
/proc/20275/task/20277/stat : 20277 (java) S 20274 20271 19928 0 -1 64 47330 0 0 0 30 20 0 0 16 0 9 0 46083331 885374976 61560 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20278] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20278/stat : 20278 (java) S 20274 20271 19928 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46083331 885374976 61560 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20279] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20279/stat : 20279 (java) S 20274 20271 19928 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46083331 885374976 61560 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20280] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20280/stat : 20280 (java) S 20274 20271 19928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46083333 885374976 61560 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20281] ppid=20274 vsize=864624 CPUtime=0.07
/proc/20275/task/20281/stat : 20281 (java) S 20274 20271 19928 0 -1 64 443 0 0 0 7 0 0 0 16 0 9 0 46083333 885374976 61560 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20282] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20282/stat : 20282 (java) S 20274 20271 19928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46083333 885374976 61560 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20283] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20283/stat : 20283 (java) S 20274 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46083333 885374976 61560 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 883580

[startup+6.30295 s]
/proc/loadavg: 3.51 2.84 2.70 6/91 20283
/proc/meminfo: memFree=1327332/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=0.03
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 46083293 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20271/statm: 3400 796 370 3 0 500 0
[pid=20274] ppid=20271 vsize=5356 CPUtime=0
/proc/20274/stat : 20274 (sh) S 20271 20271 19928 0 -1 4194304 277 0 0 0 0 0 0 0 22 0 1 0 46083298 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20274/statm: 1339 233 193 169 0 50 0
[pid=20275] ppid=20274 vsize=864624 CPUtime=4.92
/proc/20275/stat : 20275 (java) S 20274 20271 19928 0 -1 0 95483 0 1 0 442 50 0 0 18 0 9 0 46083298 885374976 94707 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20275/statm: 216156 94707 2529 9 0 210738 0
[pid=20275/tid=20276] ppid=20274 vsize=864624 CPUtime=3.72
/proc/20275/task/20276/stat : 20276 (java) R 20274 20271 19928 0 -1 64 15044 0 1 0 357 15 0 0 25 0 9 0 46083311 885374976 94707 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20277] ppid=20274 vsize=864624 CPUtime=1.08
/proc/20275/task/20277/stat : 20277 (java) R 20274 20271 19928 0 -1 64 79294 0 0 0 76 32 0 0 16 0 9 0 46083331 885374976 94707 996147200 134512640 134550740 4294956000 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20278] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20278/stat : 20278 (java) S 20274 20271 19928 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46083331 885374976 94707 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20279] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20279/stat : 20279 (java) S 20274 20271 19928 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 46083331 885374976 94707 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20280] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20280/stat : 20280 (java) S 20274 20271 19928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46083333 885374976 94707 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20281] ppid=20274 vsize=864624 CPUtime=0.07
/proc/20275/task/20281/stat : 20281 (java) S 20274 20271 19928 0 -1 64 447 0 0 0 7 0 0 0 16 0 9 0 46083333 885374976 94707 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20282] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20282/stat : 20282 (java) S 20274 20271 19928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46083333 885374976 94707 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20283] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20283/stat : 20283 (java) S 20274 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46083333 885374976 94707 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 883580

[startup+12.7073 s]
/proc/loadavg: 3.87 2.93 2.72 6/91 20283
/proc/meminfo: memFree=1264228/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=0.03
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 46083293 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20271/statm: 3400 796 370 3 0 500 0
[pid=20274] ppid=20271 vsize=5356 CPUtime=0
/proc/20274/stat : 20274 (sh) S 20271 20271 19928 0 -1 4194304 277 0 0 0 0 0 0 0 22 0 1 0 46083298 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20274/statm: 1339 233 193 169 0 50 0
[pid=20275] ppid=20274 vsize=864624 CPUtime=7.04
/proc/20275/stat : 20275 (java) S 20274 20271 19928 0 -1 0 105150 0 1 0 646 58 0 0 18 0 9 0 46083298 885374976 102648 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20275/statm: 216156 102648 2529 9 0 210738 0
[pid=20275/tid=20276] ppid=20274 vsize=864624 CPUtime=5.43
/proc/20275/task/20276/stat : 20276 (java) R 20274 20271 19928 0 -1 64 15300 0 1 0 522 21 0 0 25 0 9 0 46083311 885374976 102648 996147200 134512640 134550740 4294956000 18446744073709551615 4126546523 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20277] ppid=20274 vsize=864624 CPUtime=1.51
/proc/20275/task/20277/stat : 20277 (java) S 20274 20271 19928 0 -1 64 88698 0 0 0 115 36 0 0 16 0 9 0 46083331 885374976 102648 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20278] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20278/stat : 20278 (java) S 20274 20271 19928 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46083331 885374976 102648 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20279] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20279/stat : 20279 (java) S 20274 20271 19928 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 46083331 885374976 102648 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20280] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20280/stat : 20280 (java) S 20274 20271 19928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46083333 885374976 102648 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20281] ppid=20274 vsize=864624 CPUtime=0.08
/proc/20275/task/20281/stat : 20281 (java) S 20274 20271 19928 0 -1 64 454 0 0 0 8 0 0 0 17 0 9 0 46083333 885374976 102648 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20282] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20282/stat : 20282 (java) S 20274 20271 19928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46083333 885374976 102648 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20283] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20283/stat : 20283 (java) S 20274 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46083333 885374976 102648 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 883580

[startup+25.502 s]
/proc/loadavg: 3.95 2.98 2.74 4/91 20283
/proc/meminfo: memFree=1174116/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=0.03
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 898 127 0 0 3 0 0 0 21 0 1 0 46083293 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20271/statm: 3400 796 370 3 0 500 0
[pid=20274] ppid=20271 vsize=5356 CPUtime=0
/proc/20274/stat : 20274 (sh) S 20271 20271 19928 0 -1 4194304 277 0 0 0 0 0 0 0 22 0 1 0 46083298 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/20274/statm: 1339 233 193 169 0 50 0
[pid=20275] ppid=20274 vsize=864624 CPUtime=13.17
/proc/20275/stat : 20275 (java) S 20274 20271 19928 0 -1 0 122511 0 1 0 1204 113 0 0 18 0 9 0 46083298 885374976 117876 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20275/statm: 216156 117876 2529 9 0 210738 0
[pid=20275/tid=20276] ppid=20274 vsize=864624 CPUtime=9.83
/proc/20275/task/20276/stat : 20276 (java) S 20274 20271 19928 0 -1 64 15802 0 1 0 951 32 0 0 16 0 9 0 46083311 885374976 117876 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20275/tid=20277] ppid=20274 vsize=864624 CPUtime=2.82
/proc/20275/task/20277/stat : 20277 (java) R 20274 20271 19928 0 -1 64 105556 0 0 0 231 51 0 0 16 0 9 0 46083331 885374976 117876 996147200 134512640 134550740 4294956000 18446744073709551615 102109414 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20275/tid=20278] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20278/stat : 20278 (java) S 20274 20271 19928 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 46083331 885374976 117876 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20275/tid=20279] ppid=20274 vsize=864624 CPUtime=0
/proc/20275/task/20279/stat : 20279 (java) S 20274 20271 19928 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 46083331 885374976 117876 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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


[startup+129.603 s]
/proc/loadavg: 3.00 2.97 2.76 3/91 20295
/proc/meminfo: memFree=885476/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=19.56
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 974 134048 0 1 3 0 1774 179 16 0 1 0 46083293 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20271/statm: 3400 797 370 3 0 500 0
[pid=20284] ppid=20271 vsize=5356 CPUtime=0
/proc/20284/stat : 20284 (sh) S 20271 20271 19928 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 46086834 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20284/statm: 1339 233 193 169 0 50 0
[pid=20285] ppid=20284 vsize=865856 CPUtime=89.98
/proc/20285/stat : 20285 (java) S 20284 20271 19928 0 -1 0 221865 0 1 0 8880 118 0 0 18 0 9 0 46086834 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20285/statm: 216464 184104 2532 9 0 211046 0
[pid=20285/tid=20286] ppid=20284 vsize=865856 CPUtime=17.39
/proc/20285/task/20286/stat : 20286 (java) S 20284 20271 19928 0 -1 64 8370 0 1 0 1727 12 0 0 17 0 9 0 46086835 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20287] ppid=20284 vsize=865856 CPUtime=72.51
/proc/20285/task/20287/stat : 20287 (java) R 20284 20271 19928 0 -1 64 212481 0 0 0 7147 104 0 0 25 0 9 0 46086836 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 102721885 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20288] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20288/stat : 20288 (java) S 20284 20271 19928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46086836 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20289] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20289/stat : 20289 (java) S 20284 20271 19928 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46086836 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20290] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20290/stat : 20290 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20291] ppid=20284 vsize=865856 CPUtime=0.04
/proc/20285/task/20291/stat : 20291 (java) S 20284 20271 19928 0 -1 64 317 0 0 0 4 0 0 0 17 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20292] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20292/stat : 20292 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20293] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20293/stat : 20293 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 109.54
Current children cumulated vsize (KiB) 884812

[startup+131.202 s]
/proc/loadavg: 3.00 2.97 2.76 4/91 20295
/proc/meminfo: memFree=885476/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=19.56
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 974 134048 0 1 3 0 1774 179 16 0 1 0 46083293 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20271/statm: 3400 797 370 3 0 500 0
[pid=20284] ppid=20271 vsize=5356 CPUtime=0
/proc/20284/stat : 20284 (sh) S 20271 20271 19928 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 46086834 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20284/statm: 1339 233 193 169 0 50 0
[pid=20285] ppid=20284 vsize=865856 CPUtime=91.58
/proc/20285/stat : 20285 (java) S 20284 20271 19928 0 -1 0 221865 0 1 0 9040 118 0 0 18 0 9 0 46086834 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20285/statm: 216464 184104 2532 9 0 211046 0
[pid=20285/tid=20286] ppid=20284 vsize=865856 CPUtime=17.39
/proc/20285/task/20286/stat : 20286 (java) S 20284 20271 19928 0 -1 64 8370 0 1 0 1727 12 0 0 17 0 9 0 46086835 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20287] ppid=20284 vsize=865856 CPUtime=74.11
/proc/20285/task/20287/stat : 20287 (java) R 20284 20271 19928 0 -1 64 212481 0 0 0 7307 104 0 0 25 0 9 0 46086836 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 104180300 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20288] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20288/stat : 20288 (java) S 20284 20271 19928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46086836 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20289] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20289/stat : 20289 (java) S 20284 20271 19928 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46086836 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20290] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20290/stat : 20290 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20291] ppid=20284 vsize=865856 CPUtime=0.04
/proc/20285/task/20291/stat : 20291 (java) S 20284 20271 19928 0 -1 64 317 0 0 0 4 0 0 0 17 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20292] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20292/stat : 20292 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20293] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20293/stat : 20293 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 111.14
Current children cumulated vsize (KiB) 884812

[startup+132.002 s]
/proc/loadavg: 3.00 2.97 2.76 4/91 20295
/proc/meminfo: memFree=885476/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=19.56
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 974 134048 0 1 3 0 1774 179 16 0 1 0 46083293 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20271/statm: 3400 797 370 3 0 500 0
[pid=20284] ppid=20271 vsize=5356 CPUtime=0
/proc/20284/stat : 20284 (sh) S 20271 20271 19928 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 46086834 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20284/statm: 1339 233 193 169 0 50 0
[pid=20285] ppid=20284 vsize=865856 CPUtime=92.38
/proc/20285/stat : 20285 (java) S 20284 20271 19928 0 -1 0 221865 0 1 0 9120 118 0 0 18 0 9 0 46086834 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20285/statm: 216464 184104 2532 9 0 211046 0
[pid=20285/tid=20286] ppid=20284 vsize=865856 CPUtime=17.39
/proc/20285/task/20286/stat : 20286 (java) S 20284 20271 19928 0 -1 64 8370 0 1 0 1727 12 0 0 17 0 9 0 46086835 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20287] ppid=20284 vsize=865856 CPUtime=74.91
/proc/20285/task/20287/stat : 20287 (java) R 20284 20271 19928 0 -1 64 212481 0 0 0 7387 104 0 0 25 0 9 0 46086836 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20288] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20288/stat : 20288 (java) S 20284 20271 19928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46086836 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20289] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20289/stat : 20289 (java) S 20284 20271 19928 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46086836 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20290] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20290/stat : 20290 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20291] ppid=20284 vsize=865856 CPUtime=0.04
/proc/20285/task/20291/stat : 20291 (java) S 20284 20271 19928 0 -1 64 317 0 0 0 4 0 0 0 17 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20292] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20292/stat : 20292 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20293] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20293/stat : 20293 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 111.94
Current children cumulated vsize (KiB) 884812

[startup+132.802 s]
/proc/loadavg: 3.00 2.97 2.76 3/91 20295
/proc/meminfo: memFree=885476/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=19.56
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 974 134048 0 1 3 0 1774 179 16 0 1 0 46083293 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20271/statm: 3400 797 370 3 0 500 0
[pid=20284] ppid=20271 vsize=5356 CPUtime=0
/proc/20284/stat : 20284 (sh) S 20271 20271 19928 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 46086834 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20284/statm: 1339 233 193 169 0 50 0
[pid=20285] ppid=20284 vsize=865856 CPUtime=93.18
/proc/20285/stat : 20285 (java) S 20284 20271 19928 0 -1 0 221865 0 1 0 9200 118 0 0 18 0 9 0 46086834 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20285/statm: 216464 184104 2532 9 0 211046 0
[pid=20285/tid=20286] ppid=20284 vsize=865856 CPUtime=17.39
/proc/20285/task/20286/stat : 20286 (java) S 20284 20271 19928 0 -1 64 8370 0 1 0 1727 12 0 0 17 0 9 0 46086835 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20287] ppid=20284 vsize=865856 CPUtime=75.71
/proc/20285/task/20287/stat : 20287 (java) R 20284 20271 19928 0 -1 64 212481 0 0 0 7467 104 0 0 25 0 9 0 46086836 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 102731867 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20288] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20288/stat : 20288 (java) S 20284 20271 19928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46086836 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20289] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20289/stat : 20289 (java) S 20284 20271 19928 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46086836 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20290] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20290/stat : 20290 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20291] ppid=20284 vsize=865856 CPUtime=0.04
/proc/20285/task/20291/stat : 20291 (java) S 20284 20271 19928 0 -1 64 317 0 0 0 4 0 0 0 17 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20292] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20292/stat : 20292 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20293] ppid=20284 vsize=865856 CPUtime=0
/proc/20285/task/20293/stat : 20293 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46086838 886636544 184104 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 112.74
Current children cumulated vsize (KiB) 884812

[startup+133.202 s]
/proc/loadavg: 3.00 2.97 2.76 3/91 20295
/proc/meminfo: memFree=885476/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=19.56
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 974 134048 0 1 3 0 1774 179 16 0 1 0 46083293 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20271/statm: 3400 797 370 3 0 500 0
[pid=20284] ppid=20271 vsize=5356 CPUtime=0
/proc/20284/stat : 20284 (sh) S 20271 20271 19928 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 46086834 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20284/statm: 1339 233 193 169 0 50 0
[pid=20285] ppid=20284 vsize=863852 CPUtime=93.58
/proc/20285/stat : 20285 (java) S 20284 20271 19928 0 -1 0 221866 0 1 0 9240 118 0 0 18 0 9 0 46086834 884584448 183603 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20285/statm: 215963 183603 2532 9 0 210545 0
[pid=20285/tid=20286] ppid=20284 vsize=863852 CPUtime=17.39
/proc/20285/task/20286/stat : 20286 (java) S 20284 20271 19928 0 -1 64 8371 0 1 0 1727 12 0 0 17 0 9 0 46086835 884584448 183603 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20287] ppid=20284 vsize=863852 CPUtime=76.11
/proc/20285/task/20287/stat : 20287 (java) R 20284 20271 19928 0 -1 64 212481 0 0 0 7507 104 0 0 25 0 9 0 46086836 884584448 183603 996147200 134512640 134550740 4294955936 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20288] ppid=20284 vsize=863852 CPUtime=0
/proc/20285/task/20288/stat : 20288 (java) S 20284 20271 19928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46086836 884584448 183603 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20289] ppid=20284 vsize=863852 CPUtime=0
/proc/20285/task/20289/stat : 20289 (java) S 20284 20271 19928 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46086836 884584448 183603 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20290] ppid=20284 vsize=863852 CPUtime=0
/proc/20285/task/20290/stat : 20290 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46086838 884584448 183603 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20291] ppid=20284 vsize=863852 CPUtime=0.04
/proc/20285/task/20291/stat : 20291 (java) S 20284 20271 19928 0 -1 64 317 0 0 0 4 0 0 0 17 0 9 0 46086838 884584448 183603 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20292] ppid=20284 vsize=863852 CPUtime=0
/proc/20285/task/20292/stat : 20292 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 46086838 884584448 183603 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20285/tid=20293] ppid=20284 vsize=863852 CPUtime=0
/proc/20285/task/20293/stat : 20293 (java) S 20284 20271 19928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46086838 884584448 183603 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 113.14
Current children cumulated vsize (KiB) 882808

[startup+133.303 s]
/proc/loadavg: 3.00 2.97 2.76 3/91 20295
/proc/meminfo: memFree=885476/2055920 swapFree=4180120/4192956
[pid=20271] ppid=20269 vsize=13600 CPUtime=19.56
/proc/20271/stat : 20271 (sugar) S 20269 20271 19928 0 -1 4194304 975 134048 0 1 3 0 1774 179 16 0 1 0 46083293 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 217880506466 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20271/statm: 3400 797 370 3 0 500 0
[pid=20284] ppid=20271 vsize=5356 CPUtime=0
/proc/20284/stat : 20284 (sh) S 20271 20271 19928 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 46086834 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217871606596 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20284/statm: 1339 233 193 169 0 50 0
[pid=20285] ppid=20284 vsize=0 CPUtime=93.66
/proc/20285/stat : 20285 (java) Z 20284 20271 19928 0 -1 1036 221878 0 1 0 9241 125 0 0 16 0 2 0 46086834 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20285/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 113.22
Current children cumulated vsize (KiB) 18956

Child status: 0
Real time (s): 133.373
CPU time (s): 113.325
CPU user time (s): 110.194
CPU system time (s): 3.13052
CPU usage (%): 84.9685
Max. virtual memory (cumulated for all children) (KiB): 891256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 110.194
system time used= 3.13052
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357239
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= 4481
involuntary context switches= 6657

runsolver used 0.706892 second user time and 1.36279 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-12 22:16:51
IDJOB=1113946
IDBENCH=61666
IDSOLVER=368
FILE ID=node28/1113946-1215893795
PBS_JOBID= 7903639
Free space on /tmp= 66436 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/dag-rand/normalized-rand-n23-d3-e16-r15-t150000-22.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1113946-1215893795/watcher-1113946-1215893795 -o /tmp/evaluation-result-1113946-1215893795/solver-1113946-1215893795 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1113946-1215893795.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2c0c2559db7dd9b7ee60dc52c682bfbe
RANDOM SEED=1357420548

node28.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.223
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.223
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:       1692572 kB
Buffers:         55804 kB
Cached:         171712 kB
SwapCached:       6064 kB
Active:         234448 kB
Inactive:        83768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1692572 kB
SwapTotal:     4192956 kB
SwapFree:      4180120 kB
Dirty:           71808 kB
Writeback:           0 kB
Mapped:         103928 kB
Slab:            30068 kB
Committed_AS:  1034536 kB
PageTables:       2136 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66432 MiB
End job on node28 at 2008-07-12 22:19:05