Trace number 1114066

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? (MO) 301.224 318.77

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-2.xml
MD5SUM1825ea13215fc44c945afffc7e468e56
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints14
Best CPU time to get the best result obtained on this benchmark3600.06
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.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.03/0.05	c 0	BEGIN Sat Jul 12 22:58:06 2008
0.03/0.05	c 0	PID 15331
0.03/0.05	c 0	HOST node60.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1114066-1215896286.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1114066-1215896286.xml' 'HOME/temp.csp'
0.03/0.97	c 1	8 domains, 350 variables, 8 predicates, 0 relations, 5873 constraints
0.03/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/1.00	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.93/1.08	c 1	Parsing HOME/temp.csp
0.93/1.59	c 2	parsed 6239 expressions
0.93/1.59	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.93/1.68	c 2	MAX CSP: 5873 constraints
0.93/1.68	c 2	Converting to clausal form CSP
2.69/2.89	c 3	converted 1212 (10%) expressions
3.88/4.02	c 4	converted 2423 (20%) expressions
4.87/5.08	c 5	converted 3635 (30%) expressions
5.96/6.16	c 6	converted 4846 (40%) expressions
6.95/7.15	c 7	converted 6058 (50%) expressions
7.94/8.13	c 8	converted 7269 (60%) expressions
9.02/9.24	c 9	converted 8481 (70%) expressions
10.00/10.29	c 11	converted 9692 (80%) expressions
11.20/11.48	c 12	converted 10904 (90%) expressions
12.79/13.01	c 13	converted 12115 (100%) expressions
12.79/13.01	c 13	CSP : 12444 integers, 23020 booleans, 53491 clauses, largest domain size 8810
12.79/13.01	c 13	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.79/13.01	c 13	Propagation in CSP
13.78/14.10	c 14	5865 values, 0 unsatisfiable literals, and 0 valid clauses are removed
13.88/14.10	c 14	CSP : 12444 integers, 23020 booleans, 53491 clauses, largest domain size 5874
13.88/14.10	c 14	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.88/14.12	c 14	Simplifing CSP by introducing new Boolean variables
13.97/14.22	c 14	CSP : 12444 integers, 35280 booleans, 65751 clauses, largest domain size 5874
13.97/14.22	c 14	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
14.16/14.45	c 15	Encoding CSP to SAT : HOME/temp.cnf
22.39/22.70	c 23	1245 (10%) CSP integer variables are encoded (842956 clauses, 14108505 bytes)
22.69/23.06	c 23	2489 (20%) CSP integer variables are encoded (1126542 clauses, 19185854 bytes)
22.79/23.12	c 23	3734 (30%) CSP integer variables are encoded (1169758 clauses, 20006958 bytes)
22.79/23.13	c 23	4978 (40%) CSP integer variables are encoded (1169758 clauses, 20006958 bytes)
22.79/23.13	c 23	6222 (50%) CSP integer variables are encoded (1169758 clauses, 20006958 bytes)
22.79/23.15	c 23	7467 (60%) CSP integer variables are encoded (1182775 clauses, 20254281 bytes)
22.79/23.16	c 23	8711 (70%) CSP integer variables are encoded (1194369 clauses, 20474567 bytes)
22.88/23.25	c 23	9956 (80%) CSP integer variables are encoded (1262035 clauses, 21760221 bytes)
22.88/23.28	c 24	11200 (90%) CSP integer variables are encoded (1283903 clauses, 22175713 bytes)
22.99/23.31	c 24	12444 (100%) CSP integer variables are encoded (1302527 clauses, 22529569 bytes)
77.15/78.15	c 78	6576 (10%) CSP clauses are encoded (5861981 clauses, 128184173 bytes)
102.76/104.09	c 104	13151 (20%) CSP clauses are encoded (9196953 clauses, 210668177 bytes)
121.89/123.42	c 124	19726 (30%) CSP clauses are encoded (12020557 clauses, 284090490 bytes)
135.28/137.01	c 137	26301 (40%) CSP clauses are encoded (14485214 clauses, 348671965 bytes)
149.85/151.83	c 152	32876 (50%) CSP clauses are encoded (16886348 clauses, 411703853 bytes)
166.11/168.30	c 169	39451 (60%) CSP clauses are encoded (19380549 clauses, 477359092 bytes)
181.84/184.34	c 185	46026 (70%) CSP clauses are encoded (21910608 clauses, 544243581 bytes)
196.74/199.32	c 200	52601 (80%) CSP clauses are encoded (24461910 clauses, 611571384 bytes)
204.94/207.67	c 208	59176 (90%) CSP clauses are encoded (27888099 clauses, 704781832 bytes)
288.50/293.79	c 294	65751 (100%) CSP clauses are encoded (68385152 clauses, 1816576421 bytes)
288.50/293.79	c 294	65751 CSP clauses encoded
288.58/293.81	c 294	Writing map file : HOME/temp.map
288.66/293.94	c 294	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
288.66/293.94	c 294	SAT : 1350251 SAT variables, 68385152 SAT clauses, 1816576421 bytes
288.66/293.94	c 294	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
288.70/294.08	c 294	OBJECTIVE minimize _COST
288.70/294.08	c 294	OBJECTIVE BOUND: 0 <= _COST <= 
288.70/294.08	c 294	SEARCHING: _COST <= 2937
288.70/294.08	c 294	SOLVING HOME/temp.cnf
288.70/294.08	c 294	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
288.81/294.27	c 295	This is MiniSat 2.0 beta
288.81/294.27	c 295	WARNING: for repeatability, setting FPU to use double precision
288.81/294.28	c 295	============================[ Problem Statistics ]=============================
288.81/294.28	c 295	|                                                                             |
288.81/294.31	c 295	|  Number of variables:  1350251                                              |
288.81/294.31	c 295	|  Number of clauses:    68385153                                             |
300.68/317.62	c ERROR INTERRUPTED
300.78/317.76	s UNKNOWN
300.78/317.76	c 318	CPU 276.85 (0.11 0.01 276.74 11.95)
300.78/317.76	c 318	END Sat Jul 12 23:03:24 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-1114066-1215896286/watcher-1114066-1215896286 -o /tmp/evaluation-result-1114066-1215896286/solver-1114066-1215896286 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1114066-1215896286.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.00 2.04 2.00 4/81 15331
/proc/meminfo: memFree=1915584/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=12268 CPUtime=0
/proc/15331/stat : 15331 (sugar) R 15329 15331 14887 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 46326952 12562432 316 996147200 4194304 4206940 548682068592 18446744073709551615 271912031431 0 0 4224 0 0 0 0 17 1 0 0
/proc/15331/statm: 3067 316 241 3 0 167 0

[startup+0.054286 s]
/proc/loadavg: 2.00 2.04 2.00 4/81 15331
/proc/meminfo: memFree=1915584/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=13600 CPUtime=0.03
/proc/15331/stat : 15331 (sugar) R 15329 15331 14887 0 -1 4194304 820 0 0 0 3 0 0 0 18 0 1 0 46326952 13926400 788 996147200 4194304 4206940 548682068592 18446744073709551615 271894026416 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15331/statm: 3400 788 363 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102804 s]
/proc/loadavg: 2.00 2.04 2.00 4/81 15331
/proc/meminfo: memFree=1915584/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=13600 CPUtime=0.03
/proc/15331/stat : 15331 (sugar) S 15329 15331 14887 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 46326952 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15331/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301329 s]
/proc/loadavg: 2.00 2.04 2.00 4/81 15331
/proc/meminfo: memFree=1915584/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=13600 CPUtime=0.03
/proc/15331/stat : 15331 (sugar) S 15329 15331 14887 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 46326952 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15331/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701407 s]
/proc/loadavg: 2.00 2.04 2.00 4/81 15331
/proc/meminfo: memFree=1915584/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=13600 CPUtime=0.03
/proc/15331/stat : 15331 (sugar) S 15329 15331 14887 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 46326952 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15331/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50155 s]
/proc/loadavg: 2.00 2.04 2.00 3/83 15344
/proc/meminfo: memFree=1913328/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=13600 CPUtime=0.93
/proc/15331/stat : 15331 (sugar) S 15329 15331 14887 0 -1 4194304 974 7725 0 1 3 0 86 4 16 0 1 0 46326952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15331/statm: 3400 797 370 3 0 500 0
[pid=15344] ppid=15331 vsize=5356 CPUtime=0
/proc/15344/stat : 15344 (sh) S 15331 15331 14887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46327052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15344/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 18956

[startup+3.10283 s]
/proc/loadavg: 2.00 2.04 2.00 3/92 15353
/proc/meminfo: memFree=1896936/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=13600 CPUtime=0.93
/proc/15331/stat : 15331 (sugar) S 15329 15331 14887 0 -1 4194304 974 7725 0 1 3 0 86 4 16 0 1 0 46326952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15331/statm: 3400 797 370 3 0 500 0
[pid=15344] ppid=15331 vsize=5356 CPUtime=0
/proc/15344/stat : 15344 (sh) S 15331 15331 14887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46327052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15344/statm: 1339 233 193 169 0 50 0
[pid=15345] ppid=15344 vsize=868412 CPUtime=2.07
/proc/15345/stat : 15345 (java) S 15344 15331 14887 0 -1 0 7882 0 1 0 199 8 0 0 19 0 9 0 46327053 889253888 6952 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 217103 6952 2543 9 0 211678 0
[pid=15345/tid=15346] ppid=15344 vsize=868412 CPUtime=1.64
/proc/15345/task/15346/stat : 15346 (java) R 15344 15331 14887 0 -1 64 2747 0 1 0 162 2 0 0 25 0 9 0 46327054 889253888 6952 996147200 134512640 134550740 4294955936 18446744073709551615 4126585213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15344 vsize=868412 CPUtime=0.2
/proc/15345/task/15347/stat : 15347 (java) S 15344 15331 14887 0 -1 64 2983 0 0 0 17 3 0 0 16 0 9 0 46327055 889253888 6952 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 46327055 889253888 6952 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46327055 889253888 6952 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46327057 889253888 6952 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15344 vsize=868412 CPUtime=0.2
/proc/15345/task/15351/stat : 15351 (java) S 15344 15331 14887 0 -1 64 1455 0 0 0 20 0 0 0 16 0 9 0 46327057 889253888 6952 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15344 15331 14887 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46327057 889253888 6952 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46327057 889253888 6952 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887368

[startup+6.30241 s]
/proc/loadavg: 2.00 2.04 2.00 3/92 15353
/proc/meminfo: memFree=1890792/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=13600 CPUtime=0.93
/proc/15331/stat : 15331 (sugar) S 15329 15331 14887 0 -1 4194304 974 7725 0 1 3 0 86 4 16 0 1 0 46326952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15331/statm: 3400 797 370 3 0 500 0
[pid=15344] ppid=15331 vsize=5356 CPUtime=0
/proc/15344/stat : 15344 (sh) S 15331 15331 14887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46327052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15344/statm: 1339 233 193 169 0 50 0
[pid=15345] ppid=15344 vsize=868412 CPUtime=5.23
/proc/15345/stat : 15345 (java) S 15344 15331 14887 0 -1 0 10891 0 1 0 512 11 0 0 19 0 9 0 46327053 889253888 8369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 217103 8369 2540 9 0 211678 0
[pid=15345/tid=15346] ppid=15344 vsize=868412 CPUtime=4.4
/proc/15345/task/15346/stat : 15346 (java) R 15344 15331 14887 0 -1 64 3187 0 1 0 437 3 0 0 25 0 9 0 46327054 889253888 8369 996147200 134512640 134550740 4294955936 18446744073709551615 4126586721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15344 vsize=868412 CPUtime=0.59
/proc/15345/task/15347/stat : 15347 (java) S 15344 15331 14887 0 -1 64 5542 0 0 0 53 6 0 0 16 0 9 0 46327055 889253888 8369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 46327055 889253888 8369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46327055 889253888 8369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46327057 889253888 8369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15344 vsize=868412 CPUtime=0.21
/proc/15345/task/15351/stat : 15351 (java) S 15344 15331 14887 0 -1 64 1465 0 0 0 21 0 0 0 15 0 9 0 46327057 889253888 8369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15344 15331 14887 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46327057 889253888 8369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46327057 889253888 8369 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887368

[startup+12.7025 s]
/proc/loadavg: 2.00 2.04 2.00 3/92 15353
/proc/meminfo: memFree=1879592/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=13600 CPUtime=0.93
/proc/15331/stat : 15331 (sugar) S 15329 15331 14887 0 -1 4194304 974 7725 0 1 3 0 86 4 16 0 1 0 46326952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15331/statm: 3400 797 370 3 0 500 0
[pid=15344] ppid=15331 vsize=5356 CPUtime=0
/proc/15344/stat : 15344 (sh) S 15331 15331 14887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46327052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15344/statm: 1339 233 193 169 0 50 0
[pid=15345] ppid=15344 vsize=868412 CPUtime=11.55
/proc/15345/stat : 15345 (java) S 15344 15331 14887 0 -1 0 14374 0 1 0 1139 16 0 0 19 0 9 0 46327053 889253888 11409 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 217103 11409 2540 9 0 211678 0
[pid=15345/tid=15346] ppid=15344 vsize=868412 CPUtime=10.11
/proc/15345/task/15346/stat : 15346 (java) R 15344 15331 14887 0 -1 64 3758 0 1 0 1007 4 0 0 25 0 9 0 46327054 889253888 11409 996147200 134512640 134550740 4294955936 18446744073709551615 4126568579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15344 vsize=868412 CPUtime=1.18
/proc/15345/task/15347/stat : 15347 (java) S 15344 15331 14887 0 -1 64 8442 0 0 0 108 10 0 0 16 0 9 0 46327055 889253888 11409 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 46327055 889253888 11409 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46327055 889253888 11409 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46327057 889253888 11409 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15344 vsize=868412 CPUtime=0.22
/proc/15345/task/15351/stat : 15351 (java) S 15344 15331 14887 0 -1 64 1477 0 0 0 22 0 0 0 15 0 9 0 46327057 889253888 11409 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15344 15331 14887 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46327057 889253888 11409 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15344 vsize=868412 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46327057 889253888 11409 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 887368

[startup+25.5018 s]
/proc/loadavg: 2.08 2.05 2.01 3/92 15353
/proc/meminfo: memFree=1836072/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=13600 CPUtime=0.94
/proc/15331/stat : 15331 (sugar) S 15329 15331 14887 0 -1 4194304 974 7725 0 1 3 1 86 4 15 0 1 0 46326952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15331/statm: 3400 797 370 3 0 500 0
[pid=15344] ppid=15331 vsize=5356 CPUtime=0
/proc/15344/stat : 15344 (sh) S 15331 15331 14887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46327052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15344/statm: 1339 233 193 169 0 50 0
[pid=15345] ppid=15344 vsize=868524 CPUtime=24.22
/proc/15345/stat : 15345 (java) S 15344 15331 14887 0 -1 0 18328 0 1 0 2384 38 0 0 19 0 9 0 46327053 889368576 14772 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 217131 14772 2566 9 0 211678 0
[pid=15345/tid=15346] ppid=15344 vsize=868524 CPUtime=22.04
/proc/15345/task/15346/stat : 15346 (java) R 15344 15331 14887 0 -1 64 4334 0 1 0 2182 22 0 0 25 0 9 0 46327054 889368576 14772 996147200 134512640 134550740 4294955936 18446744073709551615 4127087152 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15344 vsize=868524 CPUtime=1.84
/proc/15345/task/15347/stat : 15347 (java) S 15344 15331 14887 0 -1 64 11780 0 0 0 171 13 0 0 16 0 9 0 46327055 889368576 14772 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 46327055 889368576 14772 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46327055 889368576 14772 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46327057 889368576 14772 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15344 vsize=868524 CPUtime=0.31
/proc/15345/task/15351/stat : 15351 (java) S 15344 15331 14887 0 -1 64 1517 0 0 0 30 1 0 0 15 0 9 0 46327057 889368576 14772 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15344 15331 14887 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46327057 889368576 14772 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46327057 889368576 14772 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 887480

[startup+51.1014 s]
/proc/loadavg: 2.05 2.04 2.00 3/92 15353
/proc/meminfo: memFree=1792104/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=13600 CPUtime=0.94
/proc/15331/stat : 15331 (sugar) S 15329 15331 14887 0 -1 4194304 974 7725 0 1 3 1 86 4 15 0 1 0 46326952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15331/statm: 3400 797 370 3 0 500 0
[pid=15344] ppid=15331 vsize=5356 CPUtime=0
/proc/15344/stat : 15344 (sh) S 15331 15331 14887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46327052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

[pid=15345/tid=15346] ppid=15344 vsize=868524 CPUtime=155.77
/proc/15345/task/15346/stat : 15346 (java) R 15344 15331 14887 0 -1 64 7243 0 1 0 15293 284 0 0 25 0 9 0 46327054 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4126568590 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15344 vsize=868524 CPUtime=3.13
/proc/15345/task/15347/stat : 15347 (java) S 15344 15331 14887 0 -1 64 11780 0 0 0 284 29 0 0 16 0 9 0 46327055 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 46327055 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46327055 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46327057 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15344 vsize=868524 CPUtime=0.32
/proc/15345/task/15351/stat : 15351 (java) S 15344 15331 14887 0 -1 64 1525 0 0 0 31 1 0 0 17 0 9 0 46327057 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15344 15331 14887 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46327057 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46327057 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 160.2
Current children cumulated vsize (KiB) 887480

[startup+222.303 s]
/proc/loadavg: 2.43 2.13 2.03 2/93 15410
/proc/meminfo: memFree=913568/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=13600 CPUtime=0.94
/proc/15331/stat : 15331 (sugar) S 15329 15331 14887 0 -1 4194304 974 7725 0 1 3 1 86 4 16 0 1 0 46326952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15331/statm: 3400 797 370 3 0 500 0
[pid=15344] ppid=15331 vsize=5356 CPUtime=0
/proc/15344/stat : 15344 (sh) S 15331 15331 14887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46327052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15344/statm: 1339 233 193 169 0 50 0
[pid=15345] ppid=15344 vsize=868524 CPUtime=218.36
/proc/15345/stat : 15345 (java) S 15344 15331 14887 0 -1 0 23879 0 1 0 21269 567 0 0 19 0 9 0 46327053 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 217131 14780 2566 9 0 211678 0
[pid=15345/tid=15346] ppid=15344 vsize=868524 CPUtime=213.77
/proc/15345/task/15346/stat : 15346 (java) R 15344 15331 14887 0 -1 64 9877 0 1 0 20857 520 0 0 25 0 9 0 46327054 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4126371443 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15345/tid=15347] ppid=15344 vsize=868524 CPUtime=4.23
/proc/15345/task/15347/stat : 15347 (java) S 15344 15331 14887 0 -1 64 11780 0 0 0 379 44 0 0 16 0 9 0 46327055 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=15345/tid=15348] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 46327055 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46327055 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46327057 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15344 vsize=868524 CPUtime=0.33
/proc/15345/task/15351/stat : 15351 (java) S 15344 15331 14887 0 -1 64 1525 0 0 0 32 1 0 0 15 0 9 0 46327057 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15344 15331 14887 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46327057 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46327057 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 219.3
Current children cumulated vsize (KiB) 887480

[startup+282.303 s]
/proc/loadavg: 2.81 2.28 2.09 3/93 15410
/proc/meminfo: memFree=16096/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=13600 CPUtime=0.94
/proc/15331/stat : 15331 (sugar) S 15329 15331 14887 0 -1 4194304 974 7725 0 1 3 1 86 4 16 0 1 0 46326952 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15331/statm: 3400 797 370 3 0 500 0
[pid=15344] ppid=15331 vsize=5356 CPUtime=0
/proc/15344/stat : 15344 (sh) S 15331 15331 14887 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 46327052 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15344/statm: 1339 233 193 169 0 50 0
[pid=15345] ppid=15344 vsize=868524 CPUtime=276.54
/proc/15345/stat : 15345 (java) S 15344 15331 14887 0 -1 0 28685 0 1 0 26569 1085 0 0 19 0 9 0 46327053 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15345/statm: 217131 14780 2566 9 0 211678 0
[pid=15345/tid=15346] ppid=15344 vsize=868524 CPUtime=269.85
/proc/15345/task/15346/stat : 15346 (java) R 15344 15331 14887 0 -1 64 14683 0 1 0 25979 1006 0 0 25 0 9 0 46327054 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4160645678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15347] ppid=15344 vsize=868524 CPUtime=6.34
/proc/15345/task/15347/stat : 15347 (java) S 15344 15331 14887 0 -1 64 11780 0 0 0 557 77 0 0 16 0 9 0 46327055 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15348] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15348/stat : 15348 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 46327055 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15349] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15349/stat : 15349 (java) S 15344 15331 14887 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 46327055 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15350] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15350/stat : 15350 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 46327057 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15351] ppid=15344 vsize=868524 CPUtime=0.33
/proc/15345/task/15351/stat : 15351 (java) S 15344 15331 14887 0 -1 64 1525 0 0 0 32 1 0 0 15 0 9 0 46327057 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15352] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15352/stat : 15352 (java) S 15344 15331 14887 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 46327057 889368576 14780 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15345/tid=15353] ppid=15344 vsize=868524 CPUtime=0
/proc/15345/task/15353/stat : 15353 (java) S 15344 15331 14887 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 46327057 889368576 14780 996147200 134512640 134550740 4294955936 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) 887480



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+317.603 s]
/proc/loadavg: 2.61 2.31 2.10 2/85 15412
/proc/meminfo: memFree=15584/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=14392 CPUtime=288.81
/proc/15331/stat : 15331 (sugar) S 15329 15331 14887 0 -1 4194304 1233 37657 0 2 11 1 27674 1195 15 0 1 0 46326952 14737408 981 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15331/statm: 3598 981 374 3 0 698 0
[pid=15411] ppid=15331 vsize=5356 CPUtime=0
/proc/15411/stat : 15411 (sh) S 15331 15331 14887 0 -1 4194304 275 0 2 0 0 0 0 0 18 0 1 0 46356360 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15411/statm: 1339 232 193 169 0 50 0
[pid=15412] ppid=15411 vsize=902080 CPUtime=11.87
/proc/15412/stat : 15412 (minisat) D 15411 15331 14887 0 -1 4194304 214678 0 6 0 1002 185 0 0 18 0 1 0 46356376 923729920 214670 996147200 134512640 135127466 4294956256 18446744073709551615 134722894 0 0 4096 3 18446744071563479169 0 0 17 0 0 0
/proc/15412/statm: 225520 214670 62 150 0 225367 0
Current children cumulated CPU time (s) 300.68
Current children cumulated vsize (KiB) 921828

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

[startup+317.721 s]
/proc/loadavg: 2.61 2.31 2.10 2/85 15412
/proc/meminfo: memFree=15584/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=14392 CPUtime=288.81
/proc/15331/stat : 15331 (sugar) S 15329 15331 14887 0 -1 4194304 1246 37657 0 2 11 1 27674 1195 16 0 1 0 46326952 14737408 981 996147200 4194304 4206940 548682068592 18446744073709551615 271903141986 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/15331/statm: 3598 981 374 3 0 698 0
[pid=15411] ppid=15331 vsize=0 CPUtime=0
/proc/15411/stat : 15411 (sh) Z 15331 15331 14887 0 -1 4195340 275 0 2 0 0 0 0 0 16 0 1 0 46356360 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/15411/statm: 0 0 0 0 0 0 0
[pid=15412] ppid=1 vsize=0 CPUtime=11.97
/proc/15412/stat : 15412 (minisat) R 1 15331 14887 0 -1 4195332 214678 0 6 0 1002 195 0 0 18 0 1 0 46356376 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/15412/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 300.78
Current children cumulated vsize (KiB) 14392

# WARNING:
# current cumulated CPU time (288.83 s) is less than in the last sample (300.78 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (11.95 s) to the 'lost time'.

[startup+317.802 s]
/proc/loadavg: 2.61 2.31 2.10 3/84 15413
/proc/meminfo: memFree=956712/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=14392 CPUtime=288.83
/proc/15331/stat : 15331 (sugar) R 15329 15331 14887 0 -1 4194304 1273 37932 0 4 11 3 27674 1195 16 0 1 0 46326952 14737408 982 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15331/statm: 3598 982 375 3 0 698 0
Current children cumulated CPU time (s) 288.83
Current children cumulated vsize (KiB) 14392

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

[startup+318.202 s]
/proc/loadavg: 2.61 2.31 2.10 3/84 15413
/proc/meminfo: memFree=956712/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=14392 CPUtime=289.16
/proc/15331/stat : 15331 (sugar) D 15329 15331 14887 0 -1 4194304 1273 37932 0 4 11 36 27674 1195 15 0 1 0 46326952 14737408 982 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15331/statm: 3598 982 375 3 0 698 0
Current children cumulated CPU time (s) 289.16
Current children cumulated vsize (KiB) 14392

[startup+318.602 s]
/proc/loadavg: 2.61 2.31 2.10 3/84 15413
/proc/meminfo: memFree=956712/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=14392 CPUtime=289.2
/proc/15331/stat : 15331 (sugar) D 15329 15331 14887 0 -1 4194304 1273 37932 0 4 11 40 27674 1195 15 0 1 0 46326952 14737408 982 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15331/statm: 3598 982 375 3 0 698 0
Current children cumulated CPU time (s) 289.2
Current children cumulated vsize (KiB) 14392

[startup+318.702 s]
/proc/loadavg: 2.61 2.31 2.10 3/84 15413
/proc/meminfo: memFree=956712/2055920 swapFree=4192812/4192956
[pid=15331] ppid=15329 vsize=14392 CPUtime=289.21
/proc/15331/stat : 15331 (sugar) D 15329 15331 14887 0 -1 4194304 1273 37932 0 4 11 41 27674 1195 15 0 1 0 46326952 14737408 982 996147200 4194304 4206940 548682068592 18446744073709551615 271894418473 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/15331/statm: 3598 982 375 3 0 698 0
Current children cumulated CPU time (s) 289.21
Current children cumulated vsize (KiB) 14392

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 11.95
#  lost CPU user time (s): 10.02
#  lost CPU system time (s): 1.93

Real time (s): 318.77
CPU time (s): 301.224
CPU user time (s): 286.885
CPU system time (s): 14.3391
CPU usage (%): 94.4958
Max. virtual memory (cumulated for all children) (KiB): 921828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 276.865
system time used= 12.4091
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39235
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94493
involuntary context switches= 96681

runsolver used 0.447931 second user time and 1.09883 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-12 22:58:06
IDJOB=1114066
IDBENCH=61682
IDSOLVER=368
FILE ID=node60/1114066-1215896286
PBS_JOBID= 7903691
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp19/normalized-fapp19-0350-2.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1114066-1215896286/watcher-1114066-1215896286 -o /tmp/evaluation-result-1114066-1215896286/solver-1114066-1215896286 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1114066-1215896286.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1825ea13215fc44c945afffc7e468e56
RANDOM SEED=887768576

node60.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.263
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.263
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:       1916064 kB
Buffers:         14736 kB
Cached:          45580 kB
SwapCached:          0 kB
Active:          69456 kB
Inactive:        17824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1916064 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:          47132 kB
Slab:            37576 kB
Committed_AS:   204396 kB
PageTables:       2012 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= 66168 MiB
End job on node60 at 2008-07-12 23:03:26