Trace number 2663253

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 229.85 118.939

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_4_30_4.opb
MD5SUM56022330ee2943e2696d570dbfee01d9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark109.139
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables31
Total number of constraints9
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 869
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2608
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100531
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@4413ee
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1cb25f1
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2663253-1276601930.opb
0.24/0.22	c reading problem ... 
0.24/0.25	c ... done. Wall clock time 0.04s.
0.24/0.25	c #vars     31
0.24/0.25	c #constraints  9
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
0.24/0.25	c constraints type 
0.24/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
7.34/3.86	c cleaning 2500 clauses out of 5000 with flag 5000/5000
9.51/4.95	c cleaning 4247 clauses out of 8500 with flag 11000/11000
11.28/5.82	c cleaning 5627 clauses out of 11253 with flag 18000/18000
13.81/7.11	c cleaning 6810 clauses out of 13626 with flag 26000/26000
16.94/8.71	c cleaning 7905 clauses out of 15816 with flag 35000/35000
21.08/10.85	c cleaning 8955 clauses out of 17911 with flag 45000/45000
25.59/13.14	c cleaning 9475 clauses out of 18956 with flag 55000/55000
29.72/15.27	c cleaning 9742 clauses out of 19483 with flag 65002/65002
34.22/17.51	c cleaning 9870 clauses out of 19739 with flag 75000/75000
38.14/19.54	c cleaning 9933 clauses out of 19870 with flag 85001/85001
42.67/21.89	c cleaning 9966 clauses out of 19938 with flag 95002/95002
46.58/23.85	c cleaning 9985 clauses out of 19971 with flag 105001/105001
50.69/25.93	c cleaning 9991 clauses out of 19986 with flag 115001/115001
54.61/27.93	c cleaning 9992 clauses out of 19994 with flag 125000/125000
58.74/30.04	c cleaning 9999 clauses out of 20002 with flag 135000/135000
62.43/31.96	c cleaning 10000 clauses out of 20003 with flag 145000/145000
66.14/33.82	c cleaning 9997 clauses out of 20003 with flag 155000/155000
69.48/35.51	c cleaning 9999 clauses out of 20006 with flag 165000/165000
72.98/37.30	c cleaning 10004 clauses out of 20008 with flag 175001/175001
77.68/39.78	c cleaning 10000 clauses out of 20003 with flag 185000/185000
81.78/41.88	c cleaning 10000 clauses out of 20003 with flag 195000/195000
85.08/43.56	c cleaning 10002 clauses out of 20004 with flag 205001/205001
88.41/45.29	c cleaning 10001 clauses out of 20002 with flag 215001/215001
91.53/46.80	c cleaning 10000 clauses out of 20001 with flag 225001/225001
95.62/48.92	c cleaning 0 clauses out of 5000 with flag 0/5000
96.16/49.25	c cleaning 9997 clauses out of 20000 with flag 235000/235000
99.66/51.03	c cleaning 10001 clauses out of 20004 with flag 245001/245001
102.57/52.50	c cleaning 10000 clauses out of 20003 with flag 255001/255001
106.27/54.43	c cleaning 10000 clauses out of 20003 with flag 265001/265001
110.38/56.58	c cleaning 9999 clauses out of 20003 with flag 275001/275001
114.09/58.42	c cleaning 9999 clauses out of 20005 with flag 285002/285002
118.00/60.47	c cleaning 10002 clauses out of 20004 with flag 295000/295000
122.29/62.67	c cleaning 9997 clauses out of 20003 with flag 305001/305001
125.99/64.53	c cleaning 9998 clauses out of 20005 with flag 315000/315000
129.69/66.41	c cleaning 10001 clauses out of 20008 with flag 325001/325001
132.60/67.98	c cleaning 10001 clauses out of 20006 with flag 335000/335000
135.51/69.49	c cleaning 10004 clauses out of 20007 with flag 345002/345002
138.81/71.19	c cleaning 9996 clauses out of 20001 with flag 355000/355000
142.33/72.92	c cleaning 10002 clauses out of 20005 with flag 365000/365000
145.62/74.64	c cleaning 10000 clauses out of 20003 with flag 375000/375000
148.90/76.31	c cleaning 10001 clauses out of 20003 with flag 385000/385000
152.61/78.25	c cleaning 9998 clauses out of 20003 with flag 395001/395001
156.90/80.41	c cleaning 10000 clauses out of 20004 with flag 405000/405000
160.20/82.13	c cleaning 10001 clauses out of 20004 with flag 415000/415000
163.10/83.64	c cleaning 10002 clauses out of 20003 with flag 425000/425000
166.21/85.27	c cleaning 9995 clauses out of 20001 with flag 435000/435000
169.72/87.02	c cleaning 10003 clauses out of 20007 with flag 445001/445001
173.01/88.79	c cleaning 9998 clauses out of 20004 with flag 455001/455001
176.32/90.45	c cleaning 9999 clauses out of 20005 with flag 465000/465000
179.41/92.02	c cleaning 10004 clauses out of 20007 with flag 475001/475001
182.51/93.66	c cleaning 10001 clauses out of 20004 with flag 485002/485002
185.61/95.24	c cleaning 10001 clauses out of 20003 with flag 495002/495002
188.50/96.76	c cleaning 9998 clauses out of 20001 with flag 505001/505001
191.40/98.28	c cleaning 10002 clauses out of 20003 with flag 515001/515001
194.88/100.04	c cleaning 10002 clauses out of 20003 with flag 525003/525003
198.18/101.73	c cleaning 10001 clauses out of 20001 with flag 535003/535003
201.26/103.30	c cleaning 9996 clauses out of 19997 with flag 545000/545000
204.94/105.23	c cleaning 10000 clauses out of 20001 with flag 555000/555000
208.45/107.09	c cleaning 9999 clauses out of 20002 with flag 565001/565001
211.53/108.67	c cleaning 9999 clauses out of 20002 with flag 575000/575000
214.42/110.19	c cleaning 10000 clauses out of 20002 with flag 585000/585000
217.51/111.70	c cleaning 10000 clauses out of 20002 with flag 595001/595001
220.01/113.10	c cleaning 9999 clauses out of 20001 with flag 605000/605000
222.91/114.58	c cleaning 10001 clauses out of 20004 with flag 615002/615002
225.79/116.05	c cleaning 9999 clauses out of 20000 with flag 625001/625001
228.89/117.69	c cleaning 9997 clauses out of 19999 with flag 635000/635000
229.61/118.06	c And the winner is Resolution
229.79/118.89	c starts		: 153
229.79/118.89	c conflicts		: 637745
229.79/118.89	c decisions		: 639534
229.79/118.89	c propagations		: 4618931
229.79/118.89	c inspects		: 595869914
229.79/118.89	c learnt literals	: 11
229.79/118.89	c learnt binary clauses	: 63
229.79/118.89	c learnt ternary clauses	: 283
229.79/118.89	c learnt clauses	: 637733
229.79/118.89	c ignored clauses	: 0
229.79/118.89	c root simplifications	: 0
229.79/118.89	c removed literals (reason simplification)	: 6031144
229.79/118.89	c reason swapping (by a shorter reason)	: 0
229.79/118.89	c Calls to reduceDB	: 65
229.79/118.89	c number of reductions to clauses (during analyze)	: 0
229.79/118.89	c number of learned constraints concerned by reduction	: 0
229.79/118.89	c number of learning phase by resolution	: 0
229.79/118.89	c number of learning phase by cutting planes	: 0
229.79/118.89	c speed (assignments/second)	: 38934.29371006625
229.79/118.89	c non guided choices	12
229.80/118.91	c learnt constraints type 
229.80/118.91	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12677
229.80/118.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 63
229.80/118.91	c constraints type 
229.80/118.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
229.80/118.91	c constraints type 
229.80/118.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8
229.80/118.91	s UNSATISFIABLE
229.80/118.91	c Total wall clock time (in seconds): 118.698

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2663253-1276601930/watcher-2663253-1276601930 -o /tmp/evaluation-result-2663253-1276601930/solver-2663253-1276601930 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663253-1276601930.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.49 1.19 3/105 11394
/proc/meminfo: memFree=1440180/2059040 swapFree=4192956/4192956
[pid=11394] ppid=11392 vsize=1832 CPUtime=0
/proc/11394/stat : 11394 (java6) S 11392 11394 11322 0 -1 4194304 250 0 0 0 0 0 0 0 25 0 1 0 1486460 1875968 153 1992294400 134512640 134550932 4288640352 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699268798 0 0 17 1 0 0 0
/proc/11394/statm: 458 153 116 10 0 63 0

[startup+0.070686 s]
/proc/loadavg: 1.99 1.49 1.19 3/105 11394
/proc/meminfo: memFree=1440180/2059040 swapFree=4192956/4192956
[pid=11394] ppid=11392 vsize=1521796 CPUtime=0.06
/proc/11394/stat : 11394 (java) S 11392 11394 11322 0 -1 4202496 3709 0 1 0 4 2 0 0 25 0 7 0 1486460 1558319104 3151 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11394/statm: 380449 3151 1034 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100684 s]
/proc/loadavg: 1.99 1.49 1.19 3/105 11394
/proc/meminfo: memFree=1440180/2059040 swapFree=4192956/4192956
[pid=11394] ppid=11392 vsize=1524180 CPUtime=0.09
/proc/11394/stat : 11394 (java) S 11392 11394 11322 0 -1 4202496 3962 0 1 0 7 2 0 0 25 0 12 0 1486460 1560760320 3402 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11394/statm: 381045 3402 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524180

[startup+0.467986 s]
/proc/loadavg: 1.99 1.49 1.19 3/105 11394
/proc/meminfo: memFree=1440180/2059040 swapFree=4192956/4192956
[pid=11394] ppid=11392 vsize=1530756 CPUtime=0.74
/proc/11394/stat : 11394 (java) S 11392 11394 11322 0 -1 4202496 6704 0 1 0 70 4 0 0 25 0 16 0 1486460 1567494144 5923 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11394/statm: 382689 5923 1409 10 0 379992 0
Current children cumulated CPU time (s) 0.74
Current children cumulated vsize (KiB) 1530756

[startup+0.892307 s]
/proc/loadavg: 1.99 1.49 1.19 3/105 11394
/proc/meminfo: memFree=1440180/2059040 swapFree=4192956/4192956
[pid=11394] ppid=11392 vsize=1531284 CPUtime=1.57
/proc/11394/stat : 11394 (java) S 11392 11394 11322 0 -1 4202496 9155 0 1 0 152 5 0 0 25 0 16 0 1486460 1568034816 7568 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11394/statm: 382821 7568 1412 10 0 380124 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 1531284

[startup+1.50185 s]
/proc/loadavg: 1.99 1.50 1.19 5/121 11410
/proc/meminfo: memFree=1389772/2059040 swapFree=4192956/4192956
[pid=11394] ppid=11392 vsize=1546120 CPUtime=2.78
/proc/11394/stat : 11394 (java) S 11392 11394 11322 0 -1 4202496 20064 0 1 0 268 10 0 0 25 0 16 0 1486460 1583226880 16270 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11394/statm: 386530 16272 1414 10 0 383833 0
[pid=11394/tid=11396] ppid=11392 vsize=1546120 CPUtime=0.23
/proc/11394/task/11396/stat : 11396 (java) S 11392 11394 11322 0 -1 4202560 3715 0 1 0 21 2 0 0 18 0 16 0 1486461 1583226880 16272 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11397] ppid=11392 vsize=1546120 CPUtime=0
/proc/11394/task/11397/stat : 11397 (java) S 11392 11394 11322 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 16 0 1486463 1583226880 16273 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11398] ppid=11392 vsize=1546120 CPUtime=0
/proc/11394/task/11398/stat : 11398 (java) S 11392 11394 11322 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 1486463 1583226880 16273 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11399] ppid=11392 vsize=1546120 CPUtime=0
/proc/11394/task/11399/stat : 11399 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 1486465 1583226880 16273 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11400] ppid=11392 vsize=1546120 CPUtime=0
/proc/11394/task/11400/stat : 11400 (java) S 11392 11394 11322 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 16 0 1486465 1583226880 16274 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11401] ppid=11392 vsize=1546120 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11392 11394 11322 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 1486465 1583226880 16274 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11402] ppid=11392 vsize=1546120 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1486469 1583226880 16275 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11403] ppid=11392 vsize=1546120 CPUtime=0.1
/proc/11394/task/11403/stat : 11403 (java) R 11392 11394 11322 0 -1 4202560 395 0 0 0 10 0 0 0 24 0 16 0 1486469 1583226880 16275 1992294400 134512640 134550932 4294070608 18446744073709551615 106104395 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11394/tid=11404] ppid=11392 vsize=1546120 CPUtime=1.25
/proc/11394/task/11404/stat : 11404 (java) R 11392 11394 11322 0 -1 4202560 7889 0 0 0 122 3 0 0 18 0 16 0 1486469 1583226880 16277 1992294400 134512640 134550932 4294070608 18446744073709551615 104163855 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11394/tid=11405] ppid=11392 vsize=1546120 CPUtime=0
/proc/11394/task/11405/stat : 11405 (java) S 11392 11394 11322 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1486469 1583226880 16277 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11406] ppid=11392 vsize=1546120 CPUtime=0
/proc/11394/task/11406/stat : 11406 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1486469 1583226880 16277 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11407] ppid=11392 vsize=1546120 CPUtime=0.4
/proc/11394/task/11407/stat : 11407 (java) R 11392 11394 11322 0 -1 4202560 1341 0 0 0 40 0 0 0 25 0 16 0 1486486 1583226880 16279 1992294400 134512640 134550932 4294070608 18446744073709551615 4109301534 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11394/tid=11408] ppid=11392 vsize=1546120 CPUtime=0.75
/proc/11394/task/11408/stat : 11408 (java) R 11392 11394 11322 0 -1 4202560 5662 0 0 0 73 2 0 0 20 0 16 0 1486486 1583226880 16280 1992294400 134512640 134550932 4294070608 18446744073709551615 4109591886 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11394/tid=11409] ppid=11392 vsize=1546120 CPUtime=0
/proc/11394/task/11409/stat : 11409 (java) S 11392 11394 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1486486 1583226880 16280 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11410] ppid=11392 vsize=1546120 CPUtime=0
/proc/11394/task/11410/stat : 11410 (java) S 11392 11394 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 1486486 1583226880 16281 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 1546120

[startup+3.10201 s]
/proc/loadavg: 1.99 1.50 1.19 5/121 11410
/proc/meminfo: memFree=1344264/2059040 swapFree=4192956/4192956
[pid=11394] ppid=11392 vsize=1544904 CPUtime=5.96
/proc/11394/stat : 11394 (java) S 11392 11394 11322 0 -1 4202496 44042 0 1 0 575 21 0 0 25 0 16 0 1486460 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11394/statm: 386226 37808 1435 10 0 383529 0
[pid=11394/tid=11396] ppid=11392 vsize=1544904 CPUtime=0.23
/proc/11394/task/11396/stat : 11396 (java) S 11392 11394 11322 0 -1 4202560 3715 0 1 0 21 2 0 0 18 0 16 0 1486461 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11397] ppid=11392 vsize=1544904 CPUtime=0
/proc/11394/task/11397/stat : 11397 (java) S 11392 11394 11322 0 -1 4202560 20 0 0 0 0 0 0 0 18 0 16 0 1486463 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11398] ppid=11392 vsize=1544904 CPUtime=0
/proc/11394/task/11398/stat : 11398 (java) S 11392 11394 11322 0 -1 4202560 337 0 0 0 0 0 0 0 18 0 16 0 1486463 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11399] ppid=11392 vsize=1544904 CPUtime=0
/proc/11394/task/11399/stat : 11399 (java) S 11392 11394 11322 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 16 0 1486465 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11400] ppid=11392 vsize=1544904 CPUtime=0
/proc/11394/task/11400/stat : 11400 (java) S 11392 11394 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 1486465 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11401] ppid=11392 vsize=1544904 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11392 11394 11322 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1486465 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11402] ppid=11392 vsize=1544904 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1486469 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11403] ppid=11392 vsize=1544904 CPUtime=0.52
/proc/11394/task/11403/stat : 11403 (java) R 11392 11394 11322 0 -1 4202560 1015 0 0 0 52 0 0 0 18 0 16 0 1486469 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 105499176 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11394/tid=11404] ppid=11392 vsize=1544904 CPUtime=2.4
/proc/11394/task/11404/stat : 11404 (java) R 11392 11394 11322 0 -1 4202560 9631 0 0 0 236 4 0 0 19 0 16 0 1486469 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11394/tid=11405] ppid=11392 vsize=1544904 CPUtime=0
/proc/11394/task/11405/stat : 11405 (java) S 11392 11394 11322 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1486469 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11406] ppid=11392 vsize=1544904 CPUtime=0
/proc/11394/task/11406/stat : 11406 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1486469 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11407] ppid=11392 vsize=1544904 CPUtime=0.75
/proc/11394/task/11407/stat : 11407 (java) R 11392 11394 11322 0 -1 4202560 3937 0 0 0 74 1 0 0 25 0 16 0 1486486 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4109659086 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11394/tid=11408] ppid=11392 vsize=1544904 CPUtime=2
/proc/11394/task/11408/stat : 11408 (java) R 11392 11394 11322 0 -1 4202560 24311 0 0 0 189 11 0 0 19 0 16 0 1486486 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4110022383 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11394/tid=11409] ppid=11392 vsize=1544904 CPUtime=0
/proc/11394/task/11409/stat : 11409 (java) S 11392 11394 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1486486 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11410] ppid=11392 vsize=1544904 CPUtime=0
/proc/11394/task/11410/stat : 11410 (java) S 11392 11394 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 1486486 1581981696 37808 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 1544904

[startup+6.30135 s]
/proc/loadavg: 1.99 1.51 1.20 3/121 11410
/proc/meminfo: memFree=1283628/2059040 swapFree=4192956/4192956
[pid=11394] ppid=11392 vsize=1547008 CPUtime=12.22
/proc/11394/stat : 11394 (java) S 11392 11394 11322 0 -1 4202496 48920 0 1 0 1200 22 0 0 25 0 16 0 1486460 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11394/statm: 386752 39950 1445 10 0 384055 0
[pid=11394/tid=11396] ppid=11392 vsize=1547008 CPUtime=0.23
/proc/11394/task/11396/stat : 11396 (java) S 11392 11394 11322 0 -1 4202560 3715 0 1 0 21 2 0 0 18 0 16 0 1486461 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11397] ppid=11392 vsize=1547008 CPUtime=0.02
/proc/11394/task/11397/stat : 11397 (java) S 11392 11394 11322 0 -1 4202560 458 0 0 0 2 0 0 0 16 0 16 0 1486463 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11398] ppid=11392 vsize=1547008 CPUtime=0.02
/proc/11394/task/11398/stat : 11398 (java) S 11392 11394 11322 0 -1 4202560 338 0 0 0 2 0 0 0 16 0 16 0 1486463 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11399] ppid=11392 vsize=1547008 CPUtime=0.08
/proc/11394/task/11399/stat : 11399 (java) S 11392 11394 11322 0 -1 4202560 955 0 0 0 8 0 0 0 16 0 16 0 1486465 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11400] ppid=11392 vsize=1547008 CPUtime=0
/proc/11394/task/11400/stat : 11400 (java) S 11392 11394 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 1486465 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11401] ppid=11392 vsize=1547008 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11392 11394 11322 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1486465 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11402] ppid=11392 vsize=1547008 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1486469 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11403] ppid=11392 vsize=1547008 CPUtime=1.52
/proc/11394/task/11403/stat : 11403 (java) S 11392 11394 11322 0 -1 4202560 4329 0 0 0 151 1 0 0 19 0 16 0 1486469 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11404] ppid=11392 vsize=1547008 CPUtime=2.92
/proc/11394/task/11404/stat : 11404 (java) S 11392 11394 11322 0 -1 4202560 9675 0 0 0 288 4 0 0 16 0 16 0 1486469 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11405] ppid=11392 vsize=1547008 CPUtime=0
/proc/11394/task/11405/stat : 11405 (java) S 11392 11394 11322 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1486469 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11406] ppid=11392 vsize=1547008 CPUtime=0
/proc/11394/task/11406/stat : 11406 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1486469 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11407] ppid=11392 vsize=1547008 CPUtime=2.95
/proc/11394/task/11407/stat : 11407 (java) R 11392 11394 11322 0 -1 4202560 3942 0 0 0 294 1 0 0 25 0 16 0 1486486 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4109712536 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11394/tid=11408] ppid=11392 vsize=1547008 CPUtime=4.41
/proc/11394/task/11408/stat : 11408 (java) R 11392 11394 11322 0 -1 4202560 24439 0 0 0 430 11 0 0 25 0 16 0 1486486 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4109658994 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11394/tid=11409] ppid=11392 vsize=1547008 CPUtime=0
/proc/11394/task/11409/stat : 11409 (java) S 11392 11394 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1486486 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11410] ppid=11392 vsize=1547008 CPUtime=0
/proc/11394/task/11410/stat : 11410 (java) S 11392 11394 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 1486486 1584136192 39950 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 1547008

[startup+12.702 s]
/proc/loadavg: 2.15 1.55 1.21 3/121 11412
/proc/meminfo: memFree=1248908/2059040 swapFree=4192956/4192956
[pid=11394] ppid=11392 vsize=1544792 CPUtime=24.8
/proc/11394/stat : 11394 (java) S 11392 11394 11322 0 -1 4202496 58488 0 1 0 2453 27 0 0 25 0 16 0 1486460 1581867008 48904 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11394/statm: 386198 48904 1447 10 0 383501 0
[pid=11394/tid=11396] ppid=11392 vsize=1544792 CPUtime=0.23
/proc/11394/task/11396/stat : 11396 (java) S 11392 11394 11322 0 -1 4202560 3715 0 1 0 21 2 0 0 18 0 16 0 1486461 1581867008 48904 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11397] ppid=11392 vsize=1544792 CPUtime=0.08
/proc/11394/task/11397/stat : 11397 (java) S 11392 11394 11322 0 -1 4202560 1294 0 0 0 8 0 0 0 16 0 16 0 1486463 1581867008 48904 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11398] ppid=11392 vsize=1544792 CPUtime=0.09
/proc/11394/task/11398/stat : 11398 (java) S 11392 11394 11322 0 -1 4202560 1250 0 0 0 9 0 0 0 16 0 16 0 1486463 1581867008 48904 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11399] ppid=11392 vsize=1544792 CPUtime=0.2
/proc/11394/task/11399/stat : 11399 (java) S 11392 11394 11322 0 -1 4202560 1565 0 0 0 20 0 0 0 15 0 16 0 1486465 1581867008 48904 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11400] ppid=11392 vsize=1544792 CPUtime=0
/proc/11394/task/11400/stat : 11400 (java) S 11392 11394 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 1486465 1581867008 48904 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11401] ppid=11392 vsize=1544792 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11392 11394 11322 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1486465 1581867008 48904 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11402] ppid=11392 vsize=1544792 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1486469 1581867008 48904 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11403] ppid=11392 vsize=1544792 CPUtime=1.52
/proc/11394/task/11403/stat : 11403 (java) S 11392 11394 11322 0 -1 4202560 4329 0 0 0 151 1 0 0 19 0 16 0 1486469 1581867008 48904 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11404] ppid=11392 vsize=1544792 CPUtime=2.98
/proc/11394/task/11404/stat : 11404 (java) S 11392 11394 11322 0 -1 4202560 9679 0 0 0 294 4 0 0 16 0 16 0 1486469 1581867008 48904 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11405] ppid=11392 vsize=1544792 CPUtime=0
/proc/11394/task/11405/stat : 11405 (java) S 11392 11394 11322 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1486469 1581867008 48904 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11406] ppid=11392 vsize=1544792 CPUtime=0
/proc/11394/task/11406/stat : 11406 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 1486469 1581867008 48904 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0

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

[pid=11394/tid=11399] ppid=11392 vsize=1544992 CPUtime=4.31
/proc/11394/task/11399/stat : 11399 (java) S 11392 11394 11322 0 -1 4202560 2679 0 0 0 417 14 0 0 15 0 16 0 1486465 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11400] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11400/stat : 11400 (java) S 11392 11394 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 1486465 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11401] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11392 11394 11322 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1486465 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11402] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1486469 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11403] ppid=11392 vsize=1544992 CPUtime=2.48
/proc/11394/task/11403/stat : 11403 (java) S 11392 11394 11322 0 -1 4202560 5523 0 0 0 246 2 0 0 15 0 16 0 1486469 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11404] ppid=11392 vsize=1544992 CPUtime=3.03
/proc/11394/task/11404/stat : 11404 (java) S 11392 11394 11322 0 -1 4202560 9679 0 0 0 299 4 0 0 16 0 16 0 1486469 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11405] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11405/stat : 11405 (java) S 11392 11394 11322 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1486469 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11406] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11406/stat : 11406 (java) S 11392 11394 11322 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 1486469 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11407] ppid=11392 vsize=1544992 CPUtime=106.36
/proc/11394/task/11407/stat : 11407 (java) R 11392 11394 11322 0 -1 4202560 5015 0 0 0 10634 2 0 0 22 0 16 0 1486486 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4109748131 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11394/tid=11408] ppid=11392 vsize=1544992 CPUtime=108.57
/proc/11394/task/11408/stat : 11408 (java) R 11392 11394 11322 0 -1 4202560 30719 0 0 0 10842 15 0 0 25 0 16 0 1486486 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4109580290 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11394/tid=11409] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11409/stat : 11409 (java) S 11392 11394 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1486486 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11410] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11410/stat : 11410 (java) S 11392 11394 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 1486486 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 227.7
Current children cumulated vsize (KiB) 1544992

[startup+117.802 s]
/proc/loadavg: 2.02 1.68 1.29 3/121 11414
/proc/meminfo: memFree=1234524/2059040 swapFree=4192956/4192956
[pid=11394] ppid=11392 vsize=1544992 CPUtime=229.21
/proc/11394/stat : 11394 (java) S 11392 11394 11322 0 -1 4202496 63266 0 1 0 22873 48 0 0 25 0 16 0 1486460 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11394/statm: 386248 52334 1447 10 0 383551 0
[pid=11394/tid=11396] ppid=11392 vsize=1544992 CPUtime=0.23
/proc/11394/task/11396/stat : 11396 (java) S 11392 11394 11322 0 -1 4202560 3716 0 1 0 21 2 0 0 15 0 16 0 1486461 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11397] ppid=11392 vsize=1544992 CPUtime=1.34
/proc/11394/task/11397/stat : 11397 (java) S 11392 11394 11322 0 -1 4202560 2457 0 0 0 131 3 0 0 15 0 16 0 1486463 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11398] ppid=11392 vsize=1544992 CPUtime=1.32
/proc/11394/task/11398/stat : 11398 (java) S 11392 11394 11322 0 -1 4202560 2400 0 0 0 130 2 0 0 16 0 16 0 1486463 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11399] ppid=11392 vsize=1544992 CPUtime=4.39
/proc/11394/task/11399/stat : 11399 (java) S 11392 11394 11322 0 -1 4202560 2679 0 0 0 425 14 0 0 16 0 16 0 1486465 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11400] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11400/stat : 11400 (java) S 11392 11394 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 16 0 1486465 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11401] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11392 11394 11322 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 1486465 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11402] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 1486469 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11403] ppid=11392 vsize=1544992 CPUtime=2.48
/proc/11394/task/11403/stat : 11403 (java) S 11392 11394 11322 0 -1 4202560 5523 0 0 0 246 2 0 0 15 0 16 0 1486469 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11404] ppid=11392 vsize=1544992 CPUtime=3.03
/proc/11394/task/11404/stat : 11404 (java) S 11392 11394 11322 0 -1 4202560 9679 0 0 0 299 4 0 0 16 0 16 0 1486469 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11405] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11405/stat : 11405 (java) S 11392 11394 11322 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 1486469 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11406] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11406/stat : 11406 (java) S 11392 11394 11322 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 16 0 1486469 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11407] ppid=11392 vsize=1544992 CPUtime=107.06
/proc/11394/task/11407/stat : 11407 (java) R 11392 11394 11322 0 -1 4202560 5016 0 0 0 10704 2 0 0 25 0 16 0 1486486 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4109710872 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=11394/tid=11408] ppid=11392 vsize=1544992 CPUtime=109.28
/proc/11394/task/11408/stat : 11408 (java) R 11392 11394 11322 0 -1 4202560 30719 0 0 0 10913 15 0 0 25 0 16 0 1486486 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4109655334 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11394/tid=11409] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11409/stat : 11409 (java) S 11392 11394 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 1486486 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11410] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11410/stat : 11410 (java) S 11392 11394 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 16 0 1486486 1582071808 52334 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 229.21
Current children cumulated vsize (KiB) 1544992

[startup+118.601 s]
/proc/loadavg: 2.02 1.68 1.29 3/121 11414
/proc/meminfo: memFree=1234524/2059040 swapFree=4192956/4192956
[pid=11394] ppid=11392 vsize=1544992 CPUtime=229.79
/proc/11394/stat : 11394 (java) S 11392 11394 11322 0 -1 4202496 63267 0 1 0 22931 48 0 0 25 0 14 0 1486460 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11394/statm: 386248 52335 1448 10 0 383551 0
[pid=11394/tid=11396] ppid=11392 vsize=1544992 CPUtime=0.23
/proc/11394/task/11396/stat : 11396 (java) S 11392 11394 11322 0 -1 4202560 3716 0 1 0 21 2 0 0 15 0 14 0 1486461 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11397] ppid=11392 vsize=1544992 CPUtime=1.34
/proc/11394/task/11397/stat : 11397 (java) S 11392 11394 11322 0 -1 4202560 2457 0 0 0 131 3 0 0 15 0 14 0 1486463 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11398] ppid=11392 vsize=1544992 CPUtime=1.32
/proc/11394/task/11398/stat : 11398 (java) S 11392 11394 11322 0 -1 4202560 2400 0 0 0 130 2 0 0 16 0 14 0 1486463 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11399] ppid=11392 vsize=1544992 CPUtime=4.39
/proc/11394/task/11399/stat : 11399 (java) S 11392 11394 11322 0 -1 4202560 2679 0 0 0 425 14 0 0 16 0 14 0 1486465 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11400] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11400/stat : 11400 (java) S 11392 11394 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 1486465 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11401] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11392 11394 11322 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 1486465 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11402] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1486469 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11403] ppid=11392 vsize=1544992 CPUtime=2.48
/proc/11394/task/11403/stat : 11403 (java) S 11392 11394 11322 0 -1 4202560 5523 0 0 0 246 2 0 0 15 0 14 0 1486469 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11404] ppid=11392 vsize=1544992 CPUtime=3.03
/proc/11394/task/11404/stat : 11404 (java) S 11392 11394 11322 0 -1 4202560 9679 0 0 0 299 4 0 0 16 0 14 0 1486469 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11405] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11405/stat : 11405 (java) S 11392 11394 11322 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 1486469 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11406] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11406/stat : 11406 (java) S 11392 11394 11322 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 14 0 1486469 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11409] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11409/stat : 11409 (java) S 11392 11394 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 1486486 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11410] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11410/stat : 11410 (java) S 11392 11394 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 1486486 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 229.79
Current children cumulated vsize (KiB) 1544992

[startup+118.801 s]
/proc/loadavg: 2.02 1.68 1.29 3/121 11414
/proc/meminfo: memFree=1234524/2059040 swapFree=4192956/4192956
[pid=11394] ppid=11392 vsize=1544992 CPUtime=229.79
/proc/11394/stat : 11394 (java) S 11392 11394 11322 0 -1 4202496 63267 0 1 0 22931 48 0 0 25 0 14 0 1486460 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11394/statm: 386248 52335 1448 10 0 383551 0
[pid=11394/tid=11396] ppid=11392 vsize=1544992 CPUtime=0.23
/proc/11394/task/11396/stat : 11396 (java) S 11392 11394 11322 0 -1 4202560 3716 0 1 0 21 2 0 0 15 0 14 0 1486461 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11397] ppid=11392 vsize=1544992 CPUtime=1.34
/proc/11394/task/11397/stat : 11397 (java) S 11392 11394 11322 0 -1 4202560 2457 0 0 0 131 3 0 0 15 0 14 0 1486463 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11398] ppid=11392 vsize=1544992 CPUtime=1.32
/proc/11394/task/11398/stat : 11398 (java) S 11392 11394 11322 0 -1 4202560 2400 0 0 0 130 2 0 0 16 0 14 0 1486463 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11399] ppid=11392 vsize=1544992 CPUtime=4.39
/proc/11394/task/11399/stat : 11399 (java) S 11392 11394 11322 0 -1 4202560 2679 0 0 0 425 14 0 0 15 0 14 0 1486465 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11400] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11400/stat : 11400 (java) S 11392 11394 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 1486465 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11401] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11392 11394 11322 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 1486465 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11402] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 1486469 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11403] ppid=11392 vsize=1544992 CPUtime=2.48
/proc/11394/task/11403/stat : 11403 (java) S 11392 11394 11322 0 -1 4202560 5523 0 0 0 246 2 0 0 15 0 14 0 1486469 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11404] ppid=11392 vsize=1544992 CPUtime=3.03
/proc/11394/task/11404/stat : 11404 (java) S 11392 11394 11322 0 -1 4202560 9679 0 0 0 299 4 0 0 16 0 14 0 1486469 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11405] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11405/stat : 11405 (java) S 11392 11394 11322 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 1486469 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11406] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11406/stat : 11406 (java) S 11392 11394 11322 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 14 0 1486469 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11409] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11409/stat : 11409 (java) S 11392 11394 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 1486486 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11410] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11410/stat : 11410 (java) S 11392 11394 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 14 0 1486486 1582071808 52335 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 229.79
Current children cumulated vsize (KiB) 1544992

[startup+118.901 s]
/proc/loadavg: 2.02 1.68 1.29 3/121 11414
/proc/meminfo: memFree=1234524/2059040 swapFree=4192956/4192956
[pid=11394] ppid=11392 vsize=1544992 CPUtime=229.8
/proc/11394/stat : 11394 (java) S 11392 11394 11322 0 -1 4202496 63270 0 1 0 22932 48 0 0 25 0 15 0 1486460 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11394/statm: 386248 52338 1448 10 0 383551 0
[pid=11394/tid=11396] ppid=11392 vsize=1544992 CPUtime=0.23
/proc/11394/task/11396/stat : 11396 (java) S 11392 11394 11322 0 -1 4202560 3718 0 1 0 21 2 0 0 16 0 15 0 1486461 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11397] ppid=11392 vsize=1544992 CPUtime=1.34
/proc/11394/task/11397/stat : 11397 (java) S 11392 11394 11322 0 -1 4202560 2457 0 0 0 131 3 0 0 15 0 15 0 1486463 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11398] ppid=11392 vsize=1544992 CPUtime=1.32
/proc/11394/task/11398/stat : 11398 (java) S 11392 11394 11322 0 -1 4202560 2400 0 0 0 130 2 0 0 16 0 15 0 1486463 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11399] ppid=11392 vsize=1544992 CPUtime=4.39
/proc/11394/task/11399/stat : 11399 (java) S 11392 11394 11322 0 -1 4202560 2679 0 0 0 425 14 0 0 15 0 15 0 1486465 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 0 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11400] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11400/stat : 11400 (java) S 11392 11394 11322 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 15 0 1486465 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11401] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11401/stat : 11401 (java) S 11392 11394 11322 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 15 0 1486465 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11402] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11402/stat : 11402 (java) S 11392 11394 11322 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 15 0 1486469 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11403] ppid=11392 vsize=1544992 CPUtime=2.48
/proc/11394/task/11403/stat : 11403 (java) S 11392 11394 11322 0 -1 4202560 5523 0 0 0 246 2 0 0 15 0 15 0 1486469 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 1 0 0 0
[pid=11394/tid=11404] ppid=11392 vsize=1544992 CPUtime=3.03
/proc/11394/task/11404/stat : 11404 (java) S 11392 11394 11322 0 -1 4202560 9679 0 0 0 299 4 0 0 16 0 15 0 1486469 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11405] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11405/stat : 11405 (java) S 11392 11394 11322 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 15 0 1486469 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11406] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11406/stat : 11406 (java) S 11392 11394 11322 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 15 0 1486469 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11409] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11409/stat : 11409 (java) S 11392 11394 11322 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 15 0 1486486 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
[pid=11394/tid=11410] ppid=11392 vsize=1544992 CPUtime=0
/proc/11394/task/11410/stat : 11410 (java) S 11392 11394 11322 0 -1 4202560 5 0 0 0 0 0 0 0 19 0 15 0 1486486 1582071808 52338 1992294400 134512640 134550932 4294070608 18446744073709551615 4294960144 0 4 0 16800975 18446604435949769856 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 229.8
Current children cumulated vsize (KiB) 1544992

Child status: 20
Real time (s): 118.939
CPU time (s): 229.85
CPU user time (s): 229.341
CPU system time (s): 0.508922
CPU usage (%): 193.25
Max. virtual memory (cumulated for all children) (KiB): 1550364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 229.341
system time used= 0.508922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63279
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4610
involuntary context switches= 6840

runsolver used 0.858869 second user time and 0.991849 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-15 13:38:50
IDJOB=2663253
IDBENCH=2907
IDSOLVER=1166
FILE ID=node082/2663253-1276601930
PBS_JOBID= 11172251
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_4_30_4.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2663253-1276601930/watcher-2663253-1276601930 -o /tmp/evaluation-result-2663253-1276601930/solver-2663253-1276601930 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2663253-1276601930.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 56022330ee2943e2696d570dbfee01d9
RANDOM SEED=345148039

node082.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.215
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
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.215
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1440576 kB
Buffers:         54728 kB
Cached:         423612 kB
SwapCached:          0 kB
Active:         199204 kB
Inactive:       338496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1440576 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             272 kB
Writeback:           0 kB
AnonPages:       59444 kB
Mapped:          15420 kB
Slab:            58920 kB
PageTables:       3976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182072 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62584 MiB
End job on node082 at 2010-06-15 13:40:49