Trace number 3492478

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2011-06-08OPTIMUM 29.7395 29.0479

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111219348--soft-66-100-0.wbo
MD5SUM7d1a0d5c8a3f394cf884d27f593f1e02
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark1.73273
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1212
Number of bits of the biggest sum of numbers11
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	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-3492478-1307909881.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.053s.
0.10/0.16	c #vars     197
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.69/0.45	c cleaning 2496 clauses out of 5000 with flag 5000/5000
0.93/0.65	c cleaning 4248 clauses out of 8504 with flag 11000/11000
1.15/0.81	c SATISFIABLE
1.15/0.81	c OPTIMIZING...
1.15/0.81	c Got one! Elapsed wall clock time (in seconds):0.703
1.15/0.81	o 442
1.15/0.86	c cleaning 5045 clauses out of 10102 with flag 1001/16846
1.26/0.97	c Got one! Elapsed wall clock time (in seconds):0.867
1.26/0.97	o 337
1.36/1.05	c cleaning 5470 clauses out of 10946 with flag 2000/22735
1.58/1.23	c cleaning 5736 clauses out of 11477 with flag 8001/28736
1.78/1.44	c cleaning 6362 clauses out of 12742 with flag 15002/35737
1.88/1.58	c Got one! Elapsed wall clock time (in seconds):1.477
1.88/1.58	o 311
1.98/1.62	c cleaning 6031 clauses out of 12068 with flag 1000/41425
2.19/1.81	c cleaning 6014 clauses out of 12037 with flag 7000/47425
2.39/2.01	c cleaning 6504 clauses out of 13023 with flag 14000/54425
2.59/2.23	c Got one! Elapsed wall clock time (in seconds):2.123
2.59/2.23	o 274
2.79/2.43	c cleaning 9452 clauses out of 18915 with flag 5005/66821
2.99/2.63	c cleaning 7724 clauses out of 15458 with flag 11000/72816
3.19/2.84	c cleaning 7362 clauses out of 14736 with flag 18002/79818
3.49/3.10	c cleaning 7679 clauses out of 15373 with flag 26001/87817
3.60/3.25	c Got one! Elapsed wall clock time (in seconds):3.146
3.60/3.25	o 225
3.79/3.43	c cleaning 8920 clauses out of 17852 with flag 5001/97975
3.99/3.65	c cleaning 7463 clauses out of 14932 with flag 11001/103975
4.19/3.88	c cleaning 7233 clauses out of 14471 with flag 18003/110977
4.49/4.14	c cleaning 7612 clauses out of 15235 with flag 26000/118974
4.70/4.39	c Got one! Elapsed wall clock time (in seconds):4.286
4.70/4.39	o 142
4.99/4.61	c cleaning 10094 clauses out of 20196 with flag 5000/131547
4.99/4.64	c Got one! Elapsed wall clock time (in seconds):4.531
4.99/4.64	o 83
5.19/4.80	c cleaning 7783 clauses out of 15576 with flag 5002/137021
5.30/4.99	c cleaning 6892 clauses out of 13793 with flag 11002/143021
5.60/5.21	c cleaning 6944 clauses out of 13902 with flag 18003/150022
5.81/5.47	c cleaning 7474 clauses out of 14957 with flag 26002/158021
6.10/5.75	c cleaning 8238 clauses out of 16483 with flag 35002/167021
6.40/6.07	c cleaning 9118 clauses out of 18244 with flag 45001/177020
6.80/6.41	c cleaning 9560 clauses out of 19126 with flag 55001/187020
7.11/6.77	c cleaning 9777 clauses out of 19565 with flag 65000/197019
7.51/7.12	c cleaning 9890 clauses out of 19788 with flag 75000/207019
7.81/7.46	c cleaning 9945 clauses out of 19898 with flag 85000/217019
8.11/7.78	c cleaning 9974 clauses out of 19954 with flag 95001/227020
8.51/8.11	c cleaning 9987 clauses out of 19980 with flag 105001/237020
8.81/8.42	c cleaning 9988 clauses out of 19992 with flag 115000/247019
9.12/8.73	c cleaning 10000 clauses out of 20005 with flag 125001/257020
9.41/9.04	c cleaning 9999 clauses out of 20005 with flag 135001/267020
9.71/9.39	c cleaning 9999 clauses out of 20005 with flag 145000/277019
10.11/9.72	c cleaning 9996 clauses out of 20008 with flag 155002/287021
10.42/10.06	c cleaning 9997 clauses out of 20010 with flag 165000/297019
10.72/10.38	c cleaning 10000 clauses out of 20013 with flag 175000/307019
11.12/10.73	c cleaning 10002 clauses out of 20013 with flag 185000/317019
11.42/11.04	c cleaning 10002 clauses out of 20013 with flag 195002/327021
11.72/11.39	c cleaning 10000 clauses out of 20009 with flag 205000/337019
12.12/11.72	c cleaning 10001 clauses out of 20011 with flag 215002/347021
12.42/12.06	c cleaning 10000 clauses out of 20009 with flag 225001/357020
12.82/12.42	c cleaning 10000 clauses out of 20009 with flag 235001/367020
13.13/12.76	c cleaning 10000 clauses out of 20008 with flag 245000/377019
13.43/13.08	c cleaning 9998 clauses out of 20009 with flag 255001/387020
13.83/13.41	c cleaning 9998 clauses out of 20010 with flag 265000/397019
14.13/13.75	c cleaning 10002 clauses out of 20014 with flag 275002/407021
14.53/14.10	c cleaning 9999 clauses out of 20010 with flag 285000/417019
14.83/14.44	c cleaning 10001 clauses out of 20012 with flag 295001/427020
15.23/14.80	c cleaning 10002 clauses out of 20012 with flag 305002/437021
15.53/15.13	c cleaning 9998 clauses out of 20010 with flag 315002/447021
15.84/15.44	c cleaning 9998 clauses out of 20012 with flag 325002/457021
16.13/15.77	c cleaning 10002 clauses out of 20014 with flag 335002/467021
16.54/16.11	c cleaning 10002 clauses out of 20011 with flag 345001/477020
16.84/16.43	c cleaning 9999 clauses out of 20010 with flag 355002/487021
17.14/16.76	c cleaning 9999 clauses out of 20010 with flag 365001/497020
17.44/17.08	c cleaning 10000 clauses out of 20011 with flag 375001/507020
17.74/17.40	c cleaning 10001 clauses out of 20011 with flag 385001/517020
18.14/17.72	c cleaning 10001 clauses out of 20012 with flag 395003/527022
18.44/18.07	c cleaning 10000 clauses out of 20008 with flag 405000/537019
18.74/18.38	c cleaning 9999 clauses out of 20008 with flag 415000/547019
19.07/18.70	c cleaning 9997 clauses out of 20010 with flag 425001/557020
19.46/19.02	c cleaning 10000 clauses out of 20012 with flag 435000/567019
19.76/19.35	c cleaning 10002 clauses out of 20012 with flag 445000/577019
20.07/19.69	c cleaning 10000 clauses out of 20010 with flag 455000/587019
20.47/20.00	c cleaning 9999 clauses out of 20011 with flag 465001/597020
20.77/20.35	c cleaning 10000 clauses out of 20011 with flag 475000/607019
21.07/20.67	c cleaning 10003 clauses out of 20013 with flag 485002/617021
21.47/21.01	c cleaning 10002 clauses out of 20009 with flag 495001/627020
21.77/21.36	c cleaning 10002 clauses out of 20007 with flag 505001/637020
22.17/21.70	c cleaning 10001 clauses out of 20005 with flag 515001/647020
22.48/22.02	c cleaning 9999 clauses out of 20005 with flag 525002/657021
22.77/22.37	c cleaning 9997 clauses out of 20006 with flag 535002/667021
23.07/22.69	c cleaning 10001 clauses out of 20010 with flag 545003/677022
23.48/23.02	c cleaning 10001 clauses out of 20009 with flag 555003/687022
23.77/23.35	c cleaning 9994 clauses out of 20005 with flag 565000/697019
24.07/23.67	c cleaning 10001 clauses out of 20012 with flag 575001/707020
24.37/23.98	c cleaning 10000 clauses out of 20010 with flag 585000/717019
24.78/24.30	c cleaning 9998 clauses out of 20010 with flag 595000/727019
25.08/24.63	c cleaning 10004 clauses out of 20014 with flag 605002/737021
25.38/24.98	c cleaning 10004 clauses out of 20013 with flag 615005/747024
25.78/25.31	c cleaning 9997 clauses out of 20004 with flag 625000/757019
26.08/25.67	c cleaning 9997 clauses out of 20007 with flag 635000/767019
26.38/25.99	c cleaning 10000 clauses out of 20012 with flag 645002/777021
26.78/26.32	c cleaning 10000 clauses out of 20010 with flag 655000/787019
27.08/26.66	c cleaning 10002 clauses out of 20012 with flag 665002/797021
27.38/26.99	c cleaning 10001 clauses out of 20010 with flag 675002/807021
27.78/27.31	c cleaning 9999 clauses out of 20008 with flag 685001/817020
28.08/27.65	c cleaning 10001 clauses out of 20008 with flag 695000/827019
28.48/28.00	c cleaning 9994 clauses out of 20007 with flag 705000/837019
28.78/28.38	c cleaning 10001 clauses out of 20014 with flag 715001/847020
29.18/28.79	c cleaning 10002 clauses out of 20013 with flag 725001/857020
29.37/28.90	c Got one! Elapsed wall clock time (in seconds):28.791
29.37/28.90	o 80
29.57/28.91	c starts		: 178
29.57/28.91	c conflicts		: 859545
29.57/28.91	c decisions		: 1381588
29.57/28.91	c propagations		: 19557652
29.57/28.91	c inspects		: 194805389
29.57/28.91	c shortcuts		: 0
29.57/28.91	c learnt literals	: 1
29.57/28.91	c learnt binary clauses	: 9
29.57/28.91	c learnt ternary clauses	: 58
29.57/28.91	c learnt constraints	: 859544
29.57/28.91	c ignored constraints	: 0
29.57/28.91	c root simplifications	: 0
29.57/28.91	c removed literals (reason simplification)	: 6885739
29.57/28.91	c reason swapping (by a shorter reason)	: 0
29.57/28.91	c Calls to reduceDB	: 92
29.57/28.91	c number of reductions to clauses (during analyze)	: 0
29.57/28.91	c number of learned constraints concerned by reduction	: 0
29.57/28.91	c number of learning phase by resolution	: 0
29.57/28.91	c number of learning phase by cutting planes	: 0
29.57/28.91	c speed (assignments/second)	: 2.1730724444444447E9
29.57/28.91	c non guided choices	430
29.57/28.91	c learnt constraints type 
29.57/28.91	c constraints type 
29.57/28.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
29.57/28.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
29.57/28.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
29.57/28.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
29.57/28.91	s OPTIMUM FOUND
29.57/28.91	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 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 
29.57/28.91	c objective function=80
29.57/28.91	c Total wall clock time (in seconds): 28.802

Verifier Data

OK	80

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3492478-1307909881/watcher-3492478-1307909881 -o /var/tmp/evaluation-result-3492478-1307909881/solver-3492478-1307909881 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492478-1307909881.wbo 

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: 1.89 1.97 1.88 3/195 13993
/proc/meminfo: memFree=1221888/32951124 swapFree=67051728/67111528
[pid=13993] ppid=13991 vsize=24008 CPUtime=0 cores=1,3,5,7
/proc/13993/stat : 13993 (java) R 13991 13993 12190 0 -1 4202496 1132 0 0 0 0 0 0 0 25 0 2 0 902586052 24584192 867 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228122770417 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/13993/statm: 6001 876 663 9 0 381 0
[pid=13993/tid=13994] ppid=13991 vsize=26088 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13994/stat : 13994 (java) R 13991 13993 12190 0 -1 4202560 51 0 0 0 0 0 0 0 25 0 2 0 902586053 26714112 894 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228122710021 0 0 4096 0 0 0 0 -1 1 0 0 0

[startup+0.0195871 s]
/proc/loadavg: 1.89 1.97 1.88 3/195 13993
/proc/meminfo: memFree=1221888/32951124 swapFree=67051728/67111528
[pid=13993] ppid=13991 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/13993/stat : 13993 (java) S 13991 13993 12190 0 -1 4202496 8651 0 1 0 0 0 0 0 25 0 2 0 902586052 10694979584 8351 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/13993/statm: 2611079 8372 917 9 0 2602235 0
[pid=13993/tid=13994] ppid=13991 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13994/stat : 13994 (java) R 13991 13993 12190 0 -1 4202560 7570 0 1 0 0 0 0 0 25 0 2 0 902586053 10694979584 8386 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.100537 s]
/proc/loadavg: 1.89 1.97 1.88 3/195 13993
/proc/meminfo: memFree=1221888/32951124 swapFree=67051728/67111528
[pid=13993] ppid=13991 vsize=10539892 CPUtime=0.1 cores=1,3,5,7
/proc/13993/stat : 13993 (java) S 13991 13993 12190 0 -1 4202496 13108 0 1 0 9 1 0 0 25 0 18 0 902586052 10792849408 12766 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13993/statm: 2634973 12766 2093 9 0 2625707 0
[pid=13993/tid=13994] ppid=13991 vsize=10539892 CPUtime=0.08 cores=1,3,5,7
/proc/13993/task/13994/stat : 13994 (java) R 13991 13993 12190 0 -1 4202560 11173 0 1 0 7 1 0 0 22 0 18 0 902586053 10792849408 12766 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 47322312280536 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539892

[startup+0.300501 s]
/proc/loadavg: 1.89 1.97 1.88 3/195 13993
/proc/meminfo: memFree=1221888/32951124 swapFree=67051728/67111528
[pid=13993] ppid=13991 vsize=10543984 CPUtime=0.55 cores=1,3,5,7
/proc/13993/stat : 13993 (java) S 13991 13993 12190 0 -1 4202496 16041 0 1 0 54 1 0 0 25 0 19 0 902586052 10797039616 14946 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13993/statm: 2635996 14946 2215 9 0 2626730 0
[pid=13993/tid=13994] ppid=13991 vsize=10543984 CPUtime=0.28 cores=1,3,5,7
/proc/13993/task/13994/stat : 13994 (java) R 13991 13993 12190 0 -1 4202560 11752 0 1 0 27 1 0 0 23 0 19 0 902586053 10797039616 14946 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 46912505164205 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10543984

[startup+0.700428 s]
/proc/loadavg: 1.89 1.97 1.88 3/195 13993
/proc/meminfo: memFree=1221888/32951124 swapFree=67051728/67111528
[pid=13993] ppid=13991 vsize=10544048 CPUtime=1.05 cores=1,3,5,7
/proc/13993/stat : 13993 (java) S 13991 13993 12190 0 -1 4202496 17275 0 1 0 103 2 0 0 25 0 19 0 902586052 10797105152 15956 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13993/statm: 2636012 15956 2247 9 0 2626746 0
[pid=13993/tid=13994] ppid=13991 vsize=10544048 CPUtime=0.66 cores=1,3,5,7
/proc/13993/task/13994/stat : 13994 (java) R 13991 13993 12190 0 -1 4202560 11951 0 1 0 65 1 0 0 25 0 19 0 902586053 10797105152 15956 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 46912505557776 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10544048

[startup+1.50132 s]
/proc/loadavg: 1.89 1.97 1.88 3/214 14012
/proc/meminfo: memFree=1165264/32951124 swapFree=67051728/67111528
[pid=13993] ppid=13991 vsize=10544356 CPUtime=1.88 cores=1,3,5,7
/proc/13993/stat : 13993 (java) S 13991 13993 12190 0 -1 4202496 17486 0 1 0 186 2 0 0 25 0 19 0 902586052 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13993/statm: 2636089 16163 2248 9 0 2626823 0
[pid=13993/tid=13994] ppid=13991 vsize=10544356 CPUtime=1.4 cores=1,3,5,7
/proc/13993/task/13994/stat : 13994 (java) R 13991 13993 12190 0 -1 4202560 11959 0 1 0 139 1 0 0 25 0 19 0 902586053 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 46912505619088 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13993/tid=13996] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13996/stat : 13996 (java) S 13991 13993 12190 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13997] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13997/stat : 13997 (java) S 13991 13993 12190 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13998] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13998/stat : 13998 (java) S 13991 13993 12190 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=13999] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13999/stat : 13999 (java) S 13991 13993 12190 0 -1 4202560 66 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14000] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14000/stat : 14000 (java) S 13991 13993 12190 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 19 0 902586054 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14001] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14001/stat : 14001 (java) S 13991 13993 12190 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14002] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14002/stat : 14002 (java) S 13991 13993 12190 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14003] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14003/stat : 14003 (java) S 13991 13993 12190 0 -1 4202560 36 0 0 0 0 0 0 0 16 0 19 0 902586054 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14004] ppid=13991 vsize=10544356 CPUtime=0.06 cores=1,3,5,7
/proc/13993/task/14004/stat : 14004 (java) S 13991 13993 12190 0 -1 4202560 443 0 0 0 6 0 0 0 16 0 19 0 902586055 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 0 0 16800975 18446604461482742784 0 0 -1 3 0 0 0
[pid=13993/tid=14005] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14005/stat : 14005 (java) S 13991 13993 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902586056 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14006] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14006/stat : 14006 (java) S 13991 13993 12190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902586056 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14007] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14007/stat : 14007 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902586058 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134537649 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14008] ppid=13991 vsize=10544356 CPUtime=0.23 cores=1,3,5,7
/proc/13993/task/14008/stat : 14008 (java) S 13991 13993 12190 0 -1 4202560 1488 0 0 0 23 0 0 0 15 0 19 0 902586058 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14009] ppid=13991 vsize=10544356 CPUtime=0.16 cores=1,3,5,7
/proc/13993/task/14009/stat : 14009 (java) S 13991 13993 12190 0 -1 4202560 1951 0 0 0 16 0 0 0 15 0 19 0 902586058 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14010] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14010/stat : 14010 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902586058 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14011] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14011/stat : 14011 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902586058 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 4 0 16800975 18446604461482742784 0 0 -1 3 0 0 0
[pid=13993/tid=14012] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14012/stat : 14012 (java) S 13991 13993 12190 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902586069 10797420544 16163 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 10544356

[startup+3.10105 s]
/proc/loadavg: 1.89 1.97 1.88 3/214 14012
/proc/meminfo: memFree=1164148/32951124 swapFree=67051728/67111528
[pid=13993] ppid=13991 vsize=10544356 CPUtime=3.49 cores=1,3,5,7
/proc/13993/stat : 13993 (java) S 13991 13993 12190 0 -1 4202496 17667 0 1 0 347 2 0 0 25 0 19 0 902586052 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13993/statm: 2636089 16338 2248 9 0 2626823 0
[pid=13993/tid=13994] ppid=13991 vsize=10544356 CPUtime=2.92 cores=1,3,5,7
/proc/13993/task/13994/stat : 13994 (java) R 13991 13993 12190 0 -1 4202560 11965 0 1 0 291 1 0 0 25 0 19 0 902586053 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 46912505730608 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13993/tid=13996] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13996/stat : 13996 (java) S 13991 13993 12190 0 -1 4202560 145 0 0 0 0 0 0 0 16 0 19 0 902586054 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13997] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13997/stat : 13997 (java) S 13991 13993 12190 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13998] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13998/stat : 13998 (java) S 13991 13993 12190 0 -1 4202560 81 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=13999] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13999/stat : 13999 (java) S 13991 13993 12190 0 -1 4202560 66 0 0 0 0 0 0 0 16 0 19 0 902586054 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14000] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14000/stat : 14000 (java) S 13991 13993 12190 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14001] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14001/stat : 14001 (java) S 13991 13993 12190 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14002] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14002/stat : 14002 (java) S 13991 13993 12190 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14003] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14003/stat : 14003 (java) S 13991 13993 12190 0 -1 4202560 38 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14004] ppid=13991 vsize=10544356 CPUtime=0.13 cores=1,3,5,7
/proc/13993/task/14004/stat : 14004 (java) S 13991 13993 12190 0 -1 4202560 553 0 0 0 13 0 0 0 16 0 19 0 902586055 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 0 0 16800975 18446604461482742784 0 0 -1 3 0 0 0
[pid=13993/tid=14005] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14005/stat : 14005 (java) S 13991 13993 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902586056 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14006] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14006/stat : 14006 (java) S 13991 13993 12190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902586056 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14007] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14007/stat : 14007 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902586058 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134537649 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14008] ppid=13991 vsize=10544356 CPUtime=0.23 cores=1,3,5,7
/proc/13993/task/14008/stat : 14008 (java) S 13991 13993 12190 0 -1 4202560 1488 0 0 0 23 0 0 0 15 0 19 0 902586058 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14009] ppid=13991 vsize=10544356 CPUtime=0.16 cores=1,3,5,7
/proc/13993/task/14009/stat : 14009 (java) S 13991 13993 12190 0 -1 4202560 1951 0 0 0 16 0 0 0 15 0 19 0 902586058 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14010] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14010/stat : 14010 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902586058 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14011] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14011/stat : 14011 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902586058 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 4 0 16800975 18446604461482742784 0 0 -1 3 0 0 0
[pid=13993/tid=14012] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14012/stat : 14012 (java) S 13991 13993 12190 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902586069 10797420544 16338 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10544356

[startup+6.30145 s]
/proc/loadavg: 1.90 1.97 1.88 3/214 14012
/proc/meminfo: memFree=1163332/32951124 swapFree=67051728/67111528
[pid=13993] ppid=13991 vsize=10544356 CPUtime=6.7 cores=1,3,5,7
/proc/13993/stat : 13993 (java) S 13991 13993 12190 0 -1 4202496 17728 0 1 0 668 2 0 0 25 0 19 0 902586052 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13993/statm: 2636089 16313 2248 9 0 2626823 0
[pid=13993/tid=13994] ppid=13991 vsize=10544356 CPUtime=5.96 cores=1,3,5,7
/proc/13993/task/13994/stat : 13994 (java) R 13991 13993 12190 0 -1 4202560 11979 0 1 0 595 1 0 0 25 0 19 0 902586053 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 46912505619244 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13993/tid=13996] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13996/stat : 13996 (java) S 13991 13993 12190 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13997] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13997/stat : 13997 (java) S 13991 13993 12190 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13998] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13998/stat : 13998 (java) S 13991 13993 12190 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13999] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/13999/stat : 13999 (java) S 13991 13993 12190 0 -1 4202560 69 0 0 0 0 0 0 0 16 0 19 0 902586054 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14000] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14000/stat : 14000 (java) S 13991 13993 12190 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14001] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14001/stat : 14001 (java) S 13991 13993 12190 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14002] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14002/stat : 14002 (java) S 13991 13993 12190 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14003] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14003/stat : 14003 (java) S 13991 13993 12190 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 902586054 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14004] ppid=13991 vsize=10544356 CPUtime=0.28 cores=1,3,5,7
/proc/13993/task/14004/stat : 14004 (java) S 13991 13993 12190 0 -1 4202560 593 0 0 0 28 0 0 0 16 0 19 0 902586055 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 0 0 16800975 18446604461482742784 0 0 -1 3 0 0 0
[pid=13993/tid=14005] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14005/stat : 14005 (java) S 13991 13993 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902586056 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14006] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14006/stat : 14006 (java) S 13991 13993 12190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902586056 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14007] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14007/stat : 14007 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902586058 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134537649 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14008] ppid=13991 vsize=10544356 CPUtime=0.23 cores=1,3,5,7
/proc/13993/task/14008/stat : 14008 (java) S 13991 13993 12190 0 -1 4202560 1488 0 0 0 23 0 0 0 15 0 19 0 902586058 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14009] ppid=13991 vsize=10544356 CPUtime=0.16 cores=1,3,5,7
/proc/13993/task/14009/stat : 14009 (java) S 13991 13993 12190 0 -1 4202560 1951 0 0 0 16 0 0 0 15 0 19 0 902586058 10797420544 16313 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0

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

/proc/13993/task/13994/stat : 13994 (java) R 13991 13993 12190 0 -1 4202560 12044 0 1 0 2662 1 0 0 25 0 19 0 902586053 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 46912505538727 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13993/tid=13996] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/13996/stat : 13996 (java) S 13991 13993 12190 0 -1 4202560 145 0 0 0 2 0 0 0 15 0 19 0 902586054 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13997] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/13997/stat : 13997 (java) S 13991 13993 12190 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 902586054 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13998] ppid=13991 vsize=10544356 CPUtime=0.01 cores=1,3,5,7
/proc/13993/task/13998/stat : 13998 (java) S 13991 13993 12190 0 -1 4202560 83 0 0 0 1 0 0 0 15 0 19 0 902586054 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13999] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/13999/stat : 13999 (java) S 13991 13993 12190 0 -1 4202560 75 0 0 0 2 0 0 0 16 0 19 0 902586054 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14000] ppid=13991 vsize=10544356 CPUtime=0.01 cores=1,3,5,7
/proc/13993/task/14000/stat : 14000 (java) S 13991 13993 12190 0 -1 4202560 36 0 0 0 1 0 0 0 15 0 19 0 902586054 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14001] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/14001/stat : 14001 (java) S 13991 13993 12190 0 -1 4202560 104 0 0 0 2 0 0 0 15 0 19 0 902586054 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14002] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/14002/stat : 14002 (java) S 13991 13993 12190 0 -1 4202560 97 0 0 0 2 0 0 0 15 0 19 0 902586054 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14003] ppid=13991 vsize=10544356 CPUtime=0.01 cores=1,3,5,7
/proc/13993/task/14003/stat : 14003 (java) S 13991 13993 12190 0 -1 4202560 44 0 0 0 1 0 0 0 15 0 19 0 902586054 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14004] ppid=13991 vsize=10544356 CPUtime=1.14 cores=1,3,5,7
/proc/13993/task/14004/stat : 14004 (java) S 13991 13993 12190 0 -1 4202560 834 0 0 0 113 1 0 0 16 0 19 0 902586055 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 0 0 16800975 18446604461482742784 0 0 -1 3 0 0 0
[pid=13993/tid=14005] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14005/stat : 14005 (java) S 13991 13993 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902586056 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14006] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14006/stat : 14006 (java) S 13991 13993 12190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902586056 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14007] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14007/stat : 14007 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902586058 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134537649 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14008] ppid=13991 vsize=10544356 CPUtime=0.25 cores=1,3,5,7
/proc/13993/task/14008/stat : 14008 (java) S 13991 13993 12190 0 -1 4202560 1515 0 0 0 25 0 0 0 15 0 19 0 902586058 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14009] ppid=13991 vsize=10544356 CPUtime=0.16 cores=1,3,5,7
/proc/13993/task/14009/stat : 14009 (java) S 13991 13993 12190 0 -1 4202560 1951 0 0 0 16 0 0 0 15 0 19 0 902586058 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14010] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14010/stat : 14010 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902586058 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14011] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14011/stat : 14011 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902586058 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14012] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14012/stat : 14012 (java) S 13991 13993 12190 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902586069 10797420544 16610 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 28.38
Current children cumulated vsize (KiB) 10544356

[startup+28.7014 s]
/proc/loadavg: 1.93 1.97 1.88 3/214 14013
/proc/meminfo: memFree=1161768/32951124 swapFree=67051728/67111528
[pid=13993] ppid=13991 vsize=10544356 CPUtime=29.18 cores=1,3,5,7
/proc/13993/stat : 13993 (java) S 13991 13993 12190 0 -1 4202496 18101 0 1 0 2915 3 0 0 25 0 19 0 902586052 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13993/statm: 2636089 16618 2250 9 0 2626823 0
[pid=13993/tid=13994] ppid=13991 vsize=10544356 CPUtime=27.41 cores=1,3,5,7
/proc/13993/task/13994/stat : 13994 (java) R 13991 13993 12190 0 -1 4202560 12047 0 1 0 2740 1 0 0 25 0 19 0 902586053 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 46912505540165 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13993/tid=13996] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/13996/stat : 13996 (java) S 13991 13993 12190 0 -1 4202560 145 0 0 0 2 0 0 0 15 0 19 0 902586054 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13997] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/13997/stat : 13997 (java) S 13991 13993 12190 0 -1 4202560 8 0 0 0 2 0 0 0 15 0 19 0 902586054 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13998] ppid=13991 vsize=10544356 CPUtime=0.01 cores=1,3,5,7
/proc/13993/task/13998/stat : 13998 (java) S 13991 13993 12190 0 -1 4202560 83 0 0 0 1 0 0 0 15 0 19 0 902586054 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13999] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/13999/stat : 13999 (java) S 13991 13993 12190 0 -1 4202560 75 0 0 0 2 0 0 0 15 0 19 0 902586054 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14000] ppid=13991 vsize=10544356 CPUtime=0.01 cores=1,3,5,7
/proc/13993/task/14000/stat : 14000 (java) S 13991 13993 12190 0 -1 4202560 37 0 0 0 1 0 0 0 15 0 19 0 902586054 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14001] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/14001/stat : 14001 (java) S 13991 13993 12190 0 -1 4202560 104 0 0 0 2 0 0 0 15 0 19 0 902586054 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14002] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/14002/stat : 14002 (java) S 13991 13993 12190 0 -1 4202560 97 0 0 0 2 0 0 0 15 0 19 0 902586054 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14003] ppid=13991 vsize=10544356 CPUtime=0.01 cores=1,3,5,7
/proc/13993/task/14003/stat : 14003 (java) S 13991 13993 12190 0 -1 4202560 44 0 0 0 1 0 0 0 15 0 19 0 902586054 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14004] ppid=13991 vsize=10544356 CPUtime=1.16 cores=1,3,5,7
/proc/13993/task/14004/stat : 14004 (java) S 13991 13993 12190 0 -1 4202560 841 0 0 0 115 1 0 0 16 0 19 0 902586055 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 0 0 16800975 18446604461482742784 0 0 -1 3 0 0 0
[pid=13993/tid=14005] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14005/stat : 14005 (java) S 13991 13993 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902586056 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14006] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14006/stat : 14006 (java) S 13991 13993 12190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902586056 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14007] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14007/stat : 14007 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902586058 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134537649 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14008] ppid=13991 vsize=10544356 CPUtime=0.25 cores=1,3,5,7
/proc/13993/task/14008/stat : 14008 (java) S 13991 13993 12190 0 -1 4202560 1515 0 0 0 25 0 0 0 15 0 19 0 902586058 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14009] ppid=13991 vsize=10544356 CPUtime=0.16 cores=1,3,5,7
/proc/13993/task/14009/stat : 14009 (java) S 13991 13993 12190 0 -1 4202560 1951 0 0 0 16 0 0 0 15 0 19 0 902586058 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14010] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14010/stat : 14010 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902586058 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14011] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14011/stat : 14011 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902586058 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14012] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14012/stat : 14012 (java) S 13991 13993 12190 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902586069 10797420544 16618 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29.18
Current children cumulated vsize (KiB) 10544356

[startup+28.9014 s]
/proc/loadavg: 1.93 1.97 1.88 3/214 14013
/proc/meminfo: memFree=1161768/32951124 swapFree=67051728/67111528
[pid=13993] ppid=13991 vsize=10544356 CPUtime=29.57 cores=1,3,5,7
/proc/13993/stat : 13993 (java) S 13991 13993 12190 0 -1 4202496 23380 0 1 0 2953 4 0 0 25 0 19 0 902586052 10797420544 20220 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13993/statm: 2636089 20220 2251 9 0 2626823 0
[pid=13993/tid=13994] ppid=13991 vsize=10544356 CPUtime=27.58 cores=1,3,5,7
/proc/13993/task/13994/stat : 13994 (java) R 13991 13993 12190 0 -1 4202560 12050 0 1 0 2757 1 0 0 25 0 19 0 902586053 10797420544 20220 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 46912505170474 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=13993/tid=13996] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/13996/stat : 13996 (java) S 13991 13993 12190 0 -1 4202560 145 0 0 0 2 0 0 0 16 0 19 0 902586054 10797420544 20220 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13997] ppid=13991 vsize=10544356 CPUtime=0.03 cores=1,3,5,7
/proc/13993/task/13997/stat : 13997 (java) S 13991 13993 12190 0 -1 4202560 8 0 0 0 3 0 0 0 16 0 19 0 902586054 10797420544 20227 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13998] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/13998/stat : 13998 (java) S 13991 13993 12190 0 -1 4202560 83 0 0 0 2 0 0 0 15 0 19 0 902586054 10797420544 20239 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=13999] ppid=13991 vsize=10544356 CPUtime=0.03 cores=1,3,5,7
/proc/13993/task/13999/stat : 13999 (java) S 13991 13993 12190 0 -1 4202560 75 0 0 0 3 0 0 0 16 0 19 0 902586054 10797420544 20251 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14000] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/14000/stat : 14000 (java) S 13991 13993 12190 0 -1 4202560 37 0 0 0 2 0 0 0 15 0 19 0 902586054 10797420544 20254 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14001] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/14001/stat : 14001 (java) S 13991 13993 12190 0 -1 4202560 104 0 0 0 2 0 0 0 15 0 19 0 902586054 10797420544 20262 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14002] ppid=13991 vsize=10544356 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/14002/stat : 14002 (java) S 13991 13993 12190 0 -1 4202560 97 0 0 0 2 0 0 0 15 0 19 0 902586054 10797420544 20273 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14003] ppid=13991 vsize=10544356 CPUtime=0.01 cores=1,3,5,7
/proc/13993/task/14003/stat : 14003 (java) S 13991 13993 12190 0 -1 4202560 44 0 0 0 1 0 0 0 16 0 19 0 902586054 10797420544 20285 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14004] ppid=13991 vsize=10544356 CPUtime=1.18 cores=1,3,5,7
/proc/13993/task/14004/stat : 14004 (java) S 13991 13993 12190 0 -1 4202560 841 0 0 0 117 1 0 0 16 0 19 0 902586055 10797420544 20287 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 0 0 16800975 18446604461482742784 0 0 -1 3 0 0 0
[pid=13993/tid=14005] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14005/stat : 14005 (java) S 13991 13993 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902586056 10797420544 20287 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14006] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14006/stat : 14006 (java) S 13991 13993 12190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 902586056 10797420544 20295 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14007] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14007/stat : 14007 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 902586058 10797420544 20300 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134537649 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14008] ppid=13991 vsize=10544356 CPUtime=0.29 cores=1,3,5,7
/proc/13993/task/14008/stat : 14008 (java) R 13991 13993 12190 0 -1 4202560 1528 0 0 0 29 0 0 0 15 0 19 0 902586058 10797420544 20300 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 47322308940382 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=13993/tid=14009] ppid=13991 vsize=10544356 CPUtime=0.28 cores=1,3,5,7
/proc/13993/task/14009/stat : 14009 (java) R 13991 13993 12190 0 -1 4202560 7294 0 0 0 28 0 0 0 15 0 19 0 902586058 10797420544 20300 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 47322308968912 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13993/tid=14010] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14010/stat : 14010 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 902586058 10797420544 20300 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14011] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14011/stat : 14011 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902586058 10797420544 20300 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14012] ppid=13991 vsize=10544356 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14012/stat : 14012 (java) S 13991 13993 12190 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 902586069 10797420544 20300 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29.57
Current children cumulated vsize (KiB) 10544356

[startup+29.0013 s]
/proc/loadavg: 1.93 1.97 1.88 3/214 14013
/proc/meminfo: memFree=1161768/32951124 swapFree=67051728/67111528
[pid=13993] ppid=13991 vsize=10545384 CPUtime=29.69 cores=1,3,5,7
/proc/13993/stat : 13993 (java) S 13991 13993 12190 0 -1 4202496 23877 0 1 0 2965 4 0 0 25 0 18 0 902586052 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/13993/statm: 2636346 20716 2252 9 0 2627080 0
[pid=13993/tid=13994] ppid=13991 vsize=10545384 CPUtime=27.59 cores=1,3,5,7
/proc/13993/task/13994/stat : 13994 (java) S 13991 13993 12190 0 -1 4202560 12055 0 1 0 2758 1 0 0 18 0 18 0 902586053 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 3 0 0 0
[pid=13993/tid=13996] ppid=13991 vsize=10545384 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/13996/stat : 13996 (java) S 13991 13993 12190 0 -1 4202560 145 0 0 0 2 0 0 0 16 0 18 0 902586054 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13997] ppid=13991 vsize=10545384 CPUtime=0.03 cores=1,3,5,7
/proc/13993/task/13997/stat : 13997 (java) S 13991 13993 12190 0 -1 4202560 8 0 0 0 3 0 0 0 16 0 18 0 902586054 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=13998] ppid=13991 vsize=10545384 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/13998/stat : 13998 (java) S 13991 13993 12190 0 -1 4202560 83 0 0 0 2 0 0 0 15 0 18 0 902586054 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=13999] ppid=13991 vsize=10545384 CPUtime=0.03 cores=1,3,5,7
/proc/13993/task/13999/stat : 13999 (java) S 13991 13993 12190 0 -1 4202560 75 0 0 0 3 0 0 0 16 0 18 0 902586054 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14000] ppid=13991 vsize=10545384 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/14000/stat : 14000 (java) S 13991 13993 12190 0 -1 4202560 37 0 0 0 2 0 0 0 15 0 18 0 902586054 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14001] ppid=13991 vsize=10545384 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/14001/stat : 14001 (java) S 13991 13993 12190 0 -1 4202560 104 0 0 0 2 0 0 0 15 0 18 0 902586054 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14002] ppid=13991 vsize=10545384 CPUtime=0.02 cores=1,3,5,7
/proc/13993/task/14002/stat : 14002 (java) S 13991 13993 12190 0 -1 4202560 97 0 0 0 2 0 0 0 15 0 18 0 902586054 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14003] ppid=13991 vsize=10545384 CPUtime=0.01 cores=1,3,5,7
/proc/13993/task/14003/stat : 14003 (java) S 13991 13993 12190 0 -1 4202560 44 0 0 0 1 0 0 0 16 0 18 0 902586054 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14004] ppid=13991 vsize=10545384 CPUtime=1.18 cores=1,3,5,7
/proc/13993/task/14004/stat : 14004 (java) S 13991 13993 12190 0 -1 4202560 841 0 0 0 117 1 0 0 15 0 18 0 902586055 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 0 0 16800975 18446604461482742784 0 0 -1 3 0 0 0
[pid=13993/tid=14005] ppid=13991 vsize=10545384 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14005/stat : 14005 (java) S 13991 13993 12190 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 18 0 902586056 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14006] ppid=13991 vsize=10545384 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14006/stat : 14006 (java) S 13991 13993 12190 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 18 0 902586056 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 7 0 0 0
[pid=13993/tid=14007] ppid=13991 vsize=10545384 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14007/stat : 14007 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 902586058 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14008] ppid=13991 vsize=10545384 CPUtime=0.3 cores=1,3,5,7
/proc/13993/task/14008/stat : 14008 (java) S 13991 13993 12190 0 -1 4202560 1563 0 0 0 30 0 0 0 16 0 18 0 902586058 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 1 0 0 0
[pid=13993/tid=14009] ppid=13991 vsize=10545384 CPUtime=0.38 cores=1,3,5,7
/proc/13993/task/14009/stat : 14009 (java) R 13991 13993 12190 0 -1 4202560 7655 0 0 0 38 0 0 0 15 0 18 0 902586058 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 47322311312549 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=13993/tid=14010] ppid=13991 vsize=10545384 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14010/stat : 14010 (java) S 13991 13993 12190 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 902586058 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134529945 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
[pid=13993/tid=14012] ppid=13991 vsize=10545384 CPUtime=0 cores=1,3,5,7
/proc/13993/task/14012/stat : 14012 (java) S 13991 13993 12190 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 18 0 902586069 10798473216 20716 33554432000 1073741824 1073778376 140736336819872 18446744073709551615 228134530560 0 4 0 16800975 18446604461482742784 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 29.69
Current children cumulated vsize (KiB) 10545384

Child status: 30
Real time (s): 29.0479
CPU time (s): 29.7395
CPU user time (s): 29.6895
CPU system time (s): 0.049992
CPU usage (%): 102.381
Max. virtual memory (cumulated for all children) (KiB): 10545384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.6895
system time used= 0.049992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24203
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= 3503
involuntary context switches= 1919

runsolver used 0.033994 second user time and 0.131979 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-12 22:18:01
IDJOB=3492478
IDBENCH=78835
IDSOLVER=1982
FILE ID=node138/3492478-1307909881
RUNJOBID= node138-1307908076-13713
PBS_JOBID= 13559517
Free space on /var/tmp= 2896 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111219348--soft-66-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3492478-1307909881/watcher-3492478-1307909881 -o /var/tmp/evaluation-result-3492478-1307909881/solver-3492478-1307909881 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492478-1307909881.wbo

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

MD5SUM BENCH= 7d1a0d5c8a3f394cf884d27f593f1e02
RANDOM SEED=602186849

node138.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.854
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.854
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1222532 kB
Buffers:         69448 kB
Cached:       30624584 kB
SwapCached:      13084 kB
Active:       16091364 kB
Inactive:     14679392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1222532 kB
SwapTotal:    67111528 kB
SwapFree:     67051728 kB
Dirty:             856 kB
Writeback:           0 kB
AnonPages:       74836 kB
Mapped:          17432 kB
Slab:           894628 kB
PageTables:       4616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10544528 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 /var/tmp at the end= 2896 MiB
End job on node138 at 2011-06-12 22:18:30