Trace number 3741643

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1801.22 928.709

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-netdiversion.opb
MD5SUM2c0dd2737108318b86d3c4c102584cdd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables129180
Total number of constraints119589
Number of constraints which are clauses39992
Number of constraints which are cardinality constraints (but not clauses)49601
Number of constraints which are nor clauses,nor cardinality constraints29996
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 39798
Biggest coefficient in the objective function 99999
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 20118516
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 99999
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 20118516
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
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.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3741643-1338765892.opb
0.09/0.11	c reading problem ... 
25.00/20.16	c ... done. Wall clock time 20.053s.
25.00/20.16	c #vars     129180
25.00/20.16	c #constraints  139589
25.00/20.16	c constraints type 
25.00/20.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39588
25.00/20.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 99595
25.00/20.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
25.00/20.16	c constraints type 
25.00/20.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
25.00/20.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39588
25.00/20.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99595
37.08/25.17	c cleaning 0 clauses out of 5000 with flag 0/5000
42.16/27.46	c cleaning 2349 clauses out of 5002 with flag 5002/5002
48.76/30.64	c cleaning 4223 clauses out of 8652 with flag 11001/11001
52.44/32.45	c cleaning 0 clauses out of 11000 with flag 0/11000
56.84/34.71	c cleaning 5524 clauses out of 11429 with flag 18001/18001
62.92/37.81	c cleaning 6454 clauses out of 13904 with flag 26000/26000
69.43/41.19	c cleaning 7568 clauses out of 16450 with flag 35000/35000
74.43/43.72	c cleaning 9284 clauses out of 18882 with flag 45000/45000
84.20/48.76	c cleaning 9789 clauses out of 20599 with flag 56001/56001
89.83/51.67	c cleaning 10857 clauses out of 22810 with flag 68001/68001
94.41/54.03	c cleaning 0 clauses out of 18000 with flag 0/18000
102.64/58.24	c cleaning 11859 clauses out of 24952 with flag 81000/81000
110.73/62.48	c cleaning 12673 clauses out of 27097 with flag 95004/95004
116.28/65.33	c cleaning 14436 clauses out of 29420 with flag 110000/110000
127.51/70.86	c cleaning 15069 clauses out of 30984 with flag 126000/126000
137.84/76.03	c cleaning 16063 clauses out of 32915 with flag 143000/143000
145.89/80.29	c cleaning 17243 clauses out of 34852 with flag 161000/161000
156.36/85.58	c cleaning 17823 clauses out of 36610 with flag 180001/180001
157.61/86.38	c cleaning 0 clauses out of 26000 with flag 0/26000
170.24/92.61	c cleaning 19176 clauses out of 38786 with flag 200000/200000
177.65/96.52	c cleaning 20059 clauses out of 40612 with flag 221002/221002
189.39/102.46	c cleaning 20790 clauses out of 42552 with flag 243001/243001
200.42/108.02	c cleaning 22122 clauses out of 44762 with flag 266001/266001
208.86/112.35	c cleaning 23034 clauses out of 46640 with flag 290001/290001
223.72/119.96	c cleaning 23606 clauses out of 48606 with flag 315001/315001
244.36/130.33	c cleaning 24840 clauses out of 50999 with flag 341000/341000
259.11/137.80	c cleaning 26189 clauses out of 53159 with flag 368000/368000
269.75/143.38	c cleaning 0 clauses out of 35000 with flag 0/35000
274.05/145.84	c cleaning 27239 clauses out of 54971 with flag 396001/396001
284.39/151.12	c cleaning 27808 clauses out of 56733 with flag 425002/425002
298.73/158.48	c cleaning 28916 clauses out of 58925 with flag 455002/455002
315.44/166.80	c cleaning 30396 clauses out of 61008 with flag 486001/486001
327.98/173.37	c cleaning 31076 clauses out of 62611 with flag 518000/518000
336.68/177.88	c cleaning 32136 clauses out of 64536 with flag 551001/551001
345.25/182.31	c cleaning 33122 clauses out of 66399 with flag 585000/585000
360.44/190.05	c cleaning 33846 clauses out of 68276 with flag 620000/620000
376.90/198.41	c cleaning 34876 clauses out of 70431 with flag 656001/656001
395.01/207.53	c cleaning 35768 clauses out of 72554 with flag 693001/693001
409.54/214.81	c cleaning 37250 clauses out of 74785 with flag 731000/731000
421.00/220.72	c cleaning 38139 clauses out of 76537 with flag 770002/770002
436.59/228.81	c cleaning 38782 clauses out of 78397 with flag 810001/810001
449.55/235.48	c cleaning 39863 clauses out of 80614 with flag 851000/851000
452.41/237.19	c cleaning 0 clauses out of 45000 with flag 0/45000
468.72/245.31	c cleaning 41034 clauses out of 82751 with flag 893000/893000
481.51/252.08	c cleaning 41977 clauses out of 84719 with flag 936002/936002
495.92/259.35	c cleaning 43110 clauses out of 86740 with flag 980000/980000
508.04/265.67	c cleaning 44092 clauses out of 88630 with flag 1025000/1025000
526.38/274.96	c cleaning 45071 clauses out of 90541 with flag 1071003/1071003
540.43/282.33	c cleaning 45862 clauses out of 92470 with flag 1118003/1118003
556.34/290.54	c cleaning 46938 clauses out of 94605 with flag 1166000/1166000
568.17/296.79	c cleaning 47938 clauses out of 96667 with flag 1215000/1215000
581.20/303.53	c cleaning 49023 clauses out of 98729 with flag 1265000/1265000
595.24/311.02	c cleaning 50012 clauses out of 100707 with flag 1316001/1316001
615.36/321.26	c cleaning 51150 clauses out of 102696 with flag 1368003/1368003
634.70/331.07	c cleaning 52052 clauses out of 104544 with flag 1421001/1421001
655.66/341.58	c cleaning 52747 clauses out of 106492 with flag 1475001/1475001
679.72/353.87	c cleaning 53995 clauses out of 108748 with flag 1530004/1530004
686.53/357.57	c cleaning 0 clauses out of 56000 with flag 0/56000
697.14/363.14	c cleaning 55040 clauses out of 110749 with flag 1586000/1586000
714.79/372.15	c cleaning 56097 clauses out of 112711 with flag 1643002/1643002
733.46/381.94	c cleaning 57155 clauses out of 114612 with flag 1701000/1701000
756.72/393.87	c cleaning 58137 clauses out of 116457 with flag 1760000/1760000
779.62/405.44	c cleaning 58732 clauses out of 118321 with flag 1820001/1820001
799.52/415.54	c cleaning 60015 clauses out of 120588 with flag 1881000/1881000
819.77/426.14	c cleaning 61040 clauses out of 122574 with flag 1943001/1943001
843.11/437.96	c cleaning 61972 clauses out of 124533 with flag 2006000/2006000
865.82/449.40	c cleaning 62739 clauses out of 126562 with flag 2070001/2070001
891.31/462.22	c cleaning 64085 clauses out of 128822 with flag 2135000/2135000
914.40/474.13	c cleaning 64947 clauses out of 130737 with flag 2201000/2201000
938.61/486.48	c cleaning 66016 clauses out of 132791 with flag 2268001/2268001
961.36/497.93	c cleaning 66676 clauses out of 134774 with flag 2336000/2336000
985.23/510.15	c cleaning 68280 clauses out of 137100 with flag 2405002/2405002
1009.47/522.80	c cleaning 69192 clauses out of 138818 with flag 2475000/2475000
1031.32/534.15	c cleaning 0 clauses out of 68001 with flag 0/68001
1042.45/540.16	c cleaning 70078 clauses out of 140628 with flag 2546002/2546002
1070.20/554.40	c cleaning 71069 clauses out of 142548 with flag 2618000/2618000
1099.75/569.59	c cleaning 71955 clauses out of 144479 with flag 2691000/2691000
1121.95/580.95	c cleaning 72995 clauses out of 146525 with flag 2765001/2765001
1146.65/593.56	c cleaning 74016 clauses out of 148529 with flag 2840000/2840000
1180.02/610.53	c cleaning 75017 clauses out of 150514 with flag 2916001/2916001
1209.29/625.83	c cleaning 76191 clauses out of 152497 with flag 2993001/2993001
1236.80/639.80	c cleaning 76775 clauses out of 154305 with flag 3071000/3071000
1261.88/652.63	c cleaning 77943 clauses out of 156530 with flag 3150000/3150000
1294.71/669.23	c cleaning 78848 clauses out of 158587 with flag 3230000/3230000
1321.48/683.23	c cleaning 80132 clauses out of 160739 with flag 3311000/3311000
1360.04/702.87	c cleaning 81158 clauses out of 162607 with flag 3393000/3393000
1391.97/719.14	c cleaning 81914 clauses out of 164449 with flag 3476000/3476000
1423.32/735.17	c cleaning 83018 clauses out of 166535 with flag 3560000/3560000
1459.38/753.86	c cleaning 84073 clauses out of 168517 with flag 3645000/3645000
1493.49/771.23	c cleaning 85004 clauses out of 170444 with flag 3731000/3731000
1528.66/789.18	c cleaning 85892 clauses out of 172441 with flag 3818001/3818001
1559.74/805.05	c cleaning 87030 clauses out of 174548 with flag 3906000/3906000
1598.83/825.16	c cleaning 88022 clauses out of 176519 with flag 3995001/3995001
1631.06/841.64	c cleaning 89067 clauses out of 178496 with flag 4085000/4085000
1663.27/858.11	c cleaning 89976 clauses out of 180429 with flag 4176000/4176000
1710.85/882.04	c cleaning 90979 clauses out of 182453 with flag 4268000/4268000
1766.76/910.23	c cleaning 92055 clauses out of 184474 with flag 4361000/4361000
1785.50/919.92	c cleaning 0 clauses out of 81000 with flag 0/81000
1799.37/927.40	c cleaning 92751 clauses out of 186422 with flag 4455003/4455003
1800.90/928.66	c starts		: 253
1800.90/928.66	c conflicts		: 4455013
1800.90/928.66	c decisions		: 216773972
1800.90/928.66	c propagations		: 604139039
1800.90/928.66	c inspects		: 4226410124
1800.90/928.66	c learnt literals	: 3
1800.90/928.66	c learnt binary clauses	: 1753
1800.90/928.66	c learnt ternary clauses	: 4925
1800.90/928.66	c learnt clauses	: 4455010
1800.90/928.66	c ignored clauses	: 0
1800.90/928.66	c root simplifications	: 0
1800.90/928.66	c removed literals (reason simplification)	: 15672378
1800.90/928.66	c reason swapping (by a shorter reason)	: 0
1800.90/928.66	c Calls to reduceDB	: 90
1800.90/928.66	c number of reductions to clauses (during analyze)	: 0
1800.90/928.66	c number of learned constraints concerned by reduction	: 0
1800.90/928.66	c number of learning phase by resolution	: 0
1800.90/928.66	c number of learning phase by cutting planes	: 0
1800.90/928.66	c speed (assignments/second)	: 664986.2465451255
1800.90/928.66	c non guided choices	203329092
1800.90/928.69	c learnt constraints type 
1800.90/928.69	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 92205
1800.90/928.69	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1753
1800.90/928.69	c constraints type 
1800.90/928.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39588
1800.90/928.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 99595
1800.90/928.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
1800.90/928.69	c constraints type 
1800.90/928.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
1800.90/928.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39588
1800.90/928.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99595
1800.90/928.69	s UNKNOWN
1800.90/928.69	c Total wall clock time (in seconds): 928.585

Verifier Data

ERROR: no interpretation found !

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-3741643-1338765892/watcher-3741643-1338765892 -o /tmp/evaluation-result-3741643-1338765892/solver-3741643-1338765892 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741643-1338765892.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.79 3.83 3.31 4/197 30667
/proc/meminfo: memFree=29642364/32873648 swapFree=6860/6860
[pid=30667] ppid=30665 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30667/stat : 30667 (java6) D 30665 30667 22552 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 342715078 9515008 183 33554432000 1073741824 1073778376 140735327949648 140735327940680 259112386229 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/30667/statm: 2323 183 140 9 0 71 0

[startup+0.02784 s]
/proc/loadavg: 3.79 3.83 3.31 4/197 30667
/proc/meminfo: memFree=29642364/32873648 swapFree=6860/6860
[pid=30667] ppid=30665 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/30667/stat : 30667 (java) S 30665 30667 22552 0 -1 4202496 3313 0 1 0 0 0 0 0 20 0 10 0 342715078 2209931264 4011 33554432000 1073741824 1073778376 140734502908208 140734502899344 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30667/statm: 539534 4021 1416 9 0 530235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100208 s]
/proc/loadavg: 3.79 3.83 3.31 4/197 30667
/proc/meminfo: memFree=29642364/32873648 swapFree=6860/6860
[pid=30667] ppid=30665 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/30667/stat : 30667 (java) S 30665 30667 22552 0 -1 4202496 4741 0 1 0 8 1 0 0 20 0 18 0 342715078 2764726272 6435 33554432000 1073741824 1073778376 140734502908208 140734502899344 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30667/statm: 674982 6438 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300158 s]
/proc/loadavg: 3.79 3.83 3.31 4/197 30667
/proc/meminfo: memFree=29642364/32873648 swapFree=6860/6860
[pid=30667] ppid=30665 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/30667/stat : 30667 (java) S 30665 30667 22552 0 -1 4202496 5760 0 1 0 44 2 0 0 20 0 18 0 342715078 2764726272 13634 33554432000 1073741824 1073778376 140734502908208 140734502899344 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30667/statm: 674982 13634 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.700166 s]
/proc/loadavg: 3.79 3.83 3.31 4/197 30667
/proc/meminfo: memFree=29642364/32873648 swapFree=6860/6860
[pid=30667] ppid=30665 vsize=2699928 CPUtime=1.17 cores=0,2,4,6
/proc/30667/stat : 30667 (java) S 30665 30667 22552 0 -1 4202496 10021 0 1 0 109 8 0 0 20 0 18 0 342715078 2764726272 90782 33554432000 1073741824 1073778376 140734502908208 140734502899344 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30667/statm: 674982 90782 2238 9 0 665676 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 2699928

[startup+1.50105 s]
/proc/loadavg: 3.79 3.83 3.31 4/215 30685
/proc/meminfo: memFree=29196428/32873648 swapFree=6860/6860
[pid=30667] ppid=30665 vsize=2699928 CPUtime=2.83 cores=0,2,4,6
/proc/30667/stat : 30667 (java) S 30665 30667 22552 0 -1 4202496 10422 0 1 0 260 23 0 0 20 0 18 0 342715078 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 140734502899344 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30667/statm: 674982 130841 2256 9 0 665676 0
[pid=30667/tid=30669] ppid=30665 vsize=2699928 CPUtime=1.19 cores=0,2,4,6
/proc/30667/task/30669/stat : 30669 (java) R 30665 30667 22552 0 -1 4202560 2983 0 1 0 111 8 0 0 20 0 18 0 342715079 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908479896448 139908487662426 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30670] ppid=30665 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/30667/task/30670/stat : 30670 (java) S 30665 30667 22552 0 -1 4202560 33 0 0 0 12 0 0 0 20 0 18 0 342715080 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908464179880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30667/tid=30671] ppid=30665 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/30667/task/30671/stat : 30671 (java) S 30665 30667 22552 0 -1 4202560 31 0 0 0 8 2 0 0 20 0 18 0 342715080 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908463127336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30672] ppid=30665 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/30667/task/30672/stat : 30672 (java) S 30665 30667 22552 0 -1 4202560 61 0 0 0 13 3 0 0 20 0 18 0 342715080 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908462074792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30673] ppid=30665 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/30667/task/30673/stat : 30673 (java) S 30665 30667 22552 0 -1 4202560 68 0 0 0 14 2 0 0 20 0 18 0 342715080 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908461022248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30674] ppid=30665 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/30667/task/30674/stat : 30674 (java) S 30665 30667 22552 0 -1 4202560 47 0 0 0 10 3 0 0 20 0 18 0 342715080 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908459968680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30675] ppid=30665 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/30667/task/30675/stat : 30675 (java) S 30665 30667 22552 0 -1 4202560 23 0 0 0 6 2 0 0 20 0 18 0 342715080 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908458916136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30676] ppid=30665 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/30667/task/30676/stat : 30676 (java) S 30665 30667 22552 0 -1 4202560 48 0 0 0 8 2 0 0 20 0 18 0 342715080 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908457863592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30677] ppid=30665 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/30667/task/30677/stat : 30677 (java) S 30665 30667 22552 0 -1 4202560 52 0 0 0 10 2 0 0 20 0 18 0 342715080 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908456811048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30667/tid=30678] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30678/stat : 30678 (java) S 30665 30667 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 342715081 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908444400232 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30679] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30679/stat : 30679 (java) S 30665 30667 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342715081 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908443346552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30680] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30680/stat : 30680 (java) S 30665 30667 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342715081 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908442293896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30681] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30681/stat : 30681 (java) S 30665 30667 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342715084 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908441242640 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30682] ppid=30665 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/30667/task/30682/stat : 30682 (java) S 30665 30667 22552 0 -1 4202560 3219 0 0 0 29 0 0 0 20 0 18 0 342715084 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908440188984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30683] ppid=30665 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/30667/task/30683/stat : 30683 (java) S 30665 30667 22552 0 -1 4202560 2673 0 0 0 26 0 0 0 20 0 18 0 342715084 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908439136440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30684] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30684/stat : 30684 (java) S 30665 30667 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342715084 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908438084088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30685] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30685/stat : 30685 (java) S 30665 30667 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342715084 2764726272 130841 33554432000 1073741824 1073778376 140734502908208 139908437031752 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 2699928

[startup+3.10075 s]
/proc/loadavg: 3.79 3.83 3.31 4/215 30685
/proc/meminfo: memFree=29119412/32873648 swapFree=6860/6860
[pid=30667] ppid=30665 vsize=2699928 CPUtime=4.81 cores=0,2,4,6
/proc/30667/stat : 30667 (java) S 30665 30667 22552 0 -1 4202496 10534 0 1 0 457 24 0 0 20 0 18 0 342715078 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 140734502899344 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30667/statm: 674982 135522 2256 9 0 665676 0
[pid=30667/tid=30669] ppid=30665 vsize=2699928 CPUtime=2.64 cores=0,2,4,6
/proc/30667/task/30669/stat : 30669 (java) R 30665 30667 22552 0 -1 4202560 3007 0 1 0 256 8 0 0 20 0 18 0 342715079 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908479889376 139908487662416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30670] ppid=30665 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/30667/task/30670/stat : 30670 (java) S 30665 30667 22552 0 -1 4202560 50 0 0 0 18 0 0 0 20 0 18 0 342715080 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908464179880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30667/tid=30671] ppid=30665 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/30667/task/30671/stat : 30671 (java) S 30665 30667 22552 0 -1 4202560 41 0 0 0 14 2 0 0 20 0 18 0 342715080 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908463127336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30672] ppid=30665 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/30667/task/30672/stat : 30672 (java) S 30665 30667 22552 0 -1 4202560 81 0 0 0 18 4 0 0 20 0 18 0 342715080 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908462074792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30673] ppid=30665 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/30667/task/30673/stat : 30673 (java) S 30665 30667 22552 0 -1 4202560 74 0 0 0 19 3 0 0 20 0 18 0 342715080 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908461022248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30674] ppid=30665 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/30667/task/30674/stat : 30674 (java) S 30665 30667 22552 0 -1 4202560 63 0 0 0 15 3 0 0 20 0 18 0 342715080 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908459968680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30675] ppid=30665 vsize=2699928 CPUtime=0.14 cores=0,2,4,6
/proc/30667/task/30675/stat : 30675 (java) S 30665 30667 22552 0 -1 4202560 38 0 0 0 12 2 0 0 20 0 18 0 342715080 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908458916136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30676] ppid=30665 vsize=2699928 CPUtime=0.15 cores=0,2,4,6
/proc/30667/task/30676/stat : 30676 (java) S 30665 30667 22552 0 -1 4202560 50 0 0 0 13 2 0 0 20 0 18 0 342715080 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908457863592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30677] ppid=30665 vsize=2699928 CPUtime=0.17 cores=0,2,4,6
/proc/30667/task/30677/stat : 30677 (java) S 30665 30667 22552 0 -1 4202560 53 0 0 0 15 2 0 0 20 0 18 0 342715080 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908456811048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30667/tid=30678] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30678/stat : 30678 (java) S 30665 30667 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 342715081 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908444400232 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30679] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30679/stat : 30679 (java) S 30665 30667 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342715081 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908443346552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30680] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30680/stat : 30680 (java) S 30665 30667 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342715081 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908442293896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30681] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30681/stat : 30681 (java) S 30665 30667 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342715084 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908441242640 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30682] ppid=30665 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/30667/task/30682/stat : 30682 (java) S 30665 30667 22552 0 -1 4202560 3219 0 0 0 33 0 0 0 20 0 18 0 342715084 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908440188984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30683] ppid=30665 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/30667/task/30683/stat : 30683 (java) S 30665 30667 22552 0 -1 4202560 2674 0 0 0 29 0 0 0 20 0 18 0 342715084 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908439136440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30684] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30684/stat : 30684 (java) S 30665 30667 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342715084 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908438084088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30685] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30685/stat : 30685 (java) S 30665 30667 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342715084 2764726272 135522 33554432000 1073741824 1073778376 140734502908208 139908437031752 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 2699928

[startup+6.30089 s]
/proc/loadavg: 3.81 3.83 3.32 4/215 30685
/proc/meminfo: memFree=29094952/32873648 swapFree=6860/6860
[pid=30667] ppid=30665 vsize=2699928 CPUtime=8.64 cores=0,2,4,6
/proc/30667/stat : 30667 (java) S 30665 30667 22552 0 -1 4202496 10643 0 1 0 838 26 0 0 20 0 18 0 342715078 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 140734502899344 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30667/statm: 674982 138926 2256 9 0 665676 0
[pid=30667/tid=30669] ppid=30665 vsize=2699928 CPUtime=5.55 cores=0,2,4,6
/proc/30667/task/30669/stat : 30669 (java) R 30665 30667 22552 0 -1 4202560 3045 0 1 0 547 8 0 0 20 0 18 0 342715079 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908479896776 139908308276800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30670] ppid=30665 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/30667/task/30670/stat : 30670 (java) S 30665 30667 22552 0 -1 4202560 60 0 0 0 28 0 0 0 20 0 18 0 342715080 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908464179880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30671] ppid=30665 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/30667/task/30671/stat : 30671 (java) S 30665 30667 22552 0 -1 4202560 56 0 0 0 26 2 0 0 20 0 18 0 342715080 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908463127336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30672] ppid=30665 vsize=2699928 CPUtime=0.36 cores=0,2,4,6
/proc/30667/task/30672/stat : 30672 (java) S 30665 30667 22552 0 -1 4202560 97 0 0 0 32 4 0 0 20 0 18 0 342715080 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908462074792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30667/tid=30673] ppid=30665 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/30667/task/30673/stat : 30673 (java) S 30665 30667 22552 0 -1 4202560 82 0 0 0 29 4 0 0 20 0 18 0 342715080 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908461022248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30667/tid=30674] ppid=30665 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/30667/task/30674/stat : 30674 (java) S 30665 30667 22552 0 -1 4202560 67 0 0 0 27 3 0 0 20 0 18 0 342715080 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908459968680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30675] ppid=30665 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/30667/task/30675/stat : 30675 (java) S 30665 30667 22552 0 -1 4202560 51 0 0 0 22 2 0 0 20 0 18 0 342715080 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908458916136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30667/tid=30676] ppid=30665 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/30667/task/30676/stat : 30676 (java) S 30665 30667 22552 0 -1 4202560 52 0 0 0 23 2 0 0 20 0 18 0 342715080 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908457863592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30677] ppid=30665 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/30667/task/30677/stat : 30677 (java) S 30665 30667 22552 0 -1 4202560 56 0 0 0 28 2 0 0 20 0 18 0 342715080 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908456811048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30678] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30678/stat : 30678 (java) S 30665 30667 22552 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 342715081 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908444400232 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30679] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30679/stat : 30679 (java) S 30665 30667 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342715081 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908443346552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30680] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30680/stat : 30680 (java) S 30665 30667 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342715081 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908442293896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30681] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30681/stat : 30681 (java) S 30665 30667 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342715084 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908441242640 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30682] ppid=30665 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/30667/task/30682/stat : 30682 (java) S 30665 30667 22552 0 -1 4202560 3219 0 0 0 33 0 0 0 20 0 18 0 342715084 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908440188984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30683] ppid=30665 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/30667/task/30683/stat : 30683 (java) S 30665 30667 22552 0 -1 4202560 2674 0 0 0 29 0 0 0 20 0 18 0 342715084 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908439136440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30684] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30684/stat : 30684 (java) S 30665 30667 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342715084 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908438084088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30685] ppid=30665 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30685/stat : 30685 (java) S 30665 30667 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342715084 2764726272 138926 33554432000 1073741824 1073778376 140734502908208 139908437031752 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 2699928

[startup+12.7007 s]
/proc/loadavg: 3.74 3.82 3.31 4/215 30685
/proc/meminfo: memFree=29076284/32873648 swapFree=6860/6860
[pid=30667] ppid=30665 vsize=2699928 CPUtime=16.18 cores=0,2,4,6
/proc/30667/stat : 30667 (java) S 30665 30667 22552 0 -1 4202496 10784 0 1 0 1589 29 0 0 20 0 18 0 342715078 2764726272 143512 33554432000 1073741824 1073778376 140734502908208 140734502899344 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30667/statm: 674982 143512 2256 9 0 665676 0
[pid=30667/tid=30669] ppid=30665 vsize=2699928 CPUtime=11.39 cores=0,2,4,6

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

[pid=30667/tid=30679] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30679/stat : 30679 (java) S 30665 30667 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342715081 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908443346552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30680] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30680/stat : 30680 (java) S 30665 30667 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342715081 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908442293896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30681] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30681/stat : 30681 (java) S 30665 30667 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908441242640 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30682] ppid=30665 vsize=2966184 CPUtime=1.8 cores=0,2,4,6
/proc/30667/task/30682/stat : 30682 (java) S 30665 30667 22552 0 -1 4202560 11800 0 0 0 177 3 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908440188984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30683] ppid=30665 vsize=2966184 CPUtime=2.02 cores=0,2,4,6
/proc/30667/task/30683/stat : 30683 (java) S 30665 30667 22552 0 -1 4202560 12844 0 0 0 200 2 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908439136440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30684] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30684/stat : 30684 (java) S 30665 30667 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908438084088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30685] ppid=30665 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/30667/task/30685/stat : 30685 (java) S 30665 30667 22552 0 -1 4202560 52 0 0 0 16 17 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908437031752 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30686] ppid=30665 vsize=2966184 CPUtime=806.97 cores=0,2,4,6
/proc/30667/task/30686/stat : 30686 (java) S 30665 30667 22552 0 -1 4202560 419 0 0 0 80683 14 0 0 20 0 22 0 342717094 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908435976904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30687] ppid=30665 vsize=2966184 CPUtime=807.02 cores=0,2,4,6
/proc/30667/task/30687/stat : 30687 (java) S 30665 30667 22552 0 -1 4202560 390 0 0 0 80688 14 0 0 20 0 22 0 342717094 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908434922552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30688] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30688/stat : 30688 (java) S 30665 30667 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342717113 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908433872424 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30689] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30689/stat : 30689 (java) S 30665 30667 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342717113 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908432819880 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 2966184

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+927.901 s]
/proc/loadavg: 4.04 3.92 3.68 4/220 30764
/proc/meminfo: memFree=28011108/32873648 swapFree=6860/6860
[pid=30667] ppid=30665 vsize=2966184 CPUtime=1800.21 cores=0,2,4,6
/proc/30667/stat : 30667 (java) S 30665 30667 22552 0 -1 4202496 89206 0 1 0 179840 181 0 0 20 0 22 0 342715078 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 140734502899344 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30667/statm: 741546 347765 2287 9 0 732240 0
[pid=30667/tid=30669] ppid=30665 vsize=2966184 CPUtime=18.23 cores=0,2,4,6
/proc/30667/task/30669/stat : 30669 (java) S 30665 30667 22552 0 -1 4202560 3263 0 1 0 1814 9 0 0 20 0 22 0 342715079 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908479898776 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30670] ppid=30665 vsize=2966184 CPUtime=9.96 cores=0,2,4,6
/proc/30667/task/30670/stat : 30670 (java) S 30665 30667 22552 0 -1 4202560 418 0 0 0 984 12 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908464179880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30671] ppid=30665 vsize=2966184 CPUtime=10.09 cores=0,2,4,6
/proc/30667/task/30671/stat : 30671 (java) S 30665 30667 22552 0 -1 4202560 437 0 0 0 995 14 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908463127336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30672] ppid=30665 vsize=2966184 CPUtime=10.19 cores=0,2,4,6
/proc/30667/task/30672/stat : 30672 (java) S 30665 30667 22552 0 -1 4202560 437 0 0 0 1005 14 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908462074792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30673] ppid=30665 vsize=2966184 CPUtime=10.33 cores=0,2,4,6
/proc/30667/task/30673/stat : 30673 (java) S 30665 30667 22552 0 -1 4202560 439 0 0 0 1020 13 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908461022248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30667/tid=30674] ppid=30665 vsize=2966184 CPUtime=10.58 cores=0,2,4,6
/proc/30667/task/30674/stat : 30674 (java) S 30665 30667 22552 0 -1 4202560 441 0 0 0 1044 14 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908459968680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30675] ppid=30665 vsize=2966184 CPUtime=10.34 cores=0,2,4,6
/proc/30667/task/30675/stat : 30675 (java) S 30665 30667 22552 0 -1 4202560 401 0 0 0 1022 12 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908458916136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30676] ppid=30665 vsize=2966184 CPUtime=10.23 cores=0,2,4,6
/proc/30667/task/30676/stat : 30676 (java) S 30665 30667 22552 0 -1 4202560 409 0 0 0 1012 11 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908457863592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30677] ppid=30665 vsize=2966184 CPUtime=9.94 cores=0,2,4,6
/proc/30667/task/30677/stat : 30677 (java) S 30665 30667 22552 0 -1 4202560 408 0 0 0 982 12 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908456811048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30678] ppid=30665 vsize=2966184 CPUtime=77.8 cores=0,2,4,6
/proc/30667/task/30678/stat : 30678 (java) R 30665 30667 22552 0 -1 4202560 55859 0 0 0 7727 53 0 0 20 0 22 0 342715081 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908444399088 139908484034806 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30667/tid=30679] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30679/stat : 30679 (java) S 30665 30667 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342715081 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908443346552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30680] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30680/stat : 30680 (java) S 30665 30667 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342715081 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908442293896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30681] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30681/stat : 30681 (java) S 30665 30667 22552 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908441242184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30682] ppid=30665 vsize=2966184 CPUtime=1.8 cores=0,2,4,6
/proc/30667/task/30682/stat : 30682 (java) S 30665 30667 22552 0 -1 4202560 11800 0 0 0 177 3 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908440188984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30683] ppid=30665 vsize=2966184 CPUtime=2.02 cores=0,2,4,6
/proc/30667/task/30683/stat : 30683 (java) S 30665 30667 22552 0 -1 4202560 12844 0 0 0 200 2 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908439136440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30684] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30684/stat : 30684 (java) S 30665 30667 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908438084088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30685] ppid=30665 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/30667/task/30685/stat : 30685 (java) S 30665 30667 22552 0 -1 4202560 52 0 0 0 16 17 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908437031752 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30686] ppid=30665 vsize=2966184 CPUtime=806.97 cores=0,2,4,6
/proc/30667/task/30686/stat : 30686 (java) S 30665 30667 22552 0 -1 4202560 419 0 0 0 80683 14 0 0 20 0 22 0 342717094 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908435976904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30687] ppid=30665 vsize=2966184 CPUtime=807.02 cores=0,2,4,6
/proc/30667/task/30687/stat : 30687 (java) S 30665 30667 22552 0 -1 4202560 390 0 0 0 80688 14 0 0 20 0 22 0 342717094 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908434922552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30688] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30688/stat : 30688 (java) S 30665 30667 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342717113 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908433872424 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30689] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30689/stat : 30689 (java) S 30665 30667 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342717113 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908432819880 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 2966184

[startup+928.301 s]
/proc/loadavg: 4.04 3.92 3.68 4/220 30764
/proc/meminfo: memFree=28011108/32873648 swapFree=6860/6860
[pid=30667] ppid=30665 vsize=2966184 CPUtime=1800.6 cores=0,2,4,6
/proc/30667/stat : 30667 (java) S 30665 30667 22552 0 -1 4202496 89206 0 1 0 179879 181 0 0 20 0 22 0 342715078 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 140734502899344 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30667/statm: 741546 347765 2287 9 0 732240 0
[pid=30667/tid=30669] ppid=30665 vsize=2966184 CPUtime=18.23 cores=0,2,4,6
/proc/30667/task/30669/stat : 30669 (java) S 30665 30667 22552 0 -1 4202560 3263 0 1 0 1814 9 0 0 20 0 22 0 342715079 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908479898488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30670] ppid=30665 vsize=2966184 CPUtime=9.96 cores=0,2,4,6
/proc/30667/task/30670/stat : 30670 (java) S 30665 30667 22552 0 -1 4202560 418 0 0 0 984 12 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908464179880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30671] ppid=30665 vsize=2966184 CPUtime=10.09 cores=0,2,4,6
/proc/30667/task/30671/stat : 30671 (java) S 30665 30667 22552 0 -1 4202560 437 0 0 0 995 14 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908463127336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30672] ppid=30665 vsize=2966184 CPUtime=10.19 cores=0,2,4,6
/proc/30667/task/30672/stat : 30672 (java) S 30665 30667 22552 0 -1 4202560 437 0 0 0 1005 14 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908462074792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30673] ppid=30665 vsize=2966184 CPUtime=10.33 cores=0,2,4,6
/proc/30667/task/30673/stat : 30673 (java) S 30665 30667 22552 0 -1 4202560 439 0 0 0 1020 13 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908461022248 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30667/tid=30674] ppid=30665 vsize=2966184 CPUtime=10.58 cores=0,2,4,6
/proc/30667/task/30674/stat : 30674 (java) S 30665 30667 22552 0 -1 4202560 441 0 0 0 1044 14 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908459968680 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30675] ppid=30665 vsize=2966184 CPUtime=10.34 cores=0,2,4,6
/proc/30667/task/30675/stat : 30675 (java) S 30665 30667 22552 0 -1 4202560 401 0 0 0 1022 12 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908458916136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30676] ppid=30665 vsize=2966184 CPUtime=10.23 cores=0,2,4,6
/proc/30667/task/30676/stat : 30676 (java) S 30665 30667 22552 0 -1 4202560 409 0 0 0 1012 11 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908457863592 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30677] ppid=30665 vsize=2966184 CPUtime=9.94 cores=0,2,4,6
/proc/30667/task/30677/stat : 30677 (java) S 30665 30667 22552 0 -1 4202560 408 0 0 0 982 12 0 0 20 0 22 0 342715080 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908456811048 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30678] ppid=30665 vsize=2966184 CPUtime=78.19 cores=0,2,4,6
/proc/30667/task/30678/stat : 30678 (java) R 30665 30667 22552 0 -1 4202560 55859 0 0 0 7766 53 0 0 20 0 22 0 342715081 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908444399088 139908487665114 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30667/tid=30679] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30679/stat : 30679 (java) S 30665 30667 22552 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342715081 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908443346552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30680] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30680/stat : 30680 (java) S 30665 30667 22552 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342715081 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908442293896 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30681] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30681/stat : 30681 (java) S 30665 30667 22552 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908441242184 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30682] ppid=30665 vsize=2966184 CPUtime=1.8 cores=0,2,4,6
/proc/30667/task/30682/stat : 30682 (java) S 30665 30667 22552 0 -1 4202560 11800 0 0 0 177 3 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908440188984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30683] ppid=30665 vsize=2966184 CPUtime=2.02 cores=0,2,4,6
/proc/30667/task/30683/stat : 30683 (java) S 30665 30667 22552 0 -1 4202560 12844 0 0 0 200 2 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908439136440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30684] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30684/stat : 30684 (java) S 30665 30667 22552 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908438084088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30685] ppid=30665 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/30667/task/30685/stat : 30685 (java) S 30665 30667 22552 0 -1 4202560 52 0 0 0 16 17 0 0 20 0 22 0 342715084 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908437031752 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30686] ppid=30665 vsize=2966184 CPUtime=806.97 cores=0,2,4,6
/proc/30667/task/30686/stat : 30686 (java) S 30665 30667 22552 0 -1 4202560 419 0 0 0 80683 14 0 0 20 0 22 0 342717094 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908435976904 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30687] ppid=30665 vsize=2966184 CPUtime=807.02 cores=0,2,4,6
/proc/30667/task/30687/stat : 30687 (java) S 30665 30667 22552 0 -1 4202560 390 0 0 0 80688 14 0 0 20 0 22 0 342717094 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908434922552 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30688] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30688/stat : 30688 (java) S 30665 30667 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342717113 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908433872424 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30689] ppid=30665 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30667/task/30689/stat : 30689 (java) S 30665 30667 22552 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342717113 3037372416 347765 33554432000 1073741824 1073778376 140734502908208 139908432819880 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.6
Current children cumulated vsize (KiB) 2966184

[startup+928.701 s]
/proc/loadavg: 4.04 3.92 3.68 4/221 30765
/proc/meminfo: memFree=28011100/32873648 swapFree=6860/6860
[pid=30667] ppid=30665 vsize=3099312 CPUtime=1801.22 cores=0,2,4,6
/proc/30667/stat : 30667 (java) S 30665 30667 22552 0 -1 4202496 89239 0 1 0 179933 189 0 0 20 0 23 0 342715078 3173695488 347796 33554432000 1073741824 1073778376 140734502908208 140734502899344 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30667/statm: 774828 347796 2288 9 0 765522 0
[pid=30667/tid=30669] ppid=30665 vsize=3099312 CPUtime=18.23 cores=0,2,4,6
/proc/30667/task/30669/stat : 30669 (java) S 30665 30667 22552 0 -1 4202560 3263 0 1 0 1814 9 0 0 20 0 23 0 342715079 3173695488 347796 33554432000 1073741824 1073778376 140734502908208 139908479898776 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30670] ppid=30665 vsize=3099312 CPUtime=9.96 cores=0,2,4,6
/proc/30667/task/30670/stat : 30670 (java) S 30665 30667 22552 0 -1 4202560 418 0 0 0 984 12 0 0 20 0 23 0 342715080 3173695488 347796 33554432000 1073741824 1073778376 140734502908208 139908464179880 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30667/tid=30671] ppid=30665 vsize=3099312 CPUtime=10.09 cores=0,2,4,6
/proc/30667/task/30671/stat : 30671 (java) S 30665 30667 22552 0 -1 4202560 437 0 0 0 995 14 0 0 20 0 23 0 342715080 3173695488 347796 33554432000 1073741824 1073778376 140734502908208 139908463127336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30672] ppid=30665 vsize=3099312 CPUtime=10.19 cores=0,2,4,6
/proc/30667/task/30672/stat : 30672 (java) S 30665 30667 22552 0 -1 4202560 437 0 0 0 1005 14 0 0 20 0 23 0 342715080 3173695488 347796 33554432000 1073741824 1073778376 140734502908208 139908462074792 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30673] ppid=30665 vsize=3099312 CPUtime=10.33 cores=0,2,4,6
/proc/30667/task/30673/stat : 30673 (java) S 30665 30667 22552 0 -1 4202560 439 0 0 0 1020 13 0 0 20 0 23 0 342715080 3173695488 347796 33554432000 1073741824 1073778376 140734502908208 139908461022248 259115758652 256 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30667/tid=30674] ppid=30665 vsize=3099312 CPUtime=10.58 cores=0,2,4,6
/proc/30667/task/30674/stat : 30674 (java) R 30665 30667 22552 0 -1 4202560 441 0 0 0 1044 14 0 0 20 0 21 0 342715080 3173695488 347796 33554432000 1073741824 1073778376 140734502908208 139908459968680 259115758652 256 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30667/tid=30675] ppid=30665 vsize=3099312 CPUtime=10.34 cores=0,2,4,6
/proc/30667/task/30675/stat : 30675 (java) R 30665 30667 22552 0 -1 4202560 401 0 0 0 1022 12 0 0 20 0 16 0 342715080 3173695488 347796 33554432000 1073741824 1073778376 140734502908208 139908458916136 259115758652 256 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30667/tid=30676] ppid=30665 vsize=3099312 CPUtime=10.23 cores=0,2,4,6
/proc/30667/task/30676/stat : 30676 (java) R 30665 30667 22552 0 -1 4202560 409 0 0 0 1012 11 0 0 20 0 7 0 342715080 3173695488 347796 33554432000 1073741824 1073778376 140734502908208 139908457863592 259115758652 256 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1801.22
Current children cumulated vsize (KiB) 3099312

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30667 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=679167
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=301650
# CPU time returned by wait4() is 1796.98
# while last known CPU time is 1801.22
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 928.709
CPU time (s): 1801.22
CPU user time (s): 1799.33
CPU system time (s): 1.89
CPU usage (%): 193.949
Max. virtual memory (cumulated for all children) (KiB): 3099312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 2.30165
maximum resident set size= 1391184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89239
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51441
involuntary context switches= 135637

runsolver used 3.40948 second user time and 8.38573 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 01:24:52
IDJOB=3741643
IDBENCH=89890
IDSOLVER=2324
FILE ID=node124/3741643-1338765892
RUNJOBID= node124-1338748776-22568
PBS_JOBID= 14636791
Free space on /tmp= 70700 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-netdiversion.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741643-1338765892/watcher-3741643-1338765892 -o /tmp/evaluation-result-3741643-1338765892/solver-3741643-1338765892 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741643-1338765892.opb

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

MD5SUM BENCH= 2c0dd2737108318b86d3c4c102584cdd
RANDOM SEED=1475102238

node124.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		: 2667.325
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	: 5334.65
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5357.53
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.04
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		: 2667.325
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	: 5385.03
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		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29642364 kB
Buffers:          230788 kB
Cached:          1536500 kB
SwapCached:         8268 kB
Active:          1126188 kB
Inactive:        1331788 kB
Active(anon):     684864 kB
Inactive(anon):     8240 kB
Active(file):     441324 kB
Inactive(file):  1323548 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091596 kB
Dirty:              7684 kB
Writeback:             0 kB
AnonPages:        692160 kB
Mapped:            17308 kB
Shmem:                 0 kB
Slab:             635168 kB
SReclaimable:      79212 kB
SUnreclaim:       555956 kB
KernelStack:        1616 kB
PageTables:         5556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1576308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    649216 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= 70692 MiB
End job on node124 at 2012-06-04 01:40:22