Trace number 1125763

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-inc? 221.005 231.16

General information on the benchmark

Namemaxcsp/planning/
normalized-mprime04ac_ext.xml
MD5SUMd95a72089ab71f6e2fa8e97458f58cc8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark1.08783
Satisfiable
(Un)Satisfiability was proved
Number of variables445
Number of constraints24165
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension24165
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Wed Jul 16 04:05:24 2008
0.00/0.08	c 0	PID 28808
0.07/0.08	c 0	HOST node37.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-1125763-1216173924.xml TO HOME/temp.csp
0.07/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1125763-1216173924.xml' 'HOME/temp.csp'
1.35/1.47	c 2	16 domains, 445 variables, 0 predicates, 409 relations, 24165 constraints
1.43/1.50	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.43/1.50	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.43/1.58	c 2	Parsing HOME/temp.csp
1.43/1.90	c 2	parsed 10000 expressions
2.01/2.11	c 2	parsed 20000 expressions
2.01/2.19	c 2	parsed 25035 expressions
2.01/2.20	c 2	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.29/2.47	c 3	MAX CSP: 24165 constraints
2.29/2.47	c 3	Converting to clausal form CSP
2.59/2.74	c 3	converted 4921 (10%) expressions
2.70/2.81	c 3	converted 9841 (20%) expressions
2.70/2.87	c 3	converted 14761 (30%) expressions
2.89/3.07	c 3	converted 19682 (40%) expressions
2.99/3.13	c 3	converted 24602 (50%) expressions
2.99/3.19	c 3	converted 29522 (60%) expressions
3.09/3.25	c 4	converted 34443 (70%) expressions
3.19/3.31	c 4	converted 39363 (80%) expressions
3.19/3.37	c 4	converted 44283 (90%) expressions
5.85/6.04	c 6	converted 49203 (100%) expressions
5.85/6.05	c 6	CSP : 48775 integers, 0 booleans, 72494 clauses, largest domain size 36248
5.85/6.05	c 6	Heap : 67 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.85/6.05	c 6	Propagation in CSP
6.75/6.92	c 7	24156 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.75/6.93	c 7	CSP : 48775 integers, 0 booleans, 72494 clauses, largest domain size 24166
6.75/6.93	c 7	Heap : 70 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.75/6.95	c 7	Simplifing CSP by introducing new Boolean variables
6.75/6.99	c 7	CSP : 48775 integers, 0 booleans, 72494 clauses, largest domain size 24166
6.75/6.99	c 7	Heap : 69 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.25/7.40	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.25/7.45	c 8	4878 (10%) CSP integer variables are encoded (533 clauses, 5764 bytes)
7.25/7.46	c 8	9755 (20%) CSP integer variables are encoded (533 clauses, 5764 bytes)
7.25/7.46	c 8	14633 (30%) CSP integer variables are encoded (533 clauses, 5764 bytes)
7.25/7.47	c 8	19510 (40%) CSP integer variables are encoded (533 clauses, 5764 bytes)
7.25/7.47	c 8	24388 (50%) CSP integer variables are encoded (533 clauses, 5764 bytes)
7.34/7.57	c 8	29265 (60%) CSP integer variables are encoded (72069 clauses, 1081223 bytes)
7.44/7.65	c 8	34143 (70%) CSP integer variables are encoded (130638 clauses, 2076896 bytes)
7.55/7.75	c 8	39020 (80%) CSP integer variables are encoded (198846 clauses, 3236432 bytes)
8.03/8.21	c 8	43898 (90%) CSP integer variables are encoded (559423 clauses, 9366241 bytes)
8.13/8.32	c 9	48775 (100%) CSP integer variables are encoded (644395 clauses, 10810765 bytes)
8.43/8.60	c 9	7250 (10%) CSP clauses are encoded (651645 clauses, 10962522 bytes)
8.63/8.81	c 9	14499 (20%) CSP clauses are encoded (658894 clauses, 11119221 bytes)
8.82/9.01	c 9	21749 (30%) CSP clauses are encoded (666144 clauses, 11273025 bytes)
14.16/14.49	c 15	28998 (40%) CSP clauses are encoded (3579287 clauses, 73582378 bytes)
77.98/79.99	c 80	36247 (50%) CSP clauses are encoded (37321074 clauses, 852944833 bytes)
96.11/98.62	c 99	43497 (60%) CSP clauses are encoded (46703376 clauses, 1082187658 bytes)
219.91/226.72	c 227	ERROR Exception Too large HOME/temp.cnf
219.91/226.73	c 227	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
219.91/226.73	c 227	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
219.91/226.73	c 227	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
219.91/226.73	s UNKNOWN
219.95/226.80	c 227	CPU 203.52 (0.07 0.01 203.45 16.44)
219.95/226.80	c 227	END Wed Jul 16 04:09:11 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-1125763-1216173924/watcher-1125763-1216173924 -o /tmp/evaluation-result-1125763-1216173924/solver-1125763-1216173924 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1125763-1216173924.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: 2.07 2.08 2.10 4/81 28808
/proc/meminfo: memFree=1648536/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=12132 CPUtime=0
/proc/28808/stat : 28808 (sugar++) R 28806 28808 26457 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 74092248 12423168 182 996147200 4194304 4206940 548682068528 18446744073709551615 213116163517 0 0 4224 0 0 0 0 17 1 0 0
/proc/28808/statm: 3033 182 142 3 0 133 0

[startup+0.0811171 s]
/proc/loadavg: 2.07 2.08 2.10 4/81 28808
/proc/meminfo: memFree=1648536/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=0.07
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1143 0 0 0 6 1 0 0 18 0 1 0 74092248 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28808/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.101777 s]
/proc/loadavg: 2.07 2.08 2.10 4/81 28808
/proc/meminfo: memFree=1648536/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=0.07
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 74092248 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28808/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.302779 s]
/proc/loadavg: 2.07 2.08 2.10 4/81 28808
/proc/meminfo: memFree=1648536/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=0.07
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 74092248 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28808/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.702828 s]
/proc/loadavg: 2.07 2.08 2.10 4/81 28808
/proc/meminfo: memFree=1648536/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=0.07
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 74092248 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28808/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50246 s]
/proc/loadavg: 2.07 2.08 2.10 4/92 28820
/proc/meminfo: memFree=1623232/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=0.07
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1236 128 0 0 6 1 0 0 16 0 1 0 74092248 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28808/statm: 4185 1104 409 3 0 764 0
[pid=28811] ppid=28808 vsize=5356 CPUtime=0
/proc/28811/stat : 28811 (sh) S 28808 28808 26457 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 74092256 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28811/statm: 1339 233 193 169 0 50 0
[pid=28812] ppid=28811 vsize=0 CPUtime=1.36
/proc/28812/stat : 28812 (java) Z 28811 28808 26457 0 -1 12 10792 0 1 0 129 7 0 0 16 0 2 0 74092257 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28812/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 22096

[startup+3.10109 s]
/proc/loadavg: 2.15 2.09 2.11 3/92 28830
/proc/meminfo: memFree=1632768/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=1.43
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1297 11205 0 1 6 1 129 7 15 0 1 0 74092248 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28808/statm: 4185 1104 409 3 0 764 0
[pid=28821] ppid=28808 vsize=5356 CPUtime=0
/proc/28821/stat : 28821 (sh) S 28808 28808 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74092399 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28821/statm: 1339 233 193 169 0 50 0
[pid=28822] ppid=28821 vsize=868436 CPUtime=1.56
/proc/28822/stat : 28822 (java) S 28821 28808 26457 0 -1 0 12490 0 1 0 150 6 0 0 18 0 9 0 74092399 889278464 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28822/statm: 217109 11111 2540 9 0 211684 0
[pid=28822/tid=28823] ppid=28821 vsize=868436 CPUtime=0.79
/proc/28822/task/28823/stat : 28823 (java) R 28821 28808 26457 0 -1 64 2917 0 1 0 78 1 0 0 25 0 9 0 74092400 889278464 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4126612153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28824] ppid=28821 vsize=868436 CPUtime=0.55
/proc/28822/task/28824/stat : 28824 (java) S 28821 28808 26457 0 -1 64 7411 0 0 0 52 3 0 0 16 0 9 0 74092401 889278464 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28825] ppid=28821 vsize=868436 CPUtime=0
/proc/28822/task/28825/stat : 28825 (java) S 28821 28808 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74092401 889278464 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28826] ppid=28821 vsize=868436 CPUtime=0
/proc/28822/task/28826/stat : 28826 (java) S 28821 28808 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74092401 889278464 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28827] ppid=28821 vsize=868436 CPUtime=0
/proc/28822/task/28827/stat : 28827 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74092403 889278464 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28828] ppid=28821 vsize=868436 CPUtime=0.2
/proc/28822/task/28828/stat : 28828 (java) S 28821 28808 26457 0 -1 64 1466 0 0 0 19 1 0 0 16 0 9 0 74092403 889278464 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28829] ppid=28821 vsize=868436 CPUtime=0
/proc/28822/task/28829/stat : 28829 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74092403 889278464 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28830] ppid=28821 vsize=868436 CPUtime=0
/proc/28822/task/28830/stat : 28830 (java) S 28821 28808 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74092403 889278464 11111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890532

[startup+6.30245 s]
/proc/loadavg: 2.15 2.09 2.11 4/92 28830
/proc/meminfo: memFree=1571904/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=1.43
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1297 11205 0 1 6 1 129 7 16 0 1 0 74092248 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28808/statm: 4185 1104 409 3 0 764 0
[pid=28821] ppid=28808 vsize=5356 CPUtime=0
/proc/28821/stat : 28821 (sh) S 28808 28808 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74092399 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28821/statm: 1339 233 193 169 0 50 0
[pid=28822] ppid=28821 vsize=868436 CPUtime=4.73
/proc/28822/stat : 28822 (java) S 28821 28808 26457 0 -1 0 24877 0 1 0 460 13 0 0 18 0 9 0 74092399 889278464 23059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28822/statm: 217109 23059 2540 9 0 211684 0
[pid=28822/tid=28823] ppid=28821 vsize=868436 CPUtime=2.86
/proc/28822/task/28823/stat : 28823 (java) R 28821 28808 26457 0 -1 64 3602 0 1 0 284 2 0 0 25 0 9 0 74092400 889278464 23059 996147200 134512640 134550740 4294955920 18446744073709551615 4126939607 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28824] ppid=28821 vsize=868436 CPUtime=1.6
/proc/28822/task/28824/stat : 28824 (java) S 28821 28808 26457 0 -1 64 19088 0 0 0 152 8 0 0 16 0 9 0 74092401 889278464 23059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28825] ppid=28821 vsize=868436 CPUtime=0
/proc/28822/task/28825/stat : 28825 (java) S 28821 28808 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74092401 889278464 23059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28826] ppid=28821 vsize=868436 CPUtime=0
/proc/28822/task/28826/stat : 28826 (java) S 28821 28808 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74092401 889278464 23059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28827] ppid=28821 vsize=868436 CPUtime=0
/proc/28822/task/28827/stat : 28827 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74092403 889278464 23059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28828] ppid=28821 vsize=868436 CPUtime=0.24
/proc/28822/task/28828/stat : 28828 (java) S 28821 28808 26457 0 -1 64 1491 0 0 0 23 1 0 0 16 0 9 0 74092403 889278464 23059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28829] ppid=28821 vsize=868436 CPUtime=0
/proc/28822/task/28829/stat : 28829 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74092403 889278464 23059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28830] ppid=28821 vsize=868436 CPUtime=0
/proc/28822/task/28830/stat : 28830 (java) S 28821 28808 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74092403 889278464 23059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890532

[startup+12.7021 s]
/proc/loadavg: 2.28 2.12 2.11 3/92 28830
/proc/meminfo: memFree=1514952/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=1.44
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1297 11205 0 1 7 1 129 7 15 0 1 0 74092248 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28808/statm: 4185 1104 409 3 0 764 0
[pid=28821] ppid=28808 vsize=5356 CPUtime=0
/proc/28821/stat : 28821 (sh) S 28808 28808 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74092399 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28821/statm: 1339 233 193 169 0 50 0
[pid=28822] ppid=28821 vsize=868548 CPUtime=11.04
/proc/28822/stat : 28822 (java) S 28821 28808 26457 0 -1 0 29419 0 1 0 1056 48 0 0 18 0 9 0 74092399 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28822/statm: 217137 23175 2567 9 0 211684 0
[pid=28822/tid=28823] ppid=28821 vsize=868548 CPUtime=8.45
/proc/28822/task/28823/stat : 28823 (java) R 28821 28808 26457 0 -1 64 3913 0 1 0 812 33 0 0 25 0 9 0 74092400 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4126572397 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28824] ppid=28821 vsize=868548 CPUtime=2.23
/proc/28822/task/28824/stat : 28824 (java) S 28821 28808 26457 0 -1 64 23265 0 0 0 211 12 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28825] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28825/stat : 28825 (java) S 28821 28808 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28826] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28826/stat : 28826 (java) S 28821 28808 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28827] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28827/stat : 28827 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28828] ppid=28821 vsize=868548 CPUtime=0.32
/proc/28822/task/28828/stat : 28828 (java) S 28821 28808 26457 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28829] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28829/stat : 28829 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28830] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28830/stat : 28830 (java) S 28821 28808 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890644

[startup+25.5025 s]
/proc/loadavg: 2.39 2.15 2.12 3/92 28830
/proc/meminfo: memFree=1360776/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=1.44
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1297 11205 0 1 7 1 129 7 16 0 1 0 74092248 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28808/statm: 4185 1104 409 3 0 764 0
[pid=28821] ppid=28808 vsize=5356 CPUtime=0
/proc/28821/stat : 28821 (sh) S 28808 28808 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74092399 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28821/statm: 1339 233 193 169 0 50 0
[pid=28822] ppid=28821 vsize=868548 CPUtime=23.64
/proc/28822/stat : 28822 (java) S 28821 28808 26457 0 -1 0 29999 0 1 0 2224 140 0 0 18 0 9 0 74092399 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28822/statm: 217137 23175 2567 9 0 211684 0
[pid=28822/tid=28823] ppid=28821 vsize=868548 CPUtime=20.75
/proc/28822/task/28823/stat : 28823 (java) R 28821 28808 26457 0 -1 64 4493 0 1 0 1955 120 0 0 25 0 9 0 74092400 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4126573636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28824] ppid=28821 vsize=868548 CPUtime=2.54
/proc/28822/task/28824/stat : 28824 (java) S 28821 28808 26457 0 -1 64 23265 0 0 0 237 17 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28825] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28825/stat : 28825 (java) S 28821 28808 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28826] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28826/stat : 28826 (java) S 28821 28808 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28827] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28827/stat : 28827 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28828] ppid=28821 vsize=868548 CPUtime=0.32
/proc/28822/task/28828/stat : 28828 (java) S 28821 28808 26457 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28829] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28829/stat : 28829 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28830] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28830/stat : 28830 (java) S 28821 28808 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.08
Current children cumulated vsize (KiB) 890644

[startup+51.1023 s]
/proc/loadavg: 2.65 2.23 2.15 3/92 28830
/proc/meminfo: memFree=1055048/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=1.44
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1297 11205 0 1 7 1 129 7 16 0 1 0 74092248 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

[startup+102.308 s]
/proc/loadavg: 2.48 2.25 2.16 3/92 28830
/proc/meminfo: memFree=430408/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=1.44
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1297 11205 0 1 7 1 129 7 16 0 1 0 74092248 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28808/statm: 4185 1104 409 3 0 764 0
[pid=28821] ppid=28808 vsize=5356 CPUtime=0
/proc/28821/stat : 28821 (sh) S 28808 28808 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74092399 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28821/statm: 1339 233 193 169 0 50 0
[pid=28822] ppid=28821 vsize=868548 CPUtime=98.28
/proc/28822/stat : 28822 (java) S 28821 28808 26457 0 -1 0 33411 0 1 0 9125 703 0 0 18 0 9 0 74092399 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28822/statm: 217137 23175 2567 9 0 211684 0
[pid=28822/tid=28823] ppid=28821 vsize=868548 CPUtime=93.68
/proc/28822/task/28823/stat : 28823 (java) R 28821 28808 26457 0 -1 64 7905 0 1 0 8707 661 0 0 25 0 9 0 74092400 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4126572487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28824] ppid=28821 vsize=868548 CPUtime=4.24
/proc/28822/task/28824/stat : 28824 (java) S 28821 28808 26457 0 -1 64 23265 0 0 0 385 39 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28825] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28825/stat : 28825 (java) S 28821 28808 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28826] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28826/stat : 28826 (java) S 28821 28808 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28827] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28827/stat : 28827 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28828] ppid=28821 vsize=868548 CPUtime=0.32
/proc/28822/task/28828/stat : 28828 (java) S 28821 28808 26457 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28829] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28829/stat : 28829 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28830] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28830/stat : 28830 (java) S 28821 28808 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.72
Current children cumulated vsize (KiB) 890644

[startup+162.303 s]
/proc/loadavg: 2.71 2.36 2.20 3/92 28830
/proc/meminfo: memFree=15312/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=1.44
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1297 11205 0 1 7 1 129 7 16 0 1 0 74092248 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28808/statm: 4185 1104 409 3 0 764 0
[pid=28821] ppid=28808 vsize=5356 CPUtime=0
/proc/28821/stat : 28821 (sh) S 28808 28808 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74092399 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28821/statm: 1339 233 193 169 0 50 0
[pid=28822] ppid=28821 vsize=868548 CPUtime=156.55
/proc/28822/stat : 28822 (java) S 28821 28808 26457 0 -1 0 36115 0 1 0 14501 1154 0 0 18 0 9 0 74092399 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28822/statm: 217137 23175 2567 9 0 211684 0
[pid=28822/tid=28823] ppid=28821 vsize=868548 CPUtime=150.57
/proc/28822/task/28823/stat : 28823 (java) R 28821 28808 26457 0 -1 64 10609 0 1 0 13964 1093 0 0 25 0 9 0 74092400 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4127089490 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28824] ppid=28821 vsize=868548 CPUtime=5.62
/proc/28822/task/28824/stat : 28824 (java) S 28821 28808 26457 0 -1 64 23265 0 0 0 505 57 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28825] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28825/stat : 28825 (java) S 28821 28808 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28826] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28826/stat : 28826 (java) S 28821 28808 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28827] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28827/stat : 28827 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28828] ppid=28821 vsize=868548 CPUtime=0.32
/proc/28822/task/28828/stat : 28828 (java) S 28821 28808 26457 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28829] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28829/stat : 28829 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28830] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28830/stat : 28830 (java) S 28821 28808 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 157.99
Current children cumulated vsize (KiB) 890644

[startup+222.302 s]
/proc/loadavg: 2.82 2.45 2.24 3/92 28830
/proc/meminfo: memFree=16336/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=1.44
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1297 11205 0 1 7 1 129 7 16 0 1 0 74092248 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28808/statm: 4185 1104 409 3 0 764 0
[pid=28821] ppid=28808 vsize=5356 CPUtime=0
/proc/28821/stat : 28821 (sh) S 28808 28808 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74092399 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28821/statm: 1339 233 193 169 0 50 0
[pid=28822] ppid=28821 vsize=868548 CPUtime=214.17
/proc/28822/stat : 28822 (java) S 28821 28808 26457 0 -1 0 38857 0 1 0 19818 1599 0 0 18 0 9 0 74092399 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28822/statm: 217137 23175 2567 9 0 211684 0
[pid=28822/tid=28823] ppid=28821 vsize=868548 CPUtime=206.87
/proc/28822/task/28823/stat : 28823 (java) R 28821 28808 26457 0 -1 64 13351 0 1 0 19167 1520 0 0 25 0 9 0 74092400 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28824] ppid=28821 vsize=868548 CPUtime=6.94
/proc/28822/task/28824/stat : 28824 (java) S 28821 28808 26457 0 -1 64 23265 0 0 0 618 76 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28825] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28825/stat : 28825 (java) S 28821 28808 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28826] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28826/stat : 28826 (java) S 28821 28808 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28827] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28827/stat : 28827 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28828] ppid=28821 vsize=868548 CPUtime=0.32
/proc/28822/task/28828/stat : 28828 (java) S 28821 28808 26457 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28829] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28829/stat : 28829 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28830] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28830/stat : 28830 (java) S 28821 28808 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 215.61
Current children cumulated vsize (KiB) 890644

Solver just ended. Dumping a history of the last processes samples

[startup+223.901 s]
/proc/loadavg: 2.82 2.45 2.24 3/92 28830
/proc/meminfo: memFree=15824/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=1.44
/proc/28808/stat : 28808 (sugar++) S 28806 28808 26457 0 -1 4194304 1297 11205 0 1 7 1 129 7 16 0 1 0 74092248 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28808/statm: 4185 1104 409 3 0 764 0
[pid=28821] ppid=28808 vsize=5356 CPUtime=0
/proc/28821/stat : 28821 (sh) S 28808 28808 26457 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 74092399 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28821/statm: 1339 233 193 169 0 50 0
[pid=28822] ppid=28821 vsize=868548 CPUtime=215.74
/proc/28822/stat : 28822 (java) S 28821 28808 26457 0 -1 0 38928 0 1 0 19960 1614 0 0 18 0 9 0 74092399 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28822/statm: 217137 23175 2567 9 0 211684 0
[pid=28822/tid=28823] ppid=28821 vsize=868548 CPUtime=208.4
/proc/28822/task/28823/stat : 28823 (java) R 28821 28808 26457 0 -1 64 13422 0 1 0 19306 1534 0 0 25 0 9 0 74092400 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 102064685 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28824] ppid=28821 vsize=868548 CPUtime=6.97
/proc/28822/task/28824/stat : 28824 (java) S 28821 28808 26457 0 -1 64 23265 0 0 0 621 76 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28825] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28825/stat : 28825 (java) S 28821 28808 26457 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28826] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28826/stat : 28826 (java) S 28821 28808 26457 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 74092401 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28827] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28827/stat : 28827 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28828] ppid=28821 vsize=868548 CPUtime=0.32
/proc/28822/task/28828/stat : 28828 (java) S 28821 28808 26457 0 -1 64 1545 0 0 0 31 1 0 0 16 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28829] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28829/stat : 28829 (java) S 28821 28808 26457 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28822/tid=28830] ppid=28821 vsize=868548 CPUtime=0
/proc/28822/task/28830/stat : 28830 (java) S 28821 28808 26457 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 74092403 889393152 23175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 217.18
Current children cumulated vsize (KiB) 890644

[startup+227.102 s]
/proc/loadavg: 2.83 2.46 2.25 3/92 28830
/proc/meminfo: memFree=15504/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=220.25
/proc/28808/stat : 28808 (sugar++) R 28806 28808 26457 0 -1 4194304 1320 50554 0 2 7 29 20345 1644 16 0 1 0 74092248 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28808/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 220.25
Current children cumulated vsize (KiB) 16740

[startup+228.702 s]
/proc/loadavg: 2.83 2.46 2.25 2/82 28830
/proc/meminfo: memFree=1865696/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=220.79
/proc/28808/stat : 28808 (sugar++) R 28806 28808 26457 0 -1 4194304 1320 50554 0 2 7 83 20345 1644 15 0 1 0 74092248 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 1 0 0
/proc/28808/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 220.79
Current children cumulated vsize (KiB) 16740

[startup+230.302 s]
/proc/loadavg: 2.83 2.46 2.25 2/82 28830
/proc/meminfo: memFree=1888736/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=220.94
/proc/28808/stat : 28808 (sugar++) D 28806 28808 26457 0 -1 4194304 1320 50554 0 2 7 98 20345 1644 15 0 1 0 74092248 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28808/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 220.94
Current children cumulated vsize (KiB) 16740

[startup+230.702 s]
/proc/loadavg: 2.83 2.46 2.25 2/82 28830
/proc/meminfo: memFree=1888736/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=220.96
/proc/28808/stat : 28808 (sugar++) R 28806 28808 26457 0 -1 4194304 1320 50554 0 2 7 100 20345 1644 15 0 1 0 74092248 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 213116490793 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28808/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 220.96
Current children cumulated vsize (KiB) 16740

[startup+231.101 s]
/proc/loadavg: 2.83 2.46 2.25 2/82 28830
/proc/meminfo: memFree=1888352/2055920 swapFree=4191900/4192956
[pid=28808] ppid=28806 vsize=16740 CPUtime=220.98
/proc/28808/stat : 28808 (sugar++) D 28806 28808 26457 0 -1 4194304 1320 50554 0 2 7 102 20345 1644 15 0 1 0 74092248 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 213116490793 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28808/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 220.98
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 231.16
CPU time (s): 221.005
CPU user time (s): 203.528
CPU system time (s): 17.4773
CPU usage (%): 95.607
Max. virtual memory (cumulated for all children) (KiB): 900780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.528
system time used= 17.4773
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51930
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= 77171
involuntary context switches= 78886

runsolver used 0.318951 second user time and 0.778881 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-16 04:05:24
IDJOB=1125763
IDBENCH=64160
IDSOLVER=367
FILE ID=node37/1125763-1216173924
PBS_JOBID= 7905693
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/maxcsp/planning/normalized-mprime04ac_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1125763-1216173924/watcher-1125763-1216173924 -o /tmp/evaluation-result-1125763-1216173924/solver-1125763-1216173924 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1125763-1216173924.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d95a72089ab71f6e2fa8e97458f58cc8
RANDOM SEED=1203498664

node37.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.238
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.238
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:       1649016 kB
Buffers:         83628 kB
Cached:         178728 kB
SwapCached:        260 kB
Active:         246040 kB
Inactive:        88880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1649016 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            2596 kB
Writeback:           0 kB
Mapped:          91504 kB
Slab:            57016 kB
Committed_AS:   404768 kB
PageTables:       2096 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= 66556 MiB
End job on node37 at 2008-07-16 04:09:15