Trace number 3459653

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.0OPT7 22.4286 21.1588

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-maincont.r.opb
MD5SUM810dcf2b3e8c0450d72550588875745c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark0.011998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 7
Optimality of the best value was proved YES
Number of variables67
Total number of constraints105
Number of constraints which are clauses105
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 constraint3
Maximum length of a constraint48
Number of terms in the objective function 67
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 67
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 67
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.1.v20110525
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.18-164.el5
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		12995394264
0.01/0.09	c Max memory 		13063553024
0.01/0.09	c Total memory 		13063553024
0.01/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@38540408
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-3459653-1307153548.opb
0.10/0.11	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.074s.
0.10/0.19	c #vars     67
0.10/0.19	c #constraints  105
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105
0.10/0.19	c SATISFIABLE
0.10/0.19	c OPTIMIZING...
0.10/0.19	c Got one! Elapsed wall clock time (in seconds):0.078
0.10/0.19	o 9
0.10/0.19	c Got one! Elapsed wall clock time (in seconds):0.082
0.10/0.19	o 8
0.57/0.32	c Got one! Elapsed wall clock time (in seconds):0.211
0.57/0.32	o 7
0.71/0.41	c cleaning 2546 clauses out of 5098 with flag 3001/5098
0.85/0.53	c cleaning 4272 clauses out of 8551 with flag 9000/11097
0.98/0.67	c cleaning 5635 clauses out of 11280 with flag 16001/18098
1.18/0.84	c cleaning 6819 clauses out of 13644 with flag 24000/26097
1.40/1.02	c cleaning 7909 clauses out of 15825 with flag 33000/35097
1.60/1.22	c cleaning 8949 clauses out of 17916 with flag 43000/45097
1.80/1.44	c cleaning 9482 clauses out of 18971 with flag 53004/55101
2.00/1.65	c cleaning 9739 clauses out of 19485 with flag 63000/65097
2.20/1.89	c cleaning 9870 clauses out of 19747 with flag 73001/75098
2.41/2.10	c cleaning 9936 clauses out of 19878 with flag 83002/85099
2.72/2.33	c cleaning 9967 clauses out of 19941 with flag 93001/95098
2.92/2.56	c cleaning 9981 clauses out of 19974 with flag 103001/105098
3.22/2.81	c cleaning 9993 clauses out of 19993 with flag 113001/115098
3.41/3.03	c cleaning 9995 clauses out of 20000 with flag 123001/125098
3.62/3.26	c cleaning 9998 clauses out of 20004 with flag 133000/135097
3.81/3.49	c cleaning 10001 clauses out of 20008 with flag 143002/145099
4.12/3.72	c cleaning 10001 clauses out of 20005 with flag 153000/155097
4.32/3.97	c cleaning 9998 clauses out of 20004 with flag 163000/165097
4.62/4.20	c cleaning 10000 clauses out of 20006 with flag 173000/175097
4.84/4.44	c cleaning 9996 clauses out of 20006 with flag 183000/185097
5.02/4.67	c cleaning 10002 clauses out of 20012 with flag 193002/195099
5.32/4.91	c cleaning 9999 clauses out of 20008 with flag 203000/205097
5.52/5.13	c cleaning 10001 clauses out of 20010 with flag 213001/215098
5.72/5.39	c cleaning 10002 clauses out of 20010 with flag 223002/225099
6.03/5.62	c cleaning 9998 clauses out of 20006 with flag 233000/235097
6.23/5.86	c cleaning 10001 clauses out of 20009 with flag 243001/245098
6.53/6.12	c cleaning 9997 clauses out of 20008 with flag 253001/255098
6.73/6.37	c cleaning 10003 clauses out of 20011 with flag 263001/265098
6.94/6.58	c cleaning 10003 clauses out of 20010 with flag 273003/275100
7.23/6.85	c cleaning 9996 clauses out of 20004 with flag 283000/285097
7.53/7.12	c cleaning 9998 clauses out of 20009 with flag 293001/295098
7.73/7.36	c cleaning 10003 clauses out of 20012 with flag 303002/305099
7.93/7.62	c cleaning 9999 clauses out of 20007 with flag 313000/315097
8.23/7.87	c cleaning 10000 clauses out of 20009 with flag 323001/325098
8.53/8.12	c cleaning 10000 clauses out of 20009 with flag 333001/335098
8.73/8.37	c cleaning 10000 clauses out of 20008 with flag 343000/345097
9.03/8.61	c cleaning 9999 clauses out of 20008 with flag 353000/355097
9.26/8.87	c cleaning 10002 clauses out of 20010 with flag 363001/365098
9.54/9.11	c cleaning 9999 clauses out of 20007 with flag 373000/375097
9.74/9.38	c cleaning 10003 clauses out of 20011 with flag 383003/385100
10.04/9.62	c cleaning 9996 clauses out of 20006 with flag 393001/395098
10.24/9.84	c cleaning 10000 clauses out of 20009 with flag 403000/405097
10.44/10.05	c cleaning 10001 clauses out of 20009 with flag 413000/415097
10.64/10.30	c cleaning 9999 clauses out of 20009 with flag 423001/425098
10.94/10.52	c cleaning 10000 clauses out of 20010 with flag 433001/435098
11.14/10.74	c cleaning 10003 clauses out of 20012 with flag 443003/445100
11.35/10.96	c cleaning 9998 clauses out of 20006 with flag 453000/455097
11.64/11.23	c cleaning 10001 clauses out of 20010 with flag 463002/465099
11.84/11.50	c cleaning 9999 clauses out of 20007 with flag 473000/475097
12.14/11.74	c cleaning 10002 clauses out of 20012 with flag 483004/485101
12.34/11.97	c cleaning 10002 clauses out of 20011 with flag 493005/495102
12.65/12.21	c cleaning 9998 clauses out of 20004 with flag 503000/505097
12.85/12.46	c cleaning 9999 clauses out of 20006 with flag 513000/515097
13.15/12.70	c cleaning 10001 clauses out of 20009 with flag 523002/525099
13.35/12.95	c cleaning 9995 clauses out of 20006 with flag 533000/535097
13.55/13.17	c cleaning 9998 clauses out of 20011 with flag 543000/545097
13.85/13.41	c cleaning 10001 clauses out of 20013 with flag 553000/555097
14.05/13.66	c cleaning 10002 clauses out of 20013 with flag 563001/565098
14.35/13.91	c cleaning 10000 clauses out of 20010 with flag 573000/575097
14.55/14.17	c cleaning 10001 clauses out of 20010 with flag 583000/585097
14.85/14.42	c cleaning 10004 clauses out of 20011 with flag 593002/595099
15.05/14.67	c cleaning 9998 clauses out of 20005 with flag 603000/605097
15.35/14.92	c cleaning 10001 clauses out of 20008 with flag 613001/615098
15.55/15.15	c cleaning 9999 clauses out of 20009 with flag 623003/625100
15.76/15.41	c cleaning 9995 clauses out of 20007 with flag 633000/635097
16.05/15.66	c cleaning 10001 clauses out of 20012 with flag 643000/645097
16.35/15.93	c cleaning 10001 clauses out of 20013 with flag 653002/655099
16.57/16.18	c cleaning 10001 clauses out of 20011 with flag 663001/665098
16.88/16.44	c cleaning 10003 clauses out of 20011 with flag 673002/675099
17.07/16.69	c cleaning 9999 clauses out of 20007 with flag 683001/685098
17.38/16.94	c cleaning 9999 clauses out of 20008 with flag 693001/695098
17.68/17.20	c cleaning 9998 clauses out of 20008 with flag 703000/705097
17.88/17.48	c cleaning 10000 clauses out of 20010 with flag 713000/715097
18.18/17.71	c cleaning 10000 clauses out of 20011 with flag 723001/725098
18.38/17.98	c cleaning 10001 clauses out of 20012 with flag 733002/735099
18.68/18.27	c cleaning 10002 clauses out of 20013 with flag 743004/745101
18.98/18.53	c cleaning 10000 clauses out of 20008 with flag 753001/755098
19.28/18.80	c cleaning 9998 clauses out of 20008 with flag 763001/765098
19.48/19.05	c cleaning 10004 clauses out of 20014 with flag 773005/775102
19.78/19.33	c cleaning 10000 clauses out of 20005 with flag 783000/785097
20.08/19.62	c cleaning 10001 clauses out of 20006 with flag 793001/795098
20.31/19.89	c cleaning 9999 clauses out of 20004 with flag 803000/805097
20.76/20.21	c cleaning 10006 clauses out of 20012 with flag 813007/815104
21.39/20.50	c cleaning 9994 clauses out of 19998 with flag 823000/825097
21.59/20.79	c cleaning 9994 clauses out of 20004 with flag 833000/835097
22.32/21.14	c starts		: 174
22.32/21.14	c conflicts		: 844906
22.32/21.14	c decisions		: 1440606
22.32/21.14	c propagations		: 7402692
22.32/21.14	c inspects		: 201780492
22.32/21.14	c shortcuts		: 0
22.32/21.14	c learnt literals	: 6
22.32/21.14	c learnt binary clauses	: 24
22.32/21.14	c learnt ternary clauses	: 55
22.32/21.14	c learnt constraints	: 844899
22.32/21.14	c ignored constraints	: 0
22.32/21.14	c root simplifications	: 0
22.32/21.14	c removed literals (reason simplification)	: 210410
22.32/21.14	c reason swapping (by a shorter reason)	: 0
22.32/21.14	c Calls to reduceDB	: 85
22.32/21.14	c number of reductions to clauses (during analyze)	: 0
22.32/21.14	c number of learned constraints concerned by reduction	: 0
22.32/21.14	c number of learning phase by resolution	: 0
22.32/21.14	c number of learning phase by cutting planes	: 0
22.32/21.14	c speed (assignments/second)	: 355676.35612357664
22.32/21.14	c non guided choices	0
22.32/21.14	c learnt constraints type 
22.32/21.14	c constraints type 
22.32/21.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 105
22.32/21.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
22.32/21.14	s OPTIMUM FOUND
22.32/21.14	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 
22.32/21.14	c objective function=7
22.32/21.14	c Total wall clock time (in seconds): 21.025

Verifier Data

OK	7

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-3459653-1307153548/watcher-3459653-1307153548 -o /tmp/evaluation-result-3459653-1307153548/solver-3459653-1307153548 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459653-1307153548.opb 

running on 4 cores: 1,3,5,7

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.00 2.03 2.00 2/548 2717
/proc/meminfo: memFree=15075244/32951132 swapFree=46579808/67111528
[pid=2717] ppid=2715 vsize=256 CPUtime=0 cores=1,3,5,7
/proc/2717/stat : 2717 (java) R 2715 2717 32282 0 -1 4194304 269 0 0 0 0 0 0 0 23 0 1 0 826953427 262144 33 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242965626357 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2717/statm: 64 33 24 9 0 23 0
[pid=2717/tid=2718] ppid=2715 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2718/stat : 2718 (java) R 2715 2717 32282 0 -1 4202560 5468 0 1 0 0 0 0 0 25 0 2 0 826953427 13850947584 6284 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242970244155 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0294089 s]
/proc/loadavg: 2.00 2.03 2.00 2/548 2717
/proc/meminfo: memFree=15075244/32951132 swapFree=46579808/67111528
[pid=2717] ppid=2715 vsize=13535028 CPUtime=0.01 cores=1,3,5,7
/proc/2717/stat : 2717 (java) S 2715 2717 32282 0 -1 4202496 12460 0 1 0 0 1 0 0 23 0 10 0 826953427 13859868672 12162 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/2717/statm: 3383757 12164 960 9 0 3374913 0
[pid=2717/tid=2718] ppid=2715 vsize=13535028 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2718/stat : 2718 (java) R 2715 2717 32282 0 -1 4202560 11341 0 1 0 0 1 0 0 25 0 10 0 826953427 13859868672 12165 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 47722298090254 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13535028

[startup+0.100343 s]
/proc/loadavg: 2.00 2.03 2.00 2/548 2717
/proc/meminfo: memFree=15075244/32951132 swapFree=46579808/67111528
[pid=2717] ppid=2715 vsize=13621644 CPUtime=0.1 cores=1,3,5,7
/proc/2717/stat : 2717 (java) S 2715 2717 32282 0 -1 4202496 15471 0 1 0 8 2 0 0 23 0 18 0 826953427 13948563456 15138 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2717/statm: 3405411 15138 2092 9 0 3396145 0
[pid=2717/tid=2718] ppid=2715 vsize=13621644 CPUtime=0.08 cores=1,3,5,7
/proc/2717/task/2718/stat : 2718 (java) R 2715 2717 32282 0 -1 4202560 13525 0 1 0 7 1 0 0 25 0 18 0 826953427 13948563456 15138 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 47722300010519 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621644

[startup+0.309337 s]
/proc/loadavg: 2.00 2.03 2.00 2/548 2717
/proc/meminfo: memFree=15075244/32951132 swapFree=46579808/67111528
[pid=2717] ppid=2715 vsize=13625728 CPUtime=0.57 cores=1,3,5,7
/proc/2717/stat : 2717 (java) S 2715 2717 32282 0 -1 4202496 18299 0 1 0 55 2 0 0 23 0 19 0 826953427 13952745472 17528 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2717/statm: 3406432 17528 2217 9 0 3397166 0
[pid=2717/tid=2718] ppid=2715 vsize=13625728 CPUtime=0.29 cores=1,3,5,7
/proc/2717/task/2718/stat : 2718 (java) R 2715 2717 32282 0 -1 4202560 14314 0 1 0 28 1 0 0 25 0 19 0 826953427 13952745472 17528 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 46912505596928 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13625728

[startup+0.704316 s]
/proc/loadavg: 2.00 2.03 2.00 2/548 2717
/proc/meminfo: memFree=15075244/32951132 swapFree=46579808/67111528
[pid=2717] ppid=2715 vsize=13625516 CPUtime=1.09 cores=1,3,5,7
/proc/2717/stat : 2717 (java) S 2715 2717 32282 0 -1 4202496 19462 0 1 0 106 3 0 0 23 0 19 0 826953427 13952528384 18581 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2717/statm: 3406379 18581 2249 9 0 3397113 0
[pid=2717/tid=2718] ppid=2715 vsize=13625516 CPUtime=0.64 cores=1,3,5,7
/proc/2717/task/2718/stat : 2718 (java) R 2715 2717 32282 0 -1 4202560 14504 0 1 0 63 1 0 0 17 0 19 0 826953427 13952528384 18581 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 46912505662575 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 13625516

[startup+1.50115 s]
/proc/loadavg: 2.00 2.03 2.00 3/567 2736
/proc/meminfo: memFree=15008512/32951132 swapFree=46579808/67111528
[pid=2717] ppid=2715 vsize=13625516 CPUtime=1.9 cores=1,3,5,7
/proc/2717/stat : 2717 (java) S 2715 2717 32282 0 -1 4202496 19807 0 1 0 187 3 0 0 23 0 19 0 826953427 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2717/statm: 3406379 18922 2250 9 0 3397113 0
[pid=2717/tid=2718] ppid=2715 vsize=13625516 CPUtime=1.36 cores=1,3,5,7
/proc/2717/task/2718/stat : 2718 (java) R 2715 2717 32282 0 -1 4202560 14507 0 1 0 135 1 0 0 18 0 19 0 826953427 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 46912505548180 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2717/tid=2720] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2720/stat : 2720 (java) S 2715 2717 32282 0 -1 4202560 133 0 0 0 0 0 0 0 15 0 19 0 826953430 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2721] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2721/stat : 2721 (java) S 2715 2717 32282 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 826953430 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2722] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2722/stat : 2722 (java) S 2715 2717 32282 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 826953430 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2723] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2723/stat : 2723 (java) S 2715 2717 32282 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 19 0 826953430 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2724] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2724/stat : 2724 (java) S 2715 2717 32282 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 826953430 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2725] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2725/stat : 2725 (java) S 2715 2717 32282 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 826953430 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2726] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2726/stat : 2726 (java) S 2715 2717 32282 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 826953430 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2727] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2727/stat : 2727 (java) S 2715 2717 32282 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 826953430 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2728] ppid=2715 vsize=13625516 CPUtime=0.09 cores=1,3,5,7
/proc/2717/task/2728/stat : 2728 (java) S 2715 2717 32282 0 -1 4202560 625 0 0 0 9 0 0 0 16 0 19 0 826953431 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 0 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2729] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2729/stat : 2729 (java) S 2715 2717 32282 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 19 0 826953431 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2730] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2730/stat : 2730 (java) S 2715 2717 32282 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 19 0 826953431 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2731] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2731/stat : 2731 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826953433 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982373809 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2732] ppid=2715 vsize=13625516 CPUtime=0.21 cores=1,3,5,7
/proc/2717/task/2732/stat : 2732 (java) S 2715 2717 32282 0 -1 4202560 1287 0 0 0 21 0 0 0 21 0 19 0 826953433 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2733] ppid=2715 vsize=13625516 CPUtime=0.19 cores=1,3,5,7
/proc/2717/task/2733/stat : 2733 (java) S 2715 2717 32282 0 -1 4202560 1662 0 0 0 19 0 0 0 15 0 19 0 826953433 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2734] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2734/stat : 2734 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826953433 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2735] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2735/stat : 2735 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826953433 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2736] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2736/stat : 2736 (java) S 2715 2717 32282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826953446 13952528384 18922 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13625516

[startup+3.10087 s]
/proc/loadavg: 2.00 2.03 2.00 3/567 2736
/proc/meminfo: memFree=15006152/32951132 swapFree=46579808/67111528
[pid=2717] ppid=2715 vsize=13625516 CPUtime=3.51 cores=1,3,5,7
/proc/2717/stat : 2717 (java) S 2715 2717 32282 0 -1 4202496 19863 0 1 0 348 3 0 0 23 0 19 0 826953427 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2717/statm: 3406379 18971 2250 9 0 3397113 0
[pid=2717/tid=2718] ppid=2715 vsize=13625516 CPUtime=2.85 cores=1,3,5,7
/proc/2717/task/2718/stat : 2718 (java) R 2715 2717 32282 0 -1 4202560 14514 0 1 0 284 1 0 0 19 0 19 0 826953427 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 46912505575921 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2717/tid=2720] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2720/stat : 2720 (java) S 2715 2717 32282 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 19 0 826953430 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2721] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2721/stat : 2721 (java) S 2715 2717 32282 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 826953430 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2722] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2722/stat : 2722 (java) S 2715 2717 32282 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 826953430 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2723] ppid=2715 vsize=13625516 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2723/stat : 2723 (java) S 2715 2717 32282 0 -1 4202560 48 0 0 0 1 0 0 0 15 0 19 0 826953430 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2724] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2724/stat : 2724 (java) S 2715 2717 32282 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 19 0 826953430 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2725] ppid=2715 vsize=13625516 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2725/stat : 2725 (java) S 2715 2717 32282 0 -1 4202560 152 0 0 0 1 0 0 0 15 0 19 0 826953430 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2726] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2726/stat : 2726 (java) S 2715 2717 32282 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 826953430 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2727] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2727/stat : 2727 (java) S 2715 2717 32282 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 826953430 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2728] ppid=2715 vsize=13625516 CPUtime=0.18 cores=1,3,5,7
/proc/2717/task/2728/stat : 2728 (java) S 2715 2717 32282 0 -1 4202560 625 0 0 0 18 0 0 0 16 0 19 0 826953431 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 0 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2729] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2729/stat : 2729 (java) S 2715 2717 32282 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 19 0 826953431 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2730] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2730/stat : 2730 (java) S 2715 2717 32282 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 19 0 826953431 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2731] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2731/stat : 2731 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826953433 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982373809 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2732] ppid=2715 vsize=13625516 CPUtime=0.21 cores=1,3,5,7
/proc/2717/task/2732/stat : 2732 (java) S 2715 2717 32282 0 -1 4202560 1287 0 0 0 21 0 0 0 21 0 19 0 826953433 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2733] ppid=2715 vsize=13625516 CPUtime=0.19 cores=1,3,5,7
/proc/2717/task/2733/stat : 2733 (java) S 2715 2717 32282 0 -1 4202560 1662 0 0 0 19 0 0 0 15 0 19 0 826953433 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2734] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2734/stat : 2734 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826953433 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2735] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2735/stat : 2735 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826953433 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2736] ppid=2715 vsize=13625516 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2736/stat : 2736 (java) S 2715 2717 32282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826953446 13952528384 18971 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 13625516

[startup+6.30132 s]
/proc/loadavg: 2.00 2.03 2.00 3/567 2736
/proc/meminfo: memFree=15005356/32951132 swapFree=46579808/67111528
[pid=2717] ppid=2715 vsize=13624564 CPUtime=6.73 cores=1,3,5,7
/proc/2717/stat : 2717 (java) S 2715 2717 32282 0 -1 4202496 19924 0 1 0 670 3 0 0 23 0 19 0 826953427 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2717/statm: 3406141 18668 2250 9 0 3396875 0
[pid=2717/tid=2718] ppid=2715 vsize=13624564 CPUtime=5.85 cores=1,3,5,7
/proc/2717/task/2718/stat : 2718 (java) R 2715 2717 32282 0 -1 4202560 14528 0 1 0 584 1 0 0 25 0 19 0 826953427 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 46912505618930 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2717/tid=2720] ppid=2715 vsize=13624564 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2720/stat : 2720 (java) S 2715 2717 32282 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 826953430 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2721] ppid=2715 vsize=13624564 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2721/stat : 2721 (java) S 2715 2717 32282 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 826953430 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2722] ppid=2715 vsize=13624564 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2722/stat : 2722 (java) S 2715 2717 32282 0 -1 4202560 11 0 0 0 0 0 0 0 15 0 19 0 826953430 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2723] ppid=2715 vsize=13624564 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2723/stat : 2723 (java) S 2715 2717 32282 0 -1 4202560 49 0 0 0 1 0 0 0 15 0 19 0 826953430 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2724] ppid=2715 vsize=13624564 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2724/stat : 2724 (java) S 2715 2717 32282 0 -1 4202560 28 0 0 0 1 0 0 0 15 0 19 0 826953430 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2725] ppid=2715 vsize=13624564 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2725/stat : 2725 (java) S 2715 2717 32282 0 -1 4202560 156 0 0 0 1 0 0 0 15 0 19 0 826953430 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2726] ppid=2715 vsize=13624564 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2726/stat : 2726 (java) S 2715 2717 32282 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 19 0 826953430 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2727] ppid=2715 vsize=13624564 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2727/stat : 2727 (java) S 2715 2717 32282 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 826953430 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2728] ppid=2715 vsize=13624564 CPUtime=0.36 cores=1,3,5,7
/proc/2717/task/2728/stat : 2728 (java) S 2715 2717 32282 0 -1 4202560 656 0 0 0 36 0 0 0 16 0 19 0 826953431 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 0 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2729] ppid=2715 vsize=13624564 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2729/stat : 2729 (java) S 2715 2717 32282 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 19 0 826953431 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2730] ppid=2715 vsize=13624564 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2730/stat : 2730 (java) S 2715 2717 32282 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 19 0 826953431 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2731] ppid=2715 vsize=13624564 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2731/stat : 2731 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826953433 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982373809 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2732] ppid=2715 vsize=13624564 CPUtime=0.21 cores=1,3,5,7
/proc/2717/task/2732/stat : 2732 (java) S 2715 2717 32282 0 -1 4202560 1287 0 0 0 21 0 0 0 21 0 19 0 826953433 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2733] ppid=2715 vsize=13624564 CPUtime=0.19 cores=1,3,5,7
/proc/2717/task/2733/stat : 2733 (java) S 2715 2717 32282 0 -1 4202560 1662 0 0 0 19 0 0 0 15 0 19 0 826953433 13951553536 18668 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0

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

/proc/2717/task/2720/stat : 2720 (java) S 2715 2717 32282 0 -1 4202560 139 0 0 0 1 0 0 0 15 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2721] ppid=2715 vsize=13626484 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2721/stat : 2721 (java) S 2715 2717 32282 0 -1 4202560 25 0 0 0 2 0 0 0 16 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2722] ppid=2715 vsize=13626484 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2722/stat : 2722 (java) S 2715 2717 32282 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2723] ppid=2715 vsize=13626484 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2723/stat : 2723 (java) S 2715 2717 32282 0 -1 4202560 53 0 0 0 2 0 0 0 15 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2724] ppid=2715 vsize=13626484 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2724/stat : 2724 (java) S 2715 2717 32282 0 -1 4202560 31 0 0 0 2 0 0 0 15 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2725] ppid=2715 vsize=13626484 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2725/stat : 2725 (java) S 2715 2717 32282 0 -1 4202560 159 0 0 0 2 0 0 0 15 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2726] ppid=2715 vsize=13626484 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2726/stat : 2726 (java) S 2715 2717 32282 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2727] ppid=2715 vsize=13626484 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2727/stat : 2727 (java) S 2715 2717 32282 0 -1 4202560 107 0 0 0 1 0 0 0 16 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2728] ppid=2715 vsize=13626484 CPUtime=1.09 cores=1,3,5,7
/proc/2717/task/2728/stat : 2728 (java) S 2715 2717 32282 0 -1 4202560 773 0 0 0 109 0 0 0 16 0 19 0 826953431 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 0 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2729] ppid=2715 vsize=13626484 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2729/stat : 2729 (java) S 2715 2717 32282 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 19 0 826953431 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2730] ppid=2715 vsize=13626484 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2730/stat : 2730 (java) S 2715 2717 32282 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 19 0 826953431 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2731] ppid=2715 vsize=13626484 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2731/stat : 2731 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826953433 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982373809 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2732] ppid=2715 vsize=13626484 CPUtime=0.23 cores=1,3,5,7
/proc/2717/task/2732/stat : 2732 (java) S 2715 2717 32282 0 -1 4202560 1656 0 0 0 23 0 0 0 15 0 19 0 826953433 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2733] ppid=2715 vsize=13626484 CPUtime=0.19 cores=1,3,5,7
/proc/2717/task/2733/stat : 2733 (java) S 2715 2717 32282 0 -1 4202560 1662 0 0 0 19 0 0 0 15 0 19 0 826953433 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2734] ppid=2715 vsize=13626484 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2734/stat : 2734 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826953433 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2735] ppid=2715 vsize=13626484 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2735/stat : 2735 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826953433 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2736] ppid=2715 vsize=13626484 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2736/stat : 2736 (java) S 2715 2717 32282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826953446 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 19.58
Current children cumulated vsize (KiB) 13626484

[startup+19.9009 s]
/proc/loadavg: 2.00 2.03 2.00 3/567 2738
/proc/meminfo: memFree=15002896/32951132 swapFree=46579808/67111528
[pid=2717] ppid=2715 vsize=13626484 CPUtime=20.39 cores=1,3,5,7
/proc/2717/stat : 2717 (java) S 2715 2717 32282 0 -1 4202496 20491 0 1 0 2034 5 0 0 23 0 19 0 826953427 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2717/statm: 3406621 19180 2251 9 0 3397355 0
[pid=2717/tid=2718] ppid=2715 vsize=13626484 CPUtime=18.62 cores=1,3,5,7
/proc/2717/task/2718/stat : 2718 (java) S 2715 2717 32282 0 -1 4202560 14582 0 1 0 1860 2 0 0 21 0 19 0 826953427 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2720] ppid=2715 vsize=13626484 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2720/stat : 2720 (java) S 2715 2717 32282 0 -1 4202560 139 0 0 0 1 0 0 0 15 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2721] ppid=2715 vsize=13626484 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2721/stat : 2721 (java) S 2715 2717 32282 0 -1 4202560 25 0 0 0 2 0 0 0 15 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2722] ppid=2715 vsize=13626484 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2722/stat : 2722 (java) S 2715 2717 32282 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2723] ppid=2715 vsize=13626484 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2723/stat : 2723 (java) S 2715 2717 32282 0 -1 4202560 53 0 0 0 2 0 0 0 15 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2724] ppid=2715 vsize=13626484 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2724/stat : 2724 (java) S 2715 2717 32282 0 -1 4202560 31 0 0 0 2 0 0 0 16 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2725] ppid=2715 vsize=13626484 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2725/stat : 2725 (java) R 2715 2717 32282 0 -1 4202560 159 0 0 0 2 0 0 0 16 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=2717/tid=2726] ppid=2715 vsize=13626484 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2726/stat : 2726 (java) S 2715 2717 32282 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2727] ppid=2715 vsize=13626484 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2727/stat : 2727 (java) S 2715 2717 32282 0 -1 4202560 107 0 0 0 2 0 0 0 16 0 19 0 826953430 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2728] ppid=2715 vsize=13626484 CPUtime=1.13 cores=1,3,5,7
/proc/2717/task/2728/stat : 2728 (java) R 2715 2717 32282 0 -1 4202560 773 0 0 0 112 1 0 0 15 0 19 0 826953431 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 47722300012950 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=2717/tid=2729] ppid=2715 vsize=13626484 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2729/stat : 2729 (java) S 2715 2717 32282 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 19 0 826953431 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2730] ppid=2715 vsize=13626484 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2730/stat : 2730 (java) S 2715 2717 32282 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 19 0 826953431 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2731] ppid=2715 vsize=13626484 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2731/stat : 2731 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826953433 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982373809 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2732] ppid=2715 vsize=13626484 CPUtime=0.23 cores=1,3,5,7
/proc/2717/task/2732/stat : 2732 (java) S 2715 2717 32282 0 -1 4202560 1656 0 0 0 23 0 0 0 15 0 19 0 826953433 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2733] ppid=2715 vsize=13626484 CPUtime=0.19 cores=1,3,5,7
/proc/2717/task/2733/stat : 2733 (java) S 2715 2717 32282 0 -1 4202560 1662 0 0 0 19 0 0 0 15 0 19 0 826953433 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2734] ppid=2715 vsize=13626484 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2734/stat : 2734 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826953433 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2735] ppid=2715 vsize=13626484 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2735/stat : 2735 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826953433 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2736] ppid=2715 vsize=13626484 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2736/stat : 2736 (java) S 2715 2717 32282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826953446 13953519616 19180 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 20.39
Current children cumulated vsize (KiB) 13626484

[startup+20.7008 s]
/proc/loadavg: 2.00 2.03 2.00 3/567 2738
/proc/meminfo: memFree=15002896/32951132 swapFree=46579808/67111528
[pid=2717] ppid=2715 vsize=13628812 CPUtime=21.59 cores=1,3,5,7
/proc/2717/stat : 2717 (java) S 2715 2717 32282 0 -1 4202496 27981 0 1 0 2153 6 0 0 23 0 19 0 826953427 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2717/statm: 3407203 23249 2252 9 0 3397937 0
[pid=2717/tid=2718] ppid=2715 vsize=13628812 CPUtime=19.38 cores=1,3,5,7
/proc/2717/task/2718/stat : 2718 (java) R 2715 2717 32282 0 -1 4202560 14585 0 1 0 1936 2 0 0 23 0 19 0 826953427 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 46912505751156 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2717/tid=2720] ppid=2715 vsize=13628812 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2720/stat : 2720 (java) S 2715 2717 32282 0 -1 4202560 139 0 0 0 1 0 0 0 15 0 19 0 826953430 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2721] ppid=2715 vsize=13628812 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2721/stat : 2721 (java) S 2715 2717 32282 0 -1 4202560 25 0 0 0 2 0 0 0 15 0 19 0 826953430 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2722] ppid=2715 vsize=13628812 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2722/stat : 2722 (java) S 2715 2717 32282 0 -1 4202560 16 0 0 0 1 0 0 0 15 0 19 0 826953430 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2723] ppid=2715 vsize=13628812 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2723/stat : 2723 (java) S 2715 2717 32282 0 -1 4202560 53 0 0 0 2 0 0 0 15 0 19 0 826953430 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2724] ppid=2715 vsize=13628812 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2724/stat : 2724 (java) S 2715 2717 32282 0 -1 4202560 31 0 0 0 2 0 0 0 15 0 19 0 826953430 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2725] ppid=2715 vsize=13628812 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2725/stat : 2725 (java) S 2715 2717 32282 0 -1 4202560 159 0 0 0 2 0 0 0 15 0 19 0 826953430 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2726] ppid=2715 vsize=13628812 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2726/stat : 2726 (java) S 2715 2717 32282 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 826953430 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2727] ppid=2715 vsize=13628812 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2727/stat : 2727 (java) S 2715 2717 32282 0 -1 4202560 107 0 0 0 2 0 0 0 15 0 19 0 826953430 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2728] ppid=2715 vsize=13628812 CPUtime=1.17 cores=1,3,5,7
/proc/2717/task/2728/stat : 2728 (java) S 2715 2717 32282 0 -1 4202560 773 0 0 0 116 1 0 0 15 0 19 0 826953431 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 0 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2729] ppid=2715 vsize=13628812 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2729/stat : 2729 (java) S 2715 2717 32282 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 19 0 826953431 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2730] ppid=2715 vsize=13628812 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2730/stat : 2730 (java) S 2715 2717 32282 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 19 0 826953431 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2731] ppid=2715 vsize=13628812 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2731/stat : 2731 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826953433 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982373809 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2732] ppid=2715 vsize=13628812 CPUtime=0.29 cores=1,3,5,7
/proc/2717/task/2732/stat : 2732 (java) S 2715 2717 32282 0 -1 4202560 2266 0 0 0 29 0 0 0 15 0 19 0 826953433 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2733] ppid=2715 vsize=13628812 CPUtime=0.53 cores=1,3,5,7
/proc/2717/task/2733/stat : 2733 (java) S 2715 2717 32282 0 -1 4202560 8539 0 0 0 52 1 0 0 16 0 19 0 826953433 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2734] ppid=2715 vsize=13628812 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2734/stat : 2734 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826953433 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2735] ppid=2715 vsize=13628812 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2735/stat : 2735 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826953433 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2736] ppid=2715 vsize=13628812 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2736/stat : 2736 (java) S 2715 2717 32282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826953446 13955903488 23249 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 21.59
Current children cumulated vsize (KiB) 13628812

[startup+21.1007 s]
/proc/loadavg: 2.00 2.03 2.00 6/567 2738
/proc/meminfo: memFree=14986156/32951132 swapFree=46579808/67111528
[pid=2717] ppid=2715 vsize=13628812 CPUtime=22.32 cores=1,3,5,7
/proc/2717/stat : 2717 (java) S 2715 2717 32282 0 -1 4202496 30948 0 1 0 2226 6 0 0 23 0 19 0 826953427 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/2717/statm: 3407203 24372 2252 9 0 3397937 0
[pid=2717/tid=2718] ppid=2715 vsize=13628812 CPUtime=19.74 cores=1,3,5,7
/proc/2717/task/2718/stat : 2718 (java) R 2715 2717 32282 0 -1 4202560 14585 0 1 0 1972 2 0 0 25 0 19 0 826953427 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 46912505553697 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=2717/tid=2720] ppid=2715 vsize=13628812 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2720/stat : 2720 (java) S 2715 2717 32282 0 -1 4202560 139 0 0 0 2 0 0 0 15 0 19 0 826953430 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2721] ppid=2715 vsize=13628812 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2721/stat : 2721 (java) S 2715 2717 32282 0 -1 4202560 25 0 0 0 2 0 0 0 15 0 19 0 826953430 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2722] ppid=2715 vsize=13628812 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2722/stat : 2722 (java) S 2715 2717 32282 0 -1 4202560 16 0 0 0 2 0 0 0 15 0 19 0 826953430 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2723] ppid=2715 vsize=13628812 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2723/stat : 2723 (java) S 2715 2717 32282 0 -1 4202560 53 0 0 0 2 0 0 0 15 0 19 0 826953430 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2724] ppid=2715 vsize=13628812 CPUtime=0.03 cores=1,3,5,7
/proc/2717/task/2724/stat : 2724 (java) S 2715 2717 32282 0 -1 4202560 31 0 0 0 3 0 0 0 15 0 19 0 826953430 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2725] ppid=2715 vsize=13628812 CPUtime=0.02 cores=1,3,5,7
/proc/2717/task/2725/stat : 2725 (java) S 2715 2717 32282 0 -1 4202560 159 0 0 0 2 0 0 0 15 0 19 0 826953430 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2726] ppid=2715 vsize=13628812 CPUtime=0.01 cores=1,3,5,7
/proc/2717/task/2726/stat : 2726 (java) S 2715 2717 32282 0 -1 4202560 138 0 0 0 1 0 0 0 15 0 19 0 826953430 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
[pid=2717/tid=2727] ppid=2715 vsize=13628812 CPUtime=0.03 cores=1,3,5,7
/proc/2717/task/2727/stat : 2727 (java) S 2715 2717 32282 0 -1 4202560 107 0 0 0 3 0 0 0 16 0 19 0 826953430 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 3 0 0 0
[pid=2717/tid=2728] ppid=2715 vsize=13628812 CPUtime=1.18 cores=1,3,5,7
/proc/2717/task/2728/stat : 2728 (java) S 2715 2717 32282 0 -1 4202560 773 0 0 0 117 1 0 0 15 0 19 0 826953431 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 0 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2729] ppid=2715 vsize=13628812 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2729/stat : 2729 (java) S 2715 2717 32282 0 -1 4202560 17 0 0 0 0 0 0 0 22 0 19 0 826953431 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2730] ppid=2715 vsize=13628812 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2730/stat : 2730 (java) S 2715 2717 32282 0 -1 4202560 9 0 0 0 0 0 0 0 22 0 19 0 826953431 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2731] ppid=2715 vsize=13628812 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2731/stat : 2731 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826953433 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982373809 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2732] ppid=2715 vsize=13628812 CPUtime=0.29 cores=1,3,5,7
/proc/2717/task/2732/stat : 2732 (java) S 2715 2717 32282 0 -1 4202560 2266 0 0 0 29 0 0 0 15 0 19 0 826953433 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2733] ppid=2715 vsize=13628812 CPUtime=0.84 cores=1,3,5,7
/proc/2717/task/2733/stat : 2733 (java) R 2715 2717 32282 0 -1 4202560 11506 0 0 0 83 1 0 0 16 0 19 0 826953433 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 47722299995585 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=2717/tid=2734] ppid=2715 vsize=13628812 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2734/stat : 2734 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826953433 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366105 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2735] ppid=2715 vsize=13628812 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2735/stat : 2735 (java) S 2715 2717 32282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826953433 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 4 0 16800975 18446604469274040320 0 0 -1 1 0 0 0
[pid=2717/tid=2736] ppid=2715 vsize=13628812 CPUtime=0 cores=1,3,5,7
/proc/2717/task/2736/stat : 2736 (java) S 2715 2717 32282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826953446 13955903488 24372 33554432000 1073741824 1073778376 140733760632016 18446744073709551615 242982366720 0 4 0 16800975 18446604469274040320 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.32
Current children cumulated vsize (KiB) 13628812

Child status: 30
Real time (s): 21.1588
CPU time (s): 22.4286
CPU user time (s): 22.3536
CPU system time (s): 0.074988
CPU usage (%): 106.001
Max. virtual memory (cumulated for all children) (KiB): 13628812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.3536
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31397
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= 3162
involuntary context switches= 2046

runsolver used 0.110983 second user time and 0.291955 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-04 04:12:28
IDJOB=3459653
IDBENCH=2852
IDSOLVER=1952
FILE ID=node128/3459653-1307153548
RUNJOBID= node128-1307147507-1592
PBS_JOBID= 13508788
Free space on /tmp= 73920 MiB

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

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

MD5SUM BENCH= 810dcf2b3e8c0450d72550588875745c
RANDOM SEED=787705779

node128.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.852
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.70
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.852
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.852
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.82
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.852
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.75
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.852
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      15075524 kB
Buffers:        327896 kB
Cached:        3465624 kB
SwapCached:      35620 kB
Active:        9185764 kB
Inactive:      8374868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      15075524 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:    13741336 kB
Mapped:          26032 kB
Slab:           133588 kB
PageTables:     112872 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 188267500 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73920 MiB
End job on node128 at 2011-06-04 04:12:49