Trace number 3740995

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.1 906.761

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-48.opb
MD5SUMbcbd6cca7644150bcdcbd185d4571ad6
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark155.412
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9956
Total number of constraints224622
Number of constraints which are clauses201792
Number of constraints which are cardinality constraints (but not clauses)738
Number of constraints which are nor clauses,nor cardinality constraints22092
Minimum length of a constraint1
Maximum length of a constraint231
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 232
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.07/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3740995-1338750181.opb
0.07/0.14	c reading problem ... 
2.61/1.95	c ... done. Wall clock time 1.812s.
2.61/1.95	c #vars     9956
2.61/1.95	c #constraints  218176
2.61/1.95	c constraints type 
2.61/1.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147170
2.61/1.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 716
2.61/1.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47784
2.61/1.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22092
2.61/1.95	c constraints type 
2.61/1.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47784
2.61/1.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 147170
2.61/1.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 716
2.61/1.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22092
12.33/6.20	c cleaning 2478 clauses out of 4968 with flag 5000/5000
18.15/9.15	c cleaning 4238 clauses out of 8480 with flag 11001/11001
21.83/11.05	c cleaning 5614 clauses out of 11238 with flag 18001/18001
23.10/11.72	c cleaning 0 clauses out of 5004 with flag 0/5004
26.39/13.33	c cleaning 6736 clauses out of 13620 with flag 26000/26000
30.06/15.28	c cleaning 7867 clauses out of 15883 with flag 35000/35000
34.72/17.61	c cleaning 8935 clauses out of 18016 with flag 45000/45000
39.55/20.14	c cleaning 9975 clauses out of 20081 with flag 56000/56000
44.94/22.93	c cleaning 11047 clauses out of 22107 with flag 68001/68001
50.62/25.86	c cleaning 11973 clauses out of 24058 with flag 81000/81000
56.88/29.10	c cleaning 12971 clauses out of 26083 with flag 95000/95000
64.35/32.87	c cleaning 13809 clauses out of 28111 with flag 110000/110000
71.56/36.54	c cleaning 15087 clauses out of 30302 with flag 126001/126001
80.00/40.83	c cleaning 16076 clauses out of 32214 with flag 143001/143001
86.45/44.13	c cleaning 0 clauses out of 11000 with flag 0/11000
88.76/45.37	c cleaning 16863 clauses out of 34136 with flag 161001/161001
98.74/50.40	c cleaning 18030 clauses out of 36269 with flag 180001/180001
108.70/55.45	c cleaning 18989 clauses out of 38238 with flag 200000/200000
116.57/59.43	c cleaning 19964 clauses out of 40246 with flag 221000/221000
128.80/65.61	c cleaning 21089 clauses out of 42281 with flag 243001/243001
140.77/71.77	c cleaning 21997 clauses out of 44189 with flag 266000/266000
143.60/73.21	c cleaning 0 clauses out of 18000 with flag 0/18000
151.42/77.24	c cleaning 22975 clauses out of 46190 with flag 290000/290000
164.26/83.76	c cleaning 24056 clauses out of 48212 with flag 315000/315000
176.83/90.12	c cleaning 25071 clauses out of 50152 with flag 341000/341000
192.65/98.16	c cleaning 25950 clauses out of 52079 with flag 368000/368000
206.49/105.18	c cleaning 26972 clauses out of 54125 with flag 396000/396000
222.33/113.20	c cleaning 27902 clauses out of 56149 with flag 425000/425000
241.89/123.07	c cleaning 28964 clauses out of 58246 with flag 455000/455000
266.95/135.61	c cleaning 30126 clauses out of 60274 with flag 486001/486001
287.20/145.80	c cleaning 30965 clauses out of 62146 with flag 518001/518001
305.04/154.83	c cleaning 32061 clauses out of 64174 with flag 551001/551001
321.58/163.25	c cleaning 33023 clauses out of 66108 with flag 585000/585000
339.86/172.40	c cleaning 33920 clauses out of 68081 with flag 620000/620000
347.87/176.53	c cleaning 0 clauses out of 26003 with flag 0/26003
354.08/179.74	c cleaning 34917 clauses out of 70160 with flag 656000/656000
370.01/187.81	c cleaning 36005 clauses out of 72242 with flag 693000/693000
390.88/198.30	c cleaning 36959 clauses out of 74237 with flag 731002/731002
411.93/208.98	c cleaning 38034 clauses out of 76276 with flag 770001/770001
432.98/219.52	c cleaning 39021 clauses out of 78238 with flag 810000/810000
451.47/228.93	c cleaning 39924 clauses out of 80216 with flag 851001/851001
474.14/240.32	c cleaning 41127 clauses out of 82292 with flag 893001/893001
502.80/254.76	c cleaning 41925 clauses out of 84164 with flag 936000/936000
530.45/268.62	c cleaning 42937 clauses out of 86239 with flag 980000/980000
552.41/279.72	c cleaning 44083 clauses out of 88302 with flag 1025000/1025000
576.06/291.60	c cleaning 44974 clauses out of 90219 with flag 1071000/1071000
600.29/303.84	c cleaning 45992 clauses out of 92243 with flag 1118000/1118000
627.12/317.35	c cleaning 47011 clauses out of 94252 with flag 1166001/1166001
663.09/335.46	c cleaning 47944 clauses out of 96242 with flag 1215002/1215002
686.30/347.15	c cleaning 0 clauses out of 35001 with flag 0/35001
697.13/352.69	c cleaning 49136 clauses out of 98296 with flag 1265002/1265002
743.62/375.97	c cleaning 50046 clauses out of 100158 with flag 1316000/1316000
798.35/403.43	c cleaning 51016 clauses out of 102111 with flag 1368000/1368000
825.41/417.04	c cleaning 52042 clauses out of 104095 with flag 1421000/1421000
857.45/433.16	c cleaning 52990 clauses out of 106053 with flag 1475000/1475000
893.90/451.42	c cleaning 53953 clauses out of 108063 with flag 1530000/1530000
925.21/467.28	c cleaning 54895 clauses out of 110110 with flag 1586000/1586000
962.64/486.04	c cleaning 56031 clauses out of 112215 with flag 1643000/1643000
993.69/501.67	c cleaning 56892 clauses out of 114184 with flag 1701000/1701000
1037.74/523.78	c cleaning 57975 clauses out of 116292 with flag 1760000/1760000
1079.42/544.72	c cleaning 59086 clauses out of 118319 with flag 1820002/1820002
1117.61/563.98	c cleaning 60027 clauses out of 120231 with flag 1881000/1881000
1150.43/580.48	c cleaning 60853 clauses out of 122204 with flag 1943000/1943000
1202.73/606.68	c cleaning 61836 clauses out of 124351 with flag 2006000/2006000
1244.23/627.59	c cleaning 62992 clauses out of 126515 with flag 2070000/2070000
1280.03/645.52	c cleaning 64125 clauses out of 128525 with flag 2135002/2135002
1321.87/666.52	c cleaning 65184 clauses out of 130398 with flag 2201000/2201000
1371.66/691.51	c cleaning 66050 clauses out of 132217 with flag 2268003/2268003
1426.75/719.26	c cleaning 66828 clauses out of 134165 with flag 2336001/2336001
1480.61/746.22	c cleaning 0 clauses out of 45000 with flag 0/45000
1489.97/751.02	c cleaning 67827 clauses out of 136337 with flag 2405001/2405001
1547.50/779.85	c cleaning 69065 clauses out of 138509 with flag 2475000/2475000
1601.54/807.00	c cleaning 70063 clauses out of 140444 with flag 2546000/2546000
1664.21/838.48	c cleaning 71128 clauses out of 142382 with flag 2618001/2618001
1726.60/869.77	c cleaning 71967 clauses out of 144253 with flag 2691000/2691000
1778.88/895.97	c cleaning 73089 clauses out of 146290 with flag 2765004/2765004
1800.10/906.71	c starts		: 229
1800.10/906.71	c conflicts		: 2801591
1800.10/906.71	c decisions		: 20149797
1800.10/906.71	c propagations		: 534873966
1800.10/906.71	c inspects		: 7492441374
1800.10/906.71	c shortcuts		: 0
1800.10/906.71	c learnt literals	: 131
1800.10/906.71	c learnt binary clauses	: 1314
1800.10/906.71	c learnt ternary clauses	: 3706
1800.10/906.71	c learnt constraints	: 2801460
1800.10/906.71	c ignored constraints	: 0
1800.10/906.71	c root simplifications	: 0
1800.10/906.71	c removed literals (reason simplification)	: 82665458
1800.10/906.71	c reason swapping (by a shorter reason)	: 0
1800.10/906.71	c Calls to reduceDB	: 70
1800.10/906.71	c number of reductions to clauses (during analyze)	: 0
1800.10/906.71	c number of learned constraints concerned by reduction	: 0
1800.10/906.71	c number of learning phase by resolution	: 0
1800.10/906.71	c number of learning phase by cutting planes	: 0
1800.10/906.71	c speed (assignments/second)	: 591176.5635603617
1800.10/906.71	c non guided choices	1141069
1800.10/906.74	c learnt constraints type 
1800.10/906.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1314
1800.10/906.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108500
1800.10/906.74	c constraints type 
1800.10/906.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 147170
1800.10/906.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 716
1800.10/906.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47784
1800.10/906.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22092
1800.10/906.74	c constraints type 
1800.10/906.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 47784
1800.10/906.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 147170
1800.10/906.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 716
1800.10/906.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 22092
1800.10/906.74	s UNKNOWN
1800.10/906.74	c Total wall clock time (in seconds): 906.605

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-3740995-1338750181/watcher-3740995-1338750181 -o /tmp/evaluation-result-3740995-1338750181/solver-3740995-1338750181 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740995-1338750181.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.89 3.68 2.84 4/195 2197
/proc/meminfo: memFree=22430112/32873852 swapFree=7624/7624
[pid=2197] ppid=2195 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/2197/stat : 2197 (java) D 2195 2197 1918 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 341143583 2560000 46 33554432000 1073741824 1073778376 140733283470336 140733283467464 252253924647 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/2197/statm: 625 46 37 9 0 29 0

[startup+0.024543 s]
/proc/loadavg: 3.89 3.68 2.84 4/195 2197
/proc/meminfo: memFree=22430112/32873852 swapFree=7624/7624
[pid=2197] ppid=2195 vsize=102664 CPUtime=0 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 1918 0 -1 4202496 1428 0 1 0 0 0 0 0 20 0 2 0 341143583 105127936 1110 33554432000 1073741824 1073778376 140736779517168 140736779508304 252266446909 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2197/statm: 25666 1110 857 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102664

[startup+0.100316 s]
/proc/loadavg: 3.89 3.68 2.84 4/195 2197
/proc/meminfo: memFree=22430112/32873852 swapFree=7624/7624
[pid=2197] ppid=2195 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 1918 0 -1 4202496 4523 0 1 0 6 1 0 0 20 0 18 0 341143583 11864465408 12375 33554432000 1073741824 1073778376 140736779517168 140736779508304 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2197/statm: 2896598 12375 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.30029 s]
/proc/loadavg: 3.89 3.68 2.84 4/195 2197
/proc/meminfo: memFree=22430112/32873852 swapFree=7624/7624
[pid=2197] ppid=2195 vsize=11586392 CPUtime=0.43 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 1918 0 -1 4202496 6364 0 1 0 42 1 0 0 20 0 18 0 341143583 11864465408 15373 33554432000 1073741824 1073778376 140736779517168 140736779508304 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2197/statm: 2896598 15373 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 11586392

[startup+0.700311 s]
/proc/loadavg: 3.89 3.68 2.84 4/195 2197
/proc/meminfo: memFree=22430112/32873852 swapFree=7624/7624
[pid=2197] ppid=2195 vsize=11586392 CPUtime=1.26 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 1918 0 -1 4202496 10335 0 1 0 120 6 0 0 20 0 18 0 341143583 11864465408 51609 33554432000 1073741824 1073778376 140736779517168 140736779508304 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2197/statm: 2896598 51609 2238 9 0 2887285 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 11586392

[startup+1.50082 s]
/proc/loadavg: 3.89 3.68 2.84 4/213 2215
/proc/meminfo: memFree=22076328/32873852 swapFree=7624/7624
[pid=2197] ppid=2195 vsize=11586392 CPUtime=2.16 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 1918 0 -1 4202496 10564 0 1 0 201 15 0 0 20 0 18 0 341143583 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140736779508304 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2197/statm: 2896598 157614 2239 9 0 2887285 0
[pid=2197/tid=2199] ppid=2195 vsize=11586392 CPUtime=1.45 cores=1,3,5,7
/proc/2197/task/2199/stat : 2199 (java) R 2195 2197 1918 0 -1 4202560 3698 0 1 0 132 13 0 0 20 0 18 0 341143584 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242290364384 252266472717 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2200] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2200/stat : 2200 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341143587 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242229103016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2201] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2201/stat : 2201 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341143587 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242228050472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2202] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2202/stat : 2202 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341143587 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242226997416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2197/tid=2203] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2203/stat : 2203 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341143587 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242123516200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2204] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2204/stat : 2204 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341143587 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242122464168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2205] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2205/stat : 2205 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341143587 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242121411624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2206] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2206/stat : 2206 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341143587 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242120358568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2207] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2207/stat : 2207 (java) S 2195 2197 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341143587 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242119306024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2208] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2208/stat : 2208 (java) S 2195 2197 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341143588 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242107107688 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2209] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2209/stat : 2209 (java) S 2195 2197 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341143589 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242106054008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2210] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2210/stat : 2210 (java) S 2195 2197 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341143589 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242105000840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2211] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2211/stat : 2211 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341143591 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242103949584 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2212] ppid=2195 vsize=11586392 CPUtime=0.32 cores=1,3,5,7
/proc/2197/task/2212/stat : 2212 (java) S 2195 2197 1918 0 -1 4202560 1967 0 0 0 32 0 0 0 20 0 18 0 341143591 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242102897464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2213] ppid=2195 vsize=11586392 CPUtime=0.34 cores=1,3,5,7
/proc/2197/task/2213/stat : 2213 (java) S 2195 2197 1918 0 -1 4202560 3714 0 0 0 33 1 0 0 20 0 18 0 341143591 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242101844920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2214] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2214/stat : 2214 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341143591 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242100792056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2215] ppid=2195 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2215/stat : 2215 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341143592 11864465408 157614 33554432000 1073741824 1073778376 140736779517168 140242099739720 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 11586392

[startup+3.10092 s]
/proc/loadavg: 3.82 3.67 2.84 7/217 2219
/proc/meminfo: memFree=21547976/32873852 swapFree=7624/7624
[pid=2197] ppid=2195 vsize=11852648 CPUtime=5.65 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 1918 0 -1 4202496 12816 0 1 0 539 26 0 0 20 0 22 0 341143583 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140736779508304 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2197/statm: 2963162 274076 2263 9 0 2953849 0
[pid=2197/tid=2199] ppid=2195 vsize=11852648 CPUtime=1.9 cores=1,3,5,7
/proc/2197/task/2199/stat : 2199 (java) S 2195 2197 1918 0 -1 4202560 3829 0 1 0 172 18 0 0 20 0 22 0 341143584 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242290373784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2200] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2200/stat : 2200 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143587 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242229103016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2201] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2201/stat : 2201 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143587 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242228050472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2202] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2202/stat : 2202 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143587 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242226997416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2197/tid=2203] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2203/stat : 2203 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143587 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242123516200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2204] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2204/stat : 2204 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143587 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242122464168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2205] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2205/stat : 2205 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143587 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242121411624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2206] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2206/stat : 2206 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143587 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242120358568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2207] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2207/stat : 2207 (java) S 2195 2197 1918 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341143587 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242119306024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2208] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2208/stat : 2208 (java) S 2195 2197 1918 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341143588 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242107107688 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2209] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2209/stat : 2209 (java) S 2195 2197 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341143589 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242106054008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2210] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2210/stat : 2210 (java) S 2195 2197 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341143589 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242105000840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2211] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2211/stat : 2211 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143591 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242103949584 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2212] ppid=2195 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/2197/task/2212/stat : 2212 (java) S 2195 2197 1918 0 -1 4202560 2908 0 0 0 70 0 0 0 20 0 22 0 341143591 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242102897464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2213] ppid=2195 vsize=11852648 CPUtime=0.72 cores=1,3,5,7
/proc/2197/task/2213/stat : 2213 (java) S 2195 2197 1918 0 -1 4202560 4674 0 0 0 70 2 0 0 20 0 22 0 341143591 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242101844920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2197/tid=2214] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2214/stat : 2214 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143591 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242100792056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2215] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2215/stat : 2215 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143592 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242099739720 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2216] ppid=2195 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/2197/task/2216/stat : 2216 (java) R 2195 2197 1918 0 -1 4202560 28 0 0 0 113 0 0 0 20 0 22 0 341143778 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242098684456 140242230802647 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2217] ppid=2195 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/2197/task/2217/stat : 2217 (java) R 2195 2197 1918 0 -1 4202560 175 0 0 0 108 4 0 0 20 0 22 0 341143778 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242097631704 140242230871870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2218] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2218/stat : 2218 (java) S 2195 2197 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341143780 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242096579368 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2219] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2219/stat : 2219 (java) S 2195 2197 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341143780 12137111552 274076 33554432000 1073741824 1073778376 140736779517168 140242095526824 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 3.82 3.67 2.84 5/217 2219
/proc/meminfo: memFree=20647484/32873852 swapFree=7624/7624
[pid=2197] ppid=2195 vsize=11852648 CPUtime=12.73 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 1918 0 -1 4202496 16866 0 1 0 1220 53 0 0 20 0 22 0 341143583 12137111552 516805 33554432000 1073741824 1073778376 140736779517168 140736779508304 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2197/statm: 2963162 516805 2280 9 0 2953849 0
[pid=2197/tid=2199] ppid=2195 vsize=11852648 CPUtime=1.9 cores=1,3,5,7
/proc/2197/task/2199/stat : 2199 (java) S 2195 2197 1918 0 -1 4202560 3829 0 1 0 172 18 0 0 20 0 22 0 341143584 12137111552 516805 33554432000 1073741824 1073778376 140736779517168 140242290373784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2200] ppid=2195 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/2197/task/2200/stat : 2200 (java) S 2195 2197 1918 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 22 0 341143587 12137111552 516805 33554432000 1073741824 1073778376 140736779517168 140242229103016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2197/tid=2201] ppid=2195 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/2197/task/2201/stat : 2201 (java) S 2195 2197 1918 0 -1 4202560 13 0 0 0 2 1 0 0 20 0 22 0 341143587 12137111552 516805 33554432000 1073741824 1073778376 140736779517168 140242228050312 252266471476 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2202] ppid=2195 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/2197/task/2202/stat : 2202 (java) S 2195 2197 1918 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 341143587 12137111552 516805 33554432000 1073741824 1073778376 140736779517168 140242226997416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2197/tid=2203] ppid=2195 vsize=11852648 CPUtime=0.08 cores=1,3,5,7
/proc/2197/task/2203/stat : 2203 (java) S 2195 2197 1918 0 -1 4202560 34 0 0 0 6 2 0 0 20 0 22 0 341143587 12137111552 516805 33554432000 1073741824 1073778376 140736779517168 140242123516200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2204] ppid=2195 vsize=11852648 CPUtime=0.04 cores=1,3,5,7
/proc/2197/task/2204/stat : 2204 (java) S 2195 2197 1918 0 -1 4202560 20 0 0 0 2 2 0 0 20 0 22 0 341143587 12137111552 516805 33554432000 1073741824 1073778376 140736779517168 140242122464168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2205] ppid=2195 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/2197/task/2205/stat : 2205 (java) S 2195 2197 1918 0 -1 4202560 18 0 0 0 1 2 0 0 20 0 22 0 341143587 12137111552 516805 33554432000 1073741824 1073778376 140736779517168 140242121411624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2206] ppid=2195 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2197/task/2206/stat : 2206 (java) S 2195 2197 1918 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 341143587 12137111552 516805 33554432000 1073741824 1073778376 140736779517168 140242120358568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2207] ppid=2195 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/2197/task/2207/stat : 2207 (java) R 2195 2197 1918 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 341143587 12137111552 516805 33554432000 1073741824 1073778376 140736779517168 140242119306040 252266462264 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2208] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2208/stat : 2208 (java) R 2195 2197 1918 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 341143588 12137111552 516805 33554432000 1073741824 1073778376 140736779517168 140242107106664 140242296496920 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2209] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2209/stat : 2209 (java) S 2195 2197 1918 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341143589 12137111552 517318 33554432000 1073741824 1073778376 140736779517168 140242106054008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2210] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2210/stat : 2210 (java) S 2195 2197 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341143589 12137111552 517319 33554432000 1073741824 1073778376 140736779517168 140242105000840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2211] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2211/stat : 2211 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143591 12137111552 517319 33554432000 1073741824 1073778376 140736779517168 140242103949584 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2212] ppid=2195 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/2197/task/2212/stat : 2212 (java) S 2195 2197 1918 0 -1 4202560 6279 0 0 0 102 2 0 0 20 0 22 0 341143591 12137111552 517319 33554432000 1073741824 1073778376 140736779517168 140242102883560 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2213] ppid=2195 vsize=11852648 CPUtime=0.88 cores=1,3,5,7
/proc/2197/task/2213/stat : 2213 (java) S 2195 2197 1918 0 -1 4202560 4776 0 0 0 86 2 0 0 20 0 22 0 341143591 12137111552 517320 33554432000 1073741824 1073778376 140736779517168 140242101831016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2197/tid=2214] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2214/stat : 2214 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143591 12137111552 517320 33554432000 1073741824 1073778376 140736779517168 140242100792056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2215] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2215/stat : 2215 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143592 12137111552 517320 33554432000 1073741824 1073778376 140736779517168 140242099739720 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2216] ppid=2195 vsize=11852648 CPUtime=4.22 cores=1,3,5,7
/proc/2197/task/2216/stat : 2216 (java) S 2195 2197 1918 0 -1 4202560 32 0 0 0 421 1 0 0 20 0 22 0 341143778 12137111552 517320 33554432000 1073741824 1073778376 140736779517168 140242098684360 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/2197/statm: 2963162 925730 2291 9 0 2953849 0
[pid=2197/tid=2199] ppid=2195 vsize=11852648 CPUtime=1.95 cores=1,3,5,7
/proc/2197/task/2199/stat : 2199 (java) S 2195 2197 1918 0 -1 4202560 3855 0 1 0 174 21 0 0 20 0 22 0 341143584 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242290373784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2200] ppid=2195 vsize=11852648 CPUtime=1.01 cores=1,3,5,7
/proc/2197/task/2200/stat : 2200 (java) S 2195 2197 1918 0 -1 4202560 195 0 0 0 98 3 0 0 20 0 22 0 341143587 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242229103016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2201] ppid=2195 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/2197/task/2201/stat : 2201 (java) S 2195 2197 1918 0 -1 4202560 205 0 0 0 115 4 0 0 20 0 22 0 341143587 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242228050472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2202] ppid=2195 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/2197/task/2202/stat : 2202 (java) S 2195 2197 1918 0 -1 4202560 193 0 0 0 115 3 0 0 20 0 22 0 341143587 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242226997416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2197/tid=2203] ppid=2195 vsize=11852648 CPUtime=1.2 cores=1,3,5,7
/proc/2197/task/2203/stat : 2203 (java) S 2195 2197 1918 0 -1 4202560 258 0 0 0 114 6 0 0 20 0 22 0 341143587 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242123516200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2204] ppid=2195 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/2197/task/2204/stat : 2204 (java) S 2195 2197 1918 0 -1 4202560 224 0 0 0 111 3 0 0 20 0 22 0 341143587 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242122464168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2197/tid=2205] ppid=2195 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/2197/task/2205/stat : 2205 (java) S 2195 2197 1918 0 -1 4202560 192 0 0 0 108 3 0 0 20 0 22 0 341143587 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242121411624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2206] ppid=2195 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/2197/task/2206/stat : 2206 (java) S 2195 2197 1918 0 -1 4202560 257 0 0 0 106 3 0 0 20 0 22 0 341143587 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242120358568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2207] ppid=2195 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/2197/task/2207/stat : 2207 (java) S 2195 2197 1918 0 -1 4202560 169 0 0 0 109 2 0 0 20 0 22 0 341143587 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242119306024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2208] ppid=2195 vsize=11852648 CPUtime=17.55 cores=1,3,5,7
/proc/2197/task/2208/stat : 2208 (java) S 2195 2197 1918 0 -1 4202560 172 0 0 0 1747 8 0 0 20 0 22 0 341143588 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242107107688 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2209] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2209/stat : 2209 (java) S 2195 2197 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341143589 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242106054008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2210] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2210/stat : 2210 (java) S 2195 2197 1918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341143589 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242105000840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2211] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2211/stat : 2211 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143591 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242103949584 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2212] ppid=2195 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/2197/task/2212/stat : 2212 (java) S 2195 2197 1918 0 -1 4202560 7490 0 0 0 130 3 0 0 20 0 22 0 341143591 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242102897464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2213] ppid=2195 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/2197/task/2213/stat : 2213 (java) S 2195 2197 1918 0 -1 4202560 8914 0 0 0 131 3 0 0 20 0 22 0 341143591 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242101844920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2214] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2214/stat : 2214 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143591 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242100792056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2215] ppid=2195 vsize=11852648 CPUtime=0.43 cores=1,3,5,7
/proc/2197/task/2215/stat : 2215 (java) S 2195 2197 1918 0 -1 4202560 51 0 0 0 21 22 0 0 20 0 22 0 341143592 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242099739720 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2216] ppid=2195 vsize=11852648 CPUtime=857.81 cores=1,3,5,7
/proc/2197/task/2216/stat : 2216 (java) R 2195 2197 1918 0 -1 4202560 110 0 0 0 85764 17 0 0 20 0 22 0 341143778 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242098682336 140242230894047 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2217] ppid=2195 vsize=11852648 CPUtime=857.71 cores=1,3,5,7
/proc/2197/task/2217/stat : 2217 (java) R 2195 2197 1918 0 -1 4202560 1307 0 0 0 85716 55 0 0 20 0 22 0 341143778 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242097630576 140242230876300 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2218] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2218/stat : 2218 (java) S 2195 2197 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341143780 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242096579368 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2219] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2219/stat : 2219 (java) S 2195 2197 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341143780 12137111552 925730 33554432000 1073741824 1073778376 140736779517168 140242095526824 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1751.61
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+906.701 s]
/proc/loadavg: 4.06 3.97 3.52 5/217 2287
/proc/meminfo: memFree=20947452/32873852 swapFree=7624/7624
[pid=2197] ppid=2195 vsize=11852648 CPUtime=1800.1 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 1918 0 -1 4202496 24802 0 1 0 179875 135 0 0 20 0 22 0 341143583 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140736779508304 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2197/statm: 2963162 925747 2291 9 0 2953849 0
[pid=2197/tid=2199] ppid=2195 vsize=11852648 CPUtime=1.95 cores=1,3,5,7
/proc/2197/task/2199/stat : 2199 (java) S 2195 2197 1918 0 -1 4202560 3855 0 1 0 174 21 0 0 20 0 22 0 341143584 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242290373784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2200] ppid=2195 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/2197/task/2200/stat : 2200 (java) S 2195 2197 1918 0 -1 4202560 198 0 0 0 101 3 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242229103016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2201] ppid=2195 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/2197/task/2201/stat : 2201 (java) S 2195 2197 1918 0 -1 4202560 206 0 0 0 120 4 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242228050472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2202] ppid=2195 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/2197/task/2202/stat : 2202 (java) S 2195 2197 1918 0 -1 4202560 195 0 0 0 117 4 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242226997416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2197/tid=2203] ppid=2195 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/2197/task/2203/stat : 2203 (java) S 2195 2197 1918 0 -1 4202560 258 0 0 0 116 6 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242123516200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2204] ppid=2195 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/2197/task/2204/stat : 2204 (java) S 2195 2197 1918 0 -1 4202560 232 0 0 0 114 3 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242122464168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2197/tid=2205] ppid=2195 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/2197/task/2205/stat : 2205 (java) S 2195 2197 1918 0 -1 4202560 192 0 0 0 110 3 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242121411624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2206] ppid=2195 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/2197/task/2206/stat : 2206 (java) S 2195 2197 1918 0 -1 4202560 257 0 0 0 109 3 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242120358568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2207] ppid=2195 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/2197/task/2207/stat : 2207 (java) S 2195 2197 1918 0 -1 4202560 172 0 0 0 113 2 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242119306024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2208] ppid=2195 vsize=11852648 CPUtime=17.98 cores=1,3,5,7
/proc/2197/task/2208/stat : 2208 (java) S 2195 2197 1918 0 -1 4202560 172 0 0 0 1790 8 0 0 20 0 22 0 341143588 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242107107688 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2209] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2209/stat : 2209 (java) S 2195 2197 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341143589 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242106054008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2210] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2210/stat : 2210 (java) S 2195 2197 1918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341143589 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242105000840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2211] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2211/stat : 2211 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143591 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242103949584 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2212] ppid=2195 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/2197/task/2212/stat : 2212 (java) S 2195 2197 1918 0 -1 4202560 7490 0 0 0 130 3 0 0 20 0 22 0 341143591 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242102897464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2213] ppid=2195 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/2197/task/2213/stat : 2213 (java) S 2195 2197 1918 0 -1 4202560 8914 0 0 0 131 3 0 0 20 0 22 0 341143591 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242101844920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2214] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2214/stat : 2214 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143591 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242100792056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2215] ppid=2195 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/2197/task/2215/stat : 2215 (java) S 2195 2197 1918 0 -1 4202560 53 0 0 0 21 23 0 0 20 0 22 0 341143592 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242099739720 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2216] ppid=2195 vsize=11852648 CPUtime=881.65 cores=1,3,5,7
/proc/2197/task/2216/stat : 2216 (java) R 2195 2197 1918 0 -1 4202560 111 0 0 0 88148 17 0 0 20 0 22 0 341143778 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242098684240 140242230876305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2217] ppid=2195 vsize=11852648 CPUtime=881.56 cores=1,3,5,7
/proc/2197/task/2217/stat : 2217 (java) R 2195 2197 1918 0 -1 4202560 1308 0 0 0 88101 55 0 0 20 0 22 0 341143778 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242097629792 140242230900443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2218] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2218/stat : 2218 (java) S 2195 2197 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341143780 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242096579368 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2219] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2219/stat : 2219 (java) S 2195 2197 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341143780 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242095526824 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 11852648

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

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

[startup+906.701 s]
/proc/loadavg: 4.06 3.97 3.52 5/217 2287
/proc/meminfo: memFree=20947452/32873852 swapFree=7624/7624
[pid=2197] ppid=2195 vsize=11852648 CPUtime=1800.1 cores=1,3,5,7
/proc/2197/stat : 2197 (java) S 2195 2197 1918 0 -1 4202496 24802 0 1 0 179875 135 0 0 20 0 22 0 341143583 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140736779508304 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2197/statm: 2963162 925747 2291 9 0 2953849 0
[pid=2197/tid=2199] ppid=2195 vsize=11852648 CPUtime=1.95 cores=1,3,5,7
/proc/2197/task/2199/stat : 2199 (java) S 2195 2197 1918 0 -1 4202560 3855 0 1 0 174 21 0 0 20 0 22 0 341143584 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242290373784 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2200] ppid=2195 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/2197/task/2200/stat : 2200 (java) S 2195 2197 1918 0 -1 4202560 198 0 0 0 101 3 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242229103016 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2201] ppid=2195 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/2197/task/2201/stat : 2201 (java) S 2195 2197 1918 0 -1 4202560 206 0 0 0 120 4 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242228050472 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2202] ppid=2195 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/2197/task/2202/stat : 2202 (java) S 2195 2197 1918 0 -1 4202560 195 0 0 0 117 4 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242226997416 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2197/tid=2203] ppid=2195 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/2197/task/2203/stat : 2203 (java) S 2195 2197 1918 0 -1 4202560 258 0 0 0 116 6 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242123516200 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2204] ppid=2195 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/2197/task/2204/stat : 2204 (java) S 2195 2197 1918 0 -1 4202560 232 0 0 0 114 3 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242122464168 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2197/tid=2205] ppid=2195 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/2197/task/2205/stat : 2205 (java) S 2195 2197 1918 0 -1 4202560 192 0 0 0 110 3 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242121411624 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2206] ppid=2195 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/2197/task/2206/stat : 2206 (java) S 2195 2197 1918 0 -1 4202560 257 0 0 0 109 3 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242120358568 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2207] ppid=2195 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/2197/task/2207/stat : 2207 (java) S 2195 2197 1918 0 -1 4202560 172 0 0 0 113 2 0 0 20 0 22 0 341143587 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242119306024 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2208] ppid=2195 vsize=11852648 CPUtime=17.98 cores=1,3,5,7
/proc/2197/task/2208/stat : 2208 (java) S 2195 2197 1918 0 -1 4202560 172 0 0 0 1790 8 0 0 20 0 22 0 341143588 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242107107688 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2209] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2209/stat : 2209 (java) S 2195 2197 1918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341143589 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242106054008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2210] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2210/stat : 2210 (java) S 2195 2197 1918 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341143589 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242105000840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2211] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2211/stat : 2211 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143591 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242103949584 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2197/tid=2212] ppid=2195 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/2197/task/2212/stat : 2212 (java) S 2195 2197 1918 0 -1 4202560 7490 0 0 0 130 3 0 0 20 0 22 0 341143591 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242102897464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2213] ppid=2195 vsize=11852648 CPUtime=1.34 cores=1,3,5,7
/proc/2197/task/2213/stat : 2213 (java) S 2195 2197 1918 0 -1 4202560 8914 0 0 0 131 3 0 0 20 0 22 0 341143591 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242101844920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2214] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2214/stat : 2214 (java) S 2195 2197 1918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341143591 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242100792056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2215] ppid=2195 vsize=11852648 CPUtime=0.44 cores=1,3,5,7
/proc/2197/task/2215/stat : 2215 (java) S 2195 2197 1918 0 -1 4202560 53 0 0 0 21 23 0 0 20 0 22 0 341143592 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242099739720 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2216] ppid=2195 vsize=11852648 CPUtime=881.65 cores=1,3,5,7
/proc/2197/task/2216/stat : 2216 (java) R 2195 2197 1918 0 -1 4202560 111 0 0 0 88148 17 0 0 20 0 22 0 341143778 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242098684240 140242230876305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2197/tid=2217] ppid=2195 vsize=11852648 CPUtime=881.56 cores=1,3,5,7
/proc/2197/task/2217/stat : 2217 (java) R 2195 2197 1918 0 -1 4202560 1308 0 0 0 88101 55 0 0 20 0 22 0 341143778 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242097629792 140242230900443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2218] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2218/stat : 2218 (java) S 2195 2197 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341143780 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242096579368 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2197/tid=2219] ppid=2195 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2197/task/2219/stat : 2219 (java) S 2195 2197 1918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341143780 12137111552 925747 33554432000 1073741824 1073778376 140736779517168 140242095526824 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 11852648

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2197 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=188241
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=762732
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 906.761
CPU time (s): 1800.1
CPU user time (s): 1798.75
CPU system time (s): 1.35
CPU usage (%): 198.52
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.19
system time used= 1.76273
maximum resident set size= 3703116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24837
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= 25108
involuntary context switches= 28967

runsolver used 3.3205 second user time and 9.28559 second system time

The end

Launcher Data

Begin job on node131 at 2012-06-03 21:03:01
IDJOB=3740995
IDBENCH=89726
IDSOLVER=2328
FILE ID=node131/3740995-1338750181
RUNJOBID= node131-1338749255-1935
PBS_JOBID= 14636797
Free space on /tmp= 71056 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-48.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740995-1338750181/watcher-3740995-1338750181 -o /tmp/evaluation-result-3740995-1338750181/solver-3740995-1338750181 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3740995-1338750181.opb

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

MD5SUM BENCH= bcbd6cca7644150bcdcbd185d4571ad6
RANDOM SEED=1923616281

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        22430492 kB
Buffers:          563340 kB
Cached:          3458836 kB
SwapCached:         2348 kB
Active:          7325352 kB
Inactive:        2237736 kB
Active(anon):    5537112 kB
Inactive(anon):     3664 kB
Active(file):    1788240 kB
Inactive(file):  2234072 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099088 kB
Dirty:              9464 kB
Writeback:             0 kB
AnonPages:       5547412 kB
Mapped:            22472 kB
Shmem:                 0 kB
Slab:             729136 kB
SReclaimable:     171192 kB
SUnreclaim:       557944 kB
KernelStack:        1600 kB
PageTables:        14996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:   10457784 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5486592 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= 71384 MiB
End job on node131 at 2012-06-03 21:18:10