Trace number 1113369

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? (MO) 188.238 206.609

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-25/
normalized-lei450-25a-23.xml
MD5SUMdb98c53488e7b2aca62f1c75d3774cd9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints13
Best CPU time to get the best result obtained on this benchmark3600.05
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8260
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8260
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.17	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.17	c 0	BEGIN Sat Jul 12 19:14:58 2008
0.04/0.17	c 0	PID 18308
0.04/0.17	c 0	HOST node55.alineos.net
0.04/0.17	c 0	CONVERTING HOME/instance-1113369-1215882898.xml TO HOME/temp.csp
0.04/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113369-1215882898.xml' 'HOME/temp.csp'
0.97/1.13	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 8260 constraints
0.97/1.17	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/1.17	c 1	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.01/1.25	c 2	Parsing HOME/temp.csp
1.01/1.55	c 2	parsed 8712 expressions
1.01/1.56	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.66	c 2	MAX CSP: 8260 constraints
1.01/1.66	c 2	Converting to clausal form CSP
1.01/1.89	c 2	converted 1698 (10%) expressions
1.01/1.95	c 2	converted 3395 (20%) expressions
1.01/1.99	c 2	converted 5093 (30%) expressions
1.01/2.03	c 2	converted 6790 (40%) expressions
1.92/2.14	c 2	converted 8488 (50%) expressions
1.92/2.18	c 3	converted 10185 (60%) expressions
2.01/2.22	c 3	converted 11883 (70%) expressions
2.01/2.26	c 3	converted 13580 (80%) expressions
2.10/2.31	c 3	converted 15278 (90%) expressions
3.01/3.24	c 4	converted 16975 (100%) expressions
3.01/3.24	c 4	CSP : 16970 integers, 0 booleans, 24779 clauses, largest domain size 12391
3.01/3.25	c 4	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.01/3.25	c 4	Propagation in CSP
3.30/3.60	c 4	8257 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.40/3.60	c 4	CSP : 16970 integers, 0 booleans, 24779 clauses, largest domain size 8261
3.40/3.60	c 4	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.40/3.62	c 4	Simplifing CSP by introducing new Boolean variables
3.50/3.72	c 4	CSP : 16970 integers, 16520 booleans, 41299 clauses, largest domain size 8261
3.50/3.72	c 4	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/3.89	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.70/3.94	c 4	1697 (10%) CSP integer variables are encoded (9450 clauses, 120801 bytes)
3.70/3.94	c 4	3394 (20%) CSP integer variables are encoded (9450 clauses, 120801 bytes)
3.70/3.94	c 4	5091 (30%) CSP integer variables are encoded (9450 clauses, 120801 bytes)
3.70/3.95	c 4	6788 (40%) CSP integer variables are encoded (9450 clauses, 120801 bytes)
3.70/3.95	c 4	8485 (50%) CSP integer variables are encoded (9450 clauses, 120801 bytes)
3.80/4.06	c 4	10182 (60%) CSP integer variables are encoded (103633 clauses, 1560557 bytes)
3.90/4.12	c 4	11879 (70%) CSP integer variables are encoded (143048 clauses, 2230612 bytes)
3.90/4.15	c 4	13576 (80%) CSP integer variables are encoded (167656 clauses, 2648948 bytes)
3.90/4.18	c 5	15273 (90%) CSP integer variables are encoded (185342 clauses, 2949610 bytes)
4.00/4.21	c 5	16970 (100%) CSP integer variables are encoded (207830 clauses, 3331906 bytes)
4.20/4.41	c 5	4130 (10%) CSP clauses are encoded (272548 clauses, 4597735 bytes)
4.29/4.57	c 5	8260 (20%) CSP clauses are encoded (337244 clauses, 5928822 bytes)
4.50/4.72	c 5	12390 (30%) CSP clauses are encoded (401940 clauses, 7259909 bytes)
4.60/4.86	c 5	16520 (40%) CSP clauses are encoded (466658 clauses, 8591445 bytes)
4.79/5.01	c 5	20650 (50%) CSP clauses are encoded (531354 clauses, 9922532 bytes)
4.90/5.15	c 5	24780 (60%) CSP clauses are encoded (596050 clauses, 11253619 bytes)
81.77/83.94	c 84	28910 (70%) CSP clauses are encoded (34945336 clauses, 824349014 bytes)
144.03/147.76	c 148	33040 (80%) CSP clauses are encoded (69121154 clauses, 1661166506 bytes)
151.93/155.85	c 156	37170 (90%) CSP clauses are encoded (73428818 clauses, 1766354607 bytes)
175.48/180.02	c 180	41299 (100%) CSP clauses are encoded (86277310 clauses, 2080696019 bytes)
175.48/180.02	c 180	41299 CSP clauses encoded
175.48/180.05	c 180	Writing map file : HOME/temp.map
175.52/180.18	c 181	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
175.52/180.19	c 181	SAT : 241320 SAT variables, 86277310 SAT clauses, 2080696019 bytes
175.52/180.19	c 181	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
175.57/180.28	c 181	OBJECTIVE minimize _COST
175.57/180.28	c 181	SOLVING HOME/temp.cnf
175.57/180.28	c 181	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
175.63/180.37	c 181	This is MiniSat 2.0 beta incremental
175.63/180.37	c 181	WARNING: for repeatability, setting FPU to use double precision
175.63/180.38	c 181	============================[ Problem Statistics ]=============================
175.63/180.38	c 181	|                                                                             |
175.63/180.40	c 181	|  Number of variables:  241320                                               |
175.63/180.40	c 181	|  Number of clauses:    86277310                                             |
187.86/203.82	c ERROR INTERRUPTED
187.86/203.82	s UNKNOWN
187.95/203.99	c 204	CPU 171.5 (0.09 0.02 171.41 16.5)
187.95/203.99	c 204	END Sat Jul 12 19:18:22 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-1113369-1215882898/watcher-1113369-1215882898 -o /tmp/evaluation-result-1113369-1215882898/solver-1113369-1215882898 -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-1113369-1215882898.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.57 2.62 2.61 4/74 18308
/proc/meminfo: memFree=600904/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=12000 CPUtime=0
/proc/18308/stat : 18308 (sugar++) R 18306 18308 18271 0 -1 4194304 204 0 0 0 0 0 0 0 20 0 1 0 44988470 12288000 172 996147200 4194304 4206940 548682068528 18446744073709551615 248761482208 0 0 4224 0 0 0 0 17 1 0 0
/proc/18308/statm: 3000 172 133 3 0 100 0

[startup+0.0426731 s]
/proc/loadavg: 2.57 2.62 2.61 4/74 18308
/proc/meminfo: memFree=600904/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=13336 CPUtime=0.02
/proc/18308/stat : 18308 (sugar++) D 18306 18308 18271 0 -1 4194304 723 0 0 0 2 0 0 0 18 0 1 0 44988470 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/18308/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13336

[startup+0.101475 s]
/proc/loadavg: 2.57 2.62 2.61 4/74 18308
/proc/meminfo: memFree=600904/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=13600 CPUtime=0.04
/proc/18308/stat : 18308 (sugar++) R 18306 18308 18271 0 -1 4194304 780 0 0 0 3 1 0 0 18 0 1 0 44988470 13926400 748 996147200 4194304 4206940 548682068528 18446744073709551615 248779230956 0 0 4224 0 0 0 0 17 1 0 0
/proc/18308/statm: 3400 748 338 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301496 s]
/proc/loadavg: 2.57 2.62 2.61 4/74 18308
/proc/meminfo: memFree=600904/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=16740 CPUtime=0.06
/proc/18308/stat : 18308 (sugar++) S 18306 18308 18271 0 -1 4194304 1217 128 2 0 5 1 0 0 19 0 1 0 44988470 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18308/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701534 s]
/proc/loadavg: 2.57 2.62 2.61 4/74 18308
/proc/meminfo: memFree=600904/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=16740 CPUtime=0.06
/proc/18308/stat : 18308 (sugar++) S 18306 18308 18271 0 -1 4194304 1217 128 2 0 5 1 0 0 19 0 1 0 44988470 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18308/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.5016 s]
/proc/loadavg: 2.57 2.62 2.61 3/85 18320
/proc/meminfo: memFree=579632/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=16740 CPUtime=1.01
/proc/18308/stat : 18308 (sugar++) S 18306 18308 18271 0 -1 4194304 1294 8552 2 1 5 1 89 6 16 0 1 0 44988470 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18308/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 16740

[startup+3.10276 s]
/proc/loadavg: 2.57 2.62 2.61 4/85 18330
/proc/meminfo: memFree=577712/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=16740 CPUtime=1.01
/proc/18308/stat : 18308 (sugar++) S 18306 18308 18271 0 -1 4194304 1294 8552 2 1 5 1 89 6 15 0 1 0 44988470 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18308/statm: 4185 1104 409 3 0 764 0
[pid=18321] ppid=18308 vsize=5356 CPUtime=0
/proc/18321/stat : 18321 (sh) S 18308 18308 18271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44988587 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18321/statm: 1339 233 193 169 0 50 0
[pid=18322] ppid=18321 vsize=868612 CPUtime=1.89
/proc/18322/stat : 18322 (java) S 18321 18308 18271 0 -1 0 12151 0 1 0 183 6 0 0 18 0 9 0 44988587 889458688 11030 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18322/statm: 217153 11030 2540 9 0 211728 0
[pid=18322/tid=18323] ppid=18321 vsize=868612 CPUtime=1.16
/proc/18322/task/18323/stat : 18323 (java) R 18321 18308 18271 0 -1 64 2803 0 1 0 114 2 0 0 25 0 9 0 44988589 889458688 11030 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18324] ppid=18321 vsize=868612 CPUtime=0.5
/proc/18322/task/18324/stat : 18324 (java) R 18321 18308 18271 0 -1 64 7162 0 0 0 48 2 0 0 16 0 9 0 44988590 889458688 11030 996147200 134512640 134550740 4294955920 18446744073709551615 102721916 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18325] ppid=18321 vsize=868612 CPUtime=0
/proc/18322/task/18325/stat : 18325 (java) S 18321 18308 18271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44988590 889458688 11030 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18326] ppid=18321 vsize=868612 CPUtime=0
/proc/18322/task/18326/stat : 18326 (java) S 18321 18308 18271 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44988590 889458688 11030 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18327] ppid=18321 vsize=868612 CPUtime=0
/proc/18322/task/18327/stat : 18327 (java) S 18321 18308 18271 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44988592 889458688 11030 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18328] ppid=18321 vsize=868612 CPUtime=0.21
/proc/18322/task/18328/stat : 18328 (java) S 18321 18308 18271 0 -1 64 1489 0 0 0 21 0 0 0 16 0 9 0 44988592 889458688 11030 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18329] ppid=18321 vsize=868612 CPUtime=0
/proc/18322/task/18329/stat : 18329 (java) S 18321 18308 18271 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44988592 889458688 11030 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18330] ppid=18321 vsize=868612 CPUtime=0
/proc/18322/task/18330/stat : 18330 (java) S 18321 18308 18271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44988592 889458688 11030 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 890708

[startup+6.30105 s]
/proc/loadavg: 2.52 2.60 2.61 3/85 18330
/proc/meminfo: memFree=543792/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=16740 CPUtime=1.03
/proc/18308/stat : 18308 (sugar++) S 18306 18308 18271 0 -1 4194304 1295 8552 2 1 6 2 89 6 15 0 1 0 44988470 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18308/statm: 4185 1104 409 3 0 764 0
[pid=18321] ppid=18308 vsize=5356 CPUtime=0
/proc/18321/stat : 18321 (sh) S 18308 18308 18271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44988587 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18321/statm: 1339 233 193 169 0 50 0
[pid=18322] ppid=18321 vsize=868472 CPUtime=5.04
/proc/18322/stat : 18322 (java) S 18321 18308 18271 0 -1 0 13894 0 1 0 482 22 0 0 18 0 9 0 44988587 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18322/statm: 217118 12189 2565 9 0 211665 0
[pid=18322/tid=18323] ppid=18321 vsize=868472 CPUtime=3.76
/proc/18322/task/18323/stat : 18323 (java) R 18321 18308 18271 0 -1 64 3254 0 1 0 361 15 0 0 25 0 9 0 44988589 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4126474948 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18324] ppid=18321 vsize=868472 CPUtime=0.96
/proc/18322/task/18324/stat : 18324 (java) S 18321 18308 18271 0 -1 64 8410 0 0 0 91 5 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18325] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18325/stat : 18325 (java) S 18321 18308 18271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18326] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18326/stat : 18326 (java) S 18321 18308 18271 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18327] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18327/stat : 18327 (java) S 18321 18308 18271 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18328] ppid=18321 vsize=868472 CPUtime=0.29
/proc/18322/task/18328/stat : 18328 (java) S 18321 18308 18271 0 -1 64 1533 0 0 0 29 0 0 0 16 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18329] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18329/stat : 18329 (java) S 18321 18308 18271 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18330] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18330/stat : 18330 (java) S 18321 18308 18271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 890568

[startup+12.7026 s]
/proc/loadavg: 2.48 2.59 2.60 3/85 18330
/proc/meminfo: memFree=522160/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=16740 CPUtime=1.03
/proc/18308/stat : 18308 (sugar++) S 18306 18308 18271 0 -1 4194304 1295 8552 2 1 6 2 89 6 15 0 1 0 44988470 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18308/statm: 4185 1104 409 3 0 764 0
[pid=18321] ppid=18308 vsize=5356 CPUtime=0
/proc/18321/stat : 18321 (sh) S 18308 18308 18271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44988587 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18321/statm: 1339 233 193 169 0 50 0
[pid=18322] ppid=18321 vsize=868472 CPUtime=11.37
/proc/18322/stat : 18322 (java) S 18321 18308 18271 0 -1 0 14249 0 1 0 1105 32 0 0 18 0 9 0 44988587 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18322/statm: 217118 12189 2565 9 0 211665 0
[pid=18322/tid=18323] ppid=18321 vsize=868472 CPUtime=9.96
/proc/18322/task/18323/stat : 18323 (java) R 18321 18308 18271 0 -1 64 3609 0 1 0 973 23 0 0 25 0 9 0 44988589 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4127095951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18324] ppid=18321 vsize=868472 CPUtime=1.09
/proc/18322/task/18324/stat : 18324 (java) S 18321 18308 18271 0 -1 64 8410 0 0 0 102 7 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18325] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18325/stat : 18325 (java) S 18321 18308 18271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18326] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18326/stat : 18326 (java) S 18321 18308 18271 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18327] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18327/stat : 18327 (java) S 18321 18308 18271 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18328] ppid=18321 vsize=868472 CPUtime=0.29
/proc/18322/task/18328/stat : 18328 (java) S 18321 18308 18271 0 -1 64 1533 0 0 0 29 0 0 0 16 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18329] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18329/stat : 18329 (java) S 18321 18308 18271 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18330] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18330/stat : 18330 (java) S 18321 18308 18271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 890568

[startup+25.5028 s]
/proc/loadavg: 2.37 2.56 2.59 3/85 18330
/proc/meminfo: memFree=440240/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=16740 CPUtime=1.03
/proc/18308/stat : 18308 (sugar++) S 18306 18308 18271 0 -1 4194304 1295 8552 2 1 6 2 89 6 15 0 1 0 44988470 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18308/statm: 4185 1104 409 3 0 764 0
[pid=18321] ppid=18308 vsize=5356 CPUtime=0
/proc/18321/stat : 18321 (sh) S 18308 18308 18271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44988587 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18321/statm: 1339 233 193 169 0 50 0
[pid=18322] ppid=18321 vsize=868472 CPUtime=23.99
/proc/18322/stat : 18322 (java) S 18321 18308 18271 0 -1 0 15357 0 1 0 2310 89 0 0 18 0 9 0 44988587 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18322/statm: 217118 12189 2565 9 0 211665 0
[pid=18322/tid=18323] ppid=18321 vsize=868472 CPUtime=22.09
/proc/18322/task/18323/stat : 18323 (java) R 18321 18308 18271 0 -1 64 4717 0 1 0 2137 72 0 0 25 0 9 0 44988589 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4126564375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18324] ppid=18321 vsize=868472 CPUtime=1.58
/proc/18322/task/18324/stat : 18324 (java) S 18321 18308 18271 0 -1 64 8410 0 0 0 143 15 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18325] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18325/stat : 18325 (java) S 18321 18308 18271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18326] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18326/stat : 18326 (java) S 18321 18308 18271 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18327] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18327/stat : 18327 (java) S 18321 18308 18271 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18328] ppid=18321 vsize=868472 CPUtime=0.29
/proc/18322/task/18328/stat : 18328 (java) S 18321 18308 18271 0 -1 64 1533 0 0 0 29 0 0 0 16 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18329] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18329/stat : 18329 (java) S 18321 18308 18271 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18330] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18330/stat : 18330 (java) R 18321 18308 18271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 890568

[startup+51.1022 s]
/proc/loadavg: 2.45 2.57 2.59 3/85 18330
/proc/meminfo: memFree=130608/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=16740 CPUtime=1.03
/proc/18308/stat : 18308 (sugar++) S 18306 18308 18271 0 -1 4194304 1295 8552 2 1 6 2 89 6 15 0 1 0 44988470 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18308/statm: 4185 1104 409 3 0 764 0
[pid=18321] ppid=18308 vsize=5356 CPUtime=0
/proc/18321/stat : 18321 (sh) S 18308 18308 18271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44988587 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18321/statm: 1339 233 193 169 0 50 0
[pid=18322] ppid=18321 vsize=868472 CPUtime=49.02
/proc/18322/stat : 18322 (java) S 18321 18308 18271 0 -1 0 18476 0 1 0 4589 313 0 0 18 0 9 0 44988587 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18322/statm: 217118 12189 2565 9 0 211665 0
[pid=18322/tid=18323] ppid=18321 vsize=868472 CPUtime=45.89
/proc/18322/task/18323/stat : 18323 (java) R 18321 18308 18271 0 -1 64 7836 0 1 0 4316 273 0 0 25 0 9 0 44988589 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4127061580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18324] ppid=18321 vsize=868472 CPUtime=2.79
/proc/18322/task/18324/stat : 18324 (java) S 18321 18308 18271 0 -1 64 8410 0 0 0 242 37 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18325] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18325/stat : 18325 (java) S 18321 18308 18271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18326] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18326/stat : 18326 (java) S 18321 18308 18271 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18327] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18327/stat : 18327 (java) S 18321 18308 18271 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18328] ppid=18321 vsize=868472 CPUtime=0.29
/proc/18322/task/18328/stat : 18328 (java) S 18321 18308 18271 0 -1 64 1533 0 0 0 29 0 0 0 16 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18329] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18329/stat : 18329 (java) S 18321 18308 18271 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18330] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18330/stat : 18330 (java) S 18321 18308 18271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.05
Current children cumulated vsize (KiB) 890568

[startup+102.308 s]
/proc/loadavg: 2.85 2.65 2.62 3/85 18330
/proc/meminfo: memFree=15600/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=16740 CPUtime=1.03
/proc/18308/stat : 18308 (sugar++) S 18306 18308 18271 0 -1 4194304 1295 8552 2 1 6 2 89 6 16 0 1 0 44988470 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18308/statm: 4185 1104 409 3 0 764 0
[pid=18321] ppid=18308 vsize=5356 CPUtime=0
/proc/18321/stat : 18321 (sh) S 18308 18308 18271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44988587 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18321/statm: 1339 233 193 169 0 50 0
[pid=18322] ppid=18321 vsize=868472 CPUtime=98.68
/proc/18322/stat : 18322 (java) S 18321 18308 18271 0 -1 0 24970 0 1 0 9138 730 0 0 18 0 9 0 44988587 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18322/statm: 217118 12189 2565 9 0 211665 0
[pid=18322/tid=18323] ppid=18321 vsize=868472 CPUtime=93.01
/proc/18322/task/18323/stat : 18323 (java) R 18321 18308 18271 0 -1 64 14330 0 1 0 8650 651 0 0 25 0 9 0 44988589 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18322/tid=18324] ppid=18321 vsize=868472 CPUtime=5.35
/proc/18322/task/18324/stat : 18324 (java) S 18321 18308 18271 0 -1 64 8410 0 0 0 458 77 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18322/tid=18325] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18325/stat : 18325 (java) S 18321 18308 18271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18326] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18326/stat : 18326 (java) S 18321 18308 18271 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18327] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18327/stat : 18327 (java) S 18321 18308 18271 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18328] ppid=18321 vsize=868472 CPUtime=0.29
/proc/18322/task/18328/stat : 18328 (java) S 18321 18308 18271 0 -1 64 1533 0 0 0 29 0 0 0 16 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18329] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18329/stat : 18329 (java) S 18321 18308 18271 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18330] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18330/stat : 18330 (java) S 18321 18308 18271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.71
Current children cumulated vsize (KiB) 890568

[startup+162.302 s]
/proc/loadavg: 3.06 2.74 2.65 3/85 18330
/proc/meminfo: memFree=15728/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=16740 CPUtime=1.03
/proc/18308/stat : 18308 (sugar++) S 18306 18308 18271 0 -1 4194304 1295 8552 2 1 6 2 89 6 16 0 1 0 44988470 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18308/statm: 4185 1104 409 3 0 764 0
[pid=18321] ppid=18308 vsize=5356 CPUtime=0
/proc/18321/stat : 18321 (sh) S 18308 18308 18271 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44988587 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18321/statm: 1339 233 193 169 0 50 0
[pid=18322] ppid=18321 vsize=868472 CPUtime=157.23
/proc/18322/stat : 18322 (java) S 18321 18308 18271 0 -1 0 32883 0 1 0 14478 1245 0 0 18 0 9 0 44988587 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18322/statm: 217118 12189 2565 9 0 211665 0
[pid=18322/tid=18323] ppid=18321 vsize=868472 CPUtime=148.5
/proc/18322/task/18323/stat : 18323 (java) R 18321 18308 18271 0 -1 64 22243 0 1 0 13732 1118 0 0 25 0 9 0 44988589 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18322/tid=18324] ppid=18321 vsize=868472 CPUtime=8.39
/proc/18322/task/18324/stat : 18324 (java) S 18321 18308 18271 0 -1 64 8410 0 0 0 715 124 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18322/tid=18325] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18325/stat : 18325 (java) S 18321 18308 18271 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18326] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18326/stat : 18326 (java) S 18321 18308 18271 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44988590 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18327] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18327/stat : 18327 (java) S 18321 18308 18271 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18328] ppid=18321 vsize=868472 CPUtime=0.29
/proc/18322/task/18328/stat : 18328 (java) S 18321 18308 18271 0 -1 64 1533 0 0 0 29 0 0 0 16 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18329] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18329/stat : 18329 (java) S 18321 18308 18271 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18322/tid=18330] ppid=18321 vsize=868472 CPUtime=0
/proc/18322/task/18330/stat : 18330 (java) S 18321 18308 18271 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 44988592 889315328 12189 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 158.26
Current children cumulated vsize (KiB) 890568



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+203.803 s]
/proc/loadavg: 2.84 2.74 2.65 2/76 18331
/proc/meminfo: memFree=16184/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=17796 CPUtime=175.63
/proc/18308/stat : 18308 (sugar++) S 18306 18308 18271 0 -1 4194304 1713 44082 5 9 9 2 16141 1411 15 0 1 0 44988470 18223104 1376 996147200 4194304 4206940 548682068528 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18308/statm: 4449 1376 413 3 0 1028 0
[pid=18331] ppid=18308 vsize=904672 CPUtime=12.23
/proc/18331/stat : 18331 (minisat-inc) D 18308 18308 18271 0 -1 4194304 218977 0 6 0 1000 223 0 0 18 0 1 0 45006503 926384128 218933 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/18331/statm: 226168 218933 59 151 0 226014 0
Current children cumulated CPU time (s) 187.86
Current children cumulated vsize (KiB) 922468

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

Sending SIGKILL to process tree (bottom up)

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

[startup+204.606 s]
/proc/loadavg: 2.84 2.74 2.65 2/76 18332
/proc/meminfo: memFree=1110328/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=17796 CPUtime=188.12
/proc/18308/stat : 18308 (sugar++) D 18306 18308 18271 0 -1 4194304 1744 263059 5 15 9 12 17141 1650 15 0 1 0 44988470 18223104 1377 996147200 4194304 4206940 548682068528 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18308/statm: 4449 1377 414 3 0 1028 0
Current children cumulated CPU time (s) 188.12
Current children cumulated vsize (KiB) 17796

[startup+205.401 s]
/proc/loadavg: 2.84 2.74 2.65 2/76 18332
/proc/meminfo: memFree=1110328/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=17796 CPUtime=188.15
/proc/18308/stat : 18308 (sugar++) D 18306 18308 18271 0 -1 4194304 1744 263059 5 15 9 15 17141 1650 15 0 1 0 44988470 18223104 1377 996147200 4194304 4206940 548682068528 18446744073709551615 248761783337 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18308/statm: 4449 1377 414 3 0 1028 0
Current children cumulated CPU time (s) 188.15
Current children cumulated vsize (KiB) 17796

[startup+206.201 s]
/proc/loadavg: 2.84 2.74 2.65 2/76 18332
/proc/meminfo: memFree=1109944/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=17796 CPUtime=188.18
/proc/18308/stat : 18308 (sugar++) D 18306 18308 18271 0 -1 4194304 1744 263059 5 15 9 18 17141 1650 15 0 1 0 44988470 18223104 1377 996147200 4194304 4206940 548682068528 18446744073709551615 248761783337 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18308/statm: 4449 1377 414 3 0 1028 0
Current children cumulated CPU time (s) 188.18
Current children cumulated vsize (KiB) 17796

[startup+206.602 s]
/proc/loadavg: 2.84 2.74 2.65 2/76 18332
/proc/meminfo: memFree=1109944/2055920 swapFree=4192812/4192956
[pid=18308] ppid=18306 vsize=17796 CPUtime=188.22
/proc/18308/stat : 18308 (sugar++) R 18306 18308 18271 0 -1 4194304 1744 263059 5 15 9 22 17141 1650 15 0 1 0 44988470 18223104 1377 996147200 4194304 4206940 548682068528 18446744073709551615 248761783337 256 0 4224 16386 0 0 0 17 0 0 0
/proc/18308/statm: 4449 1377 414 3 0 1028 0
Current children cumulated CPU time (s) 188.22
Current children cumulated vsize (KiB) 17796

Child ended because it received signal 9 (SIGKILL)
Real time (s): 206.609
CPU time (s): 188.238
CPU user time (s): 171.507
CPU system time (s): 16.7315
CPU usage (%): 91.1086
Max. virtual memory (cumulated for all children) (KiB): 922468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 171.507
system time used= 16.7315
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264803
page faults= 20
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161601
involuntary context switches= 160282

runsolver used 0.275958 second user time and 0.72189 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-12 19:14:58
IDJOB=1113369
IDBENCH=61571
IDSOLVER=367
FILE ID=node55/1113369-1215882898
PBS_JOBID= 7903645
Free space on /tmp= 65980 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-25/normalized-lei450-25a-23.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-1113369-1215882898/watcher-1113369-1215882898 -o /tmp/evaluation-result-1113369-1215882898/solver-1113369-1215882898 -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-1113369-1215882898.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= db98c53488e7b2aca62f1c75d3774cd9
RANDOM SEED=555166073

node55.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.225
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.225
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:        601384 kB
Buffers:          9616 kB
Cached:         510448 kB
SwapCached:          0 kB
Active:        1365596 kB
Inactive:        28588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        601384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2008 kB
Writeback:           0 kB
Mapped:         885196 kB
Slab:            43952 kB
Committed_AS:  1097784 kB
PageTables:       3620 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= 65980 MiB
End job on node55 at 2008-07-12 19:18:25