Trace number 1114059

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) 303.19 319.298

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-5.xml
MD5SUM0e6d4c6cfe45c7fb1ed8c7d48e56685a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints4
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data (download as text)

0.04/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.04/0.08	c 0	BEGIN Sat Jul 12 22:56:18 2008
0.04/0.08	c 0	PID 17572
0.04/0.08	c 0	HOST node57.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-1114059-1215896178.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114059-1215896178.xml' 'HOME/temp.csp'
0.07/1.00	c 1	8 domains, 350 variables, 8 predicates, 0 relations, 5873 constraints
0.98/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.98/1.02	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.99/1.13	c 1	Parsing HOME/temp.csp
0.99/1.44	c 1	parsed 6239 expressions
0.99/1.44	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.99/1.53	c 1	MAX CSP: 5873 constraints
0.99/1.53	c 1	Converting to clausal form CSP
2.61/2.74	c 3	converted 1212 (10%) expressions
3.71/3.88	c 4	converted 2423 (20%) expressions
4.80/4.93	c 5	converted 3635 (30%) expressions
5.89/6.01	c 6	converted 4846 (40%) expressions
6.79/6.99	c 7	converted 6058 (50%) expressions
7.78/7.96	c 8	converted 7269 (60%) expressions
8.87/9.05	c 9	converted 8481 (70%) expressions
10.07/10.22	c 10	converted 9692 (80%) expressions
11.06/11.25	c 11	converted 10904 (90%) expressions
12.56/12.74	c 13	converted 12115 (100%) expressions
12.56/12.75	c 13	CSP : 12444 integers, 23020 booleans, 53491 clauses, largest domain size 8810
12.56/12.75	c 13	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.56/12.75	c 13	Propagation in CSP
13.65/13.84	c 14	5865 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.65/13.85	c 14	CSP : 12444 integers, 23020 booleans, 53491 clauses, largest domain size 5874
13.65/13.85	c 14	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.65/13.87	c 14	Simplifing CSP by introducing new Boolean variables
13.75/13.95	c 14	CSP : 12444 integers, 35280 booleans, 65751 clauses, largest domain size 5874
13.75/13.95	c 14	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.94/14.18	c 14	Encoding CSP to SAT : HOME/temp.cnf
22.10/22.39	c 22	1245 (10%) CSP integer variables are encoded (842956 clauses, 14108505 bytes)
22.50/22.75	c 23	2489 (20%) CSP integer variables are encoded (1126542 clauses, 19185854 bytes)
22.60/22.81	c 23	3734 (30%) CSP integer variables are encoded (1169758 clauses, 20006958 bytes)
22.60/22.81	c 23	4978 (40%) CSP integer variables are encoded (1169758 clauses, 20006958 bytes)
22.60/22.81	c 23	6222 (50%) CSP integer variables are encoded (1169758 clauses, 20006958 bytes)
22.60/22.83	c 23	7467 (60%) CSP integer variables are encoded (1182775 clauses, 20254281 bytes)
22.60/22.85	c 23	8711 (70%) CSP integer variables are encoded (1194369 clauses, 20474567 bytes)
22.70/22.94	c 23	9956 (80%) CSP integer variables are encoded (1262035 clauses, 21760221 bytes)
22.70/22.97	c 23	11200 (90%) CSP integer variables are encoded (1283903 clauses, 22175713 bytes)
22.70/22.99	c 23	12444 (100%) CSP integer variables are encoded (1302527 clauses, 22529569 bytes)
76.73/77.30	c 77	6576 (10%) CSP clauses are encoded (5862328 clauses, 128192898 bytes)
102.37/103.10	c 103	13151 (20%) CSP clauses are encoded (9197663 clauses, 210686142 bytes)
121.33/122.28	c 122	19726 (30%) CSP clauses are encoded (12021646 clauses, 284118263 bytes)
134.71/135.74	c 136	26301 (40%) CSP clauses are encoded (14486706 clauses, 348710115 bytes)
149.25/150.49	c 150	32876 (50%) CSP clauses are encoded (16888299 clauses, 411753771 bytes)
165.48/166.89	c 167	39451 (60%) CSP clauses are encoded (19382915 clauses, 477419684 bytes)
181.26/182.94	c 183	46026 (70%) CSP clauses are encoded (21913405 clauses, 544315582 bytes)
197.11/198.99	c 199	52601 (80%) CSP clauses are encoded (24465187 clauses, 611655946 bytes)
205.85/207.85	c 208	59176 (90%) CSP clauses are encoded (27891437 clauses, 704868002 bytes)
291.28/296.53	c 296	65751 (100%) CSP clauses are encoded (68388490 clauses, 1816662591 bytes)
291.28/296.55	c 296	65751 CSP clauses encoded
291.28/296.56	c 297	Writing map file : HOME/temp.map
291.39/296.74	c 297	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
291.39/296.74	c 297	SAT : 1350251 SAT variables, 68388490 SAT clauses, 1816662591 bytes
291.39/296.74	c 297	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
291.48/296.86	c 297	OBJECTIVE minimize _COST
291.48/296.86	c 297	SOLVING HOME/temp.cnf
291.48/296.86	c 297	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
291.54/296.90	c 297	This is MiniSat 2.0 beta incremental
291.54/296.90	c 297	WARNING: for repeatability, setting FPU to use double precision
291.54/296.91	c 297	============================[ Problem Statistics ]=============================
291.54/296.91	c 297	|                                                                             |
291.54/296.93	c 297	|  Number of variables:  1350251                                              |
291.54/296.93	c 297	|  Number of clauses:    68388490                                             |
302.75/316.82	c ERROR INTERRUPTED
302.75/316.82	s UNKNOWN
302.84/316.97	c 317	CPU 289.04 (0.14 0.01 288.9 13.84)
302.84/316.97	c 317	END Sat Jul 12 23:01:35 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-1114059-1215896178/watcher-1114059-1215896178 -o /tmp/evaluation-result-1114059-1215896178/solver-1114059-1215896178 -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-1114059-1215896178.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.46 2.65 2.77 4/80 17572
/proc/meminfo: memFree=1173616/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=12000 CPUtime=0
/proc/17572/stat : 17572 (sugar++) R 17570 17572 16348 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 46316340 12288000 178 996147200 4194304 4206940 548682068528 18446744073709551615 218094402304 0 0 4224 0 0 0 0 17 1 0 0
/proc/17572/statm: 3000 178 139 3 0 100 0

[startup+0.06465 s]
/proc/loadavg: 2.46 2.65 2.77 4/80 17572
/proc/meminfo: memFree=1173616/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=16212 CPUtime=0.04
/proc/17572/stat : 17572 (sugar++) R 17570 17572 16348 0 -1 4194304 955 0 0 0 4 0 0 0 18 0 1 0 46316340 16601088 923 996147200 4194304 4206940 548682068528 18446744073709551615 218075935132 0 0 4224 0 0 0 0 17 1 0 0
/proc/17572/statm: 4053 923 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.101886 s]
/proc/loadavg: 2.46 2.65 2.77 4/80 17572
/proc/meminfo: memFree=1173616/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=16740 CPUtime=0.07
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 46316340 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17572/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.301665 s]
/proc/loadavg: 2.46 2.65 2.77 4/80 17572
/proc/meminfo: memFree=1173616/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=16740 CPUtime=0.07
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 46316340 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17572/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701703 s]
/proc/loadavg: 2.46 2.65 2.77 4/80 17572
/proc/meminfo: memFree=1173616/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=16740 CPUtime=0.07
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1219 128 0 0 6 1 0 0 19 0 1 0 46316340 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17572/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50178 s]
/proc/loadavg: 2.46 2.65 2.77 4/91 17584
/proc/meminfo: memFree=1154328/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=16740 CPUtime=0.99
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1296 7728 0 1 6 1 87 5 15 0 1 0 46316340 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17572/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 16740

[startup+3.10291 s]
/proc/loadavg: 2.46 2.65 2.77 5/91 17594
/proc/meminfo: memFree=1153560/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=16740 CPUtime=0.99
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1296 7728 0 1 6 1 87 5 16 0 1 0 46316340 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17572/statm: 4185 1104 409 3 0 764 0
[pid=17585] ppid=17572 vsize=5356 CPUtime=0
/proc/17585/stat : 17585 (sh) S 17572 17572 16348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46316442 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17585/statm: 1339 233 193 169 0 50 0
[pid=17586] ppid=17585 vsize=868392 CPUtime=2.02
/proc/17586/stat : 17586 (java) S 17585 17572 16348 0 -1 0 7996 0 1 0 197 5 0 0 18 0 9 0 46316443 889233408 7049 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17586/statm: 217098 7049 2542 9 0 211673 0
[pid=17586/tid=17587] ppid=17585 vsize=868392 CPUtime=1.59
/proc/17586/task/17587/stat : 17587 (java) R 17585 17572 16348 0 -1 64 2763 0 1 0 157 2 0 0 25 0 9 0 46316444 889233408 7049 996147200 134512640 134550740 4294955920 18446744073709551615 4126610003 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17588] ppid=17585 vsize=868392 CPUtime=0.21
/proc/17586/task/17588/stat : 17588 (java) S 17585 17572 16348 0 -1 64 3077 0 0 0 19 2 0 0 16 0 9 0 46316445 889233408 7049 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17589] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17589/stat : 17589 (java) S 17585 17572 16348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46316445 889233408 7049 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17590] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17590/stat : 17590 (java) S 17585 17572 16348 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46316445 889233408 7049 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17591] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17591/stat : 17591 (java) S 17585 17572 16348 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46316450 889233408 7049 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17592] ppid=17585 vsize=868392 CPUtime=0.19
/proc/17586/task/17592/stat : 17592 (java) S 17585 17572 16348 0 -1 64 1459 0 0 0 19 0 0 0 15 0 9 0 46316450 889233408 7049 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17593] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17593/stat : 17593 (java) S 17585 17572 16348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46316450 889233408 7049 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17594] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17594/stat : 17594 (java) S 17585 17572 16348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46316450 889233408 7049 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890488

[startup+6.30263 s]
/proc/loadavg: 2.42 2.64 2.77 4/91 17594
/proc/meminfo: memFree=1147480/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=16740 CPUtime=0.99
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1296 7728 0 1 6 1 87 5 16 0 1 0 46316340 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17572/statm: 4185 1104 409 3 0 764 0
[pid=17585] ppid=17572 vsize=5356 CPUtime=0
/proc/17585/stat : 17585 (sh) S 17572 17572 16348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46316442 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17585/statm: 1339 233 193 169 0 50 0
[pid=17586] ppid=17585 vsize=868392 CPUtime=5.2
/proc/17586/stat : 17586 (java) S 17585 17572 16348 0 -1 0 11013 0 1 0 511 9 0 0 18 0 9 0 46316443 889233408 8481 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17586/statm: 217098 8481 2540 9 0 211673 0
[pid=17586/tid=17587] ppid=17585 vsize=868392 CPUtime=4.35
/proc/17586/task/17587/stat : 17587 (java) R 17585 17572 16348 0 -1 64 3196 0 1 0 433 2 0 0 25 0 9 0 46316444 889233408 8481 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17588] ppid=17585 vsize=868392 CPUtime=0.61
/proc/17586/task/17588/stat : 17588 (java) S 17585 17572 16348 0 -1 64 5651 0 0 0 56 5 0 0 15 0 9 0 46316445 889233408 8481 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17589] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17589/stat : 17589 (java) S 17585 17572 16348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46316445 889233408 8481 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17590] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17590/stat : 17590 (java) S 17585 17572 16348 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46316445 889233408 8481 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17591] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17591/stat : 17591 (java) S 17585 17572 16348 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46316450 889233408 8481 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17592] ppid=17585 vsize=868392 CPUtime=0.21
/proc/17586/task/17592/stat : 17592 (java) S 17585 17572 16348 0 -1 64 1469 0 0 0 21 0 0 0 15 0 9 0 46316450 889233408 8481 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17593] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17593/stat : 17593 (java) S 17585 17572 16348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46316450 889233408 8481 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17594] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17594/stat : 17594 (java) S 17585 17572 16348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46316450 889233408 8481 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890488

[startup+12.7018 s]
/proc/loadavg: 2.39 2.63 2.77 3/91 17594
/proc/meminfo: memFree=1136216/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=16740 CPUtime=0.99
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1296 7728 0 1 6 1 87 5 16 0 1 0 46316340 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17572/statm: 4185 1104 409 3 0 764 0
[pid=17585] ppid=17572 vsize=5356 CPUtime=0
/proc/17585/stat : 17585 (sh) S 17572 17572 16348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46316442 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17585/statm: 1339 233 193 169 0 50 0
[pid=17586] ppid=17585 vsize=868392 CPUtime=11.57
/proc/17586/stat : 17586 (java) S 17585 17572 16348 0 -1 0 15351 0 1 0 1142 15 0 0 18 0 9 0 46316443 889233408 12382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17586/statm: 217098 12382 2540 9 0 211673 0
[pid=17586/tid=17587] ppid=17585 vsize=868392 CPUtime=10.08
/proc/17586/task/17587/stat : 17587 (java) R 17585 17572 16348 0 -1 64 3761 0 1 0 1004 4 0 0 25 0 9 0 46316444 889233408 12382 996147200 134512640 134550740 4294955920 18446744073709551615 4126427712 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17588] ppid=17585 vsize=868392 CPUtime=1.23
/proc/17586/task/17588/stat : 17588 (java) S 17585 17572 16348 0 -1 64 9412 0 0 0 114 9 0 0 16 0 9 0 46316445 889233408 12382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17589] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17589/stat : 17589 (java) S 17585 17572 16348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46316445 889233408 12382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17590] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17590/stat : 17590 (java) S 17585 17572 16348 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46316445 889233408 12382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17591] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17591/stat : 17591 (java) S 17585 17572 16348 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46316450 889233408 12382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17592] ppid=17585 vsize=868392 CPUtime=0.22
/proc/17586/task/17592/stat : 17592 (java) S 17585 17572 16348 0 -1 64 1481 0 0 0 22 0 0 0 15 0 9 0 46316450 889233408 12382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17593] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17593/stat : 17593 (java) S 17585 17572 16348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46316450 889233408 12382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17594] ppid=17585 vsize=868392 CPUtime=0
/proc/17586/task/17594/stat : 17594 (java) S 17585 17572 16348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46316450 889233408 12382 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 890488

[startup+25.5029 s]
/proc/loadavg: 2.30 2.59 2.75 3/91 17594
/proc/meminfo: memFree=1092248/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=16740 CPUtime=0.99
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1297 7728 0 1 6 1 87 5 16 0 1 0 46316340 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17572/statm: 4185 1104 409 3 0 764 0
[pid=17585] ppid=17572 vsize=5356 CPUtime=0
/proc/17585/stat : 17585 (sh) S 17572 17572 16348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46316442 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17585/statm: 1339 233 193 169 0 50 0
[pid=17586] ppid=17585 vsize=868504 CPUtime=24.3
/proc/17586/stat : 17586 (java) S 17585 17572 16348 0 -1 0 18263 0 1 0 2396 34 0 0 18 0 9 0 46316443 889348096 14699 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17586/statm: 217126 14699 2566 9 0 211673 0
[pid=17586/tid=17587] ppid=17585 vsize=868504 CPUtime=22.1
/proc/17586/task/17587/stat : 17587 (java) R 17585 17572 16348 0 -1 64 4306 0 1 0 2190 20 0 0 25 0 9 0 46316444 889348096 14699 996147200 134512640 134550740 4294955920 18446744073709551615 4126609992 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17588] ppid=17585 vsize=868504 CPUtime=1.87
/proc/17586/task/17588/stat : 17588 (java) S 17585 17572 16348 0 -1 64 11734 0 0 0 176 11 0 0 16 0 9 0 46316445 889348096 14699 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17589] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17589/stat : 17589 (java) S 17585 17572 16348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46316445 889348096 14699 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17590] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17590/stat : 17590 (java) S 17585 17572 16348 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46316445 889348096 14699 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17591] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17591/stat : 17591 (java) S 17585 17572 16348 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46316450 889348096 14699 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17592] ppid=17585 vsize=868504 CPUtime=0.3
/proc/17586/task/17592/stat : 17592 (java) S 17585 17572 16348 0 -1 64 1526 0 0 0 29 1 0 0 16 0 9 0 46316450 889348096 14699 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17593] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17593/stat : 17593 (java) S 17585 17572 16348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46316450 889348096 14699 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17594] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17594/stat : 17594 (java) S 17585 17572 16348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46316450 889348096 14699 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 890600

[startup+51.1021 s]
/proc/loadavg: 2.20 2.55 2.73 3/91 17594
/proc/meminfo: memFree=1046040/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=16740 CPUtime=0.99
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1297 7728 0 1 6 1 87 5 16 0 1 0 46316340 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17572/statm: 4185 1104 409 3 0 764 0
[pid=17585] ppid=17572 vsize=5356 CPUtime=0
/proc/17585/stat : 17585 (sh) S 17572 17572 16348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46316442 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17585/statm: 1339 233 193 169 0 50 0
[pid=17586] ppid=17585 vsize=868504 CPUtime=49.71
/proc/17586/stat : 17586 (java) S 17585 17572 16348 0 -1 0 18615 0 1 0 4908 63 0 0 18 0 9 0 46316443 889348096 14701 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=17586/tid=17593] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17593/stat : 17593 (java) S 17585 17572 16348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46316450 889348096 14704 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17594] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17594/stat : 17594 (java) S 17585 17572 16348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46316450 889348096 14704 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 890600

[startup+162.303 s]
/proc/loadavg: 2.10 2.39 2.65 3/91 17594
/proc/meminfo: memFree=661464/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=16740 CPUtime=0.99
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1297 7728 0 1 6 1 87 5 16 0 1 0 46316340 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17572/statm: 4185 1104 409 3 0 764 0
[pid=17585] ppid=17572 vsize=5356 CPUtime=0
/proc/17585/stat : 17585 (sh) S 17572 17572 16348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46316442 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17585/statm: 1339 233 193 169 0 50 0
[pid=17586] ppid=17585 vsize=868504 CPUtime=160.04
/proc/17586/stat : 17586 (java) S 17585 17572 16348 0 -1 0 21315 0 1 0 15690 314 0 0 18 0 9 0 46316443 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17586/statm: 217126 14705 2566 9 0 211673 0
[pid=17586/tid=17587] ppid=17585 vsize=868504 CPUtime=156.47
/proc/17586/task/17587/stat : 17587 (java) R 17585 17572 16348 0 -1 64 7352 0 1 0 15368 279 0 0 25 0 9 0 46316444 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4126487141 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17588] ppid=17585 vsize=868504 CPUtime=3.22
/proc/17586/task/17588/stat : 17588 (java) S 17585 17572 16348 0 -1 64 11734 0 0 0 290 32 0 0 16 0 9 0 46316445 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17589] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17589/stat : 17589 (java) S 17585 17572 16348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46316445 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17590] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17590/stat : 17590 (java) S 17585 17572 16348 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46316445 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17591] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17591/stat : 17591 (java) S 17585 17572 16348 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46316450 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17592] ppid=17585 vsize=868504 CPUtime=0.31
/proc/17586/task/17592/stat : 17592 (java) S 17585 17572 16348 0 -1 64 1532 0 0 0 30 1 0 0 16 0 9 0 46316450 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17593] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17593/stat : 17593 (java) S 17585 17572 16348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46316450 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17594] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17594/stat : 17594 (java) S 17585 17572 16348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46316450 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 890600

[startup+222.302 s]
/proc/loadavg: 2.37 2.40 2.63 3/91 17594
/proc/meminfo: memFree=250392/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=16740 CPUtime=0.99
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1297 7728 0 1 6 1 87 5 16 0 1 0 46316340 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17572/statm: 4185 1104 409 3 0 764 0
[pid=17585] ppid=17572 vsize=5356 CPUtime=0
/proc/17585/stat : 17585 (sh) S 17572 17572 16348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46316442 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17585/statm: 1339 233 193 169 0 50 0
[pid=17586] ppid=17585 vsize=868504 CPUtime=218.85
/proc/17586/stat : 17586 (java) S 17585 17572 16348 0 -1 0 23999 0 1 0 21314 571 0 0 18 0 9 0 46316443 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17586/statm: 217126 14705 2566 9 0 211673 0
[pid=17586/tid=17587] ppid=17585 vsize=868504 CPUtime=214.13
/proc/17586/task/17587/stat : 17587 (java) R 17585 17572 16348 0 -1 64 10036 0 1 0 20895 518 0 0 25 0 9 0 46316444 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4126428766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17588] ppid=17585 vsize=868504 CPUtime=4.37
/proc/17586/task/17588/stat : 17588 (java) S 17585 17572 16348 0 -1 64 11734 0 0 0 387 50 0 0 16 0 9 0 46316445 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17589] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17589/stat : 17589 (java) S 17585 17572 16348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46316445 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17590] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17590/stat : 17590 (java) S 17585 17572 16348 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46316445 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17591] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17591/stat : 17591 (java) S 17585 17572 16348 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46316450 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17592] ppid=17585 vsize=868504 CPUtime=0.31
/proc/17586/task/17592/stat : 17592 (java) S 17585 17572 16348 0 -1 64 1532 0 0 0 30 1 0 0 16 0 9 0 46316450 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17593] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17593/stat : 17593 (java) S 17585 17572 16348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46316450 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17594] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17594/stat : 17594 (java) S 17585 17572 16348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46316450 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.84
Current children cumulated vsize (KiB) 890600

[startup+282.302 s]
/proc/loadavg: 2.77 2.50 2.65 3/91 17594
/proc/meminfo: memFree=15896/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=16740 CPUtime=0.99
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1297 7728 0 1 6 1 87 5 16 0 1 0 46316340 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17572/statm: 4185 1104 409 3 0 764 0
[pid=17585] ppid=17572 vsize=5356 CPUtime=0
/proc/17585/stat : 17585 (sh) S 17572 17572 16348 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46316442 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17585/statm: 1339 233 193 169 0 50 0
[pid=17586] ppid=17585 vsize=868504 CPUtime=276.49
/proc/17586/stat : 17586 (java) S 17585 17572 16348 0 -1 0 28747 0 1 0 26585 1064 0 0 18 0 9 0 46316443 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17586/statm: 217126 14705 2566 9 0 211673 0
[pid=17586/tid=17587] ppid=17585 vsize=868504 CPUtime=269.69
/proc/17586/task/17587/stat : 17587 (java) R 17585 17572 16348 0 -1 64 14784 0 1 0 25989 980 0 0 25 0 9 0 46316444 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17588] ppid=17585 vsize=868504 CPUtime=6.46
/proc/17586/task/17588/stat : 17588 (java) S 17585 17572 16348 0 -1 64 11734 0 0 0 564 82 0 0 16 0 9 0 46316445 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17589] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17589/stat : 17589 (java) S 17585 17572 16348 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 46316445 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17590] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17590/stat : 17590 (java) S 17585 17572 16348 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46316445 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17591] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17591/stat : 17591 (java) S 17585 17572 16348 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 46316450 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17592] ppid=17585 vsize=868504 CPUtime=0.31
/proc/17586/task/17592/stat : 17592 (java) S 17585 17572 16348 0 -1 64 1532 0 0 0 30 1 0 0 16 0 9 0 46316450 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17593] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17593/stat : 17593 (java) S 17585 17572 16348 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46316450 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17586/tid=17594] ppid=17585 vsize=868504 CPUtime=0
/proc/17586/task/17594/stat : 17594 (java) S 17585 17572 16348 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46316450 889348096 14705 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 277.48
Current children cumulated vsize (KiB) 890600



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+316.801 s]
/proc/loadavg: 2.65 2.51 2.65 2/82 17601
/proc/meminfo: memFree=16352/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=17532 CPUtime=291.54
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1633 38011 0 3 14 1 27949 1190 15 0 1 0 46316340 17952768 1288 996147200 4194304 4206940 548682068528 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17572/statm: 4383 1288 413 3 0 962 0
[pid=17601] ppid=17572 vsize=906392 CPUtime=11.21
/proc/17601/stat : 17601 (minisat-inc) D 17572 17572 16348 0 -1 4194304 215871 0 6 0 941 180 0 0 18 0 1 0 46346026 928145408 215825 996147200 134512640 135134323 4294956192 18446744073709551615 134725182 0 0 4096 3 18446744071563479169 0 0 17 1 0 0
/proc/17601/statm: 226598 215825 59 151 0 226444 0
Current children cumulated CPU time (s) 302.75
Current children cumulated vsize (KiB) 923924

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+316.928 s]
/proc/loadavg: 2.65 2.51 2.65 2/82 17601
/proc/meminfo: memFree=16352/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=17532 CPUtime=291.54
/proc/17572/stat : 17572 (sugar++) S 17570 17572 16348 0 -1 4194304 1660 38011 0 3 14 1 27949 1190 16 0 1 0 46316340 17952768 1288 996147200 4194304 4206940 548682068528 18446744073709551615 218084982676 0 0 4224 16386 18446744071563356171 0 0 17 1 0 0
/proc/17572/statm: 4383 1288 413 3 0 962 0
[pid=17601] ppid=17572 vsize=0 CPUtime=11.3
/proc/17601/stat : 17601 (minisat-inc) R 17572 17572 16348 0 -1 4195332 215871 0 6 0 941 189 0 0 18 0 1 0 46346026 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/17601/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 302.84
Current children cumulated vsize (KiB) 17532

[startup+318.503 s]
/proc/loadavg: 2.60 2.50 2.64 2/82 17602
/proc/meminfo: memFree=1280352/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=17532 CPUtime=303.1
/proc/17572/stat : 17572 (sugar++) D 17570 17572 16348 0 -1 4194304 1666 253882 0 9 14 22 28890 1384 15 0 1 0 46316340 17952768 1289 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17572/statm: 4383 1289 414 3 0 962 0
Current children cumulated CPU time (s) 303.1
Current children cumulated vsize (KiB) 17532

[startup+318.902 s]
/proc/loadavg: 2.60 2.50 2.64 2/82 17602
/proc/meminfo: memFree=1280352/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=17532 CPUtime=303.11
/proc/17572/stat : 17572 (sugar++) D 17570 17572 16348 0 -1 4194304 1666 253882 0 9 14 23 28890 1384 15 0 1 0 46316340 17952768 1289 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17572/statm: 4383 1289 414 3 0 962 0
Current children cumulated CPU time (s) 303.11
Current children cumulated vsize (KiB) 17532

[startup+319.102 s]
/proc/loadavg: 2.60 2.50 2.64 2/82 17602
/proc/meminfo: memFree=1280352/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=17532 CPUtime=303.12
/proc/17572/stat : 17572 (sugar++) D 17570 17572 16348 0 -1 4194304 1666 253882 0 9 14 24 28890 1384 15 0 1 0 46316340 17952768 1289 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17572/statm: 4383 1289 414 3 0 962 0
Current children cumulated CPU time (s) 303.12
Current children cumulated vsize (KiB) 17532

[startup+319.202 s]
/proc/loadavg: 2.60 2.50 2.64 2/81 17602
/proc/meminfo: memFree=1280040/2055920 swapFree=4192812/4192956
[pid=17572] ppid=17570 vsize=17532 CPUtime=303.13
/proc/17572/stat : 17572 (sugar++) D 17570 17572 16348 0 -1 4194304 1666 253882 0 9 14 25 28890 1384 15 0 1 0 46316340 17952768 1289 996147200 4194304 4206940 548682068528 18446744073709551615 218076255273 256 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/17572/statm: 4383 1289 414 3 0 962 0
Current children cumulated CPU time (s) 303.13
Current children cumulated vsize (KiB) 17532

Child ended because it received signal 9 (SIGKILL)
Real time (s): 319.298
CPU time (s): 303.19
CPU user time (s): 289.055
CPU system time (s): 14.1349
CPU usage (%): 94.9551
Max. virtual memory (cumulated for all children) (KiB): 923924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 289.055
system time used= 14.1349
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 255548
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102124
involuntary context switches= 104517

runsolver used 0.419936 second user time and 1.09583 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-12 22:56:18
IDJOB=1114059
IDBENCH=61681
IDSOLVER=367
FILE ID=node57/1114059-1215896178
PBS_JOBID= 7903565
Free space on /tmp= 66476 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp19/normalized-fapp19-0350-5.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-1114059-1215896178/watcher-1114059-1215896178 -o /tmp/evaluation-result-1114059-1215896178/solver-1114059-1215896178 -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-1114059-1215896178.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0e6d4c6cfe45c7fb1ed8c7d48e56685a
RANDOM SEED=217044226

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.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	: 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.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:       1174096 kB
Buffers:         10464 kB
Cached:         125332 kB
SwapCached:          0 kB
Active:         803720 kB
Inactive:        27204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1174096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1784 kB
Writeback:           0 kB
Mapped:         715464 kB
Slab:            34864 kB
Committed_AS:   967288 kB
PageTables:       3292 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= 66476 MiB
End job on node57 at 2008-07-12 23:01:37