Trace number 3688698

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
SAT 4j PB RES // CP 2.3.2 SnapshotSAT (TO)-122 1802.44 995.737

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_1000_25_2.opb
MD5SUM1af848a7208b60f67c27d4022c7b5abe
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-128
Best CPU time to get the best result obtained on this benchmark1800.09
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -151
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1000
Minimum length of a constraint25
Maximum length of a constraint50
Number of terms in the objective function 1000
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 1000
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31544
Sum of products size (including duplicates)63088
Number of different products15772
Sum of products size31544

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-2012 Artois University and CNRS
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.08/0.08	c version 2.3.2.v20120418
0.08/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.08	c java.vm.version	19.1-b02
0.08/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.08	c sun.arch.data.model	64
0.08/0.08	c java.version		1.6.0_24
0.08/0.08	c os.name		Linux
0.08/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.08	c os.arch		amd64
0.08/0.08	c Free memory 		501472288
0.08/0.08	c Max memory 		7480803328
0.08/0.08	c Total memory 		504102912
0.08/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
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 c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
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 phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No 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 c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688698-1337879049.opb
0.10/0.11	c reading problem ... 
2.19/0.91	c ... done. Wall clock time 0.799s.
2.19/0.91	c declared #vars     1000
2.19/0.91	c internal #vars     16772
2.19/0.91	c #constraints  32544
2.19/0.91	c constraints type 
2.19/0.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15772
2.19/0.91	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
2.19/0.91	c ignored satisfied constraints => 1000
2.19/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15772
2.19/0.91	c 33544 constraints processed.
2.19/0.91	c constraints type 
2.19/0.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15772
2.19/0.91	c ignored satisfied constraints => 1000
2.19/0.91	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
2.19/0.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15772
2.19/0.91	c 33544 constraints processed.
2.19/0.91	c objective function length is 1000 literals
3.37/1.20	c  And the winner is solver0
3.75/1.41	c SATISFIABLE
3.75/1.41	c OPTIMIZING...
3.75/1.41	c Got one! Elapsed wall clock time (in seconds):1.302
3.75/1.41	o -102
4.06/1.50	c  And the winner is solver0
4.15/1.92	c Got one! Elapsed wall clock time (in seconds):1.806
4.15/1.92	o -103
4.15/1.99	c  And the winner is solver1
4.55/2.42	c Got one! Elapsed wall clock time (in seconds):2.309
4.55/2.42	o -104
4.81/2.53	c  And the winner is solver1
4.94/2.92	c Got one! Elapsed wall clock time (in seconds):2.812
4.94/2.92	o -105
4.94/2.96	c  And the winner is solver1
5.02/3.42	c Got one! Elapsed wall clock time (in seconds):3.314
5.02/3.42	o -106
5.22/3.53	c  And the winner is solver1
5.35/3.93	c Got one! Elapsed wall clock time (in seconds):3.815
5.35/3.93	o -107
5.35/3.99	c  And the winner is solver1
5.57/4.43	c Got one! Elapsed wall clock time (in seconds):4.316
5.57/4.43	o -108
5.75/4.58	c  And the winner is solver1
5.92/4.93	c Got one! Elapsed wall clock time (in seconds):4.818
5.92/4.93	o -112
6.95/5.44	c  And the winner is solver1
7.04/5.93	c Got one! Elapsed wall clock time (in seconds):5.819
7.04/5.93	o -115
8.55/6.64	c cleaning 3640 clauses out of 7280 with flag 3000/7280
11.59/8.11	c  And the winner is solver1
11.59/8.12	c cleaning 4817 clauses out of 9640 with flag 9000/13280
11.99/8.43	c Got one! Elapsed wall clock time (in seconds):8.321
11.99/8.43	o -116
13.81/9.36	c cleaning 4911 clauses out of 9823 with flag 5000/18280
16.41/10.78	c cleaning 5457 clauses out of 10913 with flag 11001/24281
19.53/12.43	c cleaning 6226 clauses out of 12456 with flag 18001/31281
20.52/13.09	c  And the winner is solver1
20.72/13.24	c Got one! Elapsed wall clock time (in seconds):13.131
20.72/13.24	o -117
21.83/13.84	c cleaning 5690 clauses out of 11383 with flag 3001/36434
24.58/15.31	c cleaning 5846 clauses out of 11692 with flag 9000/42433
27.86/17.11	c cleaning 6421 clauses out of 12847 with flag 16001/49434
30.41/18.69	c  And the winner is solver1
30.59/19.17	c Got one! Elapsed wall clock time (in seconds):19.062
30.59/19.17	o -118
31.04/19.41	c cleaning 6038 clauses out of 12076 with flag 1001/55084
33.91/21.02	c cleaning 6019 clauses out of 12038 with flag 7001/61084
37.58/23.02	c cleaning 6509 clauses out of 13018 with flag 14000/68083
41.81/25.30	c cleaning 7255 clauses out of 14509 with flag 22000/76083
46.46/27.98	c cleaning 8122 clauses out of 16254 with flag 31000/85083
50.05/29.98	c  And the winner is solver1
50.23/30.47	c Got one! Elapsed wall clock time (in seconds):30.357
50.23/30.47	o -119
52.34/31.56	c cleaning 10068 clauses out of 20135 with flag 5000/97086
55.33/33.21	c cleaning 8031 clauses out of 16069 with flag 11002/103088
58.45/35.06	c cleaning 7516 clauses out of 15036 with flag 18000/110086
62.09/37.29	c cleaning 7755 clauses out of 15520 with flag 26000/118086
66.02/39.45	c cleaning 8378 clauses out of 16766 with flag 35001/127087
70.35/41.85	c cleaning 9195 clauses out of 18390 with flag 45003/137089
75.81/44.93	c cleaning 10089 clauses out of 20192 with flag 56000/148086
79.69/47.41	c  And the winner is solver1
79.74/47.55	c Got one! Elapsed wall clock time (in seconds):47.441
79.74/47.55	o -120
82.22/48.81	c cleaning 10862 clauses out of 21739 with flag 5001/159722
85.58/50.91	c cleaning 8433 clauses out of 16876 with flag 11000/165721
89.44/53.27	c cleaning 7723 clauses out of 15445 with flag 18002/172723
93.83/55.85	c cleaning 7859 clauses out of 15720 with flag 26000/180721
99.20/59.10	c cleaning 8431 clauses out of 16862 with flag 35001/189722
104.55/62.28	c cleaning 9215 clauses out of 18430 with flag 45000/199721
111.28/66.00	c cleaning 10106 clauses out of 20217 with flag 56002/210723
121.15/72.25	c cleaning 11056 clauses out of 22112 with flag 68003/222724
129.69/76.73	c cleaning 12023 clauses out of 24054 with flag 81001/235722
137.25/80.98	c cleaning 13009 clauses out of 26030 with flag 95000/249721
146.21/85.82	c cleaning 14011 clauses out of 28021 with flag 110000/264721
155.25/91.02	c cleaning 15005 clauses out of 30010 with flag 126000/280721
165.23/96.45	c cleaning 15998 clauses out of 32005 with flag 143000/297721
176.00/102.25	c cleaning 17003 clauses out of 34007 with flag 161000/315721
188.35/109.92	c cleaning 17997 clauses out of 36004 with flag 180000/334721
200.93/116.56	c  And the winner is solver1
201.05/116.63	c Got one! Elapsed wall clock time (in seconds):116.518
201.05/116.63	o -121
203.79/118.09	c cleaning 21423 clauses out of 42860 with flag 5000/359574
207.43/120.38	c cleaning 13710 clauses out of 27438 with flag 11001/365575
211.23/122.72	c cleaning 10356 clauses out of 20729 with flag 18002/372576
216.06/126.02	c cleaning 9179 clauses out of 18372 with flag 26001/380575
220.41/128.79	c cleaning 9093 clauses out of 18193 with flag 35001/389575
225.35/131.74	c cleaning 9548 clauses out of 19100 with flag 45001/399575
230.89/135.02	c cleaning 10273 clauses out of 20551 with flag 56000/410574
238.05/139.59	c cleaning 11139 clauses out of 22278 with flag 68000/422574
245.14/143.63	c cleaning 12063 clauses out of 24140 with flag 81001/435575
252.02/147.65	c cleaning 13031 clauses out of 26076 with flag 95000/449574
259.67/152.00	c cleaning 14020 clauses out of 28046 with flag 110001/464575
268.80/157.58	c cleaning 15006 clauses out of 30025 with flag 126000/480574
277.83/162.70	c cleaning 16007 clauses out of 32019 with flag 143000/497574
286.81/167.79	c cleaning 17006 clauses out of 34012 with flag 161000/515574
295.19/172.53	c  And the winner is solver1
295.19/172.60	c Got one! Elapsed wall clock time (in seconds):172.485
295.19/172.60	o -122
297.77/173.83	c cleaning 18599 clauses out of 37199 with flag 5000/535767
302.32/177.19	c cleaning 12295 clauses out of 24602 with flag 11002/541769
306.35/179.76	c cleaning 9648 clauses out of 19307 with flag 18002/548769
310.58/182.47	c cleaning 8821 clauses out of 17658 with flag 26001/556768
315.15/185.38	c cleaning 8912 clauses out of 17836 with flag 35000/565767
321.06/189.36	c cleaning 9462 clauses out of 18926 with flag 45002/575769
326.42/192.68	c cleaning 10232 clauses out of 20463 with flag 56001/586768
332.23/196.18	c cleaning 11116 clauses out of 22231 with flag 68001/598768
338.79/200.02	c cleaning 12057 clauses out of 24116 with flag 81002/611769
346.39/204.89	c cleaning 13022 clauses out of 26058 with flag 95001/625768
353.37/208.97	c cleaning 14015 clauses out of 28037 with flag 110002/640769
361.13/213.45	c cleaning 15008 clauses out of 30023 with flag 126003/656770
369.97/218.57	c cleaning 16004 clauses out of 32013 with flag 143001/673768
379.61/224.44	c cleaning 17003 clauses out of 34008 with flag 161000/691767
388.71/229.70	c cleaning 17996 clauses out of 36005 with flag 180000/710767
398.21/235.02	c cleaning 19000 clauses out of 38009 with flag 200000/730767
409.47/241.35	c cleaning 20002 clauses out of 40010 with flag 221001/751768
421.77/248.65	c cleaning 21003 clauses out of 42007 with flag 243000/773767
434.30/255.52	c cleaning 21991 clauses out of 44004 with flag 266000/796767
445.83/262.08	c cleaning 23006 clauses out of 46013 with flag 290000/820767
457.64/268.69	c cleaning 24000 clauses out of 48008 with flag 315001/845768
472.35/277.29	c cleaning 25001 clauses out of 50009 with flag 341002/871769
487.74/285.63	c cleaning 26003 clauses out of 52007 with flag 368001/898768
504.45/294.71	c cleaning 27003 clauses out of 54007 with flag 396004/926771
525.49/306.03	c cleaning 28001 clauses out of 56001 with flag 425001/955768
544.13/316.65	c cleaning 29001 clauses out of 58001 with flag 455002/985769
562.08/326.35	c cleaning 30000 clauses out of 60000 with flag 486002/1016769
579.54/335.82	c cleaning 30994 clauses out of 61998 with flag 518000/1048767
600.69/349.01	c cleaning 31998 clauses out of 64005 with flag 551001/1081768
620.80/359.90	c cleaning 33002 clauses out of 66006 with flag 585000/1115767
642.18/371.48	c cleaning 33995 clauses out of 68004 with flag 620000/1150767
665.65/383.98	c cleaning 34997 clauses out of 70009 with flag 656000/1186767
687.34/396.29	c cleaning 36003 clauses out of 72014 with flag 693002/1223769
708.48/407.63	c cleaning 36996 clauses out of 74010 with flag 731001/1261768
731.36/419.99	c cleaning 38002 clauses out of 76015 with flag 770002/1300769
752.48/431.37	c cleaning 39006 clauses out of 78011 with flag 810000/1340767
776.45/444.87	c cleaning 39996 clauses out of 80006 with flag 851001/1381768
799.69/457.30	c cleaning 40996 clauses out of 82009 with flag 893000/1423767
821.08/468.95	c cleaning 42006 clauses out of 84013 with flag 936000/1466767
842.90/480.76	c cleaning 43001 clauses out of 86009 with flag 980002/1510769
868.43/495.15	c cleaning 43996 clauses out of 88007 with flag 1025001/1555768
893.43/508.67	c cleaning 45004 clauses out of 90010 with flag 1071000/1601767
919.29/522.55	c cleaning 46000 clauses out of 92007 with flag 1118001/1648768
930.68/529.28	c cleaning 0 clauses out of 9261 with flag 0/9261
951.93/541.58	c cleaning 47001 clauses out of 94006 with flag 1166000/1696767
981.20/557.13	c cleaning 48003 clauses out of 96005 with flag 1215000/1745767
1012.66/573.87	c cleaning 49000 clauses out of 98003 with flag 1265001/1795768
1047.79/592.46	c cleaning 49991 clauses out of 100002 with flag 1316000/1846767
1087.21/613.92	c cleaning 51004 clauses out of 102012 with flag 1368001/1898768
1129.10/635.86	c cleaning 51998 clauses out of 104007 with flag 1421000/1951767
1174.07/659.21	c cleaning 53003 clauses out of 106009 with flag 1475000/2005767
1208.64/677.52	c cleaning 54003 clauses out of 108008 with flag 1530002/2060769
1247.88/699.06	c cleaning 54998 clauses out of 110004 with flag 1586001/2116768
1283.82/718.09	c cleaning 55994 clauses out of 112005 with flag 1643000/2173767
1317.55/736.00	c cleaning 57001 clauses out of 114013 with flag 1701002/2231769
1355.45/756.13	c cleaning 57996 clauses out of 116012 with flag 1760002/2290769
1395.02/778.05	c cleaning 59005 clauses out of 118014 with flag 1820000/2350767
1435.02/799.28	c cleaning 60001 clauses out of 120009 with flag 1881000/2411767
1477.41/821.66	c cleaning 60999 clauses out of 122008 with flag 1943000/2473767
1518.20/843.17	c cleaning 61995 clauses out of 124009 with flag 2006000/2536767
1557.89/865.26	c cleaning 63000 clauses out of 126014 with flag 2070000/2600767
1597.91/886.50	c cleaning 64003 clauses out of 128016 with flag 2135002/2665769
1642.78/910.13	c cleaning 65003 clauses out of 130011 with flag 2201000/2731767
1689.46/934.65	c cleaning 65998 clauses out of 132008 with flag 2268000/2798767
1743.74/964.01	c cleaning 67006 clauses out of 134012 with flag 2336002/2866769
1798.47/992.53	c cleaning 67992 clauses out of 136004 with flag 2405000/2935767
1801.94/995.71	c starts		: 52
1801.94/995.71	c conflicts		: 12997
1801.94/995.71	c decisions		: 28404
1801.94/995.71	c propagations		: 513482
1801.94/995.71	c inspects		: 695147174
1801.94/995.71	c shortcuts		: 0
1801.94/995.71	c learnt literals	: 0
1801.94/995.71	c learnt binary clauses	: 0
1801.94/995.71	c learnt ternary clauses	: 0
1801.94/995.71	c learnt constraints	: 12996
1801.94/995.71	c ignored constraints	: 0
1801.94/995.71	c root simplifications	: 0
1801.94/995.71	c removed literals (reason simplification)	: 0
1801.94/995.71	c reason swapping (by a shorter reason)	: 0
1801.94/995.71	c Calls to reduceDB	: 1
1801.94/995.71	c number of reductions to clauses (during analyze)	: 0
1801.94/995.71	c number of learned constraints concerned by reduction	: 0
1801.94/995.71	c number of learning phase by resolution	: 0
1801.94/995.71	c number of learning phase by cutting planes	: 0
1801.94/995.71	c speed (assignments/second)	: 516.693768464777
1801.94/995.71	c non guided choices	0
1801.94/995.71	c learnt constraints type 
1801.94/995.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 651
1801.94/995.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12345
1801.94/995.71	c constraints type 
1801.94/995.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15772
1801.94/995.71	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1000
1801.94/995.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1801.94/995.71	c ignored satisfied constraints => 1000
1801.94/995.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15772
1801.94/995.71	c 33545 constraints processed.
1801.94/995.71	c constraints type 
1801.94/995.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15772
1801.94/995.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1801.94/995.71	c ignored satisfied constraints => 1000
1801.94/995.71	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1000
1801.94/995.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15772
1801.94/995.71	c 33545 constraints processed.
1801.94/995.71	s SATISFIABLE
1801.94/995.71	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 x220 x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 x230 -x231 -x232 x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 x264 -x265 -x266 -x267 -x268 -x269 x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 x284 x285 -x286 x287 -x288 -x289 -x290 x291 -x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 x402 -x403 -x404 -x405 -x406 -x407 -x408 x409 -x410 x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 x429 -x430 x431 -x432 -x433 -x434 -x435 x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 x467 x468 -x469 -x470 x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 x481 -x482 x483 -x484 -x485 x486 -x487 -x488 -x489 -x490 -x491 -x492 x493 x494 -x495 x496 -x497 -x498 x499 x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 x519 x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 x538 -x539 x540 -x541 -x542 -x543 -x544 -x545 x546 -x547 x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 x574 -x575 -x576 -x577 -x578 x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 x593 -x594 -x595 -x596 x597 -x598 x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 x609 x610 -x611 -x612 x613 -x614 -x615 -x616 x617 -x618 -x619 -x620 x621 -x622 x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 x647 -x648 -x649 -x650 -x651 x652 x653 -x654 -x655 -x656 -x657 -x658 x659 x660 -x661 -x662 -x663 x664 -x665 -x666 -x667 -x668 -x669 x670 -x671 -x672 -x673 -x674 -x675 x676 x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 x698 -x699 x700 -x701 -x702 -x703 -x704 -x705 x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 x723 -x724 -x725 -x726 -x727 x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 x740 -x741 -x742 -x743 -x744 -x745 -x746 x747 x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 x777 -x778 -x779 -x780 -x781 -x782 x783 -x784 -x785 x786 -x787 -x788 x789 -x790 x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 x843 x844 -x845 -x846 x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 x859 -x860 -x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 x871 -x872 -x873 -x874 x875 -x876 -x877 -x878 -x879 -x880 x881 -x882 -x883 -x884 x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 x902 -x903 -x904 -x905 -x906 -x907 -x908 x909 -x910 -x911 -x912 -x913 -x914 x915 -x916 -x917 -x918 -x919 x920 -x921 -x922 -x923 x924 -x925 -x926 -x927 -x928 x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 x938 x939 -x940 -x941 x942 x943 -x944 -x945 -x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 x957 -x958 -x959 -x960 -x961 x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 x971 -x972 x973 -x974 -x975 -x976 -x977 -x978 x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 -x987 -x988 -x989 x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 x1000 
1801.94/995.71	c objective function=-122
1801.94/995.71	c Total wall clock time (in seconds): 995.604

Verifier Data

OK	-122

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 /tmp/evaluation-result-3688698-1337879049/watcher-3688698-1337879049 -o /tmp/evaluation-result-3688698-1337879049/solver-3688698-1337879049 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688698-1337879049.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.70 3.86 3.88 4/197 23913
/proc/meminfo: memFree=28060320/32873648 swapFree=7108/7108
[pid=23913] ppid=23911 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/23913/stat : 23913 (java) R 23911 23913 21597 0 -1 4202496 979 0 0 0 0 0 0 0 20 0 1 0 254032267 23793664 707 33554432000 1073741824 1073778376 140733247378624 140733247367688 219504751976 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23913/statm: 5809 707 521 9 0 128 0

[startup+0.084845 s]
/proc/loadavg: 3.70 3.86 3.88 4/197 23913
/proc/meminfo: memFree=28060320/32873648 swapFree=7108/7108
[pid=23913] ppid=23911 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/23913/stat : 23913 (java) S 23911 23913 21597 0 -1 4202496 4258 0 1 0 8 0 0 0 20 0 18 0 254032267 9787813888 4944 33554432000 1073741824 1073778376 140733247378624 140733247369760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23913/statm: 2389603 4945 2093 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100254 s]
/proc/loadavg: 3.70 3.86 3.88 4/197 23913
/proc/meminfo: memFree=28060320/32873648 swapFree=7108/7108
[pid=23913] ppid=23911 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/23913/stat : 23913 (java) S 23911 23913 21597 0 -1 4202496 4435 0 1 0 10 0 0 0 20 0 18 0 254032267 9787813888 5631 33554432000 1073741824 1073778376 140733247378624 140733247369760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23913/statm: 2389603 5631 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300228 s]
/proc/loadavg: 3.70 3.86 3.88 4/197 23913
/proc/meminfo: memFree=28060320/32873648 swapFree=7108/7108
[pid=23913] ppid=23911 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/23913/stat : 23913 (java) S 23911 23913 21597 0 -1 4202496 6291 0 1 0 49 1 0 0 20 0 18 0 254032267 9787813888 8131 33554432000 1073741824 1073778376 140733247378624 140733247369760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23913/statm: 2389603 8131 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700245 s]
/proc/loadavg: 3.70 3.86 3.88 4/197 23913
/proc/meminfo: memFree=28060320/32873648 swapFree=7108/7108
[pid=23913] ppid=23911 vsize=9558412 CPUtime=1.59 cores=0,2,4,6
/proc/23913/stat : 23913 (java) S 23911 23913 21597 0 -1 4202496 28142 0 1 0 154 5 0 0 20 0 18 0 254032267 9787813888 30876 33554432000 1073741824 1073778376 140733247378624 140733247369760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23913/statm: 2389603 30876 2250 9 0 2380296 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9558412

[startup+1.50064 s]
/proc/loadavg: 3.80 3.88 3.89 7/217 23933
/proc/meminfo: memFree=27903984/32873648 swapFree=7108/7108
[pid=23913] ppid=23911 vsize=9824668 CPUtime=4.06 cores=0,2,4,6
/proc/23913/stat : 23913 (java) S 23911 23913 21597 0 -1 4202496 35152 0 1 0 398 8 0 0 20 0 22 0 254032267 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140733247369760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23913/statm: 2456167 44350 2264 9 0 2446860 0
[pid=23913/tid=23915] ppid=23911 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/23913/task/23915/stat : 23915 (java) S 23911 23913 21597 0 -1 4202560 2550 0 1 0 88 1 0 0 20 0 22 0 254032268 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489455371256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23916] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23916/stat : 23916 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032269 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489299323816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23917] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23917/stat : 23917 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032269 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489298271272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23918] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23918/stat : 23918 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032269 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489297218216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23919] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23919/stat : 23919 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032269 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489296165672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23920] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23920/stat : 23920 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032269 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489295112616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23921] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23921/stat : 23921 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032269 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489294060072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23922] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23922/stat : 23922 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032269 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489293007016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23923] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23923/stat : 23923 (java) S 23911 23913 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254032269 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489291954472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23924] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23924/stat : 23924 (java) S 23911 23913 21597 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254032270 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489279544168 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23925] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23925/stat : 23925 (java) S 23911 23913 21597 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254032270 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489278490488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23926] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23926/stat : 23926 (java) S 23911 23913 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254032270 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489277437320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23927] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23927/stat : 23927 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032273 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489276386064 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23928] ppid=23911 vsize=9824668 CPUtime=1.16 cores=0,2,4,6
/proc/23913/task/23928/stat : 23928 (java) R 23911 23913 21597 0 -1 4202560 15562 0 0 0 113 3 0 0 20 0 22 0 254032273 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489275320448 140489462182877 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23929] ppid=23911 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/23913/task/23929/stat : 23929 (java) R 23911 23913 21597 0 -1 4202560 15724 0 0 0 117 3 0 0 20 0 22 0 254032273 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489274280216 140489461325074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23930] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23930/stat : 23930 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032273 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489273227512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23931] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23931/stat : 23931 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032273 10060460032 44350 33554432000 1073741824 1073778376 140733247378624 140489272175176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9824668

[startup+3.10076 s]
/proc/loadavg: 3.80 3.88 3.89 2/216 23941
/proc/meminfo: memFree=27874188/32873648 swapFree=7108/7108
[pid=23913] ppid=23911 vsize=9824668 CPUtime=5.02 cores=0,2,4,6
/proc/23913/stat : 23913 (java) S 23911 23913 21597 0 -1 4202496 35383 0 1 0 482 20 0 0 20 0 19 0 254032267 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140733247369760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23913/statm: 2456167 58813 2276 9 0 2446860 0
[pid=23913/tid=23915] ppid=23911 vsize=9824668 CPUtime=0.91 cores=0,2,4,6
/proc/23913/task/23915/stat : 23915 (java) S 23911 23913 21597 0 -1 4202560 2550 0 1 0 89 2 0 0 20 0 19 0 254032268 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489455371256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23916] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23916/stat : 23916 (java) S 23911 23913 21597 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254032269 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489299323816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23917] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23917/stat : 23917 (java) S 23911 23913 21597 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254032269 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489298271272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23918] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23918/stat : 23918 (java) S 23911 23913 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254032269 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489297218216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23919] ppid=23911 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23913/task/23919/stat : 23919 (java) S 23911 23913 21597 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 19 0 254032269 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489296165672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23920] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23920/stat : 23920 (java) S 23911 23913 21597 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254032269 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489295112616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23921] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23921/stat : 23921 (java) S 23911 23913 21597 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 254032269 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489294060072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23922] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23922/stat : 23922 (java) S 23911 23913 21597 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254032269 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489293007016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23923] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23923/stat : 23923 (java) S 23911 23913 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254032269 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489291954472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23924] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23924/stat : 23924 (java) S 23911 23913 21597 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 254032270 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489279544168 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23925] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23925/stat : 23925 (java) S 23911 23913 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254032270 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489278490488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23926] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23926/stat : 23926 (java) S 23911 23913 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254032270 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489277437320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23927] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23927/stat : 23927 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254032273 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489276386064 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23928] ppid=23911 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/23913/task/23928/stat : 23928 (java) S 23911 23913 21597 0 -1 4202560 15588 0 0 0 132 3 0 0 20 0 19 0 254032273 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489275332920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23929] ppid=23911 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/23913/task/23929/stat : 23929 (java) S 23911 23913 21597 0 -1 4202560 15756 0 0 0 140 3 0 0 20 0 19 0 254032273 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489274280376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23930] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23930/stat : 23930 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254032273 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489273227512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23931] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23931/stat : 23931 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254032273 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489272175176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23941] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23941/stat : 23941 (java) S 23911 23913 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254032460 10060460032 58813 33554432000 1073741824 1073778376 140733247378624 140489267963560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.02
Current children cumulated vsize (KiB) 9824668

[startup+6.30072 s]
/proc/loadavg: 3.74 3.87 3.88 4/219 23959
/proc/meminfo: memFree=27784368/32873648 swapFree=7108/7108
[pid=23913] ppid=23911 vsize=9824668 CPUtime=7.81 cores=0,2,4,6
/proc/23913/stat : 23913 (java) S 23911 23913 21597 0 -1 4202496 35913 0 1 0 749 32 0 0 20 0 22 0 254032267 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140733247369760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23913/statm: 2456167 82205 2279 9 0 2446860 0
[pid=23913/tid=23915] ppid=23911 vsize=9824668 CPUtime=0.91 cores=0,2,4,6
/proc/23913/task/23915/stat : 23915 (java) S 23911 23913 21597 0 -1 4202560 2551 0 1 0 89 2 0 0 20 0 22 0 254032268 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489455371256 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23916] ppid=23911 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23913/task/23916/stat : 23916 (java) S 23911 23913 21597 0 -1 4202560 83 0 0 0 1 1 0 0 20 0 22 0 254032269 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489299323816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23917] ppid=23911 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/23913/task/23917/stat : 23917 (java) S 23911 23913 21597 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254032269 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489298271272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23918] ppid=23911 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/23913/task/23918/stat : 23918 (java) S 23911 23913 21597 0 -1 4202560 175 0 0 0 3 0 0 0 20 0 22 0 254032269 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489297218216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23919] ppid=23911 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/23913/task/23919/stat : 23919 (java) S 23911 23913 21597 0 -1 4202560 93 0 0 0 2 1 0 0 20 0 22 0 254032269 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489296165672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23920] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23920/stat : 23920 (java) S 23911 23913 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254032269 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489295112616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23921] ppid=23911 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23913/task/23921/stat : 23921 (java) S 23911 23913 21597 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 254032269 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489294060072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23922] ppid=23911 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23913/task/23922/stat : 23922 (java) S 23911 23913 21597 0 -1 4202560 86 0 0 0 4 0 0 0 20 0 22 0 254032269 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489293007016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23923] ppid=23911 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23913/task/23923/stat : 23923 (java) S 23911 23913 21597 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 22 0 254032269 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489291954472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23924] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23924/stat : 23924 (java) S 23911 23913 21597 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254032270 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489279544168 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23925] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23925/stat : 23925 (java) S 23911 23913 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254032270 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489278490488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23926] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23926/stat : 23926 (java) S 23911 23913 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254032270 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489277437320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23927] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23927/stat : 23927 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032273 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489276386064 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23928] ppid=23911 vsize=9824668 CPUtime=1.51 cores=0,2,4,6
/proc/23913/task/23928/stat : 23928 (java) S 23911 23913 21597 0 -1 4202560 15599 0 0 0 147 4 0 0 20 0 22 0 254032273 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489275332920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23929] ppid=23911 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/23913/task/23929/stat : 23929 (java) S 23911 23913 21597 0 -1 4202560 15774 0 0 0 152 3 0 0 20 0 22 0 254032273 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489274280376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23930] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23930/stat : 23930 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032273 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489273227512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23931] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23931/stat : 23931 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032273 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489272175176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23941] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23941/stat : 23941 (java) S 23911 23913 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254032460 10060460032 82205 33554432000 1073741824 1073778376 140733247378624 140489267963560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 9824668

[startup+12.7009 s]
/proc/loadavg: 3.76 3.87 3.88 5/219 23965
/proc/meminfo: memFree=27373996/32873648 swapFree=7108/7108

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

/proc/23913/task/23928/stat : 23928 (java) S 23911 23913 21597 0 -1 4202560 15607 0 0 0 170 4 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489275332920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23929] ppid=23911 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/23913/task/23929/stat : 23929 (java) S 23911 23913 21597 0 -1 4202560 15950 0 0 0 203 3 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489274280376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23930] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23930/stat : 23930 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489273227512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23931] ppid=23911 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/23913/task/23931/stat : 23931 (java) S 23911 23913 21597 0 -1 4202560 55 0 0 0 22 18 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489272175176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23941] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23941/stat : 23941 (java) S 23911 23913 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254032460 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489267963560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23994] ppid=23911 vsize=9824668 CPUtime=658.62 cores=0,2,4,6
/proc/23913/task/23994/stat : 23994 (java) S 23911 23913 21597 0 -1 4202560 16 0 0 0 65850 12 0 0 20 0 22 0 254049527 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489271120984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23995] ppid=23911 vsize=9824668 CPUtime=658.57 cores=0,2,4,6
/proc/23913/task/23995/stat : 23995 (java) S 23911 23913 21597 0 -1 4202560 90 0 0 0 65845 12 0 0 20 0 22 0 254049527 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489269013272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23996] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23996/stat : 23996 (java) S 23911 23913 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254049528 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489270068648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.24
Current children cumulated vsize (KiB) 9824668

[startup+995.401 s]
/proc/loadavg: 3.44 3.62 3.69 4/221 24106
/proc/meminfo: memFree=25060944/32873648 swapFree=7108/7108
[pid=23913] ppid=23911 vsize=9824668 CPUtime=1801.64 cores=0,2,4,6
/proc/23913/stat : 23913 (java) S 23911 23913 21597 0 -1 4202496 50540 0 1 0 179923 241 0 0 20 0 22 0 254032267 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140733247369760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23913/statm: 2456167 970294 2291 9 0 2446860 0
[pid=23913/tid=23915] ppid=23911 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/23913/task/23915/stat : 23915 (java) S 23911 23913 21597 0 -1 4202560 2619 0 1 0 92 3 0 0 20 0 22 0 254032268 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489455370968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23916] ppid=23911 vsize=9824668 CPUtime=5.16 cores=0,2,4,6
/proc/23913/task/23916/stat : 23916 (java) S 23911 23913 21597 0 -1 4202560 662 0 0 0 501 15 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489299323816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23917] ppid=23911 vsize=9824668 CPUtime=4.96 cores=0,2,4,6
/proc/23913/task/23917/stat : 23917 (java) S 23911 23913 21597 0 -1 4202560 1135 0 0 0 481 15 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489298271272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23918] ppid=23911 vsize=9824668 CPUtime=5.23 cores=0,2,4,6
/proc/23913/task/23918/stat : 23918 (java) S 23911 23913 21597 0 -1 4202560 1358 0 0 0 505 18 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489297218216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23919] ppid=23911 vsize=9824668 CPUtime=4.98 cores=0,2,4,6
/proc/23913/task/23919/stat : 23919 (java) S 23911 23913 21597 0 -1 4202560 1127 0 0 0 480 18 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489296165672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23920] ppid=23911 vsize=9824668 CPUtime=4.97 cores=0,2,4,6
/proc/23913/task/23920/stat : 23920 (java) S 23911 23913 21597 0 -1 4202560 1135 0 0 0 479 18 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489295112616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23921] ppid=23911 vsize=9824668 CPUtime=5.22 cores=0,2,4,6
/proc/23913/task/23921/stat : 23921 (java) S 23911 23913 21597 0 -1 4202560 1016 0 0 0 504 18 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489294060072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23922] ppid=23911 vsize=9824668 CPUtime=5.09 cores=0,2,4,6
/proc/23913/task/23922/stat : 23922 (java) S 23911 23913 21597 0 -1 4202560 1264 0 0 0 493 16 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489293007016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23923] ppid=23911 vsize=9824668 CPUtime=5.2 cores=0,2,4,6
/proc/23913/task/23923/stat : 23923 (java) S 23911 23913 21597 0 -1 4202560 1019 0 0 0 501 19 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489291954472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23924] ppid=23911 vsize=9824668 CPUtime=201.34 cores=0,2,4,6
/proc/23913/task/23924/stat : 23924 (java) R 23911 23913 21597 0 -1 4202560 4998 0 0 0 20091 43 0 0 20 0 22 0 254032270 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489279542824 140489461878880 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23925] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23925/stat : 23925 (java) S 23911 23913 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254032270 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489278490488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23926] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23926/stat : 23926 (java) S 23911 23913 21597 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254032270 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489277437320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23927] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23927/stat : 23927 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489276385608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23928] ppid=23911 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/23913/task/23928/stat : 23928 (java) S 23911 23913 21597 0 -1 4202560 15607 0 0 0 170 4 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489275332920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23929] ppid=23911 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/23913/task/23929/stat : 23929 (java) S 23911 23913 21597 0 -1 4202560 15950 0 0 0 203 3 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489274280376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23930] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23930/stat : 23930 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489273227512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23931] ppid=23911 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/23913/task/23931/stat : 23931 (java) S 23911 23913 21597 0 -1 4202560 55 0 0 0 22 18 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489272175176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23941] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23941/stat : 23941 (java) S 23911 23913 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254032460 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489267963560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23994] ppid=23911 vsize=9824668 CPUtime=658.62 cores=0,2,4,6
/proc/23913/task/23994/stat : 23994 (java) S 23911 23913 21597 0 -1 4202560 16 0 0 0 65850 12 0 0 20 0 22 0 254049527 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489271120984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23995] ppid=23911 vsize=9824668 CPUtime=658.57 cores=0,2,4,6
/proc/23913/task/23995/stat : 23995 (java) S 23911 23913 21597 0 -1 4202560 90 0 0 0 65845 12 0 0 20 0 22 0 254049527 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489269013272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23996] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23996/stat : 23996 (java) S 23911 23913 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254049528 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489270068648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.64
Current children cumulated vsize (KiB) 9824668

[startup+995.601 s]
/proc/loadavg: 3.44 3.62 3.69 4/221 24106
/proc/meminfo: memFree=25060944/32873648 swapFree=7108/7108
[pid=23913] ppid=23911 vsize=9824668 CPUtime=1801.84 cores=0,2,4,6
/proc/23913/stat : 23913 (java) S 23911 23913 21597 0 -1 4202496 50540 0 1 0 179943 241 0 0 20 0 22 0 254032267 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140733247369760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23913/statm: 2456167 970294 2291 9 0 2446860 0
[pid=23913/tid=23915] ppid=23911 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/23913/task/23915/stat : 23915 (java) S 23911 23913 21597 0 -1 4202560 2619 0 1 0 92 3 0 0 20 0 22 0 254032268 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489455370968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23916] ppid=23911 vsize=9824668 CPUtime=5.16 cores=0,2,4,6
/proc/23913/task/23916/stat : 23916 (java) S 23911 23913 21597 0 -1 4202560 662 0 0 0 501 15 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489299323816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23917] ppid=23911 vsize=9824668 CPUtime=4.96 cores=0,2,4,6
/proc/23913/task/23917/stat : 23917 (java) S 23911 23913 21597 0 -1 4202560 1135 0 0 0 481 15 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489298271272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23918] ppid=23911 vsize=9824668 CPUtime=5.23 cores=0,2,4,6
/proc/23913/task/23918/stat : 23918 (java) S 23911 23913 21597 0 -1 4202560 1358 0 0 0 505 18 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489297218216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23919] ppid=23911 vsize=9824668 CPUtime=4.98 cores=0,2,4,6
/proc/23913/task/23919/stat : 23919 (java) S 23911 23913 21597 0 -1 4202560 1127 0 0 0 480 18 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489296165672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23920] ppid=23911 vsize=9824668 CPUtime=4.97 cores=0,2,4,6
/proc/23913/task/23920/stat : 23920 (java) S 23911 23913 21597 0 -1 4202560 1135 0 0 0 479 18 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489295112616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23921] ppid=23911 vsize=9824668 CPUtime=5.22 cores=0,2,4,6
/proc/23913/task/23921/stat : 23921 (java) S 23911 23913 21597 0 -1 4202560 1016 0 0 0 504 18 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489294060072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23922] ppid=23911 vsize=9824668 CPUtime=5.09 cores=0,2,4,6
/proc/23913/task/23922/stat : 23922 (java) S 23911 23913 21597 0 -1 4202560 1264 0 0 0 493 16 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489293007016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23923] ppid=23911 vsize=9824668 CPUtime=5.2 cores=0,2,4,6
/proc/23913/task/23923/stat : 23923 (java) S 23911 23913 21597 0 -1 4202560 1019 0 0 0 501 19 0 0 20 0 22 0 254032269 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489291954472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23924] ppid=23911 vsize=9824668 CPUtime=201.53 cores=0,2,4,6
/proc/23913/task/23924/stat : 23924 (java) R 23911 23913 21597 0 -1 4202560 4998 0 0 0 20110 43 0 0 20 0 22 0 254032270 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489279542824 140489459532092 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23925] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23925/stat : 23925 (java) S 23911 23913 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254032270 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489278490488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23926] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23926/stat : 23926 (java) S 23911 23913 21597 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254032270 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489277437320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23927] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23927/stat : 23927 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489276385608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23928] ppid=23911 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/23913/task/23928/stat : 23928 (java) S 23911 23913 21597 0 -1 4202560 15607 0 0 0 170 4 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489275332920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23929] ppid=23911 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/23913/task/23929/stat : 23929 (java) S 23911 23913 21597 0 -1 4202560 15950 0 0 0 203 3 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489274280376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23930] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23930/stat : 23930 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489273227512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23931] ppid=23911 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/23913/task/23931/stat : 23931 (java) S 23911 23913 21597 0 -1 4202560 55 0 0 0 22 18 0 0 20 0 22 0 254032273 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489272175176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23941] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23941/stat : 23941 (java) S 23911 23913 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254032460 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489267963560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23994] ppid=23911 vsize=9824668 CPUtime=658.62 cores=0,2,4,6
/proc/23913/task/23994/stat : 23994 (java) S 23911 23913 21597 0 -1 4202560 16 0 0 0 65850 12 0 0 20 0 22 0 254049527 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489271120984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23995] ppid=23911 vsize=9824668 CPUtime=658.57 cores=0,2,4,6
/proc/23913/task/23995/stat : 23995 (java) S 23911 23913 21597 0 -1 4202560 90 0 0 0 65845 12 0 0 20 0 22 0 254049527 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489269013272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23996] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23996/stat : 23996 (java) S 23911 23913 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254049528 10060460032 970294 33554432000 1073741824 1073778376 140733247378624 140489270068648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 9824668

[startup+995.701 s]
/proc/loadavg: 3.44 3.62 3.69 4/221 24106
/proc/meminfo: memFree=25060944/32873648 swapFree=7108/7108
[pid=23913] ppid=23911 vsize=9824668 CPUtime=1801.94 cores=0,2,4,6
/proc/23913/stat : 23913 (java) S 23911 23913 21597 0 -1 4202496 51067 0 1 0 179951 243 0 0 20 0 22 0 254032267 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140733247369760 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23913/statm: 2456167 995349 2291 9 0 2446860 0
[pid=23913/tid=23915] ppid=23911 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/23913/task/23915/stat : 23915 (java) S 23911 23913 21597 0 -1 4202560 2619 0 1 0 92 3 0 0 20 0 22 0 254032268 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489455370968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23916] ppid=23911 vsize=9824668 CPUtime=5.16 cores=0,2,4,6
/proc/23913/task/23916/stat : 23916 (java) S 23911 23913 21597 0 -1 4202560 662 0 0 0 501 15 0 0 20 0 22 0 254032269 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489299323816 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23917] ppid=23911 vsize=9824668 CPUtime=4.96 cores=0,2,4,6
/proc/23913/task/23917/stat : 23917 (java) S 23911 23913 21597 0 -1 4202560 1135 0 0 0 481 15 0 0 20 0 22 0 254032269 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489298271272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23918] ppid=23911 vsize=9824668 CPUtime=5.23 cores=0,2,4,6
/proc/23913/task/23918/stat : 23918 (java) S 23911 23913 21597 0 -1 4202560 1358 0 0 0 505 18 0 0 20 0 22 0 254032269 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489297218216 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23919] ppid=23911 vsize=9824668 CPUtime=4.98 cores=0,2,4,6
/proc/23913/task/23919/stat : 23919 (java) S 23911 23913 21597 0 -1 4202560 1127 0 0 0 480 18 0 0 20 0 22 0 254032269 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489296165672 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23920] ppid=23911 vsize=9824668 CPUtime=4.97 cores=0,2,4,6
/proc/23913/task/23920/stat : 23920 (java) S 23911 23913 21597 0 -1 4202560 1135 0 0 0 479 18 0 0 20 0 22 0 254032269 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489295112616 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23921] ppid=23911 vsize=9824668 CPUtime=5.22 cores=0,2,4,6
/proc/23913/task/23921/stat : 23921 (java) S 23911 23913 21597 0 -1 4202560 1016 0 0 0 504 18 0 0 20 0 22 0 254032269 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489294060072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23922] ppid=23911 vsize=9824668 CPUtime=5.09 cores=0,2,4,6
/proc/23913/task/23922/stat : 23922 (java) S 23911 23913 21597 0 -1 4202560 1264 0 0 0 493 16 0 0 20 0 22 0 254032269 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489293007016 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23923] ppid=23911 vsize=9824668 CPUtime=5.2 cores=0,2,4,6
/proc/23913/task/23923/stat : 23923 (java) S 23911 23913 21597 0 -1 4202560 1019 0 0 0 501 19 0 0 20 0 22 0 254032269 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489291954472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23924] ppid=23911 vsize=9824668 CPUtime=201.63 cores=0,2,4,6
/proc/23913/task/23924/stat : 23924 (java) R 23911 23913 21597 0 -1 4202560 5525 0 0 0 20119 44 0 0 20 0 22 0 254032270 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489279542824 140489461495185 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23925] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23925/stat : 23925 (java) S 23911 23913 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254032270 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489278490488 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23926] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23926/stat : 23926 (java) S 23911 23913 21597 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254032270 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489277437320 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23927] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23927/stat : 23927 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032273 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489276385608 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23928] ppid=23911 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/23913/task/23928/stat : 23928 (java) S 23911 23913 21597 0 -1 4202560 15607 0 0 0 170 4 0 0 20 0 22 0 254032273 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489275332920 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23929] ppid=23911 vsize=9824668 CPUtime=2.06 cores=0,2,4,6
/proc/23913/task/23929/stat : 23929 (java) S 23911 23913 21597 0 -1 4202560 15950 0 0 0 203 3 0 0 20 0 22 0 254032273 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489274280376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23930] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23930/stat : 23930 (java) S 23911 23913 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254032273 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489273227512 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23913/tid=23931] ppid=23911 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/23913/task/23931/stat : 23931 (java) S 23911 23913 21597 0 -1 4202560 55 0 0 0 22 18 0 0 20 0 22 0 254032273 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489272175176 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23941] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23941/stat : 23941 (java) S 23911 23913 21597 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254032460 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489267963560 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23913/tid=23994] ppid=23911 vsize=9824668 CPUtime=658.62 cores=0,2,4,6
/proc/23913/task/23994/stat : 23994 (java) S 23911 23913 21597 0 -1 4202560 16 0 0 0 65850 12 0 0 20 0 22 0 254049527 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489271120984 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23913/tid=23995] ppid=23911 vsize=9824668 CPUtime=658.57 cores=0,2,4,6
/proc/23913/task/23995/stat : 23995 (java) S 23911 23913 21597 0 -1 4202560 90 0 0 0 65845 12 0 0 20 0 22 0 254049527 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489269013272 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23913/tid=23996] ppid=23911 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23913/task/23996/stat : 23996 (java) S 23911 23913 21597 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254049528 10060460032 995349 33554432000 1073741824 1073778376 140733247378624 140489270068648 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.94
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 995.737
CPU time (s): 1802.44
CPU user time (s): 1799.54
CPU system time (s): 2.90156
CPU usage (%): 181.016
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 2.90156
maximum resident set size= 3981480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51097
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28907
involuntary context switches= 51963

runsolver used 3.84341 second user time and 8.88165 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 19:04:09
IDJOB=3688698
IDBENCH=48209
IDSOLVER=2268
FILE ID=node114/3688698-1337879049
RUNJOBID= node114-1337871881-21613
PBS_JOBID= 14620090
Free space on /tmp= 71672 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_1000_25_2.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688698-1337879049/watcher-3688698-1337879049 -o /tmp/evaluation-result-3688698-1337879049/solver-3688698-1337879049 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688698-1337879049.opb

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

MD5SUM BENCH= 1af848a7208b60f67c27d4022c7b5abe
RANDOM SEED=672009774

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28061112 kB
Buffers:          204696 kB
Cached:          2491640 kB
SwapCached:            0 kB
Active:          1949164 kB
Inactive:        2081956 kB
Active(anon):    1337244 kB
Inactive(anon):        0 kB
Active(file):     611920 kB
Inactive(file):  2081956 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               616 kB
Writeback:             0 kB
AnonPages:       1358304 kB
Mapped:            21660 kB
Shmem:               200 kB
Slab:             622108 kB
SReclaimable:      66380 kB
SUnreclaim:       555728 kB
KernelStack:        1624 kB
PageTables:         6512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1590312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1267712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node114 at 2012-05-24 19:20:45