Trace number 3689648

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 921.382

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K167.opb
MD5SUM828e3d173a352fe2cabe4815c21f6f3f
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 variables19873
Total number of constraints20209
Number of constraints which are clauses20042
Number of constraints which are cardinality constraints (but not clauses)167
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint167
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 168
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689648-1337883969.opb
0.08/0.12	c reading problem ... 
1.49/0.73	c ... done. Wall clock time 0.608s.
1.49/0.73	c declared #vars     19873
1.49/0.73	c #constraints  20209
1.49/0.73	c constraints type 
1.49/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17882
1.49/0.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 167
1.49/0.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.49/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2158
1.49/0.73	c 20209 constraints processed.
1.49/0.73	c constraints type 
1.49/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2158
1.49/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17882
1.49/0.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 167
1.49/0.73	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.49/0.73	c 20209 constraints processed.
7.74/3.28	c cleaning 2493 clauses out of 4995 with flag 5001/5001
13.06/5.77	c cleaning 4223 clauses out of 8494 with flag 11000/11000
19.27/8.81	c cleaning 5558 clauses out of 11262 with flag 18000/18000
25.60/12.00	c cleaning 6731 clauses out of 13705 with flag 26002/26002
32.06/15.40	c cleaning 7866 clauses out of 15969 with flag 35000/35000
39.73/19.28	c cleaning 8892 clauses out of 18100 with flag 45001/45001
48.45/23.60	c cleaning 9958 clauses out of 20210 with flag 56003/56003
58.70/28.82	c cleaning 10936 clauses out of 22248 with flag 68000/68000
69.64/34.41	c cleaning 11987 clauses out of 24308 with flag 81000/81000
81.06/40.24	c cleaning 13008 clauses out of 26317 with flag 95000/95000
93.22/46.43	c cleaning 14022 clauses out of 28306 with flag 110000/110000
107.17/53.53	c cleaning 14905 clauses out of 30284 with flag 126000/126000
121.37/60.81	c cleaning 16059 clauses out of 32377 with flag 143001/143001
135.97/68.27	c cleaning 16974 clauses out of 34315 with flag 161000/161000
152.47/76.64	c cleaning 18003 clauses out of 36341 with flag 180000/180000
171.01/86.02	c cleaning 17934 clauses out of 38337 with flag 200001/200001
190.44/96.03	c cleaning 19237 clauses out of 41402 with flag 221001/221001
207.09/104.56	c cleaning 20123 clauses out of 44164 with flag 243000/243000
225.21/113.84	c cleaning 20515 clauses out of 47041 with flag 266001/266001
243.91/123.42	c cleaning 21709 clauses out of 50525 with flag 290000/290000
264.52/134.16	c cleaning 22941 clauses out of 53816 with flag 315002/315002
288.67/146.40	c cleaning 23939 clauses out of 56879 with flag 341006/341006
312.96/158.89	c cleaning 24409 clauses out of 59934 with flag 368001/368001
338.27/171.76	c cleaning 25610 clauses out of 63524 with flag 396000/396000
345.28/175.60	c cleaning 0 clauses out of 5000 with flag 0/5000
369.57/187.93	c cleaning 27085 clauses out of 66914 with flag 425000/425000
396.55/202.31	c cleaning 27325 clauses out of 69830 with flag 455001/455001
426.13/217.50	c cleaning 28652 clauses out of 73504 with flag 486000/486000
455.53/232.52	c cleaning 29022 clauses out of 76852 with flag 518000/518000
484.68/247.42	c cleaning 30221 clauses out of 80832 with flag 551003/551003
514.13/262.59	c cleaning 30880 clauses out of 84608 with flag 585000/585000
546.45/279.35	c cleaning 32535 clauses out of 88732 with flag 620004/620004
579.82/296.49	c cleaning 32942 clauses out of 92194 with flag 656002/656002
610.45/312.13	c cleaning 33657 clauses out of 96249 with flag 693000/693000
640.31/327.50	c cleaning 35159 clauses out of 100592 with flag 731000/731000
672.08/344.17	c cleaning 35615 clauses out of 104432 with flag 770000/770000
705.60/361.34	c cleaning 36514 clauses out of 108816 with flag 810000/810000
740.45/379.22	c cleaning 38036 clauses out of 113303 with flag 851001/851001
775.13/397.07	c cleaning 39055 clauses out of 117267 with flag 893001/893001
810.20/415.38	c cleaning 39888 clauses out of 121213 with flag 936002/936002
847.90/434.64	c cleaning 41634 clauses out of 125323 with flag 980000/980000
887.54/454.93	c cleaning 42109 clauses out of 128689 with flag 1025001/1025001
926.40/474.82	c cleaning 42295 clauses out of 132581 with flag 1071002/1071002
967.84/496.34	c cleaning 43326 clauses out of 137285 with flag 1118001/1118001
1013.67/519.74	c cleaning 45084 clauses out of 141958 with flag 1166000/1166000
1070.71/548.79	c cleaning 46677 clauses out of 145875 with flag 1215001/1215001
1118.31/573.05	c cleaning 46481 clauses out of 149201 with flag 1265004/1265004
1165.97/597.60	c cleaning 47459 clauses out of 153716 with flag 1316000/1316000
1211.82/621.02	c cleaning 47990 clauses out of 158258 with flag 1368001/1368001
1263.65/647.49	c cleaning 50045 clauses out of 163267 with flag 1421000/1421000
1311.28/671.72	c cleaning 50476 clauses out of 167222 with flag 1475000/1475000
1362.79/698.29	c cleaning 50687 clauses out of 171746 with flag 1530001/1530001
1413.22/723.92	c cleaning 52080 clauses out of 177058 with flag 1586000/1586000
1463.87/749.80	c cleaning 53522 clauses out of 181978 with flag 1643000/1643000
1522.90/779.72	c cleaning 54256 clauses out of 186456 with flag 1701000/1701000
1577.78/807.94	c cleaning 55578 clauses out of 191200 with flag 1760000/1760000
1639.81/839.40	c cleaning 56425 clauses out of 195624 with flag 1820002/1820002
1697.64/868.83	c cleaning 56945 clauses out of 200199 with flag 1881002/1881002
1751.48/896.20	c cleaning 58547 clauses out of 205253 with flag 1943001/1943001
1800.15/921.31	c starts		: 210
1800.15/921.31	c conflicts		: 1993970
1800.15/921.31	c decisions		: 46771324
1800.15/921.31	c propagations		: 1665994855
1800.15/921.31	c inspects		: 3080731083
1800.15/921.31	c shortcuts		: 0
1800.15/921.31	c learnt literals	: 62
1800.15/921.31	c learnt binary clauses	: 131186
1800.15/921.31	c learnt ternary clauses	: 131766
1800.15/921.31	c learnt constraints	: 1993908
1800.15/921.31	c ignored constraints	: 0
1800.15/921.31	c root simplifications	: 0
1800.15/921.31	c removed literals (reason simplification)	: 13293131
1800.15/921.31	c reason swapping (by a shorter reason)	: 0
1800.15/921.31	c Calls to reduceDB	: 58
1800.15/921.31	c number of reductions to clauses (during analyze)	: 0
1800.15/921.31	c number of learned constraints concerned by reduction	: 0
1800.15/921.31	c number of learning phase by resolution	: 0
1800.15/921.31	c number of learning phase by cutting planes	: 0
1800.15/921.31	c speed (assignments/second)	: 1809774.3706507168
1800.15/921.31	c non guided choices	38539
1800.15/921.36	c learnt constraints type 
1800.15/921.36	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 131190
1800.15/921.36	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66542
1800.15/921.36	c constraints type 
1800.15/921.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17882
1800.15/921.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 167
1800.15/921.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.15/921.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2158
1800.15/921.36	c 20209 constraints processed.
1800.15/921.36	c constraints type 
1800.15/921.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2158
1800.15/921.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17882
1800.15/921.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 167
1800.15/921.36	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.15/921.36	c 20209 constraints processed.
1800.15/921.36	s UNKNOWN
1800.15/921.36	c Total wall clock time (in seconds): 921.237

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-3689648-1337883969/watcher-3689648-1337883969 -o /tmp/evaluation-result-3689648-1337883969/solver-3689648-1337883969 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689648-1337883969.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.68 3.75 3.72 4/197 27792
/proc/meminfo: memFree=25799680/32873844 swapFree=7616/7616
[pid=27792] ppid=27790 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/27792/stat : 27792 (java) D 27790 27792 24080 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254521214 9515008 183 33554432000 1073741824 1073778376 140734919958480 140734919949512 209883840181 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/27792/statm: 2323 183 140 9 0 71 0

[startup+0.0780571 s]
/proc/loadavg: 3.68 3.75 3.72 4/197 27792
/proc/meminfo: memFree=25799680/32873844 swapFree=7616/7616
[pid=27792] ppid=27790 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27792/stat : 27792 (java) S 27790 27792 24080 0 -1 4202496 3317 0 1 0 5 0 0 0 20 0 18 0 254521214 9787813888 4015 33554432000 1073741824 1073778376 140736203211616 140736203202752 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27792/statm: 2389603 4016 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100251 s]
/proc/loadavg: 3.68 3.75 3.72 4/197 27792
/proc/meminfo: memFree=25799680/32873844 swapFree=7616/7616
[pid=27792] ppid=27790 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27792/stat : 27792 (java) S 27790 27792 24080 0 -1 4202496 4305 0 1 0 8 0 0 0 20 0 18 0 254521214 9787813888 4994 33554432000 1073741824 1073778376 140736203211616 140736203202752 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27792/statm: 2389603 4994 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300222 s]
/proc/loadavg: 3.68 3.75 3.72 4/197 27792
/proc/meminfo: memFree=25799680/32873844 swapFree=7616/7616
[pid=27792] ppid=27790 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/27792/stat : 27792 (java) S 27790 27792 24080 0 -1 4202496 7235 0 1 0 52 1 0 0 20 0 18 0 254521214 9787813888 10420 33554432000 1073741824 1073778376 140736203211616 140736203202752 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27792/statm: 2389603 10420 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.706587 s]
/proc/loadavg: 3.68 3.75 3.72 4/197 27792
/proc/meminfo: memFree=25799680/32873844 swapFree=7616/7616
[pid=27792] ppid=27790 vsize=9558412 CPUtime=1.49 cores=0,2,4,6
/proc/27792/stat : 27792 (java) S 27790 27792 24080 0 -1 4202496 15128 0 1 0 143 6 0 0 20 0 18 0 254521214 9787813888 46006 33554432000 1073741824 1073778376 140736203211616 140736203202752 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27792/statm: 2389603 46006 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9558412

[startup+1.50069 s]
/proc/loadavg: 3.68 3.75 3.72 7/219 27814
/proc/meminfo: memFree=25623416/32873844 swapFree=7616/7616
[pid=27792] ppid=27790 vsize=9824668 CPUtime=4.03 cores=0,2,4,6
/proc/27792/stat : 27792 (java) S 27790 27792 24080 0 -1 4202496 17463 0 1 0 396 7 0 0 20 0 22 0 254521214 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140736203202752 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27792/statm: 2456167 46924 2268 9 0 2446860 0
[pid=27792/tid=27794] ppid=27790 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/27792/task/27794/stat : 27794 (java) S 27790 27792 24080 0 -1 4202560 2576 0 1 0 65 2 0 0 20 0 22 0 254521215 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671782822904 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27795] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27795/stat : 27795 (java) S 27790 27792 24080 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254521216 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671626816552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27796] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27796/stat : 27796 (java) S 27790 27792 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254521216 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671625763752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27797] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27797/stat : 27797 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521216 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671624710952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27798] ppid=27790 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27792/task/27798/stat : 27798 (java) S 27790 27792 24080 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254521216 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671623658152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27799] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27799/stat : 27799 (java) S 27790 27792 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254521216 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671622605352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27800] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27800/stat : 27800 (java) S 27790 27792 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254521216 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671621552552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27801] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27801/stat : 27801 (java) S 27790 27792 24080 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254521216 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671620499752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27802] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27802/stat : 27802 (java) S 27790 27792 24080 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254521216 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671619446952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27803] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27803/stat : 27803 (java) S 27790 27792 24080 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254521217 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671607036904 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27804] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27804/stat : 27804 (java) S 27790 27792 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254521218 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671605982968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27805] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27805/stat : 27805 (java) S 27790 27792 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254521218 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671604930056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27806] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27806/stat : 27806 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521220 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671603878544 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27807] ppid=27790 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/27792/task/27807/stat : 27807 (java) S 27790 27792 24080 0 -1 4202560 7905 0 0 0 95 2 0 0 20 0 22 0 254521220 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671602825656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27808] ppid=27790 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/27792/task/27808/stat : 27808 (java) S 27790 27792 24080 0 -1 4202560 5588 0 0 0 75 0 0 0 20 0 22 0 254521220 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671601772856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27809] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27809/stat : 27809 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521220 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671600720248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27810] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27810/stat : 27810 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521220 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671599667656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27811] ppid=27790 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/27792/task/27811/stat : 27811 (java) R 27790 27792 24080 0 -1 4202560 26 0 0 0 74 0 0 0 20 0 22 0 254521288 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671598613272 140671723125679 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27812] ppid=27790 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/27792/task/27812/stat : 27812 (java) R 27790 27792 24080 0 -1 4202560 70 0 0 0 74 0 0 0 20 0 22 0 254521288 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671597560648 140671723158111 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27813] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27813/stat : 27813 (java) S 27790 27792 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254521290 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671596508584 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27814] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27814/stat : 27814 (java) S 27790 27792 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254521290 10060460032 46924 33554432000 1073741824 1073778376 140736203211616 140671595455784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9824668

[startup+3.10077 s]
/proc/loadavg: 3.62 3.74 3.72 4/219 27814
/proc/meminfo: memFree=25600548/32873844 swapFree=7616/7616
[pid=27792] ppid=27790 vsize=9824668 CPUtime=7.53 cores=0,2,4,6
/proc/27792/stat : 27792 (java) S 27790 27792 24080 0 -1 4202496 17754 0 1 0 740 13 0 0 20 0 22 0 254521214 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140736203202752 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27792/statm: 2456167 87253 2272 9 0 2446860 0
[pid=27792/tid=27794] ppid=27790 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/27792/task/27794/stat : 27794 (java) S 27790 27792 24080 0 -1 4202560 2576 0 1 0 65 2 0 0 20 0 22 0 254521215 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671782822904 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27795] ppid=27790 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27792/task/27795/stat : 27795 (java) S 27790 27792 24080 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254521216 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671626816552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27796] ppid=27790 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27792/task/27796/stat : 27796 (java) S 27790 27792 24080 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 254521216 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671625763752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27797] ppid=27790 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27792/task/27797/stat : 27797 (java) S 27790 27792 24080 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254521216 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671624710952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27798] ppid=27790 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/27792/task/27798/stat : 27798 (java) S 27790 27792 24080 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 254521216 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671623658152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27799] ppid=27790 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27792/task/27799/stat : 27799 (java) S 27790 27792 24080 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 254521216 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671622605352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27800] ppid=27790 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27792/task/27800/stat : 27800 (java) S 27790 27792 24080 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 254521216 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671621552552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27801] ppid=27790 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/27792/task/27801/stat : 27801 (java) S 27790 27792 24080 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254521216 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671620499752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27802] ppid=27790 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/27792/task/27802/stat : 27802 (java) S 27790 27792 24080 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 254521216 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671619446952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27803] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27803/stat : 27803 (java) S 27790 27792 24080 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254521217 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671607036904 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27804] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27804/stat : 27804 (java) S 27790 27792 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254521218 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671605982968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27805] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27805/stat : 27805 (java) S 27790 27792 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254521218 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671604930056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27806] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27806/stat : 27806 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521220 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671603878544 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27807] ppid=27790 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/27792/task/27807/stat : 27807 (java) S 27790 27792 24080 0 -1 4202560 7914 0 0 0 112 2 0 0 20 0 22 0 254521220 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671602825656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27808] ppid=27790 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/27792/task/27808/stat : 27808 (java) S 27790 27792 24080 0 -1 4202560 5599 0 0 0 82 0 0 0 20 0 22 0 254521220 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671601772856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27809] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27809/stat : 27809 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521220 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671600720248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27810] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27810/stat : 27810 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521220 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671599667656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27811] ppid=27790 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/27792/task/27811/stat : 27811 (java) R 27790 27792 24080 0 -1 4202560 28 0 0 0 228 0 0 0 20 0 22 0 254521288 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671598613496 140671723400416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27812] ppid=27790 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/27792/task/27812/stat : 27812 (java) R 27790 27792 24080 0 -1 4202560 129 0 0 0 224 1 0 0 20 0 22 0 254521288 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671597559688 140671723348085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27813] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27813/stat : 27813 (java) S 27790 27792 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254521290 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671596508584 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27814] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27814/stat : 27814 (java) S 27790 27792 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254521290 10060460032 87253 33554432000 1073741824 1073778376 140736203211616 140671595455784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 3.62 3.74 3.72 5/219 27814
/proc/meminfo: memFree=25166248/32873844 swapFree=7616/7616
[pid=27792] ppid=27790 vsize=9824668 CPUtime=14.19 cores=0,2,4,6
/proc/27792/stat : 27792 (java) S 27790 27792 24080 0 -1 4202496 20117 0 1 0 1397 22 0 0 20 0 22 0 254521214 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140736203202752 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27792/statm: 2456167 165297 2285 9 0 2446860 0
[pid=27792/tid=27794] ppid=27790 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/27792/task/27794/stat : 27794 (java) S 27790 27792 24080 0 -1 4202560 2576 0 1 0 65 2 0 0 20 0 22 0 254521215 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671782822904 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27795] ppid=27790 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/27792/task/27795/stat : 27795 (java) S 27790 27792 24080 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 22 0 254521216 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671626816552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27796] ppid=27790 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/27792/task/27796/stat : 27796 (java) S 27790 27792 24080 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 22 0 254521216 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671625763752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27797] ppid=27790 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27792/task/27797/stat : 27797 (java) S 27790 27792 24080 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 254521216 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671624710952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27798] ppid=27790 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/27792/task/27798/stat : 27798 (java) S 27790 27792 24080 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 22 0 254521216 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671623658152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27799] ppid=27790 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/27792/task/27799/stat : 27799 (java) S 27790 27792 24080 0 -1 4202560 29 0 0 0 4 1 0 0 20 0 22 0 254521216 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671622605352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27800] ppid=27790 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/27792/task/27800/stat : 27800 (java) S 27790 27792 24080 0 -1 4202560 69 0 0 0 5 2 0 0 20 0 22 0 254521216 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671621552552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27801] ppid=27790 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/27792/task/27801/stat : 27801 (java) S 27790 27792 24080 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 254521216 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671620499752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27802] ppid=27790 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/27792/task/27802/stat : 27802 (java) S 27790 27792 24080 0 -1 4202560 42 0 0 0 7 2 0 0 20 0 22 0 254521216 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671619446952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27803] ppid=27790 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/27792/task/27803/stat : 27803 (java) S 27790 27792 24080 0 -1 4202560 491 0 0 0 19 0 0 0 20 0 22 0 254521217 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671607036904 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27804] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27804/stat : 27804 (java) S 27790 27792 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254521218 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671605982968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27805] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27805/stat : 27805 (java) S 27790 27792 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254521218 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671604930056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27806] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27806/stat : 27806 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521220 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671603878544 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27807] ppid=27790 vsize=9824668 CPUtime=1.23 cores=0,2,4,6
/proc/27792/task/27807/stat : 27807 (java) S 27790 27792 24080 0 -1 4202560 7922 0 0 0 121 2 0 0 20 0 22 0 254521220 10060460032 165297 33554432000 1073741824 1073778376 140736203211616 140671602825656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/27792/statm: 2456167 831506 2286 9 0 2446860 0
[pid=27792/tid=27794] ppid=27790 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/27792/task/27794/stat : 27794 (java) S 27790 27792 24080 0 -1 4202560 2615 0 1 0 67 4 0 0 20 0 22 0 254521215 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671782822904 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27795] ppid=27790 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/27792/task/27795/stat : 27795 (java) S 27790 27792 24080 0 -1 4202560 253 0 0 0 75 7 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671626816552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27796] ppid=27790 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/27792/task/27796/stat : 27796 (java) S 27790 27792 24080 0 -1 4202560 390 0 0 0 84 11 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671625763752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27797] ppid=27790 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/27792/task/27797/stat : 27797 (java) S 27790 27792 24080 0 -1 4202560 416 0 0 0 73 7 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671624710952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27798] ppid=27790 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/27792/task/27798/stat : 27798 (java) S 27790 27792 24080 0 -1 4202560 439 0 0 0 79 10 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671623658152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27799] ppid=27790 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/27792/task/27799/stat : 27799 (java) S 27790 27792 24080 0 -1 4202560 384 0 0 0 80 8 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671622605352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27800] ppid=27790 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/27792/task/27800/stat : 27800 (java) S 27790 27792 24080 0 -1 4202560 579 0 0 0 89 12 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671621552552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27801] ppid=27790 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/27792/task/27801/stat : 27801 (java) S 27790 27792 24080 0 -1 4202560 213 0 0 0 74 6 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671620499752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27802] ppid=27790 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/27792/task/27802/stat : 27802 (java) S 27790 27792 24080 0 -1 4202560 851 0 0 0 81 11 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671619446952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27803] ppid=27790 vsize=9824668 CPUtime=46.19 cores=0,2,4,6
/proc/27792/task/27803/stat : 27803 (java) S 27790 27792 24080 0 -1 4202560 2226 0 0 0 4606 13 0 0 20 0 22 0 254521217 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671607036904 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27804] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27804/stat : 27804 (java) S 27790 27792 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254521218 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671605982968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27805] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27805/stat : 27805 (java) S 27790 27792 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254521218 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671604930056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27806] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27806/stat : 27806 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671603878544 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27807] ppid=27790 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/27792/task/27807/stat : 27807 (java) S 27790 27792 24080 0 -1 4202560 7961 0 0 0 141 2 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671602825656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27808] ppid=27790 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/27792/task/27808/stat : 27808 (java) S 27790 27792 24080 0 -1 4202560 14172 0 0 0 157 3 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671601772856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27809] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27809/stat : 27809 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671600720248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27810] ppid=27790 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/27792/task/27810/stat : 27810 (java) S 27790 27792 24080 0 -1 4202560 51 0 0 0 12 12 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671599667656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27811] ppid=27790 vsize=9824668 CPUtime=831.11 cores=0,2,4,6
/proc/27792/task/27811/stat : 27811 (java) R 27790 27792 24080 0 -1 4202560 66 0 0 0 83098 13 0 0 20 0 22 0 254521288 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671598613472 140671723087363 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27812] ppid=27790 vsize=9824668 CPUtime=830.96 cores=0,2,4,6
/proc/27792/task/27812/stat : 27812 (java) R 27790 27792 24080 0 -1 4202560 1206 0 0 0 83045 51 0 0 20 0 22 0 254521288 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671597558256 140671723151041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27813] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27813/stat : 27813 (java) S 27790 27792 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254521290 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671596508584 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27814] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27814/stat : 27814 (java) S 27790 27792 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254521290 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671595455784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1723.68
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.301 s]
/proc/loadavg: 3.96 3.88 3.79 5/219 27898
/proc/meminfo: memFree=23705588/32873844 swapFree=7616/7616
[pid=27792] ppid=27790 vsize=9824668 CPUtime=1800.15 cores=0,2,4,6
/proc/27792/stat : 27792 (java) S 27790 27792 24080 0 -1 4202496 33013 0 1 0 179872 143 0 0 20 0 22 0 254521214 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140736203202752 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27792/statm: 2456167 831506 2286 9 0 2446860 0
[pid=27792/tid=27794] ppid=27790 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/27792/task/27794/stat : 27794 (java) S 27790 27792 24080 0 -1 4202560 2616 0 1 0 67 4 0 0 20 0 22 0 254521215 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671782822904 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27795] ppid=27790 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/27792/task/27795/stat : 27795 (java) S 27790 27792 24080 0 -1 4202560 253 0 0 0 75 7 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671626816552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27796] ppid=27790 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/27792/task/27796/stat : 27796 (java) S 27790 27792 24080 0 -1 4202560 390 0 0 0 84 11 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671625763752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27797] ppid=27790 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/27792/task/27797/stat : 27797 (java) S 27790 27792 24080 0 -1 4202560 416 0 0 0 73 7 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671624710952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27798] ppid=27790 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/27792/task/27798/stat : 27798 (java) S 27790 27792 24080 0 -1 4202560 439 0 0 0 79 10 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671623658152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27799] ppid=27790 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/27792/task/27799/stat : 27799 (java) S 27790 27792 24080 0 -1 4202560 384 0 0 0 80 8 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671622605352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27800] ppid=27790 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/27792/task/27800/stat : 27800 (java) S 27790 27792 24080 0 -1 4202560 579 0 0 0 89 12 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671621552552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27801] ppid=27790 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/27792/task/27801/stat : 27801 (java) S 27790 27792 24080 0 -1 4202560 213 0 0 0 74 6 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671620499752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27802] ppid=27790 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/27792/task/27802/stat : 27802 (java) S 27790 27792 24080 0 -1 4202560 851 0 0 0 81 11 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671619446952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27803] ppid=27790 vsize=9824668 CPUtime=47.71 cores=0,2,4,6
/proc/27792/task/27803/stat : 27803 (java) S 27790 27792 24080 0 -1 4202560 2226 0 0 0 4758 13 0 0 20 0 22 0 254521217 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671607036904 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27804] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27804/stat : 27804 (java) S 27790 27792 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254521218 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671605982968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27805] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27805/stat : 27805 (java) S 27790 27792 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254521218 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671604930056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27806] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27806/stat : 27806 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671603878544 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27807] ppid=27790 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/27792/task/27807/stat : 27807 (java) S 27790 27792 24080 0 -1 4202560 7961 0 0 0 141 2 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671602825656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27808] ppid=27790 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/27792/task/27808/stat : 27808 (java) S 27790 27792 24080 0 -1 4202560 14172 0 0 0 157 3 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671601772856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27809] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27809/stat : 27809 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671600720248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27810] ppid=27790 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/27792/task/27810/stat : 27810 (java) S 27790 27792 24080 0 -1 4202560 53 0 0 0 12 13 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671599667656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27811] ppid=27790 vsize=9824668 CPUtime=868.5 cores=0,2,4,6
/proc/27792/task/27811/stat : 27811 (java) R 27790 27792 24080 0 -1 4202560 66 0 0 0 86836 14 0 0 20 0 22 0 254521288 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671598613472 140671723457802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27812] ppid=27790 vsize=9824668 CPUtime=868.33 cores=0,2,4,6
/proc/27792/task/27812/stat : 27812 (java) R 27790 27792 24080 0 -1 4202560 1206 0 0 0 86780 53 0 0 20 0 22 0 254521288 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671597558272 140671723821891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27813] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27813/stat : 27813 (java) S 27790 27792 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254521290 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671596508584 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27814] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27814/stat : 27814 (java) S 27790 27792 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254521290 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671595455784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 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+921.301 s]
/proc/loadavg: 3.96 3.88 3.79 5/219 27898
/proc/meminfo: memFree=23705588/32873844 swapFree=7616/7616
[pid=27792] ppid=27790 vsize=9824668 CPUtime=1800.15 cores=0,2,4,6
/proc/27792/stat : 27792 (java) S 27790 27792 24080 0 -1 4202496 33013 0 1 0 179872 143 0 0 20 0 22 0 254521214 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140736203202752 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27792/statm: 2456167 831506 2286 9 0 2446860 0
[pid=27792/tid=27794] ppid=27790 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/27792/task/27794/stat : 27794 (java) S 27790 27792 24080 0 -1 4202560 2616 0 1 0 67 4 0 0 20 0 22 0 254521215 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671782822904 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27795] ppid=27790 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/27792/task/27795/stat : 27795 (java) S 27790 27792 24080 0 -1 4202560 253 0 0 0 75 7 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671626816552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27796] ppid=27790 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/27792/task/27796/stat : 27796 (java) S 27790 27792 24080 0 -1 4202560 390 0 0 0 84 11 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671625763752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27797] ppid=27790 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/27792/task/27797/stat : 27797 (java) S 27790 27792 24080 0 -1 4202560 416 0 0 0 73 7 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671624710952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27798] ppid=27790 vsize=9824668 CPUtime=0.89 cores=0,2,4,6
/proc/27792/task/27798/stat : 27798 (java) S 27790 27792 24080 0 -1 4202560 439 0 0 0 79 10 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671623658152 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27799] ppid=27790 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/27792/task/27799/stat : 27799 (java) S 27790 27792 24080 0 -1 4202560 384 0 0 0 80 8 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671622605352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27800] ppid=27790 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/27792/task/27800/stat : 27800 (java) S 27790 27792 24080 0 -1 4202560 579 0 0 0 89 12 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671621552552 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27792/tid=27801] ppid=27790 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/27792/task/27801/stat : 27801 (java) S 27790 27792 24080 0 -1 4202560 213 0 0 0 74 6 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671620499752 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27802] ppid=27790 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/27792/task/27802/stat : 27802 (java) S 27790 27792 24080 0 -1 4202560 851 0 0 0 81 11 0 0 20 0 22 0 254521216 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671619446952 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27803] ppid=27790 vsize=9824668 CPUtime=47.71 cores=0,2,4,6
/proc/27792/task/27803/stat : 27803 (java) S 27790 27792 24080 0 -1 4202560 2226 0 0 0 4758 13 0 0 20 0 22 0 254521217 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671607036904 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27804] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27804/stat : 27804 (java) S 27790 27792 24080 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254521218 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671605982968 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27805] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27805/stat : 27805 (java) S 27790 27792 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254521218 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671604930056 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27806] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27806/stat : 27806 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671603878544 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27807] ppid=27790 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/27792/task/27807/stat : 27807 (java) S 27790 27792 24080 0 -1 4202560 7961 0 0 0 141 2 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671602825656 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27808] ppid=27790 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/27792/task/27808/stat : 27808 (java) S 27790 27792 24080 0 -1 4202560 14172 0 0 0 157 3 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671601772856 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27809] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27809/stat : 27809 (java) S 27790 27792 24080 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671600720248 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27792/tid=27810] ppid=27790 vsize=9824668 CPUtime=0.25 cores=0,2,4,6
/proc/27792/task/27810/stat : 27810 (java) S 27790 27792 24080 0 -1 4202560 53 0 0 0 12 13 0 0 20 0 22 0 254521220 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671599667656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27811] ppid=27790 vsize=9824668 CPUtime=868.5 cores=0,2,4,6
/proc/27792/task/27811/stat : 27811 (java) R 27790 27792 24080 0 -1 4202560 66 0 0 0 86836 14 0 0 20 0 22 0 254521288 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671598613472 140671723457802 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27792/tid=27812] ppid=27790 vsize=9824668 CPUtime=868.33 cores=0,2,4,6
/proc/27792/task/27812/stat : 27812 (java) R 27790 27792 24080 0 -1 4202560 1206 0 0 0 86780 53 0 0 20 0 22 0 254521288 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671597558272 140671723821891 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27813] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27813/stat : 27813 (java) S 27790 27792 24080 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254521290 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671596508584 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27792/tid=27814] ppid=27790 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27792/task/27814/stat : 27814 (java) S 27790 27792 24080 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254521290 10060460032 831506 33554432000 1073741824 1073778376 140736203211616 140671595455784 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 6 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 27792 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=200240
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=911709
# CPU time returned by wait4() is 1796.11
# 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): 921.382
CPU time (s): 1800.15
CPU user time (s): 1798.72
CPU system time (s): 1.43
CPU usage (%): 195.375
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.2
system time used= 1.91171
maximum resident set size= 3326148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33047
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= 23302
involuntary context switches= 27813

runsolver used 3.69144 second user time and 7.48286 second system time

The end

Launcher Data

Begin job on node141 at 2012-05-24 20:26:09
IDJOB=3689648
IDBENCH=90141
IDSOLVER=2268
FILE ID=node141/3689648-1337883969
RUNJOBID= node141-1337871880-24097
PBS_JOBID= 14620063
Free space on /tmp= 71684 MiB

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

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

MD5SUM BENCH= 828e3d173a352fe2cabe4815c21f6f3f
RANDOM SEED=727660760

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.744
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:       32873844 kB
MemFree:        25800316 kB
Buffers:          222848 kB
Cached:          3071060 kB
SwapCached:            0 kB
Active:          3400000 kB
Inactive:        2898404 kB
Active(anon):    3006844 kB
Inactive(anon):        0 kB
Active(file):     393156 kB
Inactive(file):  2898404 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1636 kB
Writeback:             0 kB
AnonPages:       3011812 kB
Mapped:            22636 kB
Shmem:               200 kB
Slab:             630584 kB
SReclaimable:      73108 kB
SUnreclaim:       557476 kB
KernelStack:        1624 kB
PageTables:        10144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3162880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2942976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71684 MiB
End job on node141 at 2012-05-24 20:41:32