Trace number 3459670

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 Resolution 2.3.0OPT4 22.1866 21.5174

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
logic_synthesis/normalized-m100_100_50_50.r.opb
MD5SUM92218ddb5567427e70962e6332b1ed9e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark1.2938
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses100
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint50
Number of terms in the objective function 100
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 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459670-1307153580.opb
0.10/0.11	c reading problem ... 
0.28/0.22	c ... done. Wall clock time 0.108s.
0.28/0.22	c #vars     100
0.28/0.22	c #constraints  100
0.28/0.22	c constraints type 
0.28/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
0.28/0.22	c SATISFIABLE
0.28/0.22	c OPTIMIZING...
0.28/0.22	c Got one! Elapsed wall clock time (in seconds):0.112
0.28/0.23	o 6
0.28/0.23	c Got one! Elapsed wall clock time (in seconds):0.121
0.28/0.23	o 5
0.57/0.36	c Got one! Elapsed wall clock time (in seconds):0.249
0.57/0.36	o 4
0.95/0.56	c cleaning 2981 clauses out of 5965 with flag 5000/5965
1.18/0.77	c cleaning 4497 clauses out of 8994 with flag 11010/11975
1.51/1.02	c cleaning 5743 clauses out of 11489 with flag 18002/18967
1.81/1.36	c cleaning 6872 clauses out of 13747 with flag 26003/26968
2.26/1.79	c cleaning 7937 clauses out of 15877 with flag 35005/35970
2.78/2.25	c cleaning 8966 clauses out of 17935 with flag 45000/45965
3.26/2.72	c cleaning 9484 clauses out of 18972 with flag 55003/55968
3.66/3.20	c cleaning 9748 clauses out of 19500 with flag 65015/65980
4.26/3.70	c cleaning 9867 clauses out of 19738 with flag 75001/75966
4.66/4.12	c cleaning 9938 clauses out of 19880 with flag 85010/85975
5.17/4.61	c cleaning 9962 clauses out of 19932 with flag 95000/95965
5.67/5.13	c cleaning 9978 clauses out of 19970 with flag 105000/105965
6.17/5.65	c cleaning 9995 clauses out of 19993 with flag 115001/115966
6.67/6.12	c cleaning 9999 clauses out of 19999 with flag 125002/125967
7.19/6.62	c cleaning 9998 clauses out of 19999 with flag 135001/135966
7.59/7.05	c cleaning 10001 clauses out of 20006 with flag 145006/145971
8.09/7.61	c cleaning 9998 clauses out of 19999 with flag 155000/155965
8.79/8.21	c cleaning 9999 clauses out of 20003 with flag 165002/165967
9.30/8.78	c cleaning 10001 clauses out of 20005 with flag 175003/175968
9.79/9.29	c cleaning 10001 clauses out of 20003 with flag 185002/185967
10.29/9.81	c cleaning 9999 clauses out of 20004 with flag 195004/195969
10.89/10.36	c cleaning 9999 clauses out of 20002 with flag 205001/205966
11.39/10.87	c cleaning 9999 clauses out of 20004 with flag 215002/215967
11.89/11.39	c cleaning 10001 clauses out of 20007 with flag 225004/225969
12.39/11.88	c cleaning 9999 clauses out of 20002 with flag 235000/235965
12.90/12.34	c cleaning 10003 clauses out of 20009 with flag 245006/245971
13.40/12.84	c cleaning 9999 clauses out of 20001 with flag 255001/255966
13.90/13.35	c cleaning 9998 clauses out of 20002 with flag 265001/265966
14.40/13.80	c cleaning 10002 clauses out of 20008 with flag 275005/275970
14.92/14.32	c cleaning 10001 clauses out of 20003 with flag 285002/285967
15.40/14.84	c cleaning 9998 clauses out of 20001 with flag 295001/295966
15.91/15.34	c cleaning 10002 clauses out of 20007 with flag 305005/305970
16.50/15.93	c cleaning 9999 clauses out of 20002 with flag 315002/315967
17.01/16.45	c cleaning 9998 clauses out of 20001 with flag 325000/325965
17.51/16.93	c cleaning 10003 clauses out of 20007 with flag 335004/335969
18.12/17.56	c cleaning 10010 clauses out of 20020 with flag 345020/345985
18.61/18.07	c cleaning 9996 clauses out of 19995 with flag 355005/355970
19.11/18.58	c cleaning 9997 clauses out of 19995 with flag 365001/365966
19.71/19.16	c cleaning 9998 clauses out of 19997 with flag 375000/375965
20.32/19.76	c cleaning 9999 clauses out of 20004 with flag 385005/385970
21.01/20.49	c cleaning 10000 clauses out of 20003 with flag 395003/395968
21.71/21.13	c cleaning 10005 clauses out of 20009 with flag 405009/405974
22.03/21.49	c starts		: 151
22.03/21.49	c conflicts		: 411704
22.03/21.49	c decisions		: 552184
22.03/21.49	c propagations		: 3334752
22.03/21.49	c inspects		: 173683562
22.03/21.49	c shortcuts		: 0
22.03/21.49	c learnt literals	: 3
22.03/21.49	c learnt binary clauses	: 8
22.03/21.49	c learnt ternary clauses	: 12
22.03/21.49	c learnt constraints	: 411700
22.03/21.49	c ignored constraints	: 0
22.03/21.49	c root simplifications	: 0
22.03/21.49	c removed literals (reason simplification)	: 373277
22.03/21.49	c reason swapping (by a shorter reason)	: 0
22.03/21.49	c Calls to reduceDB	: 42
22.03/21.49	c number of reductions to clauses (during analyze)	: 0
22.03/21.49	c number of learned constraints concerned by reduction	: 0
22.03/21.49	c number of learning phase by resolution	: 0
22.03/21.49	c number of learning phase by cutting planes	: 0
22.03/21.49	c speed (assignments/second)	: 157805.79216354343
22.03/21.49	c non guided choices	0
22.03/21.49	c learnt constraints type 
22.03/21.49	c constraints type 
22.03/21.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 100
22.03/21.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
22.03/21.49	s OPTIMUM FOUND
22.03/21.49	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
22.03/21.49	c objective function=4
22.03/21.49	c Total wall clock time (in seconds): 21.382

Verifier Data

OK	4

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3459670-1307153580/watcher-3459670-1307153580 -o /tmp/evaluation-result-3459670-1307153580/solver-3459670-1307153580 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459670-1307153580.opb 

running on 4 cores: 0,2,4,6

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): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.04 2.00 2/542 24454
/proc/meminfo: memFree=23809556/32951124 swapFree=56930356/67111528
[pid=24454] ppid=24452 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/24454/stat : 24454 (java) S 24452 24454 21636 0 -1 4202496 1719 0 1 0 0 0 0 0 25 0 2 0 826955702 13833195520 1421 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/24454/statm: 3377245 1433 906 9 0 3368401 0
[pid=24454/tid=24455] ppid=24452 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24455/stat : 24455 (java) R 24452 24454 21636 0 -1 4202560 5473 0 1 0 0 0 0 0 25 0 2 0 826955703 13850947584 6290 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218905424955 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.034659 s]
/proc/loadavg: 2.05 2.04 2.00 2/542 24454
/proc/meminfo: memFree=23809556/32951124 swapFree=56930356/67111528
[pid=24454] ppid=24452 vsize=13537012 CPUtime=0.02 cores=0,2,4,6
/proc/24454/stat : 24454 (java) S 24452 24454 21636 0 -1 4202496 13202 0 1 0 1 1 0 0 25 0 10 0 826955702 13861900288 12901 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917533669 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/24454/statm: 3384253 12902 1513 9 0 3375001 0
[pid=24454/tid=24455] ppid=24452 vsize=13537012 CPUtime=0.02 cores=0,2,4,6
/proc/24454/task/24455/stat : 24455 (java) R 24452 24454 21636 0 -1 4202560 12080 0 1 0 1 1 0 0 25 0 10 0 826955703 13861900288 12902 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917557707 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13537012

[startup+0.100616 s]
/proc/loadavg: 2.05 2.04 2.00 2/542 24454
/proc/meminfo: memFree=23809556/32951124 swapFree=56930356/67111528
[pid=24454] ppid=24452 vsize=13687512 CPUtime=0.1 cores=0,2,4,6
/proc/24454/stat : 24454 (java) S 24452 24454 21636 0 -1 4202496 15524 0 1 0 8 2 0 0 25 0 18 0 826955702 14016012288 15191 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24454/statm: 3421878 15194 2092 9 0 3412612 0
[pid=24454/tid=24455] ppid=24452 vsize=13687512 CPUtime=0.07 cores=0,2,4,6
/proc/24454/task/24455/stat : 24455 (java) R 24452 24454 21636 0 -1 4202560 13570 0 1 0 6 1 0 0 18 0 18 0 826955703 14016012288 15196 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 46938368630759 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13687512

[startup+0.306628 s]
/proc/loadavg: 2.05 2.04 2.00 2/542 24454
/proc/meminfo: memFree=23809556/32951124 swapFree=56930356/67111528
[pid=24454] ppid=24452 vsize=13692208 CPUtime=0.57 cores=0,2,4,6
/proc/24454/stat : 24454 (java) S 24452 24454 21636 0 -1 4202496 19728 0 1 0 55 2 0 0 25 0 19 0 826955702 14020820992 18268 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24454/statm: 3423052 18268 2212 9 0 3413786 0
[pid=24454/tid=24455] ppid=24452 vsize=13692208 CPUtime=0.29 cores=0,2,4,6
/proc/24454/task/24455/stat : 24455 (java) R 24452 24454 21636 0 -1 4202560 14661 0 1 0 27 2 0 0 19 0 19 0 826955703 14020820992 18268 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 46912505122664 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13692208

[startup+0.700616 s]
/proc/loadavg: 2.05 2.04 2.00 2/542 24454
/proc/meminfo: memFree=23809556/32951124 swapFree=56930356/67111528
[pid=24454] ppid=24452 vsize=13691640 CPUtime=1.18 cores=0,2,4,6
/proc/24454/stat : 24454 (java) S 24452 24454 21636 0 -1 4202496 21590 0 1 0 115 3 0 0 25 0 19 0 826955702 14020239360 19680 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24454/statm: 3422910 19680 2248 9 0 3413644 0
[pid=24454/tid=24455] ppid=24452 vsize=13691640 CPUtime=0.66 cores=0,2,4,6
/proc/24454/task/24455/stat : 24455 (java) R 24452 24454 21636 0 -1 4202560 15352 0 1 0 64 2 0 0 18 0 19 0 826955703 14020239360 19680 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 46912505627122 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 13691640

[startup+1.50142 s]
/proc/loadavg: 2.04 2.04 2.00 2/541 24476
/proc/meminfo: memFree=23846028/32951124 swapFree=56930356/67111528
[pid=24454] ppid=24452 vsize=13691284 CPUtime=2.06 cores=0,2,4,6
/proc/24454/stat : 24454 (java) S 24452 24454 21636 0 -1 4202496 23244 0 1 0 203 3 0 0 25 0 19 0 826955702 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24454/statm: 3422821 21111 2249 9 0 3413555 0
[pid=24454/tid=24455] ppid=24452 vsize=13691284 CPUtime=1.41 cores=0,2,4,6
/proc/24454/task/24455/stat : 24455 (java) R 24452 24454 21636 0 -1 4202560 15353 0 1 0 139 2 0 0 18 0 19 0 826955703 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 46912505626734 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24454/tid=24457] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 21636 0 -1 4202560 201 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24458] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 21636 0 -1 4202560 188 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24459] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24459/stat : 24459 (java) S 24452 24454 21636 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24460] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24461] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 21636 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24462] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 21636 0 -1 4202560 335 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 21636 0 -1 4202560 325 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24464] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 21636 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24465] ppid=24452 vsize=13691284 CPUtime=0.05 cores=0,2,4,6
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 21636 0 -1 4202560 906 0 0 0 5 0 0 0 15 0 19 0 826955706 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 0 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 21636 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 826955707 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24467] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24467/stat : 24467 (java) S 24452 24454 21636 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 826955707 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24468] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24468/stat : 24468 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826955709 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917554609 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24469] ppid=24452 vsize=13691284 CPUtime=0.29 cores=0,2,4,6
/proc/24454/task/24469/stat : 24469 (java) S 24452 24454 21636 0 -1 4202560 2702 0 0 0 29 0 0 0 15 0 19 0 826955709 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24470] ppid=24452 vsize=13691284 CPUtime=0.26 cores=0,2,4,6
/proc/24454/task/24470/stat : 24470 (java) S 24452 24454 21636 0 -1 4202560 1753 0 0 0 26 0 0 0 15 0 19 0 826955709 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 0 0 0 0
[pid=24454/tid=24471] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24471/stat : 24471 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826955709 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24472] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24472/stat : 24472 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826955709 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24473] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24473/stat : 24473 (java) S 24452 24454 21636 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826955725 14019874816 21111 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 13691284

[startup+3.10113 s]
/proc/loadavg: 2.04 2.04 2.00 2/541 24476
/proc/meminfo: memFree=23840820/32951124 swapFree=56930356/67111528
[pid=24454] ppid=24452 vsize=13691284 CPUtime=3.66 cores=0,2,4,6
/proc/24454/stat : 24454 (java) S 24452 24454 21636 0 -1 4202496 23993 0 1 0 363 3 0 0 25 0 19 0 826955702 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24454/statm: 3422821 21857 2249 9 0 3413555 0
[pid=24454/tid=24455] ppid=24452 vsize=13691284 CPUtime=2.96 cores=0,2,4,6
/proc/24454/task/24455/stat : 24455 (java) R 24452 24454 21636 0 -1 4202560 15356 0 1 0 294 2 0 0 20 0 19 0 826955703 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 46912505626723 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24454/tid=24457] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 21636 0 -1 4202560 210 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24458] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 21636 0 -1 4202560 233 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24459] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24459/stat : 24459 (java) S 24452 24454 21636 0 -1 4202560 36 0 0 0 0 0 0 0 16 0 19 0 826955705 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24460] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 21636 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24461] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 21636 0 -1 4202560 55 0 0 0 0 0 0 0 16 0 19 0 826955705 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24462] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 21636 0 -1 4202560 335 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 21636 0 -1 4202560 355 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24464] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 21636 0 -1 4202560 295 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24465] ppid=24452 vsize=13691284 CPUtime=0.09 cores=0,2,4,6
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 21636 0 -1 4202560 1497 0 0 0 9 0 0 0 15 0 19 0 826955706 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 0 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 21636 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 826955707 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24467] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24467/stat : 24467 (java) S 24452 24454 21636 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 826955707 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24468] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24468/stat : 24468 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826955709 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917554609 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24469] ppid=24452 vsize=13691284 CPUtime=0.29 cores=0,2,4,6
/proc/24454/task/24469/stat : 24469 (java) S 24452 24454 21636 0 -1 4202560 2702 0 0 0 29 0 0 0 15 0 19 0 826955709 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24470] ppid=24452 vsize=13691284 CPUtime=0.26 cores=0,2,4,6
/proc/24454/task/24470/stat : 24470 (java) S 24452 24454 21636 0 -1 4202560 1753 0 0 0 26 0 0 0 15 0 19 0 826955709 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 0 0 0 0
[pid=24454/tid=24471] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24471/stat : 24471 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826955709 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24472] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24472/stat : 24472 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826955709 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24473] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24473/stat : 24473 (java) S 24452 24454 21636 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826955725 14019874816 21857 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 13691284

[startup+6.30155 s]
/proc/loadavg: 2.04 2.04 2.00 3/561 24521
/proc/meminfo: memFree=23746276/32951124 swapFree=56930356/67111528
[pid=24454] ppid=24452 vsize=13691284 CPUtime=6.87 cores=0,2,4,6
/proc/24454/stat : 24454 (java) S 24452 24454 21636 0 -1 4202496 24161 0 1 0 684 3 0 0 25 0 19 0 826955702 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24454/statm: 3422821 21950 2249 9 0 3413555 0
[pid=24454/tid=24455] ppid=24452 vsize=13691284 CPUtime=6.02 cores=0,2,4,6
/proc/24454/task/24455/stat : 24455 (java) R 24452 24454 21636 0 -1 4202560 15364 0 1 0 600 2 0 0 20 0 19 0 826955703 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 46912505593856 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24454/tid=24457] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 21636 0 -1 4202560 251 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24458] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 21636 0 -1 4202560 240 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24459] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24459/stat : 24459 (java) S 24452 24454 21636 0 -1 4202560 37 0 0 0 0 0 0 0 16 0 19 0 826955705 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24460] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 21636 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24461] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 21636 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24462] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 21636 0 -1 4202560 339 0 0 0 0 0 0 0 16 0 19 0 826955705 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 21636 0 -1 4202560 356 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24464] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 21636 0 -1 4202560 296 0 0 0 0 0 0 0 15 0 19 0 826955705 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24465] ppid=24452 vsize=13691284 CPUtime=0.21 cores=0,2,4,6
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 21636 0 -1 4202560 1602 0 0 0 21 0 0 0 15 0 19 0 826955706 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 0 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 21636 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 826955707 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24467] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24467/stat : 24467 (java) S 24452 24454 21636 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 826955707 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24468] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24468/stat : 24468 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826955709 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917554609 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24469] ppid=24452 vsize=13691284 CPUtime=0.29 cores=0,2,4,6
/proc/24454/task/24469/stat : 24469 (java) S 24452 24454 21636 0 -1 4202560 2702 0 0 0 29 0 0 0 15 0 19 0 826955709 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24470] ppid=24452 vsize=13691284 CPUtime=0.26 cores=0,2,4,6
/proc/24454/task/24470/stat : 24470 (java) S 24452 24454 21636 0 -1 4202560 1753 0 0 0 26 0 0 0 15 0 19 0 826955709 14019874816 21950 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 0 0 0 0

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

/proc/24454/statm: 3422821 22078 2249 9 0 3413555 0
[pid=24454/tid=24455] ppid=24452 vsize=13691284 CPUtime=18.36 cores=0,2,4,6
/proc/24454/task/24455/stat : 24455 (java) R 24452 24454 21636 0 -1 4202560 15388 0 1 0 1834 2 0 0 25 0 19 0 826955703 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 46912505537348 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24454/tid=24457] ppid=24452 vsize=13691284 CPUtime=0.02 cores=0,2,4,6
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 21636 0 -1 4202560 254 0 0 0 2 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24458] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 21636 0 -1 4202560 244 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24459] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24459/stat : 24459 (java) S 24452 24454 21636 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24460] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 21636 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24461] ppid=24452 vsize=13691284 CPUtime=0.02 cores=0,2,4,6
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 21636 0 -1 4202560 62 0 0 0 2 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24462] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 21636 0 -1 4202560 344 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=13691284 CPUtime=0.03 cores=0,2,4,6
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 21636 0 -1 4202560 361 0 0 0 3 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24464] ppid=24452 vsize=13691284 CPUtime=0.02 cores=0,2,4,6
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 21636 0 -1 4202560 302 0 0 0 2 0 0 0 16 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24465] ppid=24452 vsize=13691284 CPUtime=0.59 cores=0,2,4,6
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 21636 0 -1 4202560 1682 0 0 0 59 0 0 0 15 0 19 0 826955706 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 0 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 21636 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 826955707 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24467] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24467/stat : 24467 (java) S 24452 24454 21636 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 826955707 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24468] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24468/stat : 24468 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917554609 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24469] ppid=24452 vsize=13691284 CPUtime=0.29 cores=0,2,4,6
/proc/24454/task/24469/stat : 24469 (java) S 24452 24454 21636 0 -1 4202560 2702 0 0 0 29 0 0 0 15 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24470] ppid=24452 vsize=13691284 CPUtime=0.26 cores=0,2,4,6
/proc/24454/task/24470/stat : 24470 (java) S 24452 24454 21636 0 -1 4202560 1753 0 0 0 26 0 0 0 15 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 0 0 0 0
[pid=24454/tid=24471] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24471/stat : 24471 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24472] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24472/stat : 24472 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24473] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24473/stat : 24473 (java) S 24452 24454 21636 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826955725 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 19.71
Current children cumulated vsize (KiB) 13691284

[startup+20.701 s]
/proc/loadavg: 2.17 2.07 2.01 3/561 24521
/proc/meminfo: memFree=23708780/32951124 swapFree=56930356/67111528
[pid=24454] ppid=24452 vsize=13691284 CPUtime=21.31 cores=0,2,4,6
/proc/24454/stat : 24454 (java) S 24452 24454 21636 0 -1 4202496 24316 0 1 0 2127 4 0 0 25 0 19 0 826955702 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24454/statm: 3422821 22078 2249 9 0 3413555 0
[pid=24454/tid=24455] ppid=24452 vsize=13691284 CPUtime=19.9 cores=0,2,4,6
/proc/24454/task/24455/stat : 24455 (java) R 24452 24454 21636 0 -1 4202560 15391 0 1 0 1988 2 0 0 25 0 19 0 826955703 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 46912505677035 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24454/tid=24457] ppid=24452 vsize=13691284 CPUtime=0.03 cores=0,2,4,6
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 21636 0 -1 4202560 254 0 0 0 3 0 0 0 16 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24458] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 21636 0 -1 4202560 244 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24459] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24459/stat : 24459 (java) S 24452 24454 21636 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24460] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 21636 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24461] ppid=24452 vsize=13691284 CPUtime=0.02 cores=0,2,4,6
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 21636 0 -1 4202560 62 0 0 0 2 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24462] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 21636 0 -1 4202560 344 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=13691284 CPUtime=0.03 cores=0,2,4,6
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 21636 0 -1 4202560 361 0 0 0 3 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24464] ppid=24452 vsize=13691284 CPUtime=0.02 cores=0,2,4,6
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 21636 0 -1 4202560 302 0 0 0 2 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24465] ppid=24452 vsize=13691284 CPUtime=0.64 cores=0,2,4,6
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 21636 0 -1 4202560 1682 0 0 0 64 0 0 0 15 0 19 0 826955706 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 0 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 21636 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 826955707 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24467] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24467/stat : 24467 (java) S 24452 24454 21636 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 826955707 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24468] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24468/stat : 24468 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917554609 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24469] ppid=24452 vsize=13691284 CPUtime=0.29 cores=0,2,4,6
/proc/24454/task/24469/stat : 24469 (java) S 24452 24454 21636 0 -1 4202560 2702 0 0 0 29 0 0 0 15 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24470] ppid=24452 vsize=13691284 CPUtime=0.26 cores=0,2,4,6
/proc/24454/task/24470/stat : 24470 (java) S 24452 24454 21636 0 -1 4202560 1753 0 0 0 26 0 0 0 15 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 0 0 0 0
[pid=24454/tid=24471] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24471/stat : 24471 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24472] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24472/stat : 24472 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24473] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24473/stat : 24473 (java) S 24452 24454 21636 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826955725 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.31
Current children cumulated vsize (KiB) 13691284

[startup+21.1009 s]
/proc/loadavg: 2.15 2.06 2.01 3/561 24521
/proc/meminfo: memFree=23708656/32951124 swapFree=56930356/67111528
[pid=24454] ppid=24452 vsize=13691284 CPUtime=21.71 cores=0,2,4,6
/proc/24454/stat : 24454 (java) S 24452 24454 21636 0 -1 4202496 24316 0 1 0 2167 4 0 0 25 0 19 0 826955702 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24454/statm: 3422821 22078 2249 9 0 3413555 0
[pid=24454/tid=24455] ppid=24452 vsize=13691284 CPUtime=20.3 cores=0,2,4,6
/proc/24454/task/24455/stat : 24455 (java) R 24452 24454 21636 0 -1 4202560 15391 0 1 0 2028 2 0 0 25 0 19 0 826955703 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 46912505626336 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=24454/tid=24457] ppid=24452 vsize=13691284 CPUtime=0.03 cores=0,2,4,6
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 21636 0 -1 4202560 254 0 0 0 3 0 0 0 16 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24458] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 21636 0 -1 4202560 244 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24459] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24459/stat : 24459 (java) S 24452 24454 21636 0 -1 4202560 46 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24460] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 21636 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24461] ppid=24452 vsize=13691284 CPUtime=0.02 cores=0,2,4,6
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 21636 0 -1 4202560 62 0 0 0 2 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24462] ppid=24452 vsize=13691284 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 21636 0 -1 4202560 344 0 0 0 1 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=13691284 CPUtime=0.03 cores=0,2,4,6
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 21636 0 -1 4202560 361 0 0 0 3 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24464] ppid=24452 vsize=13691284 CPUtime=0.02 cores=0,2,4,6
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 21636 0 -1 4202560 302 0 0 0 2 0 0 0 15 0 19 0 826955705 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24465] ppid=24452 vsize=13691284 CPUtime=0.64 cores=0,2,4,6
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 21636 0 -1 4202560 1682 0 0 0 64 0 0 0 15 0 19 0 826955706 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 0 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 21636 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 826955707 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24467] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24467/stat : 24467 (java) S 24452 24454 21636 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 826955707 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24468] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24468/stat : 24468 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917554609 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24469] ppid=24452 vsize=13691284 CPUtime=0.29 cores=0,2,4,6
/proc/24454/task/24469/stat : 24469 (java) S 24452 24454 21636 0 -1 4202560 2702 0 0 0 29 0 0 0 15 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24470] ppid=24452 vsize=13691284 CPUtime=0.26 cores=0,2,4,6
/proc/24454/task/24470/stat : 24470 (java) S 24452 24454 21636 0 -1 4202560 1753 0 0 0 26 0 0 0 15 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 0 0 0 0
[pid=24454/tid=24471] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24471/stat : 24471 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24472] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24472/stat : 24472 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826955709 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24473] ppid=24452 vsize=13691284 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24473/stat : 24473 (java) S 24452 24454 21636 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826955725 14019874816 22078 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.71
Current children cumulated vsize (KiB) 13691284

[startup+21.5008 s]
/proc/loadavg: 2.15 2.06 2.01 3/561 24521
/proc/meminfo: memFree=23708656/32951124 swapFree=56930356/67111528
[pid=24454] ppid=24452 vsize=13692312 CPUtime=22.17 cores=0,2,4,6
/proc/24454/stat : 24454 (java) S 24452 24454 21636 0 -1 4202496 24352 0 1 0 2213 4 0 0 25 0 17 0 826955702 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917533669 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/24454/statm: 3423078 22113 2252 9 0 3413812 0
[pid=24454/tid=24455] ppid=24452 vsize=13692312 CPUtime=20.68 cores=0,2,4,6
/proc/24454/task/24455/stat : 24455 (java) S 24452 24454 21636 0 -1 4202560 15400 0 1 0 2066 2 0 0 18 0 17 0 826955703 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24457] ppid=24452 vsize=13692312 CPUtime=0.03 cores=0,2,4,6
/proc/24454/task/24457/stat : 24457 (java) S 24452 24454 21636 0 -1 4202560 254 0 0 0 3 0 0 0 15 0 17 0 826955705 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24458] ppid=24452 vsize=13692312 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24458/stat : 24458 (java) S 24452 24454 21636 0 -1 4202560 244 0 0 0 1 0 0 0 15 0 17 0 826955705 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24459] ppid=24452 vsize=13692312 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24459/stat : 24459 (java) S 24452 24454 21636 0 -1 4202560 46 0 0 0 1 0 0 0 16 0 17 0 826955705 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24460] ppid=24452 vsize=13692312 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24460/stat : 24460 (java) S 24452 24454 21636 0 -1 4202560 24 0 0 0 1 0 0 0 15 0 17 0 826955705 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24461] ppid=24452 vsize=13692312 CPUtime=0.02 cores=0,2,4,6
/proc/24454/task/24461/stat : 24461 (java) S 24452 24454 21636 0 -1 4202560 63 0 0 0 2 0 0 0 16 0 17 0 826955705 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24462] ppid=24452 vsize=13692312 CPUtime=0.01 cores=0,2,4,6
/proc/24454/task/24462/stat : 24462 (java) S 24452 24454 21636 0 -1 4202560 344 0 0 0 1 0 0 0 15 0 17 0 826955705 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 6 0 0 0
[pid=24454/tid=24463] ppid=24452 vsize=13692312 CPUtime=0.03 cores=0,2,4,6
/proc/24454/task/24463/stat : 24463 (java) S 24452 24454 21636 0 -1 4202560 361 0 0 0 3 0 0 0 15 0 17 0 826955705 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24464] ppid=24452 vsize=13692312 CPUtime=0.02 cores=0,2,4,6
/proc/24454/task/24464/stat : 24464 (java) S 24452 24454 21636 0 -1 4202560 302 0 0 0 2 0 0 0 15 0 17 0 826955705 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24465] ppid=24452 vsize=13692312 CPUtime=0.66 cores=0,2,4,6
/proc/24454/task/24465/stat : 24465 (java) S 24452 24454 21636 0 -1 4202560 1683 0 0 0 66 0 0 0 15 0 17 0 826955706 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 0 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24466] ppid=24452 vsize=13692312 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24466/stat : 24466 (java) S 24452 24454 21636 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 17 0 826955707 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24467] ppid=24452 vsize=13692312 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24467/stat : 24467 (java) S 24452 24454 21636 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 17 0 826955707 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24469] ppid=24452 vsize=13692312 CPUtime=0.31 cores=0,2,4,6
/proc/24454/task/24469/stat : 24469 (java) S 24452 24454 21636 0 -1 4202560 2703 0 0 0 31 0 0 0 15 0 17 0 826955709 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
[pid=24454/tid=24470] ppid=24452 vsize=13692312 CPUtime=0.3 cores=0,2,4,6
/proc/24454/task/24470/stat : 24470 (java) S 24452 24454 21636 0 -1 4202560 1758 0 0 0 30 0 0 0 15 0 17 0 826955709 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 0 0 0 0
[pid=24454/tid=24471] ppid=24452 vsize=13692312 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24471/stat : 24471 (java) S 24452 24454 21636 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 17 0 826955709 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917546905 0 4 0 16800975 18446604445590178496 0 0 -1 4 0 0 0
[pid=24454/tid=24473] ppid=24452 vsize=13692312 CPUtime=0 cores=0,2,4,6
/proc/24454/task/24473/stat : 24473 (java) S 24452 24454 21636 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 17 0 826955725 14020927488 22113 33554432000 1073741824 1073778376 140733848395184 18446744073709551615 218917547520 0 4 0 16800975 18446604445590178496 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.17
Current children cumulated vsize (KiB) 13692312

Child status: 30
Real time (s): 21.5174
CPU time (s): 22.1866
CPU user time (s): 22.1356
CPU system time (s): 0.050992
CPU usage (%): 103.11
Max. virtual memory (cumulated for all children) (KiB): 13692608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.1356
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24353
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= 1712
involuntary context switches= 828

runsolver used 0.12998 second user time and 0.25796 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-04 04:13:00
IDJOB=3459670
IDBENCH=2869
IDSOLVER=1952
FILE ID=node137/3459670-1307153580
RUNJOBID= node137-1307146384-23245
PBS_JOBID= 13508779
Free space on /tmp= 73732 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m100_100_50_50.r.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459670-1307153580/watcher-3459670-1307153580 -o /tmp/evaluation-result-3459670-1307153580/solver-3459670-1307153580 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459670-1307153580.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 92218ddb5567427e70962e6332b1ed9e
RANDOM SEED=616885466

node137.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	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23809712 kB
Buffers:        267480 kB
Cached:         489832 kB
SwapCached:      12312 kB
Active:        8426600 kB
Inactive:       452352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23809712 kB
SwapTotal:    67111528 kB
SwapFree:     56930356 kB
Dirty:             228 kB
Writeback:           0 kB
AnonPages:     8119044 kB
Mapped:          29612 kB
Slab:           116992 kB
PageTables:      74908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 175983212 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73732 MiB
End job on node137 at 2011-06-04 04:13:22