Trace number 1113441

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) 176.269 189.508

General information on the benchmark

Namecsp/graphColoring/leighton/leighton-15/
normalized-lei450-15b-08.xml
MD5SUMbd09eb53f1240bcfb584bdb1d9a1d122
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints340
Best CPU time to get the best result obtained on this benchmark3600.1
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints8169
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8169
Global constraints used (with number of constraints)

Solver Data (download as text)

0.05/0.24	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.05/0.26	c 0	BEGIN Sat Jul 12 19:40:47 2008
0.05/0.26	c 0	PID 19349
0.05/0.27	c 0	HOST node27.alineos.net
0.05/0.27	c 0	CONVERTING HOME/instance-1113441-1215884446.xml TO HOME/temp.csp
0.05/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1113441-1215884446.xml' 'HOME/temp.csp'
0.92/1.22	c 1	1 domains, 450 variables, 1 predicates, 0 relations, 8169 constraints
0.92/1.27	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.92/1.27	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'
0.97/1.35	c 1	Parsing HOME/temp.csp
0.97/1.67	c 1	parsed 8621 expressions
0.97/1.68	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.97/1.78	c 1	MAX CSP: 8169 constraints
0.97/1.78	c 1	Converting to clausal form CSP
0.97/2.01	c 1	converted 1680 (10%) expressions
0.97/2.07	c 2	converted 3359 (20%) expressions
1.79/2.11	c 2	converted 5038 (30%) expressions
1.88/2.21	c 2	converted 6718 (40%) expressions
1.88/2.25	c 2	converted 8397 (50%) expressions
1.88/2.29	c 2	converted 10076 (60%) expressions
1.98/2.32	c 2	converted 11756 (70%) expressions
1.98/2.36	c 2	converted 13435 (80%) expressions
2.07/2.40	c 2	converted 15114 (90%) expressions
2.87/3.27	c 3	converted 16793 (100%) expressions
2.87/3.28	c 3	CSP : 16788 integers, 0 booleans, 24506 clauses, largest domain size 12254
2.87/3.28	c 3	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.87/3.28	c 3	Propagation in CSP
3.27/3.60	c 3	8159 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.27/3.61	c 3	CSP : 16788 integers, 0 booleans, 24506 clauses, largest domain size 8170
3.27/3.61	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.27/3.62	c 3	Simplifing CSP by introducing new Boolean variables
3.36/3.71	c 3	CSP : 16788 integers, 16338 booleans, 40844 clauses, largest domain size 8170
3.36/3.71	c 3	Heap : 27 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.47/3.86	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.57/3.91	c 3	1679 (10%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
3.57/3.91	c 3	3358 (20%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
3.57/3.91	c 3	5037 (30%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
3.57/3.91	c 3	6716 (40%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
3.57/3.91	c 3	8394 (50%) CSP integer variables are encoded (2700 clauses, 33267 bytes)
3.57/3.94	c 3	10073 (60%) CSP integer variables are encoded (22811 clauses, 334932 bytes)
3.57/3.97	c 3	11752 (70%) CSP integer variables are encoded (40819 clauses, 605052 bytes)
3.57/3.99	c 3	13431 (80%) CSP integer variables are encoded (61044 clauses, 908427 bytes)
3.76/4.12	c 4	15110 (90%) CSP integer variables are encoded (164284 clauses, 2612526 bytes)
3.76/4.17	c 4	16788 (100%) CSP integer variables are encoded (190575 clauses, 3059473 bytes)
3.86/4.28	c 4	4085 (10%) CSP clauses are encoded (213728 clauses, 3483873 bytes)
3.96/4.35	c 4	8169 (20%) CSP clauses are encoded (236866 clauses, 3918497 bytes)
4.06/4.41	c 4	12254 (30%) CSP clauses are encoded (260019 clauses, 4355363 bytes)
4.06/4.48	c 4	16338 (40%) CSP clauses are encoded (283157 clauses, 4810671 bytes)
4.16/4.54	c 4	20422 (50%) CSP clauses are encoded (306302 clauses, 5268124 bytes)
4.26/4.61	c 4	24507 (60%) CSP clauses are encoded (329448 clauses, 5726919 bytes)
11.90/12.32	c 12	28591 (70%) CSP clauses are encoded (4546190 clauses, 96087922 bytes)
34.47/35.30	c 35	32676 (80%) CSP clauses are encoded (17110609 clauses, 365871029 bytes)
99.24/101.68	c 101	36760 (90%) CSP clauses are encoded (50689287 clauses, 1173257474 bytes)
164.07/168.29	c 168	40844 (100%) CSP clauses are encoded (84116815 clauses, 1991702366 bytes)
164.07/168.29	c 168	40844 CSP clauses encoded
164.15/168.38	c 168	Writing map file : HOME/temp.map
164.23/168.80	c 168	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
164.23/168.80	c 168	SAT : 223701 SAT variables, 84116815 SAT clauses, 1991702366 bytes
164.23/168.80	c 168	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
164.23/168.87	c 168	OBJECTIVE minimize _COST
164.23/168.87	c 168	SOLVING HOME/temp.cnf
164.23/168.87	c 168	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
164.28/168.92	c 168	This is MiniSat 2.0 beta incremental
164.28/168.92	c 168	WARNING: for repeatability, setting FPU to use double precision
164.28/168.93	c 168	============================[ Problem Statistics ]=============================
164.28/168.93	c 168	|                                                                             |
164.28/168.95	c 168	|  Number of variables:  223701                                               |
164.28/168.95	c 168	|  Number of clauses:    84116815                                             |
175.56/188.21	c ERROR INTERRUPTED
175.56/188.21	s UNKNOWN
175.67/188.35	c 188	CPU 159.99 (0.1 0.02 159.89 15.72)
175.67/188.35	c 188	END Sat Jul 12 19:43:55 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-1113441-1215884446/watcher-1113441-1215884446 -o /tmp/evaluation-result-1113441-1215884446/solver-1113441-1215884446 -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-1113441-1215884446.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.31 2.54 2.61 4/81 19349
/proc/meminfo: memFree=1897360/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=18572 CPUtime=0
/proc/19349/stat : 19349 (runsolver) D 19347 19349 18183 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 45019094 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 233588714791 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/19349/statm: 4643 292 257 25 0 2626 0

[startup+0.083293 s]
/proc/loadavg: 2.31 2.54 2.61 4/81 19349
/proc/meminfo: memFree=1897360/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=12412 CPUtime=0
/proc/19349/stat : 19349 (sugar++) D 19347 19349 18183 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 45019094 12709888 382 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/19349/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101295 s]
/proc/loadavg: 2.31 2.54 2.61 4/81 19349
/proc/meminfo: memFree=1897360/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=12544 CPUtime=0.01
/proc/19349/stat : 19349 (sugar++) R 19347 19349 18183 0 -1 4194304 518 0 0 0 1 0 0 0 18 0 1 0 45019094 12845056 486 996147200 4194304 4206940 548682068528 18446744073709551615 233606394480 0 0 4224 0 0 0 0 17 0 0 0
/proc/19349/statm: 3136 486 314 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.301316 s]
/proc/loadavg: 2.31 2.54 2.61 4/81 19349
/proc/meminfo: memFree=1897360/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=16740 CPUtime=0.07
/proc/19349/stat : 19349 (sugar++) S 19347 19349 18183 0 -1 4194304 1219 128 0 0 6 1 0 0 18 0 1 0 45019094 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19349/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701355 s]
/proc/loadavg: 2.31 2.54 2.61 4/81 19349
/proc/meminfo: memFree=1897360/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=16740 CPUtime=0.07
/proc/19349/stat : 19349 (sugar++) S 19347 19349 18183 0 -1 4194304 1219 128 0 0 6 1 0 0 18 0 1 0 45019094 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19349/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50144 s]
/proc/loadavg: 2.31 2.54 2.61 4/92 19361
/proc/meminfo: memFree=1876472/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=16740 CPUtime=0.97
/proc/19349/stat : 19349 (sugar++) S 19347 19349 18183 0 -1 4194304 1296 8513 0 1 6 2 83 6 16 0 1 0 45019094 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19349/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 16740

[startup+3.1026 s]
/proc/loadavg: 2.31 2.54 2.61 3/92 19371
/proc/meminfo: memFree=1874744/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=16740 CPUtime=0.97
/proc/19349/stat : 19349 (sugar++) S 19347 19349 18183 0 -1 4194304 1296 8513 0 1 6 2 83 6 15 0 1 0 45019094 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19349/statm: 4185 1104 409 3 0 764 0
[pid=19362] ppid=19349 vsize=5356 CPUtime=0
/proc/19362/stat : 19362 (sh) S 19349 19349 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45019222 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19362/statm: 1339 233 193 169 0 50 0
[pid=19363] ppid=19362 vsize=868644 CPUtime=1.8
/proc/19363/stat : 19363 (java) S 19362 19349 18183 0 -1 0 11685 0 1 0 173 7 0 0 20 0 9 0 45019222 889491456 10648 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19363/statm: 217161 10648 2540 9 0 211736 0
[pid=19363/tid=19364] ppid=19362 vsize=868644 CPUtime=1.09
/proc/19363/task/19364/stat : 19364 (java) R 19362 19349 18183 0 -1 64 2785 0 1 0 108 1 0 0 25 0 9 0 45019223 889491456 10648 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19365] ppid=19362 vsize=868644 CPUtime=0.47
/proc/19363/task/19365/stat : 19365 (java) R 19362 19349 18183 0 -1 64 6730 0 0 0 43 4 0 0 16 0 9 0 45019224 889491456 10648 996147200 134512640 134550740 4294955920 18446744073709551615 103735747 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19366] ppid=19362 vsize=868644 CPUtime=0
/proc/19363/task/19366/stat : 19366 (java) S 19362 19349 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45019224 889491456 10648 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19367] ppid=19362 vsize=868644 CPUtime=0
/proc/19363/task/19367/stat : 19367 (java) S 19362 19349 18183 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 45019224 889491456 10648 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19368] ppid=19362 vsize=868644 CPUtime=0
/proc/19363/task/19368/stat : 19368 (java) S 19362 19349 18183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 45019226 889491456 10648 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19369] ppid=19362 vsize=868644 CPUtime=0.21
/proc/19363/task/19369/stat : 19369 (java) S 19362 19349 18183 0 -1 64 1473 0 0 0 21 0 0 0 16 0 9 0 45019226 889491456 10648 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19370] ppid=19362 vsize=868644 CPUtime=0
/proc/19363/task/19370/stat : 19370 (java) S 19362 19349 18183 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45019226 889491456 10648 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19371] ppid=19362 vsize=868644 CPUtime=0
/proc/19363/task/19371/stat : 19371 (java) S 19362 19349 18183 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45019226 889491456 10648 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 890740

[startup+6.30293 s]
/proc/loadavg: 2.29 2.53 2.61 3/92 19371
/proc/meminfo: memFree=1839224/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=16740 CPUtime=0.98
/proc/19349/stat : 19349 (sugar++) S 19347 19349 18183 0 -1 4194304 1297 8513 0 1 7 2 83 6 15 0 1 0 45019094 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19349/statm: 4185 1104 409 3 0 764 0
[pid=19362] ppid=19349 vsize=5356 CPUtime=0
/proc/19362/stat : 19362 (sh) S 19349 19349 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45019222 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19362/statm: 1339 233 193 169 0 50 0
[pid=19363] ppid=19362 vsize=868504 CPUtime=4.97
/proc/19363/stat : 19363 (java) S 19362 19349 18183 0 -1 0 13712 0 1 0 472 25 0 0 20 0 9 0 45019222 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19363/statm: 217126 12059 2565 9 0 211673 0
[pid=19363/tid=19364] ppid=19362 vsize=868504 CPUtime=3.74
/proc/19363/task/19364/stat : 19364 (java) R 19362 19349 18183 0 -1 64 3248 0 1 0 358 16 0 0 25 0 9 0 45019223 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19365] ppid=19362 vsize=868504 CPUtime=0.91
/proc/19363/task/19365/stat : 19365 (java) S 19362 19349 18183 0 -1 64 8246 0 0 0 84 7 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19366] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19366/stat : 19366 (java) S 19362 19349 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19367] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19367/stat : 19367 (java) S 19362 19349 18183 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19368] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19368/stat : 19368 (java) S 19362 19349 18183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19369] ppid=19362 vsize=868504 CPUtime=0.29
/proc/19363/task/19369/stat : 19369 (java) S 19362 19349 18183 0 -1 64 1521 0 0 0 29 0 0 0 16 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19370] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19370/stat : 19370 (java) S 19362 19349 18183 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19371] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19371/stat : 19371 (java) S 19362 19349 18183 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 890600

[startup+12.7026 s]
/proc/loadavg: 2.26 2.52 2.61 3/92 19371
/proc/meminfo: memFree=1760440/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=16740 CPUtime=0.98
/proc/19349/stat : 19349 (sugar++) S 19347 19349 18183 0 -1 4194304 1297 8513 0 1 7 2 83 6 16 0 1 0 45019094 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19349/statm: 4185 1104 409 3 0 764 0
[pid=19362] ppid=19349 vsize=5356 CPUtime=0
/proc/19362/stat : 19362 (sh) S 19349 19349 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45019222 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19362/statm: 1339 233 193 169 0 50 0
[pid=19363] ppid=19362 vsize=868504 CPUtime=11.31
/proc/19363/stat : 19363 (java) S 19362 19349 18183 0 -1 0 14570 0 1 0 1051 80 0 0 20 0 9 0 45019222 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19363/statm: 217126 12059 2565 9 0 211673 0
[pid=19363/tid=19364] ppid=19362 vsize=868504 CPUtime=9.76
/proc/19363/task/19364/stat : 19364 (java) D 19362 19349 18183 0 -1 64 4106 0 1 0 911 65 0 0 25 0 9 0 45019223 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 0 0 0
[pid=19363/tid=19365] ppid=19362 vsize=868504 CPUtime=1.23
/proc/19363/task/19365/stat : 19365 (java) S 19362 19349 18183 0 -1 64 8246 0 0 0 110 13 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19366] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19366/stat : 19366 (java) S 19362 19349 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19367] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19367/stat : 19367 (java) S 19362 19349 18183 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19368] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19368/stat : 19368 (java) S 19362 19349 18183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19369] ppid=19362 vsize=868504 CPUtime=0.29
/proc/19363/task/19369/stat : 19369 (java) S 19362 19349 18183 0 -1 64 1521 0 0 0 29 0 0 0 16 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19370] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19370/stat : 19370 (java) S 19362 19349 18183 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19371] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19371/stat : 19371 (java) S 19362 19349 18183 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 890600

[startup+25.5029 s]
/proc/loadavg: 2.43 2.54 2.61 3/92 19371
/proc/meminfo: memFree=1604664/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=16740 CPUtime=0.98
/proc/19349/stat : 19349 (sugar++) S 19347 19349 18183 0 -1 4194304 1297 8513 0 1 7 2 83 6 16 0 1 0 45019094 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19349/statm: 4185 1104 409 3 0 764 0
[pid=19362] ppid=19349 vsize=5356 CPUtime=0
/proc/19362/stat : 19362 (sh) S 19349 19349 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45019222 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19362/statm: 1339 233 193 169 0 50 0
[pid=19363] ppid=19362 vsize=868504 CPUtime=23.89
/proc/19363/stat : 19363 (java) S 19362 19349 18183 0 -1 0 16290 0 1 0 2201 188 0 0 20 0 9 0 45019222 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19363/statm: 217126 12059 2565 9 0 211673 0
[pid=19363/tid=19364] ppid=19362 vsize=868504 CPUtime=21.68
/proc/19363/task/19364/stat : 19364 (java) R 19362 19349 18183 0 -1 64 5826 0 1 0 2007 161 0 0 25 0 9 0 45019223 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19365] ppid=19362 vsize=868504 CPUtime=1.89
/proc/19363/task/19365/stat : 19365 (java) S 19362 19349 18183 0 -1 64 8246 0 0 0 164 25 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19366] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19366/stat : 19366 (java) S 19362 19349 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19367] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19367/stat : 19367 (java) S 19362 19349 18183 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19368] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19368/stat : 19368 (java) S 19362 19349 18183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19369] ppid=19362 vsize=868504 CPUtime=0.29
/proc/19363/task/19369/stat : 19369 (java) S 19362 19349 18183 0 -1 64 1521 0 0 0 29 0 0 0 16 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19370] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19370/stat : 19370 (java) S 19362 19349 18183 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19371] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19371/stat : 19371 (java) S 19362 19349 18183 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 890600

[startup+51.1025 s]
/proc/loadavg: 2.70 2.59 2.63 3/92 19371
/proc/meminfo: memFree=1303992/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=16740 CPUtime=0.98
/proc/19349/stat : 19349 (sugar++) S 19347 19349 18183 0 -1 4194304 1297 8513 0 1 7 2 83 6 16 0 1 0 45019094 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19349/statm: 4185 1104 409 3 0 764 0
[pid=19362] ppid=19349 vsize=5356 CPUtime=0
/proc/19362/stat : 19362 (sh) S 19349 19349 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45019222 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19362/statm: 1339 233 193 169 0 50 0
[pid=19363] ppid=19362 vsize=868504 CPUtime=48.98
/proc/19363/stat : 19363 (java) S 19362 19349 18183 0 -1 0 19661 0 1 0 4498 400 0 0 20 0 9 0 45019222 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19363/statm: 217126 12059 2565 9 0 211673 0
[pid=19363/tid=19364] ppid=19362 vsize=868504 CPUtime=45.47
/proc/19363/task/19364/stat : 19364 (java) R 19362 19349 18183 0 -1 64 9197 0 1 0 4198 349 0 0 25 0 9 0 45019223 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19365] ppid=19362 vsize=868504 CPUtime=3.18
/proc/19363/task/19365/stat : 19365 (java) S 19362 19349 18183 0 -1 64 8246 0 0 0 270 48 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19366] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19366/stat : 19366 (java) S 19362 19349 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19367] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19367/stat : 19367 (java) S 19362 19349 18183 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19368] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19368/stat : 19368 (java) S 19362 19349 18183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19369] ppid=19362 vsize=868504 CPUtime=0.29
/proc/19363/task/19369/stat : 19369 (java) S 19362 19349 18183 0 -1 64 1521 0 0 0 29 0 0 0 16 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19370] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19370/stat : 19370 (java) S 19362 19349 18183 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19371] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19371/stat : 19371 (java) S 19362 19349 18183 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.96
Current children cumulated vsize (KiB) 890600

[startup+102.308 s]
/proc/loadavg: 2.87 2.65 2.65 3/92 19371
/proc/meminfo: memFree=671416/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=16740 CPUtime=0.98
/proc/19349/stat : 19349 (sugar++) S 19347 19349 18183 0 -1 4194304 1297 8513 0 1 7 2 83 6 16 0 1 0 45019094 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19349/statm: 4185 1104 409 3 0 764 0
[pid=19362] ppid=19349 vsize=5356 CPUtime=0
/proc/19362/stat : 19362 (sh) S 19349 19349 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45019222 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19362/statm: 1339 233 193 169 0 50 0
[pid=19363] ppid=19362 vsize=868504 CPUtime=98.93
/proc/19363/stat : 19363 (java) S 19362 19349 18183 0 -1 0 26381 0 1 0 9077 816 0 0 20 0 9 0 45019222 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19363/statm: 217126 12059 2565 9 0 211673 0
[pid=19363/tid=19364] ppid=19362 vsize=868504 CPUtime=92.82
/proc/19363/task/19364/stat : 19364 (java) R 19362 19349 18183 0 -1 64 15917 0 1 0 8559 723 0 0 25 0 9 0 45019223 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19365] ppid=19362 vsize=868504 CPUtime=5.78
/proc/19363/task/19365/stat : 19365 (java) S 19362 19349 18183 0 -1 64 8246 0 0 0 488 90 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19366] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19366/stat : 19366 (java) S 19362 19349 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19367] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19367/stat : 19367 (java) S 19362 19349 18183 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19368] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19368/stat : 19368 (java) S 19362 19349 18183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19369] ppid=19362 vsize=868504 CPUtime=0.29
/proc/19363/task/19369/stat : 19369 (java) S 19362 19349 18183 0 -1 64 1521 0 0 0 29 0 0 0 16 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19370] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19370/stat : 19370 (java) S 19362 19349 18183 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19371] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19371/stat : 19371 (java) S 19362 19349 18183 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 99.91
Current children cumulated vsize (KiB) 890600

[startup+162.303 s]
/proc/loadavg: 3.11 2.76 2.68 3/92 19371
/proc/meminfo: memFree=15288/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=16740 CPUtime=0.98
/proc/19349/stat : 19349 (sugar++) S 19347 19349 18183 0 -1 4194304 1297 8513 0 1 7 2 83 6 16 0 1 0 45019094 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19349/statm: 4185 1104 409 3 0 764 0
[pid=19362] ppid=19349 vsize=5356 CPUtime=0
/proc/19362/stat : 19362 (sh) S 19349 19349 18183 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 45019222 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19362/statm: 1339 233 193 169 0 50 0
[pid=19363] ppid=19362 vsize=868504 CPUtime=157.35
/proc/19363/stat : 19363 (java) S 19362 19349 18183 0 -1 0 34290 0 1 0 14426 1309 0 0 20 0 9 0 45019222 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19363/statm: 217126 12059 2565 9 0 211673 0
[pid=19363/tid=19364] ppid=19362 vsize=868504 CPUtime=148.23
/proc/19363/task/19364/stat : 19364 (java) R 19362 19349 18183 0 -1 64 23826 0 1 0 13661 1162 0 0 25 0 9 0 45019223 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19365] ppid=19362 vsize=868504 CPUtime=8.79
/proc/19363/task/19365/stat : 19365 (java) S 19362 19349 18183 0 -1 64 8246 0 0 0 735 144 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19366] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19366/stat : 19366 (java) S 19362 19349 18183 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19367] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19367/stat : 19367 (java) S 19362 19349 18183 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 45019224 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19368] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19368/stat : 19368 (java) S 19362 19349 18183 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19369] ppid=19362 vsize=868504 CPUtime=0.29
/proc/19363/task/19369/stat : 19369 (java) S 19362 19349 18183 0 -1 64 1521 0 0 0 29 0 0 0 16 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19370] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19370/stat : 19370 (java) S 19362 19349 18183 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19363/tid=19371] ppid=19362 vsize=868504 CPUtime=0
/proc/19363/task/19371/stat : 19371 (java) S 19362 19349 18183 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 45019226 889348096 12059 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 158.33
Current children cumulated vsize (KiB) 890600



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+188.201 s]
/proc/loadavg: 2.95 2.76 2.68 2/83 19372
/proc/meminfo: memFree=16000/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=17664 CPUtime=164.28
/proc/19349/stat : 19349 (sugar++) S 19347 19349 18183 0 -1 4194304 1679 43902 4 6 10 2 15050 1366 16 0 1 0 45019094 18087936 1341 996147200 4194304 4206940 548682068528 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19349/statm: 4416 1341 413 3 0 995 0
[pid=19372] ppid=19349 vsize=905860 CPUtime=11.28
/proc/19372/stat : 19372 (minisat-inc) R 19349 19349 18183 0 -1 4194304 221386 0 6 0 938 190 0 0 18 0 1 0 45035984 927600640 221341 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 0 0 0 17 1 0 0
/proc/19372/statm: 226465 221341 59 151 0 226311 0
Current children cumulated CPU time (s) 175.56
Current children cumulated vsize (KiB) 923524

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

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

[startup+188.901 s]
/proc/loadavg: 2.95 2.76 2.68 3/84 19373
/proc/meminfo: memFree=691192/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=17664 CPUtime=176.18
/proc/19349/stat : 19349 (sugar++) D 19347 19349 18183 0 -1 4194304 1710 265288 4 12 10 47 15989 1572 16 0 1 0 45019094 18087936 1342 996147200 4194304 4206940 548682068528 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19349/statm: 4416 1342 414 3 0 995 0
Current children cumulated CPU time (s) 176.18
Current children cumulated vsize (KiB) 17664

[startup+189.301 s]
/proc/loadavg: 2.95 2.76 2.68 3/84 19373
/proc/meminfo: memFree=691192/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=17664 CPUtime=176.21
/proc/19349/stat : 19349 (sugar++) D 19347 19349 18183 0 -1 4194304 1710 265288 4 12 10 50 15989 1572 15 0 1 0 45019094 18087936 1342 996147200 4194304 4206940 548682068528 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/19349/statm: 4416 1342 414 3 0 995 0
Current children cumulated CPU time (s) 176.21
Current children cumulated vsize (KiB) 17664

[startup+189.507 s]
/proc/loadavg: 2.95 2.76 2.68 2/83 19373
/proc/meminfo: memFree=1901568/2055920 swapFree=4178788/4192956
[pid=19349] ppid=19347 vsize=0 CPUtime=176.26
/proc/19349/stat : 19349 (sugar++) Z 19347 19349 18183 0 -1 4194316 1756 265288 4 12 10 55 15989 1572 15 0 1 0 45019094 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 1 0 0
/proc/19349/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 176.26
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 189.508
CPU time (s): 176.269
CPU user time (s): 159.995
CPU system time (s): 16.2745
CPU usage (%): 93.0143
Max. virtual memory (cumulated for all children) (KiB): 923524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.995
system time used= 16.2745
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267044
page faults= 16
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161560
involuntary context switches= 162170

runsolver used 0.254961 second user time and 0.631903 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-12 19:40:46
IDJOB=1113441
IDBENCH=61583
IDSOLVER=367
FILE ID=node27/1113441-1215884446
PBS_JOBID= 7903542
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/graphColoring/leighton/leighton-15/normalized-lei450-15b-08.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-1113441-1215884446/watcher-1113441-1215884446 -o /tmp/evaluation-result-1113441-1215884446/solver-1113441-1215884446 -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-1113441-1215884446.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bd09eb53f1240bcfb584bdb1d9a1d122
RANDOM SEED=1477602700

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1898096 kB
Buffers:          2388 kB
Cached:          30280 kB
SwapCached:       6840 kB
Active:          96924 kB
Inactive:        10552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1898096 kB
SwapTotal:     4192956 kB
SwapFree:      4178788 kB
Dirty:            1920 kB
Writeback:           0 kB
Mapped:          91256 kB
Slab:            35348 kB
Committed_AS:   353796 kB
PageTables:       2020 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-12 19:43:57