Trace number 3689654

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.15 917.565

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K183.opb
MD5SUM0350ceeb14af28f3be070cadc324c0d3
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21777
Total number of constraints22145
Number of constraints which are clauses21962
Number of constraints which are cardinality constraints (but not clauses)183
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint183
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 184
Number of bits of the biggest sum of numbers8
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.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.00/0.08	c version 2.3.2.v20120418
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 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.08/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
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 org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
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 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 org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
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 c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689654-1337883991.opb
0.09/0.11	c reading problem ... 
1.51/0.72	c ... done. Wall clock time 0.603s.
1.51/0.72	c declared #vars     21777
1.51/0.72	c #constraints  22145
1.51/0.72	c constraints type 
1.51/0.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19594
1.51/0.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 183
1.51/0.72	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.51/0.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2366
1.51/0.72	c 22145 constraints processed.
1.51/0.72	c constraints type 
1.51/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2366
1.51/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19594
1.51/0.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 183
1.51/0.72	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.51/0.72	c 22145 constraints processed.
7.22/3.05	c cleaning 2490 clauses out of 4994 with flag 5001/5001
12.70/5.55	c cleaning 4237 clauses out of 8498 with flag 11000/11000
17.86/8.17	c cleaning 5554 clauses out of 11260 with flag 18000/18000
25.67/11.81	c cleaning 6743 clauses out of 13700 with flag 26000/26000
32.94/15.43	c cleaning 7846 clauses out of 15955 with flag 35000/35000
41.24/19.69	c cleaning 8942 clauses out of 18105 with flag 45000/45000
50.34/24.25	c cleaning 9866 clauses out of 20160 with flag 56000/56000
60.46/29.31	c cleaning 10998 clauses out of 22294 with flag 68003/68003
71.26/34.84	c cleaning 12053 clauses out of 24291 with flag 81001/81001
82.30/40.47	c cleaning 13063 clauses out of 26232 with flag 95001/95001
94.70/46.77	c cleaning 13874 clauses out of 28168 with flag 110000/110000
108.46/53.72	c cleaning 14928 clauses out of 30292 with flag 126000/126000
122.04/60.76	c cleaning 15550 clauses out of 32365 with flag 143004/143004
135.91/67.88	c cleaning 16099 clauses out of 34808 with flag 161000/161000
150.97/75.57	c cleaning 16942 clauses out of 37708 with flag 180000/180000
168.87/84.66	c cleaning 18067 clauses out of 40767 with flag 200001/200001
188.50/94.74	c cleaning 18844 clauses out of 43699 with flag 221000/221000
207.83/104.57	c cleaning 19851 clauses out of 46855 with flag 243001/243001
228.85/115.25	c cleaning 20686 clauses out of 50003 with flag 266000/266000
249.51/125.72	c cleaning 21474 clauses out of 53318 with flag 290001/290001
272.91/137.74	c cleaning 22432 clauses out of 56845 with flag 315003/315003
295.39/149.18	c cleaning 23766 clauses out of 60409 with flag 341000/341000
321.29/162.20	c cleaning 23954 clauses out of 63646 with flag 368004/368004
347.05/175.37	c cleaning 25351 clauses out of 67687 with flag 396000/396000
376.36/190.34	c cleaning 26545 clauses out of 71336 with flag 425001/425001
404.76/205.06	c cleaning 27242 clauses out of 74788 with flag 455000/455000
434.28/219.95	c cleaning 28023 clauses out of 78547 with flag 486001/486001
465.99/236.11	c cleaning 29110 clauses out of 82525 with flag 518002/518002
470.98/238.99	c cleaning 0 clauses out of 5000 with flag 0/5000
499.19/253.12	c cleaning 30130 clauses out of 86413 with flag 551000/551000
530.70/269.13	c cleaning 30391 clauses out of 90285 with flag 585002/585002
564.79/286.68	c cleaning 31648 clauses out of 94892 with flag 620000/620000
605.37/307.17	c cleaning 33396 clauses out of 99247 with flag 656003/656003
640.15/324.81	c cleaning 33705 clauses out of 102847 with flag 693000/693000
676.45/343.35	c cleaning 34590 clauses out of 107141 with flag 731000/731000
713.26/362.35	c cleaning 35535 clauses out of 111551 with flag 770001/770001
754.11/383.06	c cleaning 36804 clauses out of 116014 with flag 810000/810000
795.50/404.10	c cleaning 36805 clauses out of 120209 with flag 851000/851000
843.77/428.40	c cleaning 39327 clauses out of 125408 with flag 893006/893006
890.15/452.22	c cleaning 39147 clauses out of 129075 with flag 936000/936000
933.12/474.19	c cleaning 40177 clauses out of 133925 with flag 980001/980001
978.61/497.36	c cleaning 40744 clauses out of 138747 with flag 1025000/1025000
1043.00/530.71	c cleaning 42469 clauses out of 144002 with flag 1071000/1071000
1089.43/554.33	c cleaning 43100 clauses out of 148533 with flag 1118000/1118000
1137.99/579.13	c cleaning 43898 clauses out of 153433 with flag 1166000/1166000
1185.55/603.45	c cleaning 45464 clauses out of 158535 with flag 1215000/1215000
1243.31/633.10	c cleaning 45720 clauses out of 163067 with flag 1265001/1265001
1299.91/661.98	c cleaning 47389 clauses out of 168345 with flag 1316000/1316000
1356.33/690.63	c cleaning 47847 clauses out of 172956 with flag 1368000/1368000
1413.30/719.60	c cleaning 49228 clauses out of 178109 with flag 1421000/1421000
1470.01/748.96	c cleaning 50274 clauses out of 182881 with flag 1475000/1475000
1538.47/783.55	c cleaning 52079 clauses out of 187608 with flag 1530001/1530001
1596.39/813.00	c cleaning 52065 clauses out of 191529 with flag 1586002/1586002
1655.24/842.93	c cleaning 53807 clauses out of 196465 with flag 1643003/1643003
1723.95/878.22	c cleaning 53957 clauses out of 200656 with flag 1701002/1701002
1790.59/912.08	c cleaning 54515 clauses out of 205698 with flag 1760001/1760001
1800.15/917.51	c starts		: 205
1800.15/917.51	c conflicts		: 1768577
1800.15/917.51	c decisions		: 52584063
1800.15/917.51	c propagations		: 1638892177
1800.15/917.51	c inspects		: 2856389942
1800.15/917.51	c shortcuts		: 0
1800.15/917.51	c learnt literals	: 78
1800.15/917.51	c learnt binary clauses	: 134481
1800.15/917.51	c learnt ternary clauses	: 122619
1800.15/917.51	c learnt constraints	: 1768499
1800.15/917.51	c ignored constraints	: 0
1800.15/917.51	c root simplifications	: 0
1800.15/917.51	c removed literals (reason simplification)	: 10740136
1800.15/917.51	c reason swapping (by a shorter reason)	: 0
1800.15/917.51	c Calls to reduceDB	: 55
1800.15/917.51	c number of reductions to clauses (during analyze)	: 0
1800.15/917.51	c number of learned constraints concerned by reduction	: 0
1800.15/917.51	c number of learning phase by resolution	: 0
1800.15/917.51	c number of learning phase by cutting planes	: 0
1800.15/917.51	c speed (assignments/second)	: 1787677.2479962301
1800.15/917.51	c non guided choices	55761
1800.15/917.55	c learnt constraints type 
1800.15/917.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 134490
1800.15/917.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25334
1800.15/917.55	c constraints type 
1800.15/917.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19594
1800.15/917.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 183
1800.15/917.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.15/917.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2366
1800.15/917.55	c 22145 constraints processed.
1800.15/917.55	c constraints type 
1800.15/917.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2366
1800.15/917.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19594
1800.15/917.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 183
1800.15/917.55	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.15/917.55	c 22145 constraints processed.
1800.15/917.55	s UNKNOWN
1800.15/917.55	c Total wall clock time (in seconds): 917.435

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

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

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


[startup+0 s]
/proc/loadavg: 3.91 3.91 3.90 4/197 25383
/proc/meminfo: memFree=25884532/32873660 swapFree=7108/7108
[pid=25383] ppid=25381 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25383/stat : 25383 (java) D 25381 25383 21381 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 254524823 9515008 185 33554432000 1073741824 1073778376 140735436205392 140735436196616 270329867703 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25383/statm: 2323 185 142 9 0 71 0

[startup+0.0891599 s]
/proc/loadavg: 3.91 3.91 3.90 4/197 25383
/proc/meminfo: memFree=25884532/32873660 swapFree=7108/7108
[pid=25383] ppid=25381 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25383/stat : 25383 (java) S 25381 25383 21381 0 -1 4202496 4240 0 1 0 7 1 0 0 20 0 18 0 254524823 9787813888 5423 33554432000 1073741824 1073778376 140735658915424 140735658906560 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25383/statm: 2389603 5423 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100159 s]
/proc/loadavg: 3.91 3.91 3.90 4/197 25383
/proc/meminfo: memFree=25884532/32873660 swapFree=7108/7108
[pid=25383] ppid=25381 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25383/stat : 25383 (java) S 25381 25383 21381 0 -1 4202496 4348 0 1 0 8 1 0 0 20 0 18 0 254524823 9787813888 6041 33554432000 1073741824 1073778376 140735658915424 140735658906560 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25383/statm: 2389603 6044 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300176 s]
/proc/loadavg: 3.91 3.91 3.90 4/197 25383
/proc/meminfo: memFree=25884532/32873660 swapFree=7108/7108
[pid=25383] ppid=25381 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/25383/stat : 25383 (java) S 25381 25383 21381 0 -1 4202496 7530 0 1 0 54 2 0 0 20 0 18 0 254524823 9787813888 12812 33554432000 1073741824 1073778376 140735658915424 140735658906560 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25383/statm: 2389603 12812 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700197 s]
/proc/loadavg: 3.91 3.91 3.90 4/197 25383
/proc/meminfo: memFree=25884532/32873660 swapFree=7108/7108
[pid=25383] ppid=25381 vsize=9558412 CPUtime=1.51 cores=1,3,5,7
/proc/25383/stat : 25383 (java) S 25381 25383 21381 0 -1 4202496 15049 0 1 0 144 7 0 0 20 0 18 0 254524823 9787813888 46882 33554432000 1073741824 1073778376 140735658915424 140735658906560 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25383/statm: 2389603 46882 2256 9 0 2380296 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 9558412

[startup+1.50073 s]
/proc/loadavg: 3.84 3.89 3.90 6/219 25405
/proc/meminfo: memFree=25702728/32873660 swapFree=7108/7108
[pid=25383] ppid=25381 vsize=9824668 CPUtime=4.2 cores=1,3,5,7
/proc/25383/stat : 25383 (java) S 25381 25383 21381 0 -1 4202496 17543 0 1 0 412 8 0 0 20 0 22 0 254524823 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140735658906560 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25383/statm: 2456167 47614 2272 9 0 2446860 0
[pid=25383/tid=25385] ppid=25381 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/25383/task/25385/stat : 25385 (java) S 25381 25383 21381 0 -1 4202560 2516 0 1 0 62 4 0 0 20 0 22 0 254524823 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667880768504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25386] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25386/stat : 25386 (java) S 25381 25383 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254524824 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667842259112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25387] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25387/stat : 25387 (java) S 25381 25383 21381 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254524824 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667841206568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25388] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25388/stat : 25388 (java) S 25381 25383 21381 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254524825 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667840154024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25389] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25389/stat : 25389 (java) S 25381 25383 21381 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254524825 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667839101480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25390] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25390/stat : 25390 (java) S 25381 25383 21381 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254524825 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667838048936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25391] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25391/stat : 25391 (java) S 25381 25383 21381 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254524825 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667836996392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25392] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25392/stat : 25392 (java) S 25381 25383 21381 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254524825 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667835943848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25393] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25393/stat : 25393 (java) S 25381 25383 21381 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254524825 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667834891304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25394] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25394/stat : 25394 (java) S 25381 25383 21381 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667704539240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25395] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25395/stat : 25395 (java) S 25381 25383 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667703485560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25396] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25396/stat : 25396 (java) S 25381 25383 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667702432904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25397] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25397/stat : 25397 (java) S 25381 25383 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254524828 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667701381648 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25398] ppid=25381 vsize=9824668 CPUtime=0.91 cores=1,3,5,7
/proc/25383/task/25398/stat : 25398 (java) S 25381 25383 21381 0 -1 4202560 7070 0 0 0 90 1 0 0 20 0 22 0 254524828 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667700329016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25399] ppid=25381 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/25383/task/25399/stat : 25399 (java) S 25381 25383 21381 0 -1 4202560 6549 0 0 0 93 1 0 0 20 0 22 0 254524828 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667699276472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25400] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25400/stat : 25400 (java) S 25381 25383 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254524828 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667698224120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25401] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25401/stat : 25401 (java) S 25381 25383 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254524828 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140667697171784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25402] ppid=25381 vsize=9824668 CPUtime=0.76 cores=1,3,5,7
/proc/25383/task/25402/stat : 25402 (java) R 25381 25383 21381 0 -1 4202560 27 0 0 0 76 0 0 0 20 0 22 0 254524895 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140666688495992 140667712892491 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25403] ppid=25381 vsize=9824668 CPUtime=0.76 cores=1,3,5,7
/proc/25383/task/25403/stat : 25403 (java) R 25381 25383 21381 0 -1 4202560 70 0 0 0 76 0 0 0 20 0 22 0 254524895 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140666687443224 140667712757288 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25404] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25404/stat : 25404 (java) S 25381 25383 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254524897 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140666686391336 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25405] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25405/stat : 25405 (java) S 25381 25383 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254524897 10060460032 47614 33554432000 1073741824 1073778376 140735658915424 140666685338792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9824668

[startup+3.10078 s]
/proc/loadavg: 3.84 3.89 3.90 5/219 25405
/proc/meminfo: memFree=25701580/32873660 swapFree=7108/7108
[pid=25383] ppid=25381 vsize=9824668 CPUtime=7.49 cores=1,3,5,7
/proc/25383/stat : 25383 (java) S 25381 25383 21381 0 -1 4202496 17610 0 1 0 739 10 0 0 20 0 22 0 254524823 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140735658906560 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25383/statm: 2456167 52760 2280 9 0 2446860 0
[pid=25383/tid=25385] ppid=25381 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/25383/task/25385/stat : 25385 (java) S 25381 25383 21381 0 -1 4202560 2516 0 1 0 62 4 0 0 20 0 22 0 254524823 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667880768504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25386] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25386/stat : 25386 (java) S 25381 25383 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254524824 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667842259112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25387] ppid=25381 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25383/task/25387/stat : 25387 (java) S 25381 25383 21381 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254524824 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667841206568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25388] ppid=25381 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25383/task/25388/stat : 25388 (java) S 25381 25383 21381 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254524825 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667840154024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25389] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25389/stat : 25389 (java) S 25381 25383 21381 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254524825 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667839101480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25390] ppid=25381 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25383/task/25390/stat : 25390 (java) S 25381 25383 21381 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254524825 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667838048936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25391] ppid=25381 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25383/task/25391/stat : 25391 (java) S 25381 25383 21381 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254524825 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667836996392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25392] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25392/stat : 25392 (java) S 25381 25383 21381 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254524825 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667835943848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25393] ppid=25381 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25383/task/25393/stat : 25393 (java) S 25381 25383 21381 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 254524825 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667834891304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25394] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25394/stat : 25394 (java) R 25381 25383 21381 0 -1 4202560 90 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667704538216 140667884904480 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25395] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25395/stat : 25395 (java) S 25381 25383 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667703485560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25396] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25396/stat : 25396 (java) S 25381 25383 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667702432904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25397] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25397/stat : 25397 (java) S 25381 25383 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254524828 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667701381648 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25398] ppid=25381 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/25383/task/25398/stat : 25398 (java) S 25381 25383 21381 0 -1 4202560 7075 0 0 0 92 1 0 0 20 0 22 0 254524828 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667700318152 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25399] ppid=25381 vsize=9824668 CPUtime=0.98 cores=1,3,5,7
/proc/25383/task/25399/stat : 25399 (java) S 25381 25383 21381 0 -1 4202560 6550 0 0 0 97 1 0 0 20 0 22 0 254524828 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667699276472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25400] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25400/stat : 25400 (java) S 25381 25383 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254524828 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667698224120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25401] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25401/stat : 25401 (java) S 25381 25383 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254524828 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140667697171784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25402] ppid=25381 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/25383/task/25402/stat : 25402 (java) S 25381 25383 21381 0 -1 4202560 29 0 0 0 231 0 0 0 20 0 22 0 254524895 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140666688495832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25403] ppid=25381 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/25383/task/25403/stat : 25403 (java) S 25381 25383 21381 0 -1 4202560 70 0 0 0 231 0 0 0 20 0 22 0 254524895 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140666687441352 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25404] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25404/stat : 25404 (java) S 25381 25383 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254524897 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140666686391336 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25405] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25405/stat : 25405 (java) S 25381 25383 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254524897 10060460032 52760 33554432000 1073741824 1073778376 140735658915424 140666685338792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 9824668

[startup+6.30078 s]
/proc/loadavg: 3.84 3.89 3.90 5/220 25406
/proc/meminfo: memFree=25662564/32873660 swapFree=7108/7108
[pid=25383] ppid=25381 vsize=9824668 CPUtime=14.26 cores=1,3,5,7
/proc/25383/stat : 25383 (java) S 25381 25383 21381 0 -1 4202496 21694 0 1 0 1415 11 0 0 20 0 22 0 254524823 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140735658906560 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25383/statm: 2456167 58864 2284 9 0 2446860 0
[pid=25383/tid=25385] ppid=25381 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/25383/task/25385/stat : 25385 (java) S 25381 25383 21381 0 -1 4202560 2517 0 1 0 62 4 0 0 20 0 22 0 254524823 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667880768504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25386] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25386/stat : 25386 (java) S 25381 25383 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254524824 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667842259112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25387] ppid=25381 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25383/task/25387/stat : 25387 (java) S 25381 25383 21381 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 254524824 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667841206568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25388] ppid=25381 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25383/task/25388/stat : 25388 (java) S 25381 25383 21381 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254524825 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667840154024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25389] ppid=25381 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25383/task/25389/stat : 25389 (java) S 25381 25383 21381 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254524825 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667839101480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25390] ppid=25381 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25383/task/25390/stat : 25390 (java) S 25381 25383 21381 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254524825 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667838048936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25391] ppid=25381 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25383/task/25391/stat : 25391 (java) S 25381 25383 21381 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254524825 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667836996392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25392] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25392/stat : 25392 (java) S 25381 25383 21381 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254524825 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667835943848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25393] ppid=25381 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25383/task/25393/stat : 25393 (java) S 25381 25383 21381 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254524825 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667834891304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25394] ppid=25381 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/25383/task/25394/stat : 25394 (java) S 25381 25383 21381 0 -1 4202560 104 0 0 0 9 0 0 0 20 0 22 0 254524826 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667704539240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25395] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25395/stat : 25395 (java) S 25381 25383 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667703485560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25396] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25396/stat : 25396 (java) S 25381 25383 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667702432904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25397] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25397/stat : 25397 (java) S 25381 25383 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254524828 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667701381648 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25398] ppid=25381 vsize=9824668 CPUtime=1.36 cores=1,3,5,7
/proc/25383/task/25398/stat : 25398 (java) S 25381 25383 21381 0 -1 4202560 11129 0 0 0 134 2 0 0 20 0 22 0 254524828 10060460032 58864 33554432000 1073741824 1073778376 140735658915424 140667700329016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/25383/statm: 2456167 802464 2286 9 0 2446860 0
[pid=25383/tid=25385] ppid=25381 vsize=9824668 CPUtime=0.7 cores=1,3,5,7
/proc/25383/task/25385/stat : 25385 (java) S 25381 25383 21381 0 -1 4202560 2554 0 1 0 64 6 0 0 20 0 22 0 254524823 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667880768504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25386] ppid=25381 vsize=9824668 CPUtime=3.01 cores=1,3,5,7
/proc/25383/task/25386/stat : 25386 (java) S 25381 25383 21381 0 -1 4202560 753 0 0 0 280 21 0 0 20 0 22 0 254524824 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667842259112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25387] ppid=25381 vsize=9824668 CPUtime=3.3 cores=1,3,5,7
/proc/25383/task/25387/stat : 25387 (java) S 25381 25383 21381 0 -1 4202560 1176 0 0 0 312 18 0 0 20 0 22 0 254524824 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667841206568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25388] ppid=25381 vsize=9824668 CPUtime=3.25 cores=1,3,5,7
/proc/25383/task/25388/stat : 25388 (java) S 25381 25383 21381 0 -1 4202560 1054 0 0 0 308 17 0 0 20 0 22 0 254524825 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667840154024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25389] ppid=25381 vsize=9824668 CPUtime=3.15 cores=1,3,5,7
/proc/25383/task/25389/stat : 25389 (java) S 25381 25383 21381 0 -1 4202560 738 0 0 0 298 17 0 0 20 0 22 0 254524825 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667839101480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25390] ppid=25381 vsize=9824668 CPUtime=3.13 cores=1,3,5,7
/proc/25383/task/25390/stat : 25390 (java) S 25381 25383 21381 0 -1 4202560 727 0 0 0 296 17 0 0 20 0 22 0 254524825 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667838048936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25391] ppid=25381 vsize=9824668 CPUtime=2.96 cores=1,3,5,7
/proc/25383/task/25391/stat : 25391 (java) S 25381 25383 21381 0 -1 4202560 1176 0 0 0 279 17 0 0 20 0 22 0 254524825 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667836996392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25392] ppid=25381 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/25383/task/25392/stat : 25392 (java) S 25381 25383 21381 0 -1 4202560 967 0 0 0 305 16 0 0 20 0 22 0 254524825 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667835943848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25393] ppid=25381 vsize=9824668 CPUtime=2.97 cores=1,3,5,7
/proc/25383/task/25393/stat : 25393 (java) S 25381 25383 21381 0 -1 4202560 1052 0 0 0 282 15 0 0 20 0 22 0 254524825 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667834891304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25394] ppid=25381 vsize=9824668 CPUtime=47.93 cores=1,3,5,7
/proc/25383/task/25394/stat : 25394 (java) S 25381 25383 21381 0 -1 4202560 3360 0 0 0 4774 19 0 0 20 0 22 0 254524826 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667704539240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25395] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25395/stat : 25395 (java) S 25381 25383 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667703485560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25396] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25396/stat : 25396 (java) S 25381 25383 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667702432904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25397] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25397/stat : 25397 (java) S 25381 25383 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254524828 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667701381648 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25398] ppid=25381 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/25383/task/25398/stat : 25398 (java) S 25381 25383 21381 0 -1 4202560 11139 0 0 0 171 2 0 0 20 0 22 0 254524828 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667700329016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25399] ppid=25381 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/25383/task/25399/stat : 25399 (java) S 25381 25383 21381 0 -1 4202560 8842 0 0 0 161 2 0 0 20 0 22 0 254524828 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667699276472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25400] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25400/stat : 25400 (java) S 25381 25383 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254524828 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667698224120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25401] ppid=25381 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/25383/task/25401/stat : 25401 (java) S 25381 25383 21381 0 -1 4202560 51 0 0 0 12 20 0 0 20 0 22 0 254524828 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140667697171784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25402] ppid=25381 vsize=9824668 CPUtime=824.53 cores=1,3,5,7
/proc/25383/task/25402/stat : 25402 (java) R 25381 25383 21381 0 -1 4202560 105 0 0 0 82440 13 0 0 20 0 22 0 254524895 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140666688495712 140667712811154 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25403] ppid=25381 vsize=9824668 CPUtime=824.52 cores=1,3,5,7
/proc/25383/task/25403/stat : 25403 (java) R 25381 25383 21381 0 -1 4202560 1013 0 0 0 82414 38 0 0 20 0 22 0 254524895 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140666687441376 140667713389242 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25404] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25404/stat : 25404 (java) S 25381 25383 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254524897 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140666686391336 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25405] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25405/stat : 25405 (java) S 25381 25383 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254524897 10060460032 802464 33554432000 1073741824 1073778376 140735658915424 140666685338792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1730.72
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+917.501 s]
/proc/loadavg: 4.02 3.93 3.91 5/219 25477
/proc/meminfo: memFree=22720832/32873660 swapFree=7108/7108
[pid=25383] ppid=25381 vsize=9824668 CPUtime=1800.15 cores=1,3,5,7
/proc/25383/stat : 25383 (java) S 25381 25383 21381 0 -1 4202496 36082 0 1 0 179790 225 0 0 20 0 22 0 254524823 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140735658906560 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25383/statm: 2456167 818928 2286 9 0 2446860 0
[pid=25383/tid=25385] ppid=25381 vsize=9824668 CPUtime=0.7 cores=1,3,5,7
/proc/25383/task/25385/stat : 25385 (java) S 25381 25383 21381 0 -1 4202560 2554 0 1 0 64 6 0 0 20 0 22 0 254524823 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667880768504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25386] ppid=25381 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/25383/task/25386/stat : 25386 (java) S 25381 25383 21381 0 -1 4202560 765 0 0 0 289 22 0 0 20 0 22 0 254524824 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667842259112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25387] ppid=25381 vsize=9824668 CPUtime=3.54 cores=1,3,5,7
/proc/25383/task/25387/stat : 25387 (java) S 25381 25383 21381 0 -1 4202560 1192 0 0 0 335 19 0 0 20 0 22 0 254524824 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667841206568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25388] ppid=25381 vsize=9824668 CPUtime=3.4 cores=1,3,5,7
/proc/25383/task/25388/stat : 25388 (java) S 25381 25383 21381 0 -1 4202560 1061 0 0 0 322 18 0 0 20 0 22 0 254524825 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667840154024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25389] ppid=25381 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/25383/task/25389/stat : 25389 (java) S 25381 25383 21381 0 -1 4202560 770 0 0 0 317 18 0 0 20 0 22 0 254524825 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667839101480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25390] ppid=25381 vsize=9824668 CPUtime=3.31 cores=1,3,5,7
/proc/25383/task/25390/stat : 25390 (java) S 25381 25383 21381 0 -1 4202560 743 0 0 0 313 18 0 0 20 0 22 0 254524825 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667838048936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25391] ppid=25381 vsize=9824668 CPUtime=3.07 cores=1,3,5,7
/proc/25383/task/25391/stat : 25391 (java) S 25381 25383 21381 0 -1 4202560 1187 0 0 0 290 17 0 0 20 0 22 0 254524825 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667836996392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25392] ppid=25381 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/25383/task/25392/stat : 25392 (java) S 25381 25383 21381 0 -1 4202560 987 0 0 0 318 17 0 0 20 0 22 0 254524825 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667835943848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25393] ppid=25381 vsize=9824668 CPUtime=3.15 cores=1,3,5,7
/proc/25383/task/25393/stat : 25393 (java) S 25381 25383 21381 0 -1 4202560 1070 0 0 0 300 15 0 0 20 0 22 0 254524825 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667834891304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25394] ppid=25381 vsize=9824668 CPUtime=49.52 cores=1,3,5,7
/proc/25383/task/25394/stat : 25394 (java) S 25381 25383 21381 0 -1 4202560 3407 0 0 0 4933 19 0 0 20 0 22 0 254524826 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667704539240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25395] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25395/stat : 25395 (java) S 25381 25383 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667703485560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25396] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25396/stat : 25396 (java) S 25381 25383 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667702432904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25397] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25397/stat : 25397 (java) S 25381 25383 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254524828 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667701381648 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25398] ppid=25381 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/25383/task/25398/stat : 25398 (java) S 25381 25383 21381 0 -1 4202560 11139 0 0 0 171 2 0 0 20 0 22 0 254524828 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667700329016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25399] ppid=25381 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/25383/task/25399/stat : 25399 (java) S 25381 25383 21381 0 -1 4202560 8842 0 0 0 161 2 0 0 20 0 22 0 254524828 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667699276472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25400] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25400/stat : 25400 (java) S 25381 25383 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254524828 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667698224120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25401] ppid=25381 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/25383/task/25401/stat : 25401 (java) S 25381 25383 21381 0 -1 4202560 53 0 0 0 13 21 0 0 20 0 22 0 254524828 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667697171784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25402] ppid=25381 vsize=9824668 CPUtime=857.73 cores=1,3,5,7
/proc/25383/task/25402/stat : 25402 (java) R 25381 25383 21381 0 -1 4202560 108 0 0 0 85759 14 0 0 20 0 22 0 254524895 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140666688495712 140667712800508 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25403] ppid=25381 vsize=9824668 CPUtime=857.71 cores=1,3,5,7
/proc/25383/task/25403/stat : 25403 (java) R 25381 25383 21381 0 -1 4202560 1015 0 0 0 85731 40 0 0 20 0 22 0 254524895 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140666687441264 140667712897858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25404] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25404/stat : 25404 (java) S 25381 25383 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254524897 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140666686391336 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25405] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25405/stat : 25405 (java) S 25381 25383 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254524897 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140666685338792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824668

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

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

[startup+917.501 s]
/proc/loadavg: 4.02 3.93 3.91 5/219 25477
/proc/meminfo: memFree=22720832/32873660 swapFree=7108/7108
[pid=25383] ppid=25381 vsize=9824668 CPUtime=1800.15 cores=1,3,5,7
/proc/25383/stat : 25383 (java) S 25381 25383 21381 0 -1 4202496 36082 0 1 0 179790 225 0 0 20 0 22 0 254524823 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140735658906560 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25383/statm: 2456167 818928 2286 9 0 2446860 0
[pid=25383/tid=25385] ppid=25381 vsize=9824668 CPUtime=0.7 cores=1,3,5,7
/proc/25383/task/25385/stat : 25385 (java) S 25381 25383 21381 0 -1 4202560 2554 0 1 0 64 6 0 0 20 0 22 0 254524823 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667880768504 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25386] ppid=25381 vsize=9824668 CPUtime=3.11 cores=1,3,5,7
/proc/25383/task/25386/stat : 25386 (java) S 25381 25383 21381 0 -1 4202560 765 0 0 0 289 22 0 0 20 0 22 0 254524824 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667842259112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25387] ppid=25381 vsize=9824668 CPUtime=3.54 cores=1,3,5,7
/proc/25383/task/25387/stat : 25387 (java) S 25381 25383 21381 0 -1 4202560 1192 0 0 0 335 19 0 0 20 0 22 0 254524824 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667841206568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25388] ppid=25381 vsize=9824668 CPUtime=3.4 cores=1,3,5,7
/proc/25383/task/25388/stat : 25388 (java) S 25381 25383 21381 0 -1 4202560 1061 0 0 0 322 18 0 0 20 0 22 0 254524825 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667840154024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25389] ppid=25381 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/25383/task/25389/stat : 25389 (java) S 25381 25383 21381 0 -1 4202560 770 0 0 0 317 18 0 0 20 0 22 0 254524825 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667839101480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25390] ppid=25381 vsize=9824668 CPUtime=3.31 cores=1,3,5,7
/proc/25383/task/25390/stat : 25390 (java) S 25381 25383 21381 0 -1 4202560 743 0 0 0 313 18 0 0 20 0 22 0 254524825 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667838048936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25391] ppid=25381 vsize=9824668 CPUtime=3.07 cores=1,3,5,7
/proc/25383/task/25391/stat : 25391 (java) S 25381 25383 21381 0 -1 4202560 1187 0 0 0 290 17 0 0 20 0 22 0 254524825 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667836996392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25392] ppid=25381 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/25383/task/25392/stat : 25392 (java) S 25381 25383 21381 0 -1 4202560 987 0 0 0 318 17 0 0 20 0 22 0 254524825 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667835943848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25393] ppid=25381 vsize=9824668 CPUtime=3.15 cores=1,3,5,7
/proc/25383/task/25393/stat : 25393 (java) S 25381 25383 21381 0 -1 4202560 1070 0 0 0 300 15 0 0 20 0 22 0 254524825 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667834891304 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25394] ppid=25381 vsize=9824668 CPUtime=49.52 cores=1,3,5,7
/proc/25383/task/25394/stat : 25394 (java) S 25381 25383 21381 0 -1 4202560 3407 0 0 0 4933 19 0 0 20 0 22 0 254524826 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667704539240 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25395] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25395/stat : 25395 (java) S 25381 25383 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667703485560 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25396] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25396/stat : 25396 (java) S 25381 25383 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254524826 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667702432904 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25397] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25397/stat : 25397 (java) S 25381 25383 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254524828 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667701381648 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25398] ppid=25381 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/25383/task/25398/stat : 25398 (java) S 25381 25383 21381 0 -1 4202560 11139 0 0 0 171 2 0 0 20 0 22 0 254524828 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667700329016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25399] ppid=25381 vsize=9824668 CPUtime=1.63 cores=1,3,5,7
/proc/25383/task/25399/stat : 25399 (java) S 25381 25383 21381 0 -1 4202560 8842 0 0 0 161 2 0 0 20 0 22 0 254524828 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667699276472 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25400] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25400/stat : 25400 (java) S 25381 25383 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254524828 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667698224120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25383/tid=25401] ppid=25381 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/25383/task/25401/stat : 25401 (java) S 25381 25383 21381 0 -1 4202560 53 0 0 0 13 21 0 0 20 0 22 0 254524828 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140667697171784 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25383/tid=25402] ppid=25381 vsize=9824668 CPUtime=857.73 cores=1,3,5,7
/proc/25383/task/25402/stat : 25402 (java) R 25381 25383 21381 0 -1 4202560 108 0 0 0 85759 14 0 0 20 0 22 0 254524895 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140666688495712 140667712800508 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25403] ppid=25381 vsize=9824668 CPUtime=857.71 cores=1,3,5,7
/proc/25383/task/25403/stat : 25403 (java) R 25381 25383 21381 0 -1 4202560 1015 0 0 0 85731 40 0 0 20 0 22 0 254524895 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140666687441264 140667712897858 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25383/tid=25404] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25404/stat : 25404 (java) S 25381 25383 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254524897 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140666686391336 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25383/tid=25405] ppid=25381 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25383/task/25405/stat : 25405 (java) S 25381 25383 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254524897 10060460032 818928 33554432000 1073741824 1073778376 140735658915424 140666685338792 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25383 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=428357
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=653596
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 917.565
CPU time (s): 1800.15
CPU user time (s): 1797.9
CPU system time (s): 2.25
CPU usage (%): 196.188
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.43
system time used= 2.6536
maximum resident set size= 3275832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36114
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26668
involuntary context switches= 45976

runsolver used 3.22351 second user time and 8.44172 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-24 20:26:31
IDJOB=3689654
IDBENCH=90144
IDSOLVER=2268
FILE ID=node117/3689654-1337883991
RUNJOBID= node117-1337871880-21398
PBS_JOBID= 14620087
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K183.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689654-1337883991/watcher-3689654-1337883991 -o /tmp/evaluation-result-3689654-1337883991/solver-3689654-1337883991 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689654-1337883991.opb

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

MD5SUM BENCH= 0350ceeb14af28f3be070cadc324c0d3
RANDOM SEED=1517154208

node117.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.148
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.29
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.148
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		: 2667.148
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	: 5331.91
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.148
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.95
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.148
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		: 2667.148
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		: 2667.148
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		: 2667.148
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:       32873660 kB
MemFree:        25884812 kB
Buffers:          227688 kB
Cached:          2299948 kB
SwapCached:            0 kB
Active:          4070204 kB
Inactive:        2134828 kB
Active(anon):    3679480 kB
Inactive(anon):        0 kB
Active(file):     390724 kB
Inactive(file):  2134828 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1980 kB
Writeback:             0 kB
AnonPages:       3683344 kB
Mapped:            22552 kB
Shmem:               200 kB
Slab:             638568 kB
SReclaimable:      82936 kB
SUnreclaim:       555632 kB
KernelStack:        1632 kB
PageTables:        11132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    4033284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3594240 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= 71620 MiB
End job on node117 at 2012-05-24 20:41:50