Trace number 3689704

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.78 921.977

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K148.opb
MD5SUM75849fe0d0ba66aaca3a2fe3a07c685a
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 variables17612
Total number of constraints17910
Number of constraints which are clauses17762
Number of constraints which are cardinality constraints (but not clauses)148
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint148
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 149
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.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689704-1337884402.opb
0.10/0.11	c reading problem ... 
1.32/0.68	c ... done. Wall clock time 0.567s.
1.32/0.68	c declared #vars     17612
1.32/0.68	c #constraints  17910
1.32/0.68	c constraints type 
1.32/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15849
1.32/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 148
1.32/0.68	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.32/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1911
1.32/0.68	c 17910 constraints processed.
1.32/0.68	c constraints type 
1.32/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1911
1.32/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15849
1.32/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 148
1.32/0.68	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.32/0.68	c 17910 constraints processed.
6.80/2.59	c cleaning 2491 clauses out of 4994 with flag 5000/5000
10.89/4.53	c cleaning 4227 clauses out of 8499 with flag 11000/11000
15.72/6.95	c cleaning 5549 clauses out of 11269 with flag 18003/18003
21.37/9.79	c cleaning 6802 clauses out of 13715 with flag 26001/26001
27.71/12.94	c cleaning 7818 clauses out of 15911 with flag 35002/35002
34.41/16.40	c cleaning 8918 clauses out of 18090 with flag 45000/45000
41.68/20.07	c cleaning 10004 clauses out of 20172 with flag 56002/56002
50.14/24.34	c cleaning 11046 clauses out of 22163 with flag 68000/68000
59.76/29.25	c cleaning 11890 clauses out of 24117 with flag 81000/81000
70.79/34.83	c cleaning 12966 clauses out of 26227 with flag 95000/95000
81.40/40.26	c cleaning 14121 clauses out of 28261 with flag 110000/110000
93.36/46.30	c cleaning 14894 clauses out of 30139 with flag 126002/126002
105.74/52.74	c cleaning 16003 clauses out of 32239 with flag 143000/143000
119.22/59.63	c cleaning 16842 clauses out of 34241 with flag 161005/161005
133.52/66.99	c cleaning 17865 clauses out of 36395 with flag 180001/180001
149.04/74.83	c cleaning 19094 clauses out of 38529 with flag 200000/200000
165.52/83.39	c cleaning 20132 clauses out of 40435 with flag 221000/221000
181.41/91.41	c cleaning 20646 clauses out of 42303 with flag 243002/243002
198.86/100.33	c cleaning 21017 clauses out of 44654 with flag 266000/266000
221.08/111.66	c cleaning 22123 clauses out of 47638 with flag 290001/290001
239.47/121.19	c cleaning 22905 clauses out of 50514 with flag 315000/315000
260.44/131.84	c cleaning 24157 clauses out of 53608 with flag 341000/341000
279.76/141.80	c cleaning 24631 clauses out of 56447 with flag 368000/368000
305.69/155.41	c cleaning 25991 clauses out of 59815 with flag 396000/396000
329.55/167.65	c cleaning 26733 clauses out of 62827 with flag 425004/425004
354.67/180.42	c cleaning 27983 clauses out of 66091 with flag 455001/455001
367.51/187.15	c cleaning 0 clauses out of 5000 with flag 0/5000
384.88/196.23	c cleaning 29394 clauses out of 69105 with flag 486000/486000
410.88/209.52	c cleaning 29489 clauses out of 71710 with flag 518000/518000
438.29/223.53	c cleaning 30680 clauses out of 75221 with flag 551001/551001
469.93/239.62	c cleaning 31371 clauses out of 78539 with flag 585000/585000
500.06/255.21	c cleaning 32632 clauses out of 82168 with flag 620000/620000
527.46/269.39	c cleaning 33787 clauses out of 85536 with flag 656000/656000
562.53/287.29	c cleaning 34279 clauses out of 88748 with flag 693000/693000
595.83/304.20	c cleaning 35375 clauses out of 92469 with flag 731001/731001
628.43/321.24	c cleaning 36428 clauses out of 96094 with flag 770001/770001
664.46/339.69	c cleaning 37224 clauses out of 99665 with flag 810000/810000
703.38/359.53	c cleaning 37949 clauses out of 103440 with flag 851000/851000
736.29/376.54	c cleaning 38654 clauses out of 107491 with flag 893000/893000
775.06/396.72	c cleaning 40209 clauses out of 111836 with flag 936000/936000
828.48/423.88	c cleaning 41751 clauses out of 115628 with flag 980001/980001
878.59/450.08	c cleaning 43210 clauses out of 118878 with flag 1025002/1025002
949.13/486.06	c cleaning 43794 clauses out of 121668 with flag 1071002/1071002
1024.19/523.97	c cleaning 44783 clauses out of 124872 with flag 1118000/1118000
1071.62/548.12	c cleaning 44656 clauses out of 128088 with flag 1166000/1166000
1124.09/574.89	c cleaning 46387 clauses out of 132433 with flag 1215001/1215001
1179.08/603.20	c cleaning 47673 clauses out of 136044 with flag 1265000/1265000
1228.48/628.42	c cleaning 47953 clauses out of 139376 with flag 1316005/1316005
1281.08/655.23	c cleaning 49081 clauses out of 143419 with flag 1368001/1368001
1335.04/682.70	c cleaning 49924 clauses out of 147339 with flag 1421002/1421002
1389.72/711.14	c cleaning 50776 clauses out of 151413 with flag 1475000/1475000
1441.28/737.67	c cleaning 52266 clauses out of 155637 with flag 1530001/1530001
1529.63/782.56	c cleaning 54615 clauses out of 159373 with flag 1586003/1586003
1614.38/825.64	c cleaning 54865 clauses out of 161755 with flag 1643000/1643000
1662.60/850.99	c cleaning 54182 clauses out of 164892 with flag 1701002/1701002
1721.50/881.19	c cleaning 55541 clauses out of 169706 with flag 1760000/1760000
1784.21/913.28	c cleaning 56624 clauses out of 174169 with flag 1820004/1820004
1800.16/921.91	c starts		: 207
1800.16/921.91	c conflicts		: 1836981
1800.16/921.91	c decisions		: 29860587
1800.16/921.91	c propagations		: 1355495514
1800.16/921.91	c inspects		: 2664662342
1800.16/921.91	c shortcuts		: 0
1800.16/921.91	c learnt literals	: 59
1800.16/921.91	c learnt binary clauses	: 101536
1800.16/921.91	c learnt ternary clauses	: 111088
1800.16/921.91	c learnt constraints	: 1836922
1800.16/921.91	c ignored constraints	: 0
1800.16/921.91	c root simplifications	: 0
1800.16/921.91	c removed literals (reason simplification)	: 17656635
1800.16/921.91	c reason swapping (by a shorter reason)	: 0
1800.16/921.91	c Calls to reduceDB	: 56
1800.16/921.91	c number of reductions to clauses (during analyze)	: 0
1800.16/921.91	c number of learned constraints concerned by reduction	: 0
1800.16/921.91	c number of learning phase by resolution	: 0
1800.16/921.91	c number of learning phase by cutting planes	: 0
1800.16/921.91	c speed (assignments/second)	: 1471433.057463678
1800.16/921.91	c non guided choices	21280
1800.16/921.95	c learnt constraints type 
1800.16/921.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 101540
1800.16/921.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33077
1800.16/921.95	c constraints type 
1800.16/921.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15849
1800.16/921.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 148
1800.16/921.95	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.16/921.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1911
1800.16/921.95	c 17910 constraints processed.
1800.16/921.95	c constraints type 
1800.16/921.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1911
1800.16/921.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15849
1800.16/921.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 148
1800.16/921.95	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.16/921.95	c 17910 constraints processed.
1800.16/921.95	s UNKNOWN
1800.16/921.95	c Total wall clock time (in seconds): 921.836

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-3689704-1337884402/watcher-3689704-1337884402 -o /tmp/evaluation-result-3689704-1337884402/solver-3689704-1337884402 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689704-1337884402.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: 4.05 3.98 3.92 4/197 2210
/proc/meminfo: memFree=25782656/32873648 swapFree=7104/7104
[pid=2210] ppid=2208 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/2210/stat : 2210 (java) D 2208 2210 30487 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254565666 9515008 182 33554432000 1073741824 1073778376 140735020826400 140735020817432 214537420469 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/2210/statm: 2323 182 140 9 0 71 0

[startup+0.067913 s]
/proc/loadavg: 4.05 3.98 3.92 4/197 2210
/proc/meminfo: memFree=25782656/32873648 swapFree=7104/7104
[pid=2210] ppid=2208 vsize=9558412 CPUtime=0.04 cores=1,3,5,7
/proc/2210/stat : 2210 (java) S 2208 2210 30487 0 -1 4202496 3219 0 1 0 4 0 0 0 20 0 18 0 254565666 9787813888 4427 33554432000 1073741824 1073778376 140734781245360 140734781236496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2210/statm: 2389603 4427 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100257 s]
/proc/loadavg: 4.05 3.98 3.92 4/197 2210
/proc/meminfo: memFree=25782656/32873648 swapFree=7104/7104
[pid=2210] ppid=2208 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/2210/stat : 2210 (java) S 2208 2210 30487 0 -1 4202496 4346 0 1 0 9 1 0 0 20 0 18 0 254565666 9787813888 6051 33554432000 1073741824 1073778376 140734781245360 140734781236496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2210/statm: 2389603 6054 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300233 s]
/proc/loadavg: 4.05 3.98 3.92 4/197 2210
/proc/meminfo: memFree=25782656/32873648 swapFree=7104/7104
[pid=2210] ppid=2208 vsize=9558412 CPUtime=0.57 cores=1,3,5,7
/proc/2210/stat : 2210 (java) S 2208 2210 30487 0 -1 4202496 7199 0 1 0 55 2 0 0 20 0 18 0 254565666 9787813888 12289 33554432000 1073741824 1073778376 140734781245360 140734781236496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2210/statm: 2389603 12289 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558412

[startup+0.700188 s]
/proc/loadavg: 4.05 3.98 3.92 4/197 2210
/proc/meminfo: memFree=25782656/32873648 swapFree=7104/7104
[pid=2210] ppid=2208 vsize=9691540 CPUtime=1.63 cores=1,3,5,7
/proc/2210/stat : 2210 (java) S 2208 2210 30487 0 -1 4202496 15360 0 1 0 157 6 0 0 20 0 20 0 254565666 9924136960 46333 33554432000 1073741824 1073778376 140734781245360 140734781236496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2210/statm: 2422885 46333 2263 9 0 2413578 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9691540

[startup+1.50072 s]
/proc/loadavg: 4.05 3.98 3.92 7/219 2232
/proc/meminfo: memFree=25595468/32873648 swapFree=7104/7104
[pid=2210] ppid=2208 vsize=9824668 CPUtime=4.55 cores=1,3,5,7
/proc/2210/stat : 2210 (java) S 2208 2210 30487 0 -1 4202496 24038 0 1 0 446 9 0 0 20 0 22 0 254565666 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140734781236496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2210/statm: 2456167 51344 2273 9 0 2446860 0
[pid=2210/tid=2212] ppid=2208 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/2210/task/2212/stat : 2212 (java) S 2208 2210 30487 0 -1 4202560 2515 0 1 0 60 3 0 0 20 0 22 0 254565667 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140039316165624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2213] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2213/stat : 2213 (java) S 2208 2210 30487 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254565668 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140039159327528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2214] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2214/stat : 2214 (java) S 2208 2210 30487 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254565668 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140039158274728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2215] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2215/stat : 2215 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565668 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140039157222440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2216] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2216/stat : 2216 (java) S 2208 2210 30487 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 254565668 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140039156169640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2210/tid=2217] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2217/stat : 2217 (java) S 2208 2210 30487 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254565668 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140039155116328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2210/tid=2218] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2218/stat : 2218 (java) S 2208 2210 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254565668 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038817966248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2219] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2219/stat : 2219 (java) S 2208 2210 30487 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254565668 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038816913960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2220] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2220/stat : 2220 (java) S 2208 2210 30487 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254565668 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038815861160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2221] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2221/stat : 2221 (java) S 2208 2210 30487 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254565669 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038803663592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2222] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2222/stat : 2222 (java) S 2208 2210 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254565670 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038802609656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2223] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2223/stat : 2223 (java) S 2208 2210 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254565670 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038801557256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2224] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2224/stat : 2224 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565672 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038800505744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2225] ppid=2208 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/2210/task/2225/stat : 2225 (java) S 2208 2210 30487 0 -1 4202560 9847 0 0 0 105 3 0 0 20 0 22 0 254565672 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038799452344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2210/tid=2226] ppid=2208 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/2210/task/2226/stat : 2226 (java) S 2208 2210 30487 0 -1 4202560 10277 0 0 0 108 2 0 0 20 0 22 0 254565672 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038798399544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2227] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2227/stat : 2227 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565672 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038797347448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2228] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2228/stat : 2228 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565672 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038796294856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2229] ppid=2208 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/2210/task/2229/stat : 2229 (java) R 2208 2210 30487 0 -1 4202560 25 0 0 0 80 0 0 0 20 0 22 0 254565735 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038795205736 140039171207883 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2230] ppid=2208 vsize=9824668 CPUtime=0.79 cores=1,3,5,7
/proc/2210/task/2230/stat : 2230 (java) R 2208 2210 30487 0 -1 4202560 71 0 0 0 79 0 0 0 20 0 22 0 254565735 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038794154808 140039170405909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2231] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2231/stat : 2231 (java) S 2208 2210 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565737 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038793103016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2232] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2232/stat : 2232 (java) S 2208 2210 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565737 10060460032 51344 33554432000 1073741824 1073778376 140734781245360 140038792050216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 9824668

[startup+3.1008 s]
/proc/loadavg: 4.05 3.98 3.92 5/219 2232
/proc/meminfo: memFree=25568520/32873648 swapFree=7104/7104
[pid=2210] ppid=2208 vsize=9824668 CPUtime=8.04 cores=1,3,5,7
/proc/2210/stat : 2210 (java) S 2208 2210 30487 0 -1 4202496 24822 0 1 0 789 15 0 0 20 0 22 0 254565666 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140734781236496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2210/statm: 2456167 78033 2286 9 0 2446860 0
[pid=2210/tid=2212] ppid=2208 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/2210/task/2212/stat : 2212 (java) S 2208 2210 30487 0 -1 4202560 2515 0 1 0 60 3 0 0 20 0 22 0 254565667 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140039316165624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2213] ppid=2208 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/2210/task/2213/stat : 2213 (java) S 2208 2210 30487 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 254565668 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140039159327528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2214] ppid=2208 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/2210/task/2214/stat : 2214 (java) S 2208 2210 30487 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254565668 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140039158274728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2215] ppid=2208 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/2210/task/2215/stat : 2215 (java) S 2208 2210 30487 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254565668 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140039157222440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2216] ppid=2208 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/2210/task/2216/stat : 2216 (java) S 2208 2210 30487 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 22 0 254565668 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140039156169640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2217] ppid=2208 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/2210/task/2217/stat : 2217 (java) S 2208 2210 30487 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254565668 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140039155116328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2218] ppid=2208 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/2210/task/2218/stat : 2218 (java) S 2208 2210 30487 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 254565668 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038817966248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2219] ppid=2208 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/2210/task/2219/stat : 2219 (java) S 2208 2210 30487 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254565668 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038816913960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2220] ppid=2208 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/2210/task/2220/stat : 2220 (java) S 2208 2210 30487 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 254565668 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038815861160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2221] ppid=2208 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/2210/task/2221/stat : 2221 (java) S 2208 2210 30487 0 -1 4202560 103 0 0 0 6 0 0 0 20 0 22 0 254565669 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038803663592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2222] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2222/stat : 2222 (java) S 2208 2210 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254565670 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038802609656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2223] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2223/stat : 2223 (java) S 2208 2210 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254565670 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038801557256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2224] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2224/stat : 2224 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565672 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038800505744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2225] ppid=2208 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/2210/task/2225/stat : 2225 (java) S 2208 2210 30487 0 -1 4202560 10489 0 0 0 121 3 0 0 20 0 22 0 254565672 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038799452344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2210/tid=2226] ppid=2208 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/2210/task/2226/stat : 2226 (java) S 2208 2210 30487 0 -1 4202560 10281 0 0 0 122 2 0 0 20 0 22 0 254565672 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038798399544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2227] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2227/stat : 2227 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565672 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038797347448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2228] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2228/stat : 2228 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565672 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038796294856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2229] ppid=2208 vsize=9824668 CPUtime=2.27 cores=1,3,5,7
/proc/2210/task/2229/stat : 2229 (java) R 2208 2210 30487 0 -1 4202560 25 0 0 0 227 0 0 0 20 0 22 0 254565735 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038795207592 140039171363684 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2230] ppid=2208 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/2210/task/2230/stat : 2230 (java) R 2208 2210 30487 0 -1 4202560 95 0 0 0 226 0 0 0 20 0 22 0 254565735 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038794154312 140039171398139 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2231] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2231/stat : 2231 (java) S 2208 2210 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565737 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038793103016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2232] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2232/stat : 2232 (java) S 2208 2210 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565737 10060460032 78033 33554432000 1073741824 1073778376 140734781245360 140038792050216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.04
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 4.04 3.98 3.92 5/219 2232
/proc/meminfo: memFree=25393524/32873648 swapFree=7104/7104
[pid=2210] ppid=2208 vsize=9824668 CPUtime=14.5 cores=1,3,5,7
/proc/2210/stat : 2210 (java) S 2208 2210 30487 0 -1 4202496 25023 0 1 0 1433 17 0 0 20 0 22 0 254565666 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140734781236496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2210/statm: 2456167 99166 2286 9 0 2446860 0
[pid=2210/tid=2212] ppid=2208 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/2210/task/2212/stat : 2212 (java) S 2208 2210 30487 0 -1 4202560 2515 0 1 0 60 3 0 0 20 0 22 0 254565667 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140039316165624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2213] ppid=2208 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/2210/task/2213/stat : 2213 (java) S 2208 2210 30487 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 254565668 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140039159327528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2214] ppid=2208 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/2210/task/2214/stat : 2214 (java) S 2208 2210 30487 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254565668 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140039158274728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2215] ppid=2208 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/2210/task/2215/stat : 2215 (java) S 2208 2210 30487 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 254565668 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140039157222440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2216] ppid=2208 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/2210/task/2216/stat : 2216 (java) S 2208 2210 30487 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 254565668 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140039156169640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2217] ppid=2208 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/2210/task/2217/stat : 2217 (java) S 2208 2210 30487 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254565668 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140039155116328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2218] ppid=2208 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/2210/task/2218/stat : 2218 (java) S 2208 2210 30487 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254565668 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140038817966248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2219] ppid=2208 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/2210/task/2219/stat : 2219 (java) S 2208 2210 30487 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 254565668 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140038816913960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2210/tid=2220] ppid=2208 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/2210/task/2220/stat : 2220 (java) S 2208 2210 30487 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 254565668 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140038815861160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2221] ppid=2208 vsize=9824668 CPUtime=0.15 cores=1,3,5,7
/proc/2210/task/2221/stat : 2221 (java) S 2208 2210 30487 0 -1 4202560 237 0 0 0 13 2 0 0 20 0 22 0 254565669 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140038803663592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2222] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2222/stat : 2222 (java) S 2208 2210 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254565670 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140038802609656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2223] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2223/stat : 2223 (java) S 2208 2210 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254565670 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140038801557256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2224] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2224/stat : 2224 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565672 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140038800505744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2225] ppid=2208 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/2210/task/2225/stat : 2225 (java) S 2208 2210 30487 0 -1 4202560 10496 0 0 0 127 3 0 0 20 0 22 0 254565672 10060460032 99166 33554432000 1073741824 1073778376 140734781245360 140038799452344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=2210/tid=2230] ppid=2208 vsize=9824668 CPUtime=767.54 cores=1,3,5,7
/proc/2210/task/2230/stat : 2230 (java) R 2208 2210 30487 0 -1 4202560 967 0 0 0 76712 42 0 0 20 0 22 0 254565735 10060460032 805120 33554432000 1073741824 1073778376 140734781245360 140038794152400 140039171429083 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2231] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2231/stat : 2231 (java) S 2208 2210 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565737 10060460032 805120 33554432000 1073741824 1073778376 140734781245360 140038793103016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2232] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2232/stat : 2232 (java) S 2208 2210 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565737 10060460032 805120 33554432000 1073741824 1073778376 140734781245360 140038792050216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1607.78
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.90 3.93 3.90 4/219 2318
/proc/meminfo: memFree=25264724/32873648 swapFree=7104/7104
[pid=2210] ppid=2208 vsize=9824668 CPUtime=1722.86 cores=1,3,5,7
/proc/2210/stat : 2210 (java) S 2208 2210 30487 0 -1 4202496 34374 0 1 0 172088 198 0 0 20 0 22 0 254565666 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140734781236496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2210/statm: 2456167 824116 2287 9 0 2446860 0
[pid=2210/tid=2212] ppid=2208 vsize=9824668 CPUtime=0.66 cores=1,3,5,7
/proc/2210/task/2212/stat : 2212 (java) S 2208 2210 30487 0 -1 4202560 2556 0 1 0 62 4 0 0 20 0 22 0 254565667 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140039316165336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2213] ppid=2208 vsize=9824668 CPUtime=2.49 cores=1,3,5,7
/proc/2210/task/2213/stat : 2213 (java) S 2208 2210 30487 0 -1 4202560 914 0 0 0 235 14 0 0 20 0 22 0 254565668 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140039159327528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2214] ppid=2208 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/2210/task/2214/stat : 2214 (java) S 2208 2210 30487 0 -1 4202560 523 0 0 0 238 15 0 0 20 0 22 0 254565668 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140039158274728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2215] ppid=2208 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/2210/task/2215/stat : 2215 (java) S 2208 2210 30487 0 -1 4202560 534 0 0 0 228 13 0 0 20 0 22 0 254565668 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140039157222440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2216] ppid=2208 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/2210/task/2216/stat : 2216 (java) S 2208 2210 30487 0 -1 4202560 402 0 0 0 230 14 0 0 20 0 22 0 254565668 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140039156169640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2210/tid=2217] ppid=2208 vsize=9824668 CPUtime=2.69 cores=1,3,5,7
/proc/2210/task/2217/stat : 2217 (java) S 2208 2210 30487 0 -1 4202560 991 0 0 0 252 17 0 0 20 0 22 0 254565668 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140039155116328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2218] ppid=2208 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/2210/task/2218/stat : 2218 (java) S 2208 2210 30487 0 -1 4202560 697 0 0 0 266 14 0 0 20 0 22 0 254565668 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038817966248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2219] ppid=2208 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/2210/task/2219/stat : 2219 (java) S 2208 2210 30487 0 -1 4202560 639 0 0 0 251 17 0 0 20 0 22 0 254565668 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038816913960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2220] ppid=2208 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/2210/task/2220/stat : 2220 (java) S 2208 2210 30487 0 -1 4202560 1239 0 0 0 237 15 0 0 20 0 22 0 254565668 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038815861160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2210/tid=2221] ppid=2208 vsize=9824668 CPUtime=53.71 cores=1,3,5,7
/proc/2210/task/2221/stat : 2221 (java) R 2208 2210 30487 0 -1 4202560 2732 0 0 0 5351 20 0 0 20 0 22 0 254565669 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038803662440 140039323020544 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2222] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2222/stat : 2222 (java) S 2208 2210 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254565670 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038802609656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2223] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2223/stat : 2223 (java) S 2208 2210 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254565670 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038801557256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2224] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2224/stat : 2224 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565672 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038800505744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2225] ppid=2208 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/2210/task/2225/stat : 2225 (java) S 2208 2210 30487 0 -1 4202560 10502 0 0 0 145 3 0 0 20 0 22 0 254565672 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038799452344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2226] ppid=2208 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/2210/task/2226/stat : 2226 (java) S 2208 2210 30487 0 -1 4202560 10344 0 0 0 157 2 0 0 20 0 22 0 254565672 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038798399544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2210/tid=2227] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2227/stat : 2227 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565672 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038797347448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2228] ppid=2208 vsize=9824668 CPUtime=0.32 cores=1,3,5,7
/proc/2210/task/2228/stat : 2228 (java) S 2208 2210 30487 0 -1 4202560 51 0 0 0 13 19 0 0 20 0 22 0 254565672 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038796294856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2229] ppid=2208 vsize=9824668 CPUtime=822.37 cores=1,3,5,7
/proc/2210/task/2229/stat : 2229 (java) S 2208 2210 30487 0 -1 4202560 95 0 0 0 82223 14 0 0 20 0 22 0 254565735 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038795207512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2230] ppid=2208 vsize=9824668 CPUtime=822.3 cores=1,3,5,7
/proc/2210/task/2230/stat : 2230 (java) S 2208 2210 30487 0 -1 4202560 967 0 0 0 82187 43 0 0 20 0 22 0 254565735 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038794152344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2231] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2231/stat : 2231 (java) S 2208 2210 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565737 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038793103016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2232] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2232/stat : 2232 (java) S 2208 2210 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565737 10060460032 824116 33554432000 1073741824 1073778376 140734781245360 140038792050216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1722.86
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.901 s]
/proc/loadavg: 3.90 3.93 3.90 5/219 2318
/proc/meminfo: memFree=25237980/32873648 swapFree=7104/7104
[pid=2210] ppid=2208 vsize=9824668 CPUtime=1800.16 cores=1,3,5,7
/proc/2210/stat : 2210 (java) S 2208 2210 30487 0 -1 4202496 34421 0 1 0 179817 199 0 0 20 0 22 0 254565666 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140734781236496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2210/statm: 2456167 830782 2287 9 0 2446860 0
[pid=2210/tid=2212] ppid=2208 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/2210/task/2212/stat : 2212 (java) S 2208 2210 30487 0 -1 4202560 2556 0 1 0 63 4 0 0 20 0 22 0 254565667 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140039316165624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2213] ppid=2208 vsize=9824668 CPUtime=2.51 cores=1,3,5,7
/proc/2210/task/2213/stat : 2213 (java) S 2208 2210 30487 0 -1 4202560 917 0 0 0 237 14 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140039159327528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2214] ppid=2208 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/2210/task/2214/stat : 2214 (java) S 2208 2210 30487 0 -1 4202560 523 0 0 0 240 15 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140039158274728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2215] ppid=2208 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/2210/task/2215/stat : 2215 (java) S 2208 2210 30487 0 -1 4202560 536 0 0 0 231 13 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140039157222440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2216] ppid=2208 vsize=9824668 CPUtime=2.49 cores=1,3,5,7
/proc/2210/task/2216/stat : 2216 (java) S 2208 2210 30487 0 -1 4202560 404 0 0 0 235 14 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140039156169640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2217] ppid=2208 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/2210/task/2217/stat : 2217 (java) S 2208 2210 30487 0 -1 4202560 994 0 0 0 255 17 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140039155116328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2218] ppid=2208 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/2210/task/2218/stat : 2218 (java) S 2208 2210 30487 0 -1 4202560 697 0 0 0 267 14 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038817966248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2219] ppid=2208 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/2210/task/2219/stat : 2219 (java) S 2208 2210 30487 0 -1 4202560 640 0 0 0 253 17 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038816913960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2220] ppid=2208 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/2210/task/2220/stat : 2220 (java) S 2208 2210 30487 0 -1 4202560 1248 0 0 0 243 15 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038815861160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2210/tid=2221] ppid=2208 vsize=9824668 CPUtime=55.73 cores=1,3,5,7
/proc/2210/task/2221/stat : 2221 (java) S 2208 2210 30487 0 -1 4202560 2756 0 0 0 5553 20 0 0 20 0 22 0 254565669 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038803663592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2222] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2222/stat : 2222 (java) S 2208 2210 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254565670 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038802609656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2223] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2223/stat : 2223 (java) S 2208 2210 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254565670 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038801557256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2224] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2224/stat : 2224 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565672 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038800505744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2225] ppid=2208 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/2210/task/2225/stat : 2225 (java) S 2208 2210 30487 0 -1 4202560 10502 0 0 0 145 3 0 0 20 0 22 0 254565672 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038799452344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2226] ppid=2208 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/2210/task/2226/stat : 2226 (java) S 2208 2210 30487 0 -1 4202560 10344 0 0 0 157 2 0 0 20 0 22 0 254565672 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038798399544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2210/tid=2227] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2227/stat : 2227 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565672 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038797347448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2228] ppid=2208 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/2210/task/2228/stat : 2228 (java) S 2208 2210 30487 0 -1 4202560 53 0 0 0 14 19 0 0 20 0 22 0 254565672 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038796294856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2229] ppid=2208 vsize=9824668 CPUtime=859.9 cores=1,3,5,7
/proc/2210/task/2229/stat : 2229 (java) R 2208 2210 30487 0 -1 4202560 96 0 0 0 85975 15 0 0 20 0 22 0 254565735 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038795207392 140039171228897 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2230] ppid=2208 vsize=9824668 CPUtime=859.82 cores=1,3,5,7
/proc/2210/task/2230/stat : 2230 (java) R 2208 2210 30487 0 -1 4202560 967 0 0 0 85938 44 0 0 20 0 22 0 254565735 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038794152224 140039170926781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2231] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2231/stat : 2231 (java) S 2208 2210 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565737 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038793103016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2232] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2232/stat : 2232 (java) S 2208 2210 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565737 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038792050216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

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

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

[startup+921.901 s]
/proc/loadavg: 3.90 3.93 3.90 5/219 2318
/proc/meminfo: memFree=25237980/32873648 swapFree=7104/7104
[pid=2210] ppid=2208 vsize=9824668 CPUtime=1800.16 cores=1,3,5,7
/proc/2210/stat : 2210 (java) S 2208 2210 30487 0 -1 4202496 34421 0 1 0 179817 199 0 0 20 0 22 0 254565666 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140734781236496 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2210/statm: 2456167 830782 2287 9 0 2446860 0
[pid=2210/tid=2212] ppid=2208 vsize=9824668 CPUtime=0.67 cores=1,3,5,7
/proc/2210/task/2212/stat : 2212 (java) S 2208 2210 30487 0 -1 4202560 2556 0 1 0 63 4 0 0 20 0 22 0 254565667 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140039316165624 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2213] ppid=2208 vsize=9824668 CPUtime=2.51 cores=1,3,5,7
/proc/2210/task/2213/stat : 2213 (java) S 2208 2210 30487 0 -1 4202560 917 0 0 0 237 14 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140039159327528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2214] ppid=2208 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/2210/task/2214/stat : 2214 (java) S 2208 2210 30487 0 -1 4202560 523 0 0 0 240 15 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140039158274728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2215] ppid=2208 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/2210/task/2215/stat : 2215 (java) S 2208 2210 30487 0 -1 4202560 536 0 0 0 231 13 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140039157222440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2216] ppid=2208 vsize=9824668 CPUtime=2.49 cores=1,3,5,7
/proc/2210/task/2216/stat : 2216 (java) S 2208 2210 30487 0 -1 4202560 404 0 0 0 235 14 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140039156169640 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2217] ppid=2208 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/2210/task/2217/stat : 2217 (java) S 2208 2210 30487 0 -1 4202560 994 0 0 0 255 17 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140039155116328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2218] ppid=2208 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/2210/task/2218/stat : 2218 (java) S 2208 2210 30487 0 -1 4202560 697 0 0 0 267 14 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038817966248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2219] ppid=2208 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/2210/task/2219/stat : 2219 (java) S 2208 2210 30487 0 -1 4202560 640 0 0 0 253 17 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038816913960 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2220] ppid=2208 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/2210/task/2220/stat : 2220 (java) S 2208 2210 30487 0 -1 4202560 1248 0 0 0 243 15 0 0 20 0 22 0 254565668 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038815861160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2210/tid=2221] ppid=2208 vsize=9824668 CPUtime=55.73 cores=1,3,5,7
/proc/2210/task/2221/stat : 2221 (java) S 2208 2210 30487 0 -1 4202560 2756 0 0 0 5553 20 0 0 20 0 22 0 254565669 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038803663592 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2222] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2222/stat : 2222 (java) S 2208 2210 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254565670 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038802609656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2223] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2223/stat : 2223 (java) S 2208 2210 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254565670 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038801557256 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2224] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2224/stat : 2224 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565672 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038800505744 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2225] ppid=2208 vsize=9824668 CPUtime=1.48 cores=1,3,5,7
/proc/2210/task/2225/stat : 2225 (java) S 2208 2210 30487 0 -1 4202560 10502 0 0 0 145 3 0 0 20 0 22 0 254565672 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038799452344 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2226] ppid=2208 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/2210/task/2226/stat : 2226 (java) S 2208 2210 30487 0 -1 4202560 10344 0 0 0 157 2 0 0 20 0 22 0 254565672 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038798399544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2210/tid=2227] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2227/stat : 2227 (java) S 2208 2210 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254565672 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038797347448 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2228] ppid=2208 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/2210/task/2228/stat : 2228 (java) S 2208 2210 30487 0 -1 4202560 53 0 0 0 14 19 0 0 20 0 22 0 254565672 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038796294856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2229] ppid=2208 vsize=9824668 CPUtime=859.9 cores=1,3,5,7
/proc/2210/task/2229/stat : 2229 (java) R 2208 2210 30487 0 -1 4202560 96 0 0 0 85975 15 0 0 20 0 22 0 254565735 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038795207392 140039171228897 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2210/tid=2230] ppid=2208 vsize=9824668 CPUtime=859.82 cores=1,3,5,7
/proc/2210/task/2230/stat : 2230 (java) R 2208 2210 30487 0 -1 4202560 967 0 0 0 85938 44 0 0 20 0 22 0 254565735 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038794152224 140039170926781 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2210/tid=2231] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2231/stat : 2231 (java) S 2208 2210 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565737 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038793103016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2210/tid=2232] ppid=2208 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/2210/task/2232/stat : 2232 (java) S 2208 2210 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254565737 10060460032 830782 33554432000 1073741824 1073778376 140734781245360 140038792050216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 921.977
CPU time (s): 1800.78
CPU user time (s): 1798.35
CPU system time (s): 2.43563
CPU usage (%): 195.318
Max. virtual memory (cumulated for all children) (KiB): 9826456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.35
system time used= 2.43563
maximum resident set size= 3323252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34454
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= 25449
involuntary context switches= 35604

runsolver used 3.38948 second user time and 8.25474 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 20:33:22
IDJOB=3689704
IDBENCH=90209
IDSOLVER=2268
FILE ID=node127/3689704-1337884402
RUNJOBID= node127-1337871880-30504
PBS_JOBID= 14620077
Free space on /tmp= 71672 MiB

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

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

MD5SUM BENCH= 75849fe0d0ba66aaca3a2fe3a07c685a
RANDOM SEED=386900185

node127.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.348
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	: 5332.69
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.348
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.348
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.94
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.348
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.348
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.348
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.348
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.348
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:       32873648 kB
MemFree:        25783300 kB
Buffers:          243260 kB
Cached:          2400128 kB
SwapCached:            0 kB
Active:          4066260 kB
Inactive:        2241756 kB
Active(anon):    3666804 kB
Inactive(anon):        0 kB
Active(file):     399456 kB
Inactive(file):  2241756 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       3785932 kB
Mapped:            22616 kB
Shmem:               200 kB
Slab:             638328 kB
SReclaimable:      82764 kB
SUnreclaim:       555564 kB
KernelStack:        1792 kB
PageTables:        11620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4049600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3694592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node127 at 2012-05-24 20:48:46