Trace number 3689430

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.12 912.76

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-123.opb
MD5SUMe6dc64843ebe4c9cb8812bfa08aa0858
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 variables36611
Total number of constraints853935
Number of constraints which are clauses766797
Number of constraints which are cardinality constraints (but not clauses)2865
Number of constraints which are nor clauses,nor cardinality constraints84273
Minimum length of a constraint1
Maximum length of a constraint756
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	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.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3689430-1337882158.opb
0.10/0.10	c reading problem ... 
8.65/6.26	c ... done. Wall clock time 6.158s.
8.65/6.26	c declared #vars     36611
8.65/6.26	c #constraints  726553
8.65/6.26	c constraints type 
8.65/6.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 443795
8.65/6.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 2687
8.65/6.26	c ignored satisfied constraints => 128910
8.65/6.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 188268
8.65/6.26	c org.sat4j.minisat.constraints.cnf.UnitClause => 7530
8.65/6.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 84273
8.65/6.26	c 855463 constraints processed.
8.65/6.26	c constraints type 
8.65/6.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 188268
8.65/6.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 443795
8.65/6.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2687
8.65/6.26	c ignored satisfied constraints => 128910
8.65/6.26	c org.sat4j.pb.constraints.pb.MaxWatchPb => 84273
8.65/6.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 7530
8.65/6.26	c 855463 constraints processed.
38.74/20.44	c cleaning 2408 clauses out of 4974 with flag 5000/5000
58.64/30.50	c cleaning 4233 clauses out of 8535 with flag 11000/11000
75.99/39.47	c cleaning 5610 clauses out of 11279 with flag 18000/18000
95.31/49.37	c cleaning 6733 clauses out of 13634 with flag 26000/26000
105.62/54.81	c cleaning 0 clauses out of 5001 with flag 0/5001
119.00/61.63	c cleaning 7908 clauses out of 15881 with flag 35001/35001
139.05/71.83	c cleaning 8670 clauses out of 17935 with flag 45000/45000
161.54/83.36	c cleaning 9927 clauses out of 20232 with flag 56000/56000
190.18/98.04	c cleaning 10931 clauses out of 22271 with flag 68000/68000
219.30/112.85	c cleaning 12124 clauses out of 24313 with flag 81000/81000
244.22/125.50	c cleaning 13007 clauses out of 26170 with flag 95000/95000
269.75/138.53	c cleaning 13873 clauses out of 28111 with flag 110000/110000
304.22/156.19	c cleaning 14705 clauses out of 30186 with flag 126000/126000
333.05/170.74	c cleaning 15854 clauses out of 32451 with flag 143002/143002
359.80/184.31	c cleaning 17201 clauses out of 34558 with flag 161001/161001
383.13/196.26	c cleaning 17621 clauses out of 36310 with flag 180000/180000
402.33/206.29	c cleaning 0 clauses out of 11000 with flag 0/11000
415.61/213.18	c cleaning 19121 clauses out of 38674 with flag 200000/200000
446.63/228.84	c cleaning 20067 clauses out of 40525 with flag 221000/221000
473.58/242.55	c cleaning 20737 clauses out of 42449 with flag 243005/243005
506.48/259.35	c cleaning 22162 clauses out of 44697 with flag 266000/266000
545.01/278.80	c cleaning 22776 clauses out of 46523 with flag 290000/290000
578.86/295.92	c cleaning 23879 clauses out of 48742 with flag 315000/315000
616.42/314.90	c cleaning 24912 clauses out of 50858 with flag 341000/341000
656.78/335.45	c cleaning 26031 clauses out of 52931 with flag 368001/368001
697.17/355.85	c cleaning 27091 clauses out of 54881 with flag 396000/396000
738.78/376.86	c cleaning 28067 clauses out of 56774 with flag 425000/425000
784.19/399.79	c cleaning 28950 clauses out of 58692 with flag 455000/455000
830.09/423.09	c cleaning 30027 clauses out of 60737 with flag 486000/486000
877.58/446.93	c cleaning 30616 clauses out of 62701 with flag 518000/518000
919.09/467.93	c cleaning 32265 clauses out of 65073 with flag 551000/551000
961.91/489.51	c cleaning 33020 clauses out of 66801 with flag 585000/585000
1012.46/515.19	c cleaning 33948 clauses out of 68777 with flag 620000/620000
1054.67/536.40	c cleaning 34803 clauses out of 70822 with flag 656000/656000
1107.28/562.95	c cleaning 35842 clauses out of 73010 with flag 693000/693000
1144.87/581.97	c cleaning 0 clauses out of 18002 with flag 0/18002
1160.72/590.36	c cleaning 37274 clauses out of 75165 with flag 731000/731000
1230.08/625.19	c cleaning 38083 clauses out of 76884 with flag 770000/770000
1289.39/654.94	c cleaning 38869 clauses out of 78794 with flag 810000/810000
1345.05/682.90	c cleaning 39781 clauses out of 80922 with flag 851000/851000
1412.89/717.16	c cleaning 41197 clauses out of 83072 with flag 893000/893000
1456.83/739.39	c cleaning 41901 clauses out of 84710 with flag 936000/936000
1494.43/758.30	c cleaning 42999 clauses out of 86763 with flag 980000/980000
1538.51/780.67	c cleaning 43369 clauses out of 88746 with flag 1025000/1025000
1604.66/814.01	c cleaning 45055 clauses out of 91340 with flag 1071001/1071001
1666.75/845.28	c cleaning 46062 clauses out of 93264 with flag 1118000/1118000
1728.06/876.08	c cleaning 46929 clauses out of 95123 with flag 1166001/1166001
1791.35/907.84	c cleaning 48039 clauses out of 97166 with flag 1215000/1215000
1800.12/912.71	c starts		: 136
1800.12/912.71	c conflicts		: 1221529
1800.12/912.71	c decisions		: 80929898
1800.12/912.71	c propagations		: 625120247
1800.12/912.71	c inspects		: 6705973489
1800.12/912.71	c shortcuts		: 0
1800.12/912.71	c learnt literals	: 1202
1800.12/912.71	c learnt binary clauses	: 3122
1800.12/912.71	c learnt ternary clauses	: 13715
1800.12/912.71	c learnt constraints	: 1220327
1800.12/912.71	c ignored constraints	: 0
1800.12/912.71	c root simplifications	: 0
1800.12/912.71	c removed literals (reason simplification)	: 24218712
1800.12/912.71	c reason swapping (by a shorter reason)	: 0
1800.12/912.71	c Calls to reduceDB	: 45
1800.12/912.71	c number of reductions to clauses (during analyze)	: 0
1800.12/912.71	c number of learned constraints concerned by reduction	: 0
1800.12/912.71	c number of learning phase by resolution	: 0
1800.12/912.71	c number of learning phase by cutting planes	: 0
1800.12/912.71	c speed (assignments/second)	: 689660.9253798196
1800.12/912.71	c non guided choices	2660774
1800.12/912.73	c learnt constraints type 
1800.12/912.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3122
1800.12/912.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52539
1800.12/912.73	c constraints type 
1800.12/912.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 443795
1800.12/912.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 2687
1800.12/912.73	c ignored satisfied constraints => 128910
1800.12/912.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 188268
1800.12/912.73	c org.sat4j.minisat.constraints.cnf.UnitClause => 7530
1800.12/912.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 84273
1800.12/912.73	c 855463 constraints processed.
1800.12/912.73	c constraints type 
1800.12/912.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 188268
1800.12/912.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 443795
1800.12/912.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2687
1800.12/912.73	c ignored satisfied constraints => 128910
1800.12/912.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 84273
1800.12/912.73	c org.sat4j.pb.constraints.pb.UnitClausePB => 7530
1800.12/912.73	c 855463 constraints processed.
1800.12/912.73	s UNKNOWN
1800.12/912.73	c Total wall clock time (in seconds): 912.632

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-3689430-1337882158/watcher-3689430-1337882158 -o /tmp/evaluation-result-3689430-1337882158/solver-3689430-1337882158 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689430-1337882158.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.75 3.70 3.73 4/197 27998
/proc/meminfo: memFree=27876580/32873844 swapFree=6080/6080
[pid=27998] ppid=27996 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/27998/stat : 27998 (java) S 27996 27998 24394 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 2 0 254340482 24780800 867 33554432000 1073741824 1073778376 140733790472416 140733790463552 248793563197 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27998/statm: 22434 870 657 9 0 16769 0
[pid=27998/tid=27999] ppid=27996 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/27998/task/27999/stat : 27999 (java) R 27996 27998 24394 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 2 0 254340482 91889664 885 33554432000 1073741824 1073778376 140733790472416 140733790461480 248790205328 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.00746192 s]
/proc/loadavg: 3.75 3.70 3.73 4/197 27998
/proc/meminfo: memFree=27876580/32873844 swapFree=6080/6080
[pid=27998] ppid=27996 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27998/stat : 27998 (java) S 27996 27998 24394 0 -1 4202496 1277 0 0 0 0 0 0 0 20 0 2 0 254340482 98570240 978 33554432000 1073741824 1073778376 140733790472416 140733790463552 248793563197 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27998/statm: 24065 978 744 9 0 16771 0
[pid=27998/tid=27999] ppid=27996 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27998/task/27999/stat : 27999 (java) R 27996 27998 24394 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 254340482 98570240 978 33554432000 1073741824 1073778376 140733790472416 140298647006760 248790205824 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100237 s]
/proc/loadavg: 3.75 3.70 3.73 4/197 27998
/proc/meminfo: memFree=27876580/32873844 swapFree=6080/6080
[pid=27998] ppid=27996 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27998/stat : 27998 (java) S 27996 27998 24394 0 -1 4202496 4445 0 1 0 9 1 0 0 20 0 18 0 254340482 9787813888 6113 33554432000 1073741824 1073778376 140733790472416 140733790463552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27998/statm: 2389603 6113 2139 9 0 2380296 0
[pid=27998/tid=27999] ppid=27996 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27998/task/27999/stat : 27999 (java) R 27996 27998 24394 0 -1 4202560 2428 0 1 0 6 2 0 0 20 0 18 0 254340482 9787813888 6113 33554432000 1073741824 1073778376 140733790472416 140298647010520 248793589005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300301 s]
/proc/loadavg: 3.75 3.70 3.73 4/197 27998
/proc/meminfo: memFree=27876580/32873844 swapFree=6080/6080
[pid=27998] ppid=27996 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/27998/stat : 27998 (java) S 27996 27998 24394 0 -1 4202496 5514 0 1 0 46 2 0 0 20 0 18 0 254340482 9787813888 10238 33554432000 1073741824 1073778376 140733790472416 140733790463552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27998/statm: 2389603 10238 2215 9 0 2380296 0
[pid=27998/tid=27999] ppid=27996 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/27998/task/27999/stat : 27999 (java) R 27996 27998 24394 0 -1 4202560 2446 0 1 0 26 2 0 0 20 0 18 0 254340482 9787813888 10238 33554432000 1073741824 1073778376 140733790472416 140298647010520 140298479021392 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700301 s]
/proc/loadavg: 3.75 3.70 3.73 4/197 27998
/proc/meminfo: memFree=27876580/32873844 swapFree=6080/6080
[pid=27998] ppid=27996 vsize=9558412 CPUtime=1.34 cores=1,3,5,7
/proc/27998/stat : 27998 (java) S 27996 27998 24394 0 -1 4202496 10458 0 1 0 128 6 0 0 20 0 18 0 254340482 9787813888 42904 33554432000 1073741824 1073778376 140733790472416 140733790463552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27998/statm: 2389603 42904 2248 9 0 2380296 0
[pid=27998/tid=27999] ppid=27996 vsize=9558412 CPUtime=0.66 cores=1,3,5,7
/proc/27998/task/27999/stat : 27999 (java) R 27996 27998 24394 0 -1 4202560 2505 0 1 0 63 3 0 0 20 0 18 0 254340482 9787813888 42904 33554432000 1073741824 1073778376 140733790472416 140298647010680 140298654776147 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9558412

[startup+1.50069 s]
/proc/loadavg: 3.75 3.70 3.73 4/215 28016
/proc/meminfo: memFree=27654444/32873844 swapFree=6080/6080
[pid=27998] ppid=27996 vsize=9558412 CPUtime=2.56 cores=1,3,5,7
/proc/27998/stat : 27998 (java) S 27996 27998 24394 0 -1 4202496 11027 0 1 0 238 18 0 0 20 0 18 0 254340482 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140733790463552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27998/statm: 2389603 85593 2248 9 0 2380296 0
[pid=27998/tid=27999] ppid=27996 vsize=9558412 CPUtime=1.38 cores=1,3,5,7
/proc/27998/task/27999/stat : 27999 (java) S 27996 27998 24394 0 -1 4202560 2566 0 1 0 132 6 0 0 20 0 18 0 254340482 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298647010088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28001] ppid=27996 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27998/task/28001/stat : 28001 (java) R 27996 27998 24394 0 -1 4202560 32 0 0 0 1 2 0 0 20 0 18 0 254340483 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298608503256 140298651187375 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28002] ppid=27996 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27998/task/28002/stat : 28002 (java) R 27996 27998 24394 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 254340483 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298607450280 248793576508 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28003] ppid=27996 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27998/task/28003/stat : 28003 (java) S 27996 27998 24394 0 -1 4202560 18 0 0 0 2 2 0 0 20 0 18 0 254340483 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298606397992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28004] ppid=27996 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/27998/task/28004/stat : 28004 (java) R 27996 27998 24394 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 18 0 254340483 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298605345192 140298653907694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28005] ppid=27996 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/27998/task/28005/stat : 28005 (java) S 27996 27998 24394 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 18 0 254340483 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298604292904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28006] ppid=27996 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/27998/task/28006/stat : 28006 (java) S 27996 27998 24394 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 254340483 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298603240104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28007] ppid=27996 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27998/task/28007/stat : 28007 (java) R 27996 27998 24394 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 18 0 254340483 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298602187816 140298651187375 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28008] ppid=27996 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/27998/task/28008/stat : 28008 (java) R 27996 27998 24394 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 18 0 254340483 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298601135016 140298653907884 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28009] ppid=27996 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28009/stat : 28009 (java) S 27996 27998 24394 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254340484 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298470515848 248793576508 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28010] ppid=27996 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28010/stat : 28010 (java) S 27996 27998 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254340485 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298469463032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28011] ppid=27996 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28011/stat : 28011 (java) S 27996 27998 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254340485 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298468410632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28012] ppid=27996 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28012/stat : 28012 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254340487 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298467359120 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28013] ppid=27996 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/27998/task/28013/stat : 28013 (java) S 27996 27998 24394 0 -1 4202560 4126 0 0 0 39 0 0 0 20 0 18 0 254340487 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298466306744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28014] ppid=27996 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/27998/task/28014/stat : 28014 (java) S 27996 27998 24394 0 -1 4202560 2809 0 0 0 42 0 0 0 20 0 18 0 254340487 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298465253944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28015] ppid=27996 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28015/stat : 28015 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254340487 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140298464201848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28016] ppid=27996 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28016/stat : 28016 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254340487 9787813888 85593 33554432000 1073741824 1073778376 140733790472416 140297455529160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9558412

[startup+3.10073 s]
/proc/loadavg: 3.75 3.70 3.73 4/215 28016
/proc/meminfo: memFree=27336636/32873844 swapFree=6080/6080
[pid=27998] ppid=27996 vsize=9558412 CPUtime=4.69 cores=1,3,5,7
/proc/27998/stat : 27998 (java) S 27996 27998 24394 0 -1 4202496 11721 0 1 0 429 40 0 0 20 0 18 0 254340482 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140733790463552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27998/statm: 2389603 167390 2248 9 0 2380296 0
[pid=27998/tid=27999] ppid=27996 vsize=9558412 CPUtime=2.76 cores=1,3,5,7
/proc/27998/task/27999/stat : 27999 (java) R 27996 27998 24394 0 -1 4202560 2679 0 1 0 264 12 0 0 20 0 18 0 254340482 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298647003088 248793589005 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28001] ppid=27996 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/27998/task/28001/stat : 28001 (java) S 27996 27998 24394 0 -1 4202560 72 0 0 0 9 4 0 0 20 0 18 0 254340483 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298608503080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28002] ppid=27996 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/27998/task/28002/stat : 28002 (java) S 27996 27998 24394 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 18 0 254340483 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298607450280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28003] ppid=27996 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27998/task/28003/stat : 28003 (java) S 27996 27998 24394 0 -1 4202560 55 0 0 0 8 3 0 0 20 0 18 0 254340483 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298606397992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28004] ppid=27996 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/27998/task/28004/stat : 28004 (java) S 27996 27998 24394 0 -1 4202560 58 0 0 0 9 4 0 0 20 0 18 0 254340483 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298605345192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28005] ppid=27996 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/27998/task/28005/stat : 28005 (java) S 27996 27998 24394 0 -1 4202560 69 0 0 0 12 4 0 0 20 0 18 0 254340483 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298604292904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28006] ppid=27996 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/27998/task/28006/stat : 28006 (java) S 27996 27998 24394 0 -1 4202560 64 0 0 0 8 3 0 0 20 0 18 0 254340483 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298603240104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28007] ppid=27996 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27998/task/28007/stat : 28007 (java) S 27996 27998 24394 0 -1 4202560 51 0 0 0 7 3 0 0 20 0 18 0 254340483 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298602187816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28008] ppid=27996 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27998/task/28008/stat : 28008 (java) S 27996 27998 24394 0 -1 4202560 46 0 0 0 8 2 0 0 20 0 18 0 254340483 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298601135016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28009] ppid=27996 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28009/stat : 28009 (java) S 27996 27998 24394 0 -1 4202560 480 0 0 0 0 0 0 0 20 0 18 0 254340484 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298470516968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28010] ppid=27996 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28010/stat : 28010 (java) S 27996 27998 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254340485 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298469463032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28011] ppid=27996 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28011/stat : 28011 (java) S 27996 27998 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254340485 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298468410632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28012] ppid=27996 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28012/stat : 28012 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254340487 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298467359120 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28013] ppid=27996 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/27998/task/28013/stat : 28013 (java) S 27996 27998 24394 0 -1 4202560 4126 0 0 0 39 0 0 0 20 0 18 0 254340487 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298466306744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28014] ppid=27996 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/27998/task/28014/stat : 28014 (java) S 27996 27998 24394 0 -1 4202560 2809 0 0 0 44 0 0 0 20 0 18 0 254340487 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298465253944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28015] ppid=27996 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28015/stat : 28015 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254340487 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140298464201848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28016] ppid=27996 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28016/stat : 28016 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254340487 9787813888 167390 33554432000 1073741824 1073778376 140733790472416 140297455529160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 9558412

[startup+6.30069 s]
/proc/loadavg: 3.69 3.68 3.72 4/215 28016
/proc/meminfo: memFree=26531744/32873844 swapFree=6080/6080
[pid=27998] ppid=27996 vsize=9693596 CPUtime=8.82 cores=1,3,5,7
/proc/27998/stat : 27998 (java) S 27996 27998 24394 0 -1 4202496 13902 0 1 0 809 73 0 0 20 0 22 0 254340482 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140733790463552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27998/statm: 2423399 329789 2260 9 0 2414092 0
[pid=27998/tid=27999] ppid=27996 vsize=9693596 CPUtime=5.63 cores=1,3,5,7
/proc/27998/task/27999/stat : 27999 (java) S 27996 27998 24394 0 -1 4202560 3393 0 1 0 542 21 0 0 20 0 22 0 254340482 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298647012344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28001] ppid=27996 vsize=9693596 CPUtime=0.32 cores=1,3,5,7
/proc/27998/task/28001/stat : 28001 (java) S 27996 27998 24394 0 -1 4202560 154 0 0 0 24 8 0 0 20 0 22 0 254340483 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298608503080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28002] ppid=27996 vsize=9693596 CPUtime=0.24 cores=1,3,5,7
/proc/27998/task/28002/stat : 28002 (java) S 27996 27998 24394 0 -1 4202560 195 0 0 0 19 5 0 0 20 0 22 0 254340483 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298607450280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28003] ppid=27996 vsize=9693596 CPUtime=0.22 cores=1,3,5,7
/proc/27998/task/28003/stat : 28003 (java) S 27996 27998 24394 0 -1 4202560 88 0 0 0 17 5 0 0 20 0 22 0 254340483 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298606397992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28004] ppid=27996 vsize=9693596 CPUtime=0.32 cores=1,3,5,7
/proc/27998/task/28004/stat : 28004 (java) S 27996 27998 24394 0 -1 4202560 389 0 0 0 25 7 0 0 20 0 22 0 254340483 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298605345192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28005] ppid=27996 vsize=9693596 CPUtime=0.3 cores=1,3,5,7
/proc/27998/task/28005/stat : 28005 (java) S 27996 27998 24394 0 -1 4202560 126 0 0 0 23 7 0 0 20 0 22 0 254340483 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298604292904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28006] ppid=27996 vsize=9693596 CPUtime=0.21 cores=1,3,5,7
/proc/27998/task/28006/stat : 28006 (java) S 27996 27998 24394 0 -1 4202560 94 0 0 0 15 6 0 0 20 0 22 0 254340483 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298603240104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28007] ppid=27996 vsize=9693596 CPUtime=0.24 cores=1,3,5,7
/proc/27998/task/28007/stat : 28007 (java) S 27996 27998 24394 0 -1 4202560 140 0 0 0 18 6 0 0 20 0 22 0 254340483 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298602187816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28008] ppid=27996 vsize=9693596 CPUtime=0.21 cores=1,3,5,7
/proc/27998/task/28008/stat : 28008 (java) S 27996 27998 24394 0 -1 4202560 130 0 0 0 16 5 0 0 20 0 22 0 254340483 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298601135016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28009] ppid=27996 vsize=9693596 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28009/stat : 28009 (java) S 27996 27998 24394 0 -1 4202560 1023 0 0 0 0 0 0 0 20 0 22 0 254340484 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298470516968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28010] ppid=27996 vsize=9693596 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28010/stat : 28010 (java) S 27996 27998 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254340485 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298469463032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28011] ppid=27996 vsize=9693596 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28011/stat : 28011 (java) S 27996 27998 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254340485 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298468410632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28012] ppid=27996 vsize=9693596 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28012/stat : 28012 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254340487 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298467359120 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28013] ppid=27996 vsize=9693596 CPUtime=0.42 cores=1,3,5,7
/proc/27998/task/28013/stat : 28013 (java) R 27996 27998 24394 0 -1 4202560 4135 0 0 0 42 0 0 0 20 0 22 0 254340487 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298466296232 140298651113570 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28014] ppid=27996 vsize=9693596 CPUtime=0.47 cores=1,3,5,7
/proc/27998/task/28014/stat : 28014 (java) R 27996 27998 24394 0 -1 4202560 2812 0 0 0 47 0 0 0 20 0 22 0 254340487 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298465241472 140298653995723 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28015] ppid=27996 vsize=9693596 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28015/stat : 28015 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254340487 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140298464201848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28016] ppid=27996 vsize=9693596 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28016/stat : 28016 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254340487 9926242304 329789 33554432000 1073741824 1073778376 140733790472416 140297455529160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/27998/statm: 2456167 503891 2285 9 0 2446860 0
[pid=27998/tid=27999] ppid=27996 vsize=9824668 CPUtime=5.68 cores=1,3,5,7
/proc/27998/task/27999/stat : 27999 (java) S 27996 27998 24394 0 -1 4202560 3433 0 1 0 545 23 0 0 20 0 22 0 254340482 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298647012344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28001] ppid=27996 vsize=9824668 CPUtime=3.34 cores=1,3,5,7
/proc/27998/task/28001/stat : 28001 (java) S 27996 27998 24394 0 -1 4202560 475 0 0 0 317 17 0 0 20 0 22 0 254340483 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298608503080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28002] ppid=27996 vsize=9824668 CPUtime=3.21 cores=1,3,5,7
/proc/27998/task/28002/stat : 28002 (java) S 27996 27998 24394 0 -1 4202560 398 0 0 0 311 10 0 0 20 0 22 0 254340483 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298607450280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28003] ppid=27996 vsize=9824668 CPUtime=3.57 cores=1,3,5,7
/proc/27998/task/28003/stat : 28003 (java) S 27996 27998 24394 0 -1 4202560 399 0 0 0 346 11 0 0 20 0 22 0 254340483 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298606397992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28004] ppid=27996 vsize=9824668 CPUtime=3.59 cores=1,3,5,7
/proc/27998/task/28004/stat : 28004 (java) S 27996 27998 24394 0 -1 4202560 462 0 0 0 346 13 0 0 20 0 22 0 254340483 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298605345192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28005] ppid=27996 vsize=9824668 CPUtime=3.54 cores=1,3,5,7
/proc/27998/task/28005/stat : 28005 (java) S 27996 27998 24394 0 -1 4202560 423 0 0 0 342 12 0 0 20 0 22 0 254340483 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298604292904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28006] ppid=27996 vsize=9824668 CPUtime=3.27 cores=1,3,5,7
/proc/27998/task/28006/stat : 28006 (java) S 27996 27998 24394 0 -1 4202560 419 0 0 0 315 12 0 0 20 0 22 0 254340483 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298603240104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28007] ppid=27996 vsize=9824668 CPUtime=3.33 cores=1,3,5,7
/proc/27998/task/28007/stat : 28007 (java) S 27996 27998 24394 0 -1 4202560 416 0 0 0 321 12 0 0 20 0 22 0 254340483 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298602187816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28008] ppid=27996 vsize=9824668 CPUtime=3.43 cores=1,3,5,7
/proc/27998/task/28008/stat : 28008 (java) S 27996 27998 24394 0 -1 4202560 402 0 0 0 332 11 0 0 20 0 22 0 254340483 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298601135016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28009] ppid=27996 vsize=9824668 CPUtime=33.61 cores=1,3,5,7
/proc/27998/task/28009/stat : 28009 (java) S 27996 27998 24394 0 -1 4202560 137505 0 0 0 3294 67 0 0 20 0 22 0 254340484 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298470516968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28010] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28010/stat : 28010 (java) S 27996 27998 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254340485 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298469463032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28011] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28011/stat : 28011 (java) S 27996 27998 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254340485 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298468410632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28012] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28012/stat : 28012 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254340487 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298467359120 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28013] ppid=27996 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/27998/task/28013/stat : 28013 (java) S 27996 27998 24394 0 -1 4202560 10089 0 0 0 189 3 0 0 20 0 22 0 254340487 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298466306744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28014] ppid=27996 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/27998/task/28014/stat : 28014 (java) S 27996 27998 24394 0 -1 4202560 4927 0 0 0 110 2 0 0 20 0 22 0 254340487 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298465253944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28015] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28015/stat : 28015 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254340487 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140298464201848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28016] ppid=27996 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/27998/task/28016/stat : 28016 (java) S 27996 27998 24394 0 -1 4202560 50 0 0 0 17 24 0 0 20 0 22 0 254340487 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140297455529160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28017] ppid=27996 vsize=9824668 CPUtime=832.91 cores=1,3,5,7
/proc/27998/task/28017/stat : 28017 (java) R 27996 27998 24394 0 -1 4202560 211 0 0 0 83278 13 0 0 20 0 22 0 254341109 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140297454471680 140298479837212 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28018] ppid=27996 vsize=9824668 CPUtime=832.86 cores=1,3,5,7
/proc/27998/task/28018/stat : 28018 (java) R 27996 27998 24394 0 -1 4202560 1318 0 0 0 83252 34 0 0 20 0 22 0 254341109 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140297453419688 140298479829519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28019] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28019/stat : 28019 (java) S 27996 27998 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254341112 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140297452369064 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28020] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28020/stat : 28020 (java) S 27996 27998 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254341112 10060460032 503891 33554432000 1073741824 1073778376 140733790472416 140297451316264 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1739.98
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.701 s]
/proc/loadavg: 3.93 3.95 3.84 5/219 28142
/proc/meminfo: memFree=23491816/32873844 swapFree=6080/6080
[pid=27998] ppid=27996 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/27998/stat : 27998 (java) S 27996 27998 24394 0 -1 4202496 166493 0 1 0 179772 240 0 0 20 0 22 0 254340482 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140733790463552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27998/statm: 2456167 497464 2285 9 0 2446860 0
[pid=27998/tid=27999] ppid=27996 vsize=9824668 CPUtime=5.69 cores=1,3,5,7
/proc/27998/task/27999/stat : 27999 (java) S 27996 27998 24394 0 -1 4202560 3433 0 1 0 545 24 0 0 20 0 22 0 254340482 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298647012344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28001] ppid=27996 vsize=9824668 CPUtime=3.5 cores=1,3,5,7
/proc/27998/task/28001/stat : 28001 (java) S 27996 27998 24394 0 -1 4202560 475 0 0 0 333 17 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298608503080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28002] ppid=27996 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/27998/task/28002/stat : 28002 (java) S 27996 27998 24394 0 -1 4202560 398 0 0 0 325 10 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298607450280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28003] ppid=27996 vsize=9824668 CPUtime=3.69 cores=1,3,5,7
/proc/27998/task/28003/stat : 28003 (java) S 27996 27998 24394 0 -1 4202560 399 0 0 0 358 11 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298606397992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28004] ppid=27996 vsize=9824668 CPUtime=3.72 cores=1,3,5,7
/proc/27998/task/28004/stat : 28004 (java) S 27996 27998 24394 0 -1 4202560 462 0 0 0 359 13 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298605345192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28005] ppid=27996 vsize=9824668 CPUtime=3.64 cores=1,3,5,7
/proc/27998/task/28005/stat : 28005 (java) S 27996 27998 24394 0 -1 4202560 423 0 0 0 352 12 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298604292904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28006] ppid=27996 vsize=9824668 CPUtime=3.4 cores=1,3,5,7
/proc/27998/task/28006/stat : 28006 (java) S 27996 27998 24394 0 -1 4202560 419 0 0 0 328 12 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298603240104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28007] ppid=27996 vsize=9824668 CPUtime=3.47 cores=1,3,5,7
/proc/27998/task/28007/stat : 28007 (java) S 27996 27998 24394 0 -1 4202560 416 0 0 0 335 12 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298602187816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28008] ppid=27996 vsize=9824668 CPUtime=3.56 cores=1,3,5,7
/proc/27998/task/28008/stat : 28008 (java) S 27996 27998 24394 0 -1 4202560 402 0 0 0 345 11 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298601135016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28009] ppid=27996 vsize=9824668 CPUtime=34.74 cores=1,3,5,7
/proc/27998/task/28009/stat : 28009 (java) S 27996 27998 24394 0 -1 4202560 141865 0 0 0 3405 69 0 0 20 0 22 0 254340484 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298470516968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28010] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28010/stat : 28010 (java) S 27996 27998 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254340485 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298469463032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28011] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28011/stat : 28011 (java) S 27996 27998 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254340485 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298468410632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28012] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28012/stat : 28012 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254340487 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298467359120 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28013] ppid=27996 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/27998/task/28013/stat : 28013 (java) S 27996 27998 24394 0 -1 4202560 10089 0 0 0 189 3 0 0 20 0 22 0 254340487 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298466306744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28014] ppid=27996 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/27998/task/28014/stat : 28014 (java) S 27996 27998 24394 0 -1 4202560 4927 0 0 0 110 2 0 0 20 0 22 0 254340487 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298465253944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28015] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28015/stat : 28015 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254340487 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298464201848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28016] ppid=27996 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/27998/task/28016/stat : 28016 (java) S 27996 27998 24394 0 -1 4202560 52 0 0 0 17 25 0 0 20 0 22 0 254340487 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140297455529160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28017] ppid=27996 vsize=9824668 CPUtime=861.82 cores=1,3,5,7
/proc/27998/task/28017/stat : 28017 (java) R 27996 27998 24394 0 -1 4202560 223 0 0 0 86168 14 0 0 20 0 22 0 254341109 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140297454472616 140298479837040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28018] ppid=27996 vsize=9824668 CPUtime=861.77 cores=1,3,5,7
/proc/27998/task/28018/stat : 28018 (java) R 27996 27998 24394 0 -1 4202560 1322 0 0 0 86142 35 0 0 20 0 22 0 254341109 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140297453418768 140298479544224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28019] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28019/stat : 28019 (java) S 27996 27998 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254341112 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140297452369064 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28020] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28020/stat : 28020 (java) S 27996 27998 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254341112 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140297451316264 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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+912.701 s]
/proc/loadavg: 3.93 3.95 3.84 5/219 28142
/proc/meminfo: memFree=23491816/32873844 swapFree=6080/6080
[pid=27998] ppid=27996 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/27998/stat : 27998 (java) S 27996 27998 24394 0 -1 4202496 166493 0 1 0 179772 240 0 0 20 0 22 0 254340482 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140733790463552 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27998/statm: 2456167 497464 2285 9 0 2446860 0
[pid=27998/tid=27999] ppid=27996 vsize=9824668 CPUtime=5.69 cores=1,3,5,7
/proc/27998/task/27999/stat : 27999 (java) S 27996 27998 24394 0 -1 4202560 3433 0 1 0 545 24 0 0 20 0 22 0 254340482 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298647012344 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28001] ppid=27996 vsize=9824668 CPUtime=3.5 cores=1,3,5,7
/proc/27998/task/28001/stat : 28001 (java) S 27996 27998 24394 0 -1 4202560 475 0 0 0 333 17 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298608503080 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28002] ppid=27996 vsize=9824668 CPUtime=3.35 cores=1,3,5,7
/proc/27998/task/28002/stat : 28002 (java) S 27996 27998 24394 0 -1 4202560 398 0 0 0 325 10 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298607450280 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28003] ppid=27996 vsize=9824668 CPUtime=3.69 cores=1,3,5,7
/proc/27998/task/28003/stat : 28003 (java) S 27996 27998 24394 0 -1 4202560 399 0 0 0 358 11 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298606397992 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28004] ppid=27996 vsize=9824668 CPUtime=3.72 cores=1,3,5,7
/proc/27998/task/28004/stat : 28004 (java) S 27996 27998 24394 0 -1 4202560 462 0 0 0 359 13 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298605345192 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28005] ppid=27996 vsize=9824668 CPUtime=3.64 cores=1,3,5,7
/proc/27998/task/28005/stat : 28005 (java) S 27996 27998 24394 0 -1 4202560 423 0 0 0 352 12 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298604292904 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28006] ppid=27996 vsize=9824668 CPUtime=3.4 cores=1,3,5,7
/proc/27998/task/28006/stat : 28006 (java) S 27996 27998 24394 0 -1 4202560 419 0 0 0 328 12 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298603240104 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28007] ppid=27996 vsize=9824668 CPUtime=3.47 cores=1,3,5,7
/proc/27998/task/28007/stat : 28007 (java) S 27996 27998 24394 0 -1 4202560 416 0 0 0 335 12 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298602187816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28008] ppid=27996 vsize=9824668 CPUtime=3.56 cores=1,3,5,7
/proc/27998/task/28008/stat : 28008 (java) S 27996 27998 24394 0 -1 4202560 402 0 0 0 345 11 0 0 20 0 22 0 254340483 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298601135016 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28009] ppid=27996 vsize=9824668 CPUtime=34.74 cores=1,3,5,7
/proc/27998/task/28009/stat : 28009 (java) S 27996 27998 24394 0 -1 4202560 141865 0 0 0 3405 69 0 0 20 0 22 0 254340484 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298470516968 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28010] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28010/stat : 28010 (java) S 27996 27998 24394 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254340485 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298469463032 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28011] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28011/stat : 28011 (java) S 27996 27998 24394 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254340485 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298468410632 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28012] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28012/stat : 28012 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254340487 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298467359120 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28013] ppid=27996 vsize=9824668 CPUtime=1.92 cores=1,3,5,7
/proc/27998/task/28013/stat : 28013 (java) S 27996 27998 24394 0 -1 4202560 10089 0 0 0 189 3 0 0 20 0 22 0 254340487 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298466306744 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28014] ppid=27996 vsize=9824668 CPUtime=1.12 cores=1,3,5,7
/proc/27998/task/28014/stat : 28014 (java) S 27996 27998 24394 0 -1 4202560 4927 0 0 0 110 2 0 0 20 0 22 0 254340487 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298465253944 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28015] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28015/stat : 28015 (java) S 27996 27998 24394 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254340487 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140298464201848 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27998/tid=28016] ppid=27996 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/27998/task/28016/stat : 28016 (java) S 27996 27998 24394 0 -1 4202560 52 0 0 0 17 25 0 0 20 0 22 0 254340487 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140297455529160 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28017] ppid=27996 vsize=9824668 CPUtime=861.82 cores=1,3,5,7
/proc/27998/task/28017/stat : 28017 (java) R 27996 27998 24394 0 -1 4202560 223 0 0 0 86168 14 0 0 20 0 22 0 254341109 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140297454472616 140298479837040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27998/tid=28018] ppid=27996 vsize=9824668 CPUtime=861.77 cores=1,3,5,7
/proc/27998/task/28018/stat : 28018 (java) R 27996 27998 24394 0 -1 4202560 1322 0 0 0 86142 35 0 0 20 0 22 0 254341109 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140297453418768 140298479544224 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27998/tid=28019] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28019/stat : 28019 (java) S 27996 27998 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254341112 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140297452369064 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27998/tid=28020] ppid=27996 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/27998/task/28020/stat : 28020 (java) S 27996 27998 24394 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254341112 10060460032 497464 33554432000 1073741824 1073778376 140733790472416 140297451316264 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 912.76
CPU time (s): 1800.12
CPU user time (s): 1797.72
CPU system time (s): 2.4
CPU usage (%): 197.217
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.36
system time used= 2.86056
maximum resident set size= 2925252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 166534
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34234
involuntary context switches= 54727

runsolver used 3.41048 second user time and 8.88365 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-24 19:55:59
IDJOB=3689430
IDBENCH=89740
IDSOLVER=2268
FILE ID=node139/3689430-1337882158
RUNJOBID= node139-1337871881-24411
PBS_JOBID= 14620065
Free space on /tmp= 71644 MiB

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

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

MD5SUM BENCH= e6dc64843ebe4c9cb8812bfa08aa0858
RANDOM SEED=2122990681

node139.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.750
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.50
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.750
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.750
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.750
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:        27876960 kB
Buffers:          224872 kB
Cached:          2819972 kB
SwapCached:            0 kB
Active:          1671708 kB
Inactive:        2524120 kB
Active(anon):    1142476 kB
Inactive(anon):    11120 kB
Active(file):     529232 kB
Inactive(file):  2513000 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             45428 kB
Writeback:             0 kB
AnonPages:       1148984 kB
Mapped:            22540 kB
Shmem:               200 kB
Slab:             654828 kB
SReclaimable:      96680 kB
SUnreclaim:       558148 kB
KernelStack:        1616 kB
PageTables:         6424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1639344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1083392 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= 71644 MiB
End job on node139 at 2012-05-24 20:11:14