Trace number 1034446

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 NameAnswerCPU timeWall clock time
Sugar v1.13+minisat? 125.776 126.623

General information on the benchmark

Namecsp/lard/
normalized-lard-90-90.xml
MD5SUM0f684d9f34d64adafc4625b528ae43df
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.4998
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints4005
Maximum constraint arity2
Maximum domain size91
Number of constraints which are defined in extension4005
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 Tue Jul  1 23:58:57 2008
0.00/0.04	c 0	PID 6111
0.00/0.05	c 0	HOST node57.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1034446-1214949523.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1034446-1214949523.xml' 'HOME/temp.csp'
26.88/27.39	c 28	1 domains, 90 variables, 0 predicates, 4005 relations, 4005 constraints
26.97/27.47	c 28	ENCODING HOME/temp.csp TO HOME/temp.cnf
26.97/27.47	c 28	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
27.04/27.56	c 28	Parsing HOME/temp.csp
125.17/126.04	c 126	ERROR Exception Java heap space
125.17/126.04	c 126	java.util.Arrays.copyOf(Unknown Source)
125.17/126.04	c 126	java.util.Arrays.copyOf(Unknown Source)
125.17/126.04	c 126	java.util.ArrayList.ensureCapacity(Unknown Source)
125.17/126.04	c 126	java.util.ArrayList.add(Unknown Source)
125.17/126.04	c 126	jp.ac.kobe_u.cs.sugar.expression.Parser.parse(Parser.java:117)
125.47/126.39	c 127	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:90)
125.47/126.39	c 127	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
125.47/126.39	s UNKNOWN
125.63/126.55	c 127	CPU 122.46 (0.03 0.01 122.43 3.22)
125.63/126.55	c 127	END Wed Jul  2 00:01:04 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

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-1034446-1214949523/watcher-1034446-1214949523 -o /tmp/evaluation-result-1034446-1214949523/solver-1034446-1214949523 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1034446-1214949523.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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: 0.55 0.14 0.04 4/81 6111
/proc/meminfo: memFree=747760/2055920 swapFree=4180668/4192956
[pid=6111] ppid=6109 vsize=18572 CPUtime=0
/proc/6111/stat : 6111 (runsolver) R 6109 6111 5731 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1973925164 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 218076081447 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6111/statm: 4643 292 257 25 0 2626 0

[startup+0.0571079 s]
/proc/loadavg: 0.55 0.14 0.04 4/81 6111
/proc/meminfo: memFree=747760/2055920 swapFree=4180668/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=0.03
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1973925164 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101807 s]
/proc/loadavg: 0.55 0.14 0.04 4/81 6111
/proc/meminfo: memFree=747760/2055920 swapFree=4180668/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=0.03
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1973925164 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301842 s]
/proc/loadavg: 0.55 0.14 0.04 4/81 6111
/proc/meminfo: memFree=747760/2055920 swapFree=4180668/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=0.03
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1973925164 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702911 s]
/proc/loadavg: 0.55 0.14 0.04 4/81 6111
/proc/meminfo: memFree=747760/2055920 swapFree=4180668/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=0.03
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1973925164 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6111/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50105 s]
/proc/loadavg: 0.55 0.14 0.04 3/92 6123
/proc/meminfo: memFree=671832/2055920 swapFree=4180668/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=0.03
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1973925164 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6111/statm: 3400 796 370 3 0 500 0
[pid=6114] ppid=6111 vsize=5356 CPUtime=0
/proc/6114/stat : 6114 (sh) S 6111 6111 5731 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 1973925169 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6114/statm: 1339 233 193 169 0 50 0
[pid=6115] ppid=6114 vsize=864660 CPUtime=1.42
/proc/6115/stat : 6115 (java) S 6114 6111 5731 0 -1 0 31616 0 1 0 122 20 0 0 18 0 9 0 1973925169 885411840 30884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6115/statm: 216165 30884 2528 9 0 210747 0
[pid=6115/tid=6116] ppid=6114 vsize=864660 CPUtime=0.91
/proc/6115/task/6116/stat : 6116 (java) R 6114 6111 5731 0 -1 64 3847 0 1 0 85 6 0 0 25 0 9 0 1973925170 885411840 30884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6117] ppid=6114 vsize=864660 CPUtime=0.37
/proc/6115/task/6117/stat : 6117 (java) R 6114 6111 5731 0 -1 64 26600 0 0 0 25 12 0 0 16 0 9 0 1973925171 885411840 30884 996147200 134512640 134550740 4294956016 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6118] ppid=6114 vsize=864660 CPUtime=0
/proc/6115/task/6118/stat : 6118 (java) S 6114 6111 5731 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973925172 885411840 30884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6119] ppid=6114 vsize=864660 CPUtime=0
/proc/6115/task/6119/stat : 6119 (java) S 6114 6111 5731 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973925172 885411840 30884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6120] ppid=6114 vsize=864660 CPUtime=0
/proc/6115/task/6120/stat : 6120 (java) S 6114 6111 5731 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973925174 885411840 30884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6121] ppid=6114 vsize=864660 CPUtime=0.1
/proc/6115/task/6121/stat : 6121 (java) S 6114 6111 5731 0 -1 64 471 0 0 0 10 0 0 0 16 0 9 0 1973925174 885411840 30884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6122] ppid=6114 vsize=864660 CPUtime=0
/proc/6115/task/6122/stat : 6122 (java) S 6114 6111 5731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1973925174 885411840 30884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6123] ppid=6114 vsize=864660 CPUtime=0
/proc/6115/task/6123/stat : 6123 (java) S 6114 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973925174 885411840 30884 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883616

[startup+3.10231 s]
/proc/loadavg: 0.67 0.17 0.05 3/92 6123
/proc/meminfo: memFree=548120/2055920 swapFree=4180668/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=0.03
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1973925164 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6111/statm: 3400 796 370 3 0 500 0
[pid=6114] ppid=6111 vsize=5356 CPUtime=0
/proc/6114/stat : 6114 (sh) S 6111 6111 5731 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 1973925169 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6114/statm: 1339 233 193 169 0 50 0
[pid=6115] ppid=6114 vsize=864664 CPUtime=3.01
/proc/6115/stat : 6115 (java) S 6114 6111 5731 0 -1 0 56641 0 1 0 262 39 0 0 18 0 9 0 1973925169 885415936 55864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6115/statm: 216166 55864 2529 9 0 210748 0
[pid=6115/tid=6116] ppid=6114 vsize=864664 CPUtime=2.17
/proc/6115/task/6116/stat : 6116 (java) R 6114 6111 5731 0 -1 64 4877 0 1 0 205 12 0 0 25 0 9 0 1973925170 885415936 55864 996147200 134512640 134550740 4294956016 18446744073709551615 4126741170 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6117] ppid=6114 vsize=864664 CPUtime=0.65
/proc/6115/task/6117/stat : 6117 (java) S 6114 6111 5731 0 -1 64 50568 0 0 0 41 24 0 0 16 0 9 0 1973925171 885415936 55864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6118] ppid=6114 vsize=864664 CPUtime=0
/proc/6115/task/6118/stat : 6118 (java) S 6114 6111 5731 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973925172 885415936 55864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6119] ppid=6114 vsize=864664 CPUtime=0
/proc/6115/task/6119/stat : 6119 (java) S 6114 6111 5731 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973925172 885415936 55864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6120] ppid=6114 vsize=864664 CPUtime=0
/proc/6115/task/6120/stat : 6120 (java) S 6114 6111 5731 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973925174 885415936 55864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6121] ppid=6114 vsize=864664 CPUtime=0.16
/proc/6115/task/6121/stat : 6121 (java) S 6114 6111 5731 0 -1 64 498 0 0 0 15 1 0 0 16 0 9 0 1973925174 885415936 55864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6122] ppid=6114 vsize=864664 CPUtime=0
/proc/6115/task/6122/stat : 6122 (java) S 6114 6111 5731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1973925174 885415936 55864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6123] ppid=6114 vsize=864664 CPUtime=0
/proc/6115/task/6123/stat : 6123 (java) S 6114 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973925174 885415936 55864 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 883620

[startup+6.30285 s]
/proc/loadavg: 0.67 0.17 0.05 3/92 6123
/proc/meminfo: memFree=455000/2055920 swapFree=4180668/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=0.03
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1973925164 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6111/statm: 3400 796 370 3 0 500 0
[pid=6114] ppid=6111 vsize=5356 CPUtime=0
/proc/6114/stat : 6114 (sh) S 6111 6111 5731 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 1973925169 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6114/statm: 1339 233 193 169 0 50 0
[pid=6115] ppid=6114 vsize=864700 CPUtime=6.18
/proc/6115/stat : 6115 (java) S 6114 6111 5731 0 -1 0 63439 0 1 0 570 48 0 0 18 0 9 0 1973925169 885452800 62541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6115/statm: 216175 62541 2529 9 0 210757 0
[pid=6115/tid=6116] ppid=6114 vsize=864700 CPUtime=4.9
/proc/6115/task/6116/stat : 6116 (java) R 6114 6111 5731 0 -1 64 6317 0 1 0 471 19 0 0 25 0 9 0 1973925170 885452800 62541 996147200 134512640 134550740 4294956016 18446744073709551615 4126751607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6117] ppid=6114 vsize=864700 CPUtime=1.04
/proc/6115/task/6117/stat : 6117 (java) S 6114 6111 5731 0 -1 64 55903 0 0 0 78 26 0 0 15 0 9 0 1973925171 885452800 62541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6118] ppid=6114 vsize=864700 CPUtime=0
/proc/6115/task/6118/stat : 6118 (java) S 6114 6111 5731 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973925172 885452800 62541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6119] ppid=6114 vsize=864700 CPUtime=0
/proc/6115/task/6119/stat : 6119 (java) S 6114 6111 5731 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1973925172 885452800 62541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6120] ppid=6114 vsize=864700 CPUtime=0
/proc/6115/task/6120/stat : 6120 (java) S 6114 6111 5731 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973925174 885452800 62541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6121] ppid=6114 vsize=864700 CPUtime=0.21
/proc/6115/task/6121/stat : 6121 (java) S 6114 6111 5731 0 -1 64 521 0 0 0 20 1 0 0 16 0 9 0 1973925174 885452800 62541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6122] ppid=6114 vsize=864700 CPUtime=0
/proc/6115/task/6122/stat : 6122 (java) S 6114 6111 5731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1973925174 885452800 62541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6123] ppid=6114 vsize=864700 CPUtime=0
/proc/6115/task/6123/stat : 6123 (java) S 6114 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973925174 885452800 62541 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 883656

[startup+12.7019 s]
/proc/loadavg: 0.87 0.23 0.08 3/92 6123
/proc/meminfo: memFree=315352/2055920 swapFree=4180668/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=0.03
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1973925164 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6111/statm: 3400 796 370 3 0 500 0
[pid=6114] ppid=6111 vsize=5356 CPUtime=0
/proc/6114/stat : 6114 (sh) S 6111 6111 5731 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 1973925169 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6114/statm: 1339 233 193 169 0 50 0
[pid=6115] ppid=6114 vsize=864700 CPUtime=12.5
/proc/6115/stat : 6115 (java) S 6114 6111 5731 0 -1 0 75558 0 1 0 1182 68 0 0 18 0 9 0 1973925169 885452800 74598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6115/statm: 216175 74598 2529 9 0 210757 0
[pid=6115/tid=6116] ppid=6114 vsize=864700 CPUtime=10.92
/proc/6115/task/6116/stat : 6116 (java) R 6114 6111 5731 0 -1 64 6379 0 1 0 1058 34 0 0 25 0 9 0 1973925170 885452800 74598 996147200 134512640 134550740 4294956016 18446744073709551615 4126736258 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6117] ppid=6114 vsize=864700 CPUtime=1.34
/proc/6115/task/6117/stat : 6117 (java) S 6114 6111 5731 0 -1 64 67952 0 0 0 102 32 0 0 16 0 9 0 1973925171 885452800 74598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6118] ppid=6114 vsize=864700 CPUtime=0
/proc/6115/task/6118/stat : 6118 (java) S 6114 6111 5731 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973925172 885452800 74598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6119] ppid=6114 vsize=864700 CPUtime=0
/proc/6115/task/6119/stat : 6119 (java) S 6114 6111 5731 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1973925172 885452800 74598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6120] ppid=6114 vsize=864700 CPUtime=0
/proc/6115/task/6120/stat : 6120 (java) S 6114 6111 5731 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1973925174 885452800 74598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6121] ppid=6114 vsize=864700 CPUtime=0.22
/proc/6115/task/6121/stat : 6121 (java) S 6114 6111 5731 0 -1 64 529 0 0 0 21 1 0 0 16 0 9 0 1973925174 885452800 74598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6122] ppid=6114 vsize=864700 CPUtime=0
/proc/6115/task/6122/stat : 6122 (java) S 6114 6111 5731 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1973925174 885452800 74598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6123] ppid=6114 vsize=864700 CPUtime=0
/proc/6115/task/6123/stat : 6123 (java) S 6114 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1973925174 885452800 74598 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 883656

[startup+25.5021 s]
/proc/loadavg: 1.13 0.30 0.10 4/92 6123
/proc/meminfo: memFree=23768/2055920 swapFree=4180668/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=0.03
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1973925164 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6111/statm: 3400 796 370 3 0 500 0
[pid=6114] ppid=6111 vsize=5356 CPUtime=0
/proc/6114/stat : 6114 (sh) S 6111 6111 5731 0 -1 4194304 277 0 0 0 0 0 0 0 23 0 1 0 1973925169 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6114/statm: 1339 233 193 169 0 50 0
[pid=6115] ppid=6114 vsize=864700 CPUtime=25.08
/proc/6115/stat : 6115 (java) S 6114 6111 5731 0 -1 0 103559 0 1 0 2391 117 0 0 18 0 9 0 1973925169 885452800 102487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6115/statm: 216175 102487 2529 9 0 210757 0
[pid=6115/tid=6116] ppid=6114 vsize=864700 CPUtime=22.82
/proc/6115/task/6116/stat : 6116 (java) R 6114 6111 5731 0 -1 64 9280 0 1 0 2211 71 0 0 25 0 9 0 1973925170 885452800 102487 996147200 134512640 134550740 4294956016 18446744073709551615 4126379249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6117] ppid=6114 vsize=864700 CPUtime=2
/proc/6115/task/6117/stat : 6117 (java) S 6114 6111 5731 0 -1 64 93051 0 0 0 157 43 0 0 16 0 9 0 1973925171 885452800 102487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6118] ppid=6114 vsize=864700 CPUtime=0
/proc/6115/task/6118/stat : 6118 (java) S 6114 6111 5731 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 1973925172 885452800 102487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6115/tid=6119] ppid=6114 vsize=864700 CPUtime=0
/proc/6115/task/6119/stat : 6119 (java) S 6114 6111 5731 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1973925172 885452800 102487 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/6124/statm: 1339 233 193 169 0 50 0
[pid=6125] ppid=6124 vsize=885600 CPUtime=87.23
/proc/6125/stat : 6125 (java) S 6124 6111 5731 0 -1 0 377962 0 1 0 8558 165 0 0 18 0 9 0 1973927912 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6125/statm: 221400 188803 2532 9 0 215982 0
[pid=6125/tid=6126] ppid=6124 vsize=885600 CPUtime=22.32
/proc/6125/task/6126/stat : 6126 (java) S 6124 6111 5731 0 -1 64 8637 0 1 0 2222 10 0 0 17 0 9 0 1973927913 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6125/tid=6127] ppid=6124 vsize=885600 CPUtime=64.8
/proc/6125/task/6127/stat : 6127 (java) R 6124 6111 5731 0 -1 64 368294 0 0 0 6327 153 0 0 25 0 9 0 1973927914 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6125/tid=6128] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6128/stat : 6128 (java) S 6124 6111 5731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973927915 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6129] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6129/stat : 6129 (java) S 6124 6111 5731 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973927915 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6130] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6130/stat : 6130 (java) S 6124 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6131] ppid=6124 vsize=885600 CPUtime=0.08
/proc/6125/task/6131/stat : 6131 (java) S 6124 6111 5731 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6132] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6132/stat : 6132 (java) S 6124 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6133] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6133/stat : 6133 (java) S 6124 6111 5731 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 114.27
Current children cumulated vsize (KiB) 904556

[startup+121.502 s]
/proc/loadavg: 1.84 0.77 0.29 3/85 6187
/proc/meminfo: memFree=731536/2055920 swapFree=4180672/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=27.04
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 973 107553 0 1 3 1 2570 130 16 0 1 0 1973925164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6111/statm: 3400 797 370 3 0 500 0
[pid=6124] ppid=6111 vsize=5356 CPUtime=0
/proc/6124/stat : 6124 (sh) S 6111 6111 5731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973927911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6124/statm: 1339 233 193 169 0 50 0
[pid=6125] ppid=6124 vsize=885600 CPUtime=93.64
/proc/6125/stat : 6125 (java) S 6124 6111 5731 0 -1 0 398328 0 1 0 9189 175 0 0 18 0 9 0 1973927912 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6125/statm: 221400 188803 2532 9 0 215982 0
[pid=6125/tid=6126] ppid=6124 vsize=885600 CPUtime=22.32
/proc/6125/task/6126/stat : 6126 (java) S 6124 6111 5731 0 -1 64 8639 0 1 0 2222 10 0 0 17 0 9 0 1973927913 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6125/tid=6127] ppid=6124 vsize=885600 CPUtime=71.21
/proc/6125/task/6127/stat : 6127 (java) R 6124 6111 5731 0 -1 64 388658 0 0 0 6958 163 0 0 25 0 9 0 1973927914 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 104181410 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6125/tid=6128] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6128/stat : 6128 (java) S 6124 6111 5731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973927915 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6129] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6129/stat : 6129 (java) S 6124 6111 5731 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973927915 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6130] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6130/stat : 6130 (java) S 6124 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6131] ppid=6124 vsize=885600 CPUtime=0.08
/proc/6125/task/6131/stat : 6131 (java) S 6124 6111 5731 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6132] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6132/stat : 6132 (java) S 6124 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6133] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6133/stat : 6133 (java) S 6124 6111 5731 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 120.68
Current children cumulated vsize (KiB) 904556

[startup+124.703 s]
/proc/loadavg: 1.85 0.79 0.29 3/86 6188
/proc/meminfo: memFree=731144/2055920 swapFree=4180672/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=27.04
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 973 107553 0 1 3 1 2570 130 16 0 1 0 1973925164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6111/statm: 3400 797 370 3 0 500 0
[pid=6124] ppid=6111 vsize=5356 CPUtime=0
/proc/6124/stat : 6124 (sh) S 6111 6111 5731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973927911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6124/statm: 1339 233 193 169 0 50 0
[pid=6125] ppid=6124 vsize=885600 CPUtime=96.83
/proc/6125/stat : 6125 (java) S 6124 6111 5731 0 -1 0 408510 0 1 0 9503 180 0 0 18 0 9 0 1973927912 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6125/statm: 221400 188803 2532 9 0 215982 0
[pid=6125/tid=6126] ppid=6124 vsize=885600 CPUtime=22.32
/proc/6125/task/6126/stat : 6126 (java) S 6124 6111 5731 0 -1 64 8639 0 1 0 2222 10 0 0 17 0 9 0 1973927913 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6125/tid=6127] ppid=6124 vsize=885600 CPUtime=74.4
/proc/6125/task/6127/stat : 6127 (java) R 6124 6111 5731 0 -1 64 398840 0 0 0 7272 168 0 0 25 0 9 0 1973927914 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 104180261 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6125/tid=6128] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6128/stat : 6128 (java) S 6124 6111 5731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973927915 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6129] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6129/stat : 6129 (java) S 6124 6111 5731 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973927915 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6130] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6130/stat : 6130 (java) S 6124 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6131] ppid=6124 vsize=885600 CPUtime=0.08
/proc/6125/task/6131/stat : 6131 (java) S 6124 6111 5731 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6132] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6132/stat : 6132 (java) S 6124 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6133] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6133/stat : 6133 (java) S 6124 6111 5731 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 123.87
Current children cumulated vsize (KiB) 904556

[startup+125.503 s]
/proc/loadavg: 1.85 0.79 0.29 3/85 6193
/proc/meminfo: memFree=731136/2055920 swapFree=4180672/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=27.04
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 973 107553 0 1 3 1 2570 130 16 0 1 0 1973925164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6111/statm: 3400 797 370 3 0 500 0
[pid=6124] ppid=6111 vsize=5356 CPUtime=0
/proc/6124/stat : 6124 (sh) S 6111 6111 5731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973927911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6124/statm: 1339 233 193 169 0 50 0
[pid=6125] ppid=6124 vsize=885600 CPUtime=97.63
/proc/6125/stat : 6125 (java) S 6124 6111 5731 0 -1 0 408510 0 1 0 9583 180 0 0 18 0 9 0 1973927912 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6125/statm: 221400 188803 2532 9 0 215982 0
[pid=6125/tid=6126] ppid=6124 vsize=885600 CPUtime=22.32
/proc/6125/task/6126/stat : 6126 (java) S 6124 6111 5731 0 -1 64 8639 0 1 0 2222 10 0 0 17 0 9 0 1973927913 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6125/tid=6127] ppid=6124 vsize=885600 CPUtime=75.2
/proc/6125/task/6127/stat : 6127 (java) R 6124 6111 5731 0 -1 64 398840 0 0 0 7352 168 0 0 25 0 9 0 1973927914 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 102731912 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6125/tid=6128] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6128/stat : 6128 (java) S 6124 6111 5731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973927915 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6129] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6129/stat : 6129 (java) S 6124 6111 5731 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973927915 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6130] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6130/stat : 6130 (java) S 6124 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6131] ppid=6124 vsize=885600 CPUtime=0.08
/proc/6125/task/6131/stat : 6131 (java) S 6124 6111 5731 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6132] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6132/stat : 6132 (java) S 6124 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6133] ppid=6124 vsize=885600 CPUtime=0
/proc/6125/task/6133/stat : 6133 (java) S 6124 6111 5731 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1973927917 906854400 188803 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 124.67
Current children cumulated vsize (KiB) 904556

[startup+126.303 s]
/proc/loadavg: 1.85 0.79 0.29 3/85 6193
/proc/meminfo: memFree=731136/2055920 swapFree=4180672/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=27.04
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 974 107553 0 1 3 1 2570 130 16 0 1 0 1973925164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6111/statm: 3400 797 370 3 0 500 0
[pid=6124] ppid=6111 vsize=5356 CPUtime=0
/proc/6124/stat : 6124 (sh) S 6111 6111 5731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973927911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6124/statm: 1339 233 193 169 0 50 0
[pid=6125] ppid=6124 vsize=865112 CPUtime=98.43
/proc/6125/stat : 6125 (java) S 6124 6111 5731 0 -1 0 408511 0 1 0 9663 180 0 0 18 0 9 0 1973927912 885874688 183681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6125/statm: 216278 183681 2532 9 0 210860 0
[pid=6125/tid=6126] ppid=6124 vsize=865112 CPUtime=22.32
/proc/6125/task/6126/stat : 6126 (java) S 6124 6111 5731 0 -1 64 8640 0 1 0 2222 10 0 0 17 0 9 0 1973927913 885874688 183681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6125/tid=6127] ppid=6124 vsize=865112 CPUtime=76
/proc/6125/task/6127/stat : 6127 (java) R 6124 6111 5731 0 -1 64 398840 0 0 0 7432 168 0 0 25 0 9 0 1973927914 885874688 183681 996147200 134512640 134550740 4294955952 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6125/tid=6128] ppid=6124 vsize=865112 CPUtime=0
/proc/6125/task/6128/stat : 6128 (java) S 6124 6111 5731 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1973927915 885874688 183681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6129] ppid=6124 vsize=865112 CPUtime=0
/proc/6125/task/6129/stat : 6129 (java) S 6124 6111 5731 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1973927915 885874688 183681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6130] ppid=6124 vsize=865112 CPUtime=0
/proc/6125/task/6130/stat : 6130 (java) S 6124 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1973927917 885874688 183681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6131] ppid=6124 vsize=865112 CPUtime=0.08
/proc/6125/task/6131/stat : 6131 (java) S 6124 6111 5731 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 1973927917 885874688 183681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6132] ppid=6124 vsize=865112 CPUtime=0
/proc/6125/task/6132/stat : 6132 (java) S 6124 6111 5731 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1973927917 885874688 183681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6125/tid=6133] ppid=6124 vsize=865112 CPUtime=0
/proc/6125/task/6133/stat : 6133 (java) S 6124 6111 5731 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1973927917 885874688 183681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 125.47
Current children cumulated vsize (KiB) 884068

[startup+126.508 s]
/proc/loadavg: 1.87 0.81 0.30 2/85 6193
/proc/meminfo: memFree=751488/2055920 swapFree=4180672/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=27.04
/proc/6111/stat : 6111 (sugar) S 6109 6111 5731 0 -1 4194304 974 107553 0 1 3 1 2570 130 15 0 1 0 1973925164 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6111/statm: 3400 797 370 3 0 500 0
[pid=6124] ppid=6111 vsize=5356 CPUtime=0
/proc/6124/stat : 6124 (sh) S 6111 6111 5731 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1973927911 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6124/statm: 1339 233 193 169 0 50 0
[pid=6125] ppid=6124 vsize=0 CPUtime=98.59
/proc/6125/stat : 6125 (java) Z 6124 6111 5731 0 -1 1036 408523 0 1 0 9673 186 0 0 16 0 2 0 1973927912 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6125/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 125.63
Current children cumulated vsize (KiB) 18956

[startup+126.602 s]
/proc/loadavg: 1.87 0.81 0.30 2/85 6193
/proc/meminfo: memFree=751488/2055920 swapFree=4180672/4192956
[pid=6111] ppid=6109 vsize=13600 CPUtime=125.73
/proc/6111/stat : 6111 (sugar) R 6109 6111 5731 0 -1 4194304 996 516362 0 2 3 5 12243 322 17 0 1 0 1973925164 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/6111/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 125.73
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 126.623
CPU time (s): 125.776
CPU user time (s): 122.469
CPU system time (s): 3.3065
CPU usage (%): 99.3313
Max. virtual memory (cumulated for all children) (KiB): 909680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 122.469
system time used= 3.3065
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 517388
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= 6630
involuntary context switches= 7089

runsolver used 0.159975 second user time and 0.443932 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-01 23:58:57
IDJOB=1034446
IDBENCH=53342
IDSOLVER=346
FILE ID=node57/1034446-1214949523
PBS_JOBID= 7870220
Free space on /tmp= 66400 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lard/normalized-lard-90-90.xml
COMMAND LINE= DIR/sugar -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-1034446-1214949523/watcher-1034446-1214949523 -o /tmp/evaluation-result-1034446-1214949523/solver-1034446-1214949523 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1034446-1214949523.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0f684d9f34d64adafc4625b528ae43df
RANDOM SEED=253527626

node57.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.258
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.258
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:        748432 kB
Buffers:         46192 kB
Cached:        1133124 kB
SwapCached:       6468 kB
Active:         453768 kB
Inactive:       801124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        748432 kB
SwapTotal:     4192956 kB
SwapFree:      4180668 kB
Dirty:          157864 kB
Writeback:           0 kB
Mapped:          91332 kB
Slab:            37796 kB
Committed_AS:  3930468 kB
PageTables:       2000 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= 66464 MiB
End job on node57 at 2008-07-02 00:01:04