Trace number 3689710

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.73 925.18

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathBA/
normalized-BeauxArts_K65.opb
MD5SUMa4b90b74bc3d4958439bc17b9ac2ee03
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark312.531
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3575
Total number of constraints3707
Number of constraints which are clauses3642
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint65
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 66
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689710-1337884468.opb
0.09/0.11	c reading problem ... 
0.57/0.36	c ... done. Wall clock time 0.248s.
0.57/0.36	c declared #vars     3575
0.57/0.36	c #constraints  3707
0.57/0.36	c constraints type 
0.57/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3000
0.57/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 65
0.57/0.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.57/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 640
0.57/0.36	c 3707 constraints processed.
0.57/0.36	c constraints type 
0.57/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 640
0.57/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3000
0.57/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 65
0.57/0.36	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.57/0.36	c 3707 constraints processed.
4.71/1.47	c cleaning 2484 clauses out of 4980 with flag 5000/5000
6.83/2.46	c cleaning 4240 clauses out of 8483 with flag 11000/11000
9.60/3.78	c cleaning 5549 clauses out of 11234 with flag 18003/18003
12.36/5.20	c cleaning 6753 clauses out of 13680 with flag 26001/26001
15.68/6.86	c cleaning 7926 clauses out of 15920 with flag 35002/35002
19.57/8.82	c cleaning 8937 clauses out of 17992 with flag 45000/45000
23.71/10.97	c cleaning 9972 clauses out of 20053 with flag 56000/56000
29.39/13.85	c cleaning 10950 clauses out of 22081 with flag 68000/68000
34.60/16.57	c cleaning 11972 clauses out of 24131 with flag 81000/81000
40.81/19.74	c cleaning 12987 clauses out of 26160 with flag 95002/95002
48.40/23.66	c cleaning 13900 clauses out of 28171 with flag 110000/110000
57.63/28.31	c cleaning 14945 clauses out of 30272 with flag 126001/126001
65.50/32.46	c cleaning 16062 clauses out of 32330 with flag 143004/143004
75.05/37.36	c cleaning 16943 clauses out of 34264 with flag 161001/161001
87.58/43.77	c cleaning 18106 clauses out of 36319 with flag 180000/180000
98.29/49.29	c cleaning 18999 clauses out of 38214 with flag 200001/200001
108.28/54.46	c cleaning 19907 clauses out of 40214 with flag 221001/221001
120.54/60.79	c cleaning 21000 clauses out of 42306 with flag 243000/243000
137.43/69.35	c cleaning 22033 clauses out of 44306 with flag 266000/266000
155.62/78.63	c cleaning 23018 clauses out of 46273 with flag 290000/290000
169.10/85.75	c cleaning 24079 clauses out of 48257 with flag 315002/315002
184.62/93.77	c cleaning 25016 clauses out of 50175 with flag 341000/341000
204.58/103.98	c cleaning 25964 clauses out of 52159 with flag 368000/368000
227.53/115.65	c cleaning 27054 clauses out of 54195 with flag 396000/396000
250.05/127.38	c cleaning 28008 clauses out of 56141 with flag 425000/425000
267.08/136.11	c cleaning 28967 clauses out of 58135 with flag 455002/455002
292.70/150.20	c cleaning 29892 clauses out of 60166 with flag 486001/486001
301.74/155.29	c cleaning 0 clauses out of 5000 with flag 0/5000
316.97/163.05	c cleaning 31080 clauses out of 62274 with flag 518001/518001
338.91/174.38	c cleaning 31961 clauses out of 64192 with flag 551001/551001
368.71/189.57	c cleaning 33076 clauses out of 66230 with flag 585000/585000
396.67/204.04	c cleaning 33983 clauses out of 68155 with flag 620001/620001
425.18/218.67	c cleaning 35047 clauses out of 70173 with flag 656002/656002
460.64/236.78	c cleaning 36020 clauses out of 72124 with flag 693000/693000
491.32/252.47	c cleaning 36997 clauses out of 74102 with flag 731001/731001
526.69/270.70	c cleaning 38008 clauses out of 76103 with flag 770000/770000
557.45/286.58	c cleaning 38988 clauses out of 78095 with flag 810000/810000
599.95/308.26	c cleaning 39983 clauses out of 80110 with flag 851003/851003
639.27/328.37	c cleaning 41028 clauses out of 82126 with flag 893002/893002
676.94/347.93	c cleaning 41926 clauses out of 84098 with flag 936002/936002
715.19/367.51	c cleaning 42916 clauses out of 86170 with flag 980000/980000
751.44/386.11	c cleaning 43990 clauses out of 88254 with flag 1025002/1025002
791.71/406.80	c cleaning 44933 clauses out of 90262 with flag 1071000/1071000
843.29/433.42	c cleaning 46136 clauses out of 92331 with flag 1118003/1118003
891.17/457.87	c cleaning 47084 clauses out of 94193 with flag 1166001/1166001
942.59/484.05	c cleaning 47926 clauses out of 96109 with flag 1215001/1215001
1000.85/515.07	c cleaning 48969 clauses out of 98185 with flag 1265003/1265003
1047.94/539.19	c cleaning 49966 clauses out of 100213 with flag 1316000/1316000
1098.19/564.90	c cleaning 51093 clauses out of 102248 with flag 1368001/1368001
1157.21/594.97	c cleaning 51976 clauses out of 104154 with flag 1421000/1421000
1201.91/618.35	c cleaning 53009 clauses out of 106185 with flag 1475007/1475007
1248.91/642.45	c cleaning 54032 clauses out of 108171 with flag 1530002/1530002
1308.07/672.62	c cleaning 55039 clauses out of 110137 with flag 1586000/1586000
1374.33/706.42	c cleaning 55999 clauses out of 112098 with flag 1643001/1643001
1437.06/738.90	c cleaning 57000 clauses out of 114098 with flag 1701000/1701000
1498.00/770.07	c cleaning 58017 clauses out of 116098 with flag 1760000/1760000
1561.09/802.23	c cleaning 58980 clauses out of 118081 with flag 1820000/1820000
1628.93/836.83	c cleaning 59986 clauses out of 120104 with flag 1881004/1881004
1701.77/874.44	c cleaning 60957 clauses out of 122114 with flag 1943000/1943000
1765.90/907.28	c cleaning 62039 clauses out of 124158 with flag 2006002/2006002
1800.03/925.12	c starts		: 209
1800.03/925.12	c conflicts		: 2043286
1800.03/925.12	c decisions		: 6654736
1800.03/925.12	c propagations		: 574543687
1800.03/925.12	c inspects		: 4549642052
1800.03/925.12	c shortcuts		: 0
1800.03/925.12	c learnt literals	: 76
1800.03/925.12	c learnt binary clauses	: 42973
1800.03/925.12	c learnt ternary clauses	: 39069
1800.03/925.12	c learnt constraints	: 2043210
1800.03/925.12	c ignored constraints	: 0
1800.03/925.12	c root simplifications	: 0
1800.03/925.12	c removed literals (reason simplification)	: 103982262
1800.03/925.12	c reason swapping (by a shorter reason)	: 0
1800.03/925.12	c Calls to reduceDB	: 59
1800.03/925.12	c number of reductions to clauses (during analyze)	: 0
1800.03/925.12	c number of learned constraints concerned by reduction	: 0
1800.03/925.12	c number of learning phase by resolution	: 0
1800.03/925.12	c number of learning phase by cutting planes	: 0
1800.03/925.12	c speed (assignments/second)	: 621300.9776770411
1800.03/925.12	c non guided choices	93
1800.03/925.16	c learnt constraints type 
1800.03/925.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 42976
1800.03/925.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 56486
1800.03/925.16	c constraints type 
1800.03/925.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3000
1800.03/925.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 65
1800.03/925.16	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.03/925.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 640
1800.03/925.16	c 3707 constraints processed.
1800.03/925.16	c constraints type 
1800.03/925.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 640
1800.03/925.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3000
1800.03/925.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 65
1800.03/925.16	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.03/925.16	c 3707 constraints processed.
1800.03/925.16	s UNKNOWN
1800.03/925.16	c Total wall clock time (in seconds): 925.05

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.84 3.69 3.66 4/197 28300
/proc/meminfo: memFree=27770400/32873844 swapFree=7900/7900
[pid=28300] ppid=28298 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/28300/stat : 28300 (java) R 28298 28300 23987 0 -1 4202496 456 0 0 0 0 0 0 0 20 0 1 0 254571348 9515008 185 33554432000 1073741824 1073778376 140735248131536 140735248114264 225448086340 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2323 186 143 9 0 71 0

[startup+0.049668 s]
/proc/loadavg: 3.84 3.69 3.66 4/197 28300
/proc/meminfo: memFree=27770400/32873844 swapFree=7900/7900
[pid=28300] ppid=28298 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 23987 0 -1 4202496 3132 0 1 0 2 1 0 0 20 0 13 0 254571348 9446973440 3829 33554432000 1073741824 1073778376 140735248131536 140735248122672 225448067133 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2306390 3829 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100299 s]
/proc/loadavg: 3.84 3.69 3.66 4/197 28300
/proc/meminfo: memFree=27770400/32873844 swapFree=7900/7900
[pid=28300] ppid=28298 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 23987 0 -1 4202496 4440 0 1 0 8 1 0 0 20 0 18 0 254571348 9787813888 5631 33554432000 1073741824 1073778376 140735248131536 140735248122672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2389603 5631 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30016 s]
/proc/loadavg: 3.84 3.69 3.66 4/197 28300
/proc/meminfo: memFree=27770400/32873844 swapFree=7900/7900
[pid=28300] ppid=28298 vsize=9558412 CPUtime=0.57 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 23987 0 -1 4202496 7830 0 1 0 55 2 0 0 20 0 18 0 254571348 9787813888 9416 33554432000 1073741824 1073778376 140735248131536 140735248122672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2389603 9416 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558412

[startup+0.70017 s]
/proc/loadavg: 3.84 3.69 3.66 4/197 28300
/proc/meminfo: memFree=27770400/32873844 swapFree=7900/7900
[pid=28300] ppid=28298 vsize=9824668 CPUtime=2.09 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 23987 0 -1 4202496 18566 0 1 0 204 5 0 0 20 0 22 0 254571348 10060460032 21067 33554432000 1073741824 1073778376 140735248131536 140735248122672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2456167 21067 2249 9 0 2446860 0
Current children cumulated CPU time (s) 2.09
Current children cumulated vsize (KiB) 9824668

[startup+1.50079 s]
/proc/loadavg: 4.02 3.73 3.68 7/219 28322
/proc/meminfo: memFree=27664708/32873844 swapFree=7900/7900
[pid=28300] ppid=28298 vsize=9824668 CPUtime=4.96 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 23987 0 -1 4202496 27049 0 1 0 487 9 0 0 20 0 22 0 254571348 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140735248122672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2456167 49930 2281 9 0 2446860 0
[pid=28300/tid=28302] ppid=28298 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/28300/task/28302/stat : 28302 (java) S 28298 28300 23987 0 -1 4202560 2515 0 1 0 31 2 0 0 20 0 22 0 254571349 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140458052412408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28303] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28303/stat : 28303 (java) S 28298 28300 23987 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254571350 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457896438312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28304] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28304/stat : 28304 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571350 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457895385512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28305] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28305/stat : 28305 (java) S 28298 28300 23987 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254571350 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457894332712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28306] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28306/stat : 28306 (java) S 28298 28300 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254571350 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457893279912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28307] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28307/stat : 28307 (java) S 28298 28300 23987 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254571350 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457892228136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28308] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28308/stat : 28308 (java) S 28298 28300 23987 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254571350 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457891175336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28309] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28309/stat : 28309 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571350 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457890122536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28310] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28310/stat : 28310 (java) S 28298 28300 23987 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254571350 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457889069736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28311] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28311/stat : 28311 (java) R 28298 28300 23987 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 22 0 254571351 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457876657640 140458059266051 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28312] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28312/stat : 28312 (java) S 28298 28300 23987 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254571351 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457875604728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28313] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28313/stat : 28313 (java) S 28298 28300 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254571351 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457874551816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28314] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28314/stat : 28314 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571353 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457873500304 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28315] ppid=28298 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/28300/task/28315/stat : 28315 (java) S 28298 28300 23987 0 -1 4202560 11058 0 0 0 115 2 0 0 20 0 22 0 254571353 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457872434536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28316] ppid=28298 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/28300/task/28316/stat : 28316 (java) S 28298 28300 23987 0 -1 4202560 12028 0 0 0 112 3 0 0 20 0 22 0 254571353 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457871384920 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28317] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28317/stat : 28317 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571353 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457870343032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28318] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28318/stat : 28318 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571354 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457869290440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28319] ppid=28298 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/28300/task/28319/stat : 28319 (java) S 28298 28300 23987 0 -1 4202560 47 0 0 0 110 0 0 0 20 0 22 0 254571384 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457868235352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28320] ppid=28298 vsize=9824668 CPUtime=1.1 cores=0,2,4,6
/proc/28300/task/28320/stat : 28320 (java) S 28298 28300 23987 0 -1 4202560 141 0 0 0 108 2 0 0 20 0 22 0 254571384 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457867180408 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28321] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28321/stat : 28321 (java) S 28298 28300 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254571385 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457864827816 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28322] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28322/stat : 28322 (java) S 28298 28300 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254571385 10060460032 49930 33554432000 1073741824 1073778376 140735248131536 140457863775016 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.96
Current children cumulated vsize (KiB) 9824668

[startup+3.10079 s]
/proc/loadavg: 4.02 3.73 3.68 5/219 28322
/proc/meminfo: memFree=27560188/32873844 swapFree=7900/7900
[pid=28300] ppid=28298 vsize=9824668 CPUtime=8.35 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 23987 0 -1 4202496 27354 0 1 0 824 11 0 0 20 0 22 0 254571348 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140735248122672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2456167 61307 2287 9 0 2446860 0
[pid=28300/tid=28302] ppid=28298 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/28300/task/28302/stat : 28302 (java) S 28298 28300 23987 0 -1 4202560 2515 0 1 0 31 2 0 0 20 0 22 0 254571349 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140458052412408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28303] ppid=28298 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28300/task/28303/stat : 28303 (java) S 28298 28300 23987 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254571350 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457896438312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28304] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28304/stat : 28304 (java) S 28298 28300 23987 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254571350 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457895385512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28305] ppid=28298 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28300/task/28305/stat : 28305 (java) S 28298 28300 23987 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254571350 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457894332712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28306] ppid=28298 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28300/task/28306/stat : 28306 (java) S 28298 28300 23987 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 254571350 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457893279912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28307] ppid=28298 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28300/task/28307/stat : 28307 (java) S 28298 28300 23987 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 254571350 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457892228136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28308] ppid=28298 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28300/task/28308/stat : 28308 (java) S 28298 28300 23987 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254571350 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457891175336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28309] ppid=28298 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28300/task/28309/stat : 28309 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 1 0 0 0 20 0 22 0 254571350 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457890122536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28310] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28310/stat : 28310 (java) S 28298 28300 23987 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254571350 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457889069736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28311] ppid=28298 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/28300/task/28311/stat : 28311 (java) S 28298 28300 23987 0 -1 4202560 105 0 0 0 8 0 0 0 20 0 22 0 254571351 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457876658664 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28312] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28312/stat : 28312 (java) S 28298 28300 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254571351 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457875604728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28313] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28313/stat : 28313 (java) S 28298 28300 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254571351 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457874551816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28314] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28314/stat : 28314 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571353 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457873500304 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28315] ppid=28298 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/28300/task/28315/stat : 28315 (java) S 28298 28300 23987 0 -1 4202560 11225 0 0 0 133 2 0 0 20 0 22 0 254571353 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457872448440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28316] ppid=28298 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/28300/task/28316/stat : 28316 (java) S 28298 28300 23987 0 -1 4202560 12034 0 0 0 117 3 0 0 20 0 22 0 254571353 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457871395640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28317] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28317/stat : 28317 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571353 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457870343032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28318] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28318/stat : 28318 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571354 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457869290440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28319] ppid=28298 vsize=9824668 CPUtime=2.56 cores=0,2,4,6
/proc/28300/task/28319/stat : 28319 (java) R 28298 28300 23987 0 -1 4202560 48 0 0 0 256 0 0 0 20 0 22 0 254571384 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457868235448 140457924800346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28320] ppid=28298 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/28300/task/28320/stat : 28320 (java) R 28298 28300 23987 0 -1 4202560 142 0 0 0 255 2 0 0 20 0 22 0 254571384 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457867182232 140457924893464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28321] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28321/stat : 28321 (java) S 28298 28300 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254571385 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457864827816 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28322] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28322/stat : 28322 (java) S 28298 28300 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254571385 10060460032 61307 33554432000 1073741824 1073778376 140735248131536 140457863775016 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 4.02 3.73 3.68 5/219 28322
/proc/meminfo: memFree=27156484/32873844 swapFree=7900/7900
[pid=28300] ppid=28298 vsize=9824668 CPUtime=14.68 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 23987 0 -1 4202496 27688 0 1 0 1450 18 0 0 20 0 22 0 254571348 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140735248122672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2456167 113869 2287 9 0 2446860 0
[pid=28300/tid=28302] ppid=28298 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/28300/task/28302/stat : 28302 (java) S 28298 28300 23987 0 -1 4202560 2515 0 1 0 31 2 0 0 20 0 22 0 254571349 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140458052412408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28303] ppid=28298 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/28300/task/28303/stat : 28303 (java) S 28298 28300 23987 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 22 0 254571350 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140457896438312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28304] ppid=28298 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28300/task/28304/stat : 28304 (java) S 28298 28300 23987 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 254571350 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140457895385512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28305] ppid=28298 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28300/task/28305/stat : 28305 (java) S 28298 28300 23987 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 254571350 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140457894332712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28306] ppid=28298 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28300/task/28306/stat : 28306 (java) S 28298 28300 23987 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 254571350 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140457893279912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28307] ppid=28298 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28300/task/28307/stat : 28307 (java) S 28298 28300 23987 0 -1 4202560 25 0 0 0 3 0 0 0 20 0 22 0 254571350 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140457892228136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28308] ppid=28298 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28300/task/28308/stat : 28308 (java) S 28298 28300 23987 0 -1 4202560 27 0 0 0 5 0 0 0 20 0 22 0 254571350 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140457891175336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28309] ppid=28298 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28300/task/28309/stat : 28309 (java) S 28298 28300 23987 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 254571350 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140457890122536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28310] ppid=28298 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28300/task/28310/stat : 28310 (java) S 28298 28300 23987 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 254571350 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140457889069736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28311] ppid=28298 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/28300/task/28311/stat : 28311 (java) S 28298 28300 23987 0 -1 4202560 258 0 0 0 31 0 0 0 20 0 22 0 254571351 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140457876658664 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28312] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28312/stat : 28312 (java) S 28298 28300 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254571351 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140457875604728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28313] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28313/stat : 28313 (java) S 28298 28300 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254571351 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140457874551816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28314] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28314/stat : 28314 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571353 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140457873500304 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28315] ppid=28298 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/28300/task/28315/stat : 28315 (java) S 28298 28300 23987 0 -1 4202560 11230 0 0 0 133 2 0 0 20 0 22 0 254571353 10060460032 113869 33554432000 1073741824 1073778376 140735248131536 140457872448440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=28300/tid=28320] ppid=28298 vsize=9824668 CPUtime=763.1 cores=0,2,4,6
/proc/28300/task/28320/stat : 28320 (java) R 28298 28300 23987 0 -1 4202560 1538 0 0 0 76258 52 0 0 20 0 22 0 254571384 10060460032 909116 33554432000 1073741824 1073778376 140735248131536 140457867180528 140457925116222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28321] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28321/stat : 28321 (java) S 28298 28300 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254571385 10060460032 909116 33554432000 1073741824 1073778376 140735248131536 140457864827816 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28322] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28322/stat : 28322 (java) S 28298 28300 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254571385 10060460032 909116 33554432000 1073741824 1073778376 140735248131536 140457863775016 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1599.81
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.46 4.05 3.84 5/219 28391
/proc/meminfo: memFree=23143312/32873844 swapFree=7900/7900
[pid=28300] ppid=28298 vsize=9824668 CPUtime=1715.91 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 23987 0 -1 4202496 36987 0 1 0 171445 146 0 0 20 0 22 0 254571348 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140735248122672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2456167 910996 2288 9 0 2446860 0
[pid=28300/tid=28302] ppid=28298 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/28300/task/28302/stat : 28302 (java) S 28298 28300 23987 0 -1 4202560 2547 0 1 0 34 3 0 0 20 0 22 0 254571349 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140458052412408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28303] ppid=28298 vsize=9824668 CPUtime=2.18 cores=0,2,4,6
/proc/28300/task/28303/stat : 28303 (java) S 28298 28300 23987 0 -1 4202560 633 0 0 0 208 10 0 0 20 0 22 0 254571350 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457896438312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28304] ppid=28298 vsize=9824668 CPUtime=2.13 cores=0,2,4,6
/proc/28300/task/28304/stat : 28304 (java) S 28298 28300 23987 0 -1 4202560 526 0 0 0 204 9 0 0 20 0 22 0 254571350 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457895385512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28305] ppid=28298 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/28300/task/28305/stat : 28305 (java) S 28298 28300 23987 0 -1 4202560 462 0 0 0 210 10 0 0 20 0 22 0 254571350 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457894332712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28306] ppid=28298 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/28300/task/28306/stat : 28306 (java) S 28298 28300 23987 0 -1 4202560 300 0 0 0 175 5 0 0 20 0 22 0 254571350 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457893279912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28307] ppid=28298 vsize=9824668 CPUtime=1.98 cores=0,2,4,6
/proc/28300/task/28307/stat : 28307 (java) S 28298 28300 23987 0 -1 4202560 544 0 0 0 190 8 0 0 20 0 22 0 254571350 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457892228136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28308] ppid=28298 vsize=9824668 CPUtime=2.13 cores=0,2,4,6
/proc/28300/task/28308/stat : 28308 (java) S 28298 28300 23987 0 -1 4202560 499 0 0 0 204 9 0 0 20 0 22 0 254571350 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457891175336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28309] ppid=28298 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/28300/task/28309/stat : 28309 (java) S 28298 28300 23987 0 -1 4202560 684 0 0 0 188 7 0 0 20 0 22 0 254571350 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457890122536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28310] ppid=28298 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/28300/task/28310/stat : 28310 (java) S 28298 28300 23987 0 -1 4202560 641 0 0 0 218 9 0 0 20 0 22 0 254571350 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457889069736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28311] ppid=28298 vsize=9824668 CPUtime=58.94 cores=0,2,4,6
/proc/28300/task/28311/stat : 28311 (java) S 28298 28300 23987 0 -1 4202560 3891 0 0 0 5875 19 0 0 20 0 22 0 254571351 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457876658664 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28312] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28312/stat : 28312 (java) S 28298 28300 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254571351 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457875604728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28313] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28313/stat : 28313 (java) S 28298 28300 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254571351 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457874551816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28314] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28314/stat : 28314 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571353 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457873500304 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28315] ppid=28298 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/28300/task/28315/stat : 28315 (java) S 28298 28300 23987 0 -1 4202560 11277 0 0 0 159 2 0 0 20 0 22 0 254571353 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457872448440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28316] ppid=28298 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/28300/task/28316/stat : 28316 (java) S 28298 28300 23987 0 -1 4202560 12064 0 0 0 141 3 0 0 20 0 22 0 254571353 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457871395640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28317] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28317/stat : 28317 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571353 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457870343032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28318] ppid=28298 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/28300/task/28318/stat : 28318 (java) S 28298 28300 23987 0 -1 4202560 51 0 0 0 17 16 0 0 20 0 22 0 254571354 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457869290440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28319] ppid=28298 vsize=9824668 CPUtime=818.37 cores=0,2,4,6
/proc/28300/task/28319/stat : 28319 (java) R 28298 28300 23987 0 -1 4202560 140 0 0 0 81821 16 0 0 20 0 22 0 254571384 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457868235232 140457924801345 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28320] ppid=28298 vsize=9824668 CPUtime=818.43 cores=0,2,4,6
/proc/28300/task/28320/stat : 28320 (java) R 28298 28300 23987 0 -1 4202560 1540 0 0 0 81790 53 0 0 20 0 22 0 254571384 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457867180656 140457925116222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28321] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28321/stat : 28321 (java) S 28298 28300 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254571385 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457864827816 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28322] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28322/stat : 28322 (java) S 28298 28300 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254571385 10060460032 910996 33554432000 1073741824 1073778376 140735248131536 140457863775016 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1715.91
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+925.107 s]
/proc/loadavg: 4.24 4.04 3.84 5/219 28394
/proc/meminfo: memFree=23120436/32873844 swapFree=7900/7900
[pid=28300] ppid=28298 vsize=9824668 CPUtime=1800.03 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 23987 0 -1 4202496 37084 0 1 0 179855 148 0 0 20 0 22 0 254571348 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140735248122672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2456167 916686 2288 9 0 2446860 0
[pid=28300/tid=28302] ppid=28298 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/28300/task/28302/stat : 28302 (java) S 28298 28300 23987 0 -1 4202560 2547 0 1 0 34 3 0 0 20 0 22 0 254571349 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140458052412408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28303] ppid=28298 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/28300/task/28303/stat : 28303 (java) S 28298 28300 23987 0 -1 4202560 651 0 0 0 222 10 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457896438312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28304] ppid=28298 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/28300/task/28304/stat : 28304 (java) S 28298 28300 23987 0 -1 4202560 536 0 0 0 216 9 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457895385512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28305] ppid=28298 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/28300/task/28305/stat : 28305 (java) S 28298 28300 23987 0 -1 4202560 462 0 0 0 223 10 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457894332712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28306] ppid=28298 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/28300/task/28306/stat : 28306 (java) S 28298 28300 23987 0 -1 4202560 300 0 0 0 181 5 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457893279912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28307] ppid=28298 vsize=9824668 CPUtime=2.09 cores=0,2,4,6
/proc/28300/task/28307/stat : 28307 (java) S 28298 28300 23987 0 -1 4202560 546 0 0 0 201 8 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457892228136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28308] ppid=28298 vsize=9824668 CPUtime=2.23 cores=0,2,4,6
/proc/28300/task/28308/stat : 28308 (java) S 28298 28300 23987 0 -1 4202560 510 0 0 0 214 9 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457891175336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28309] ppid=28298 vsize=9824668 CPUtime=2.01 cores=0,2,4,6
/proc/28300/task/28309/stat : 28309 (java) S 28298 28300 23987 0 -1 4202560 692 0 0 0 194 7 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457890122536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28310] ppid=28298 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/28300/task/28310/stat : 28310 (java) S 28298 28300 23987 0 -1 4202560 645 0 0 0 225 9 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457889069736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28311] ppid=28298 vsize=9824668 CPUtime=60.82 cores=0,2,4,6
/proc/28300/task/28311/stat : 28311 (java) S 28298 28300 23987 0 -1 4202560 3929 0 0 0 6063 19 0 0 20 0 22 0 254571351 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457876658664 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28312] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28312/stat : 28312 (java) S 28298 28300 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254571351 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457875604728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28313] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28313/stat : 28313 (java) S 28298 28300 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254571351 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457874551816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28314] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28314/stat : 28314 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571353 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457873500304 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28315] ppid=28298 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/28300/task/28315/stat : 28315 (java) S 28298 28300 23987 0 -1 4202560 11277 0 0 0 159 2 0 0 20 0 22 0 254571353 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457872448440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28316] ppid=28298 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/28300/task/28316/stat : 28316 (java) S 28298 28300 23987 0 -1 4202560 12064 0 0 0 141 3 0 0 20 0 22 0 254571353 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457871395640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28317] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28317/stat : 28317 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571353 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457870343032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28318] ppid=28298 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/28300/task/28318/stat : 28318 (java) S 28298 28300 23987 0 -1 4202560 53 0 0 0 17 16 0 0 20 0 22 0 254571354 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457869290440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28319] ppid=28298 vsize=9824668 CPUtime=859.08 cores=0,2,4,6
/proc/28300/task/28319/stat : 28319 (java) R 28298 28300 23987 0 -1 4202560 144 0 0 0 85891 17 0 0 20 0 22 0 254571384 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457868235520 140457924450211 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28320] ppid=28298 vsize=9824668 CPUtime=859.16 cores=0,2,4,6
/proc/28300/task/28320/stat : 28320 (java) R 28298 28300 23987 0 -1 4202560 1540 0 0 0 85862 54 0 0 20 0 22 0 254571384 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457867181360 140457925116895 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28321] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28321/stat : 28321 (java) S 28298 28300 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254571385 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457864827816 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28322] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28322/stat : 28322 (java) S 28298 28300 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254571385 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457863775016 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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+925.107 s]
/proc/loadavg: 4.24 4.04 3.84 5/219 28394
/proc/meminfo: memFree=23120436/32873844 swapFree=7900/7900
[pid=28300] ppid=28298 vsize=9824668 CPUtime=1800.03 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 23987 0 -1 4202496 37084 0 1 0 179855 148 0 0 20 0 22 0 254571348 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140735248122672 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2456167 916686 2288 9 0 2446860 0
[pid=28300/tid=28302] ppid=28298 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/28300/task/28302/stat : 28302 (java) S 28298 28300 23987 0 -1 4202560 2547 0 1 0 34 3 0 0 20 0 22 0 254571349 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140458052412408 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28303] ppid=28298 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/28300/task/28303/stat : 28303 (java) S 28298 28300 23987 0 -1 4202560 651 0 0 0 222 10 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457896438312 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28304] ppid=28298 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/28300/task/28304/stat : 28304 (java) S 28298 28300 23987 0 -1 4202560 536 0 0 0 216 9 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457895385512 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28305] ppid=28298 vsize=9824668 CPUtime=2.33 cores=0,2,4,6
/proc/28300/task/28305/stat : 28305 (java) S 28298 28300 23987 0 -1 4202560 462 0 0 0 223 10 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457894332712 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28306] ppid=28298 vsize=9824668 CPUtime=1.86 cores=0,2,4,6
/proc/28300/task/28306/stat : 28306 (java) S 28298 28300 23987 0 -1 4202560 300 0 0 0 181 5 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457893279912 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28307] ppid=28298 vsize=9824668 CPUtime=2.09 cores=0,2,4,6
/proc/28300/task/28307/stat : 28307 (java) S 28298 28300 23987 0 -1 4202560 546 0 0 0 201 8 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457892228136 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28308] ppid=28298 vsize=9824668 CPUtime=2.23 cores=0,2,4,6
/proc/28300/task/28308/stat : 28308 (java) S 28298 28300 23987 0 -1 4202560 510 0 0 0 214 9 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457891175336 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28309] ppid=28298 vsize=9824668 CPUtime=2.01 cores=0,2,4,6
/proc/28300/task/28309/stat : 28309 (java) S 28298 28300 23987 0 -1 4202560 692 0 0 0 194 7 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457890122536 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28310] ppid=28298 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/28300/task/28310/stat : 28310 (java) S 28298 28300 23987 0 -1 4202560 645 0 0 0 225 9 0 0 20 0 22 0 254571350 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457889069736 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28311] ppid=28298 vsize=9824668 CPUtime=60.82 cores=0,2,4,6
/proc/28300/task/28311/stat : 28311 (java) S 28298 28300 23987 0 -1 4202560 3929 0 0 0 6063 19 0 0 20 0 22 0 254571351 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457876658664 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28312] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28312/stat : 28312 (java) S 28298 28300 23987 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254571351 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457875604728 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28313] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28313/stat : 28313 (java) S 28298 28300 23987 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254571351 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457874551816 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28314] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28314/stat : 28314 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571353 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457873500304 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28315] ppid=28298 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/28300/task/28315/stat : 28315 (java) S 28298 28300 23987 0 -1 4202560 11277 0 0 0 159 2 0 0 20 0 22 0 254571353 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457872448440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28316] ppid=28298 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/28300/task/28316/stat : 28316 (java) S 28298 28300 23987 0 -1 4202560 12064 0 0 0 141 3 0 0 20 0 22 0 254571353 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457871395640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28317] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28317/stat : 28317 (java) S 28298 28300 23987 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254571353 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457870343032 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28318] ppid=28298 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/28300/task/28318/stat : 28318 (java) S 28298 28300 23987 0 -1 4202560 53 0 0 0 17 16 0 0 20 0 22 0 254571354 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457869290440 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28319] ppid=28298 vsize=9824668 CPUtime=859.08 cores=0,2,4,6
/proc/28300/task/28319/stat : 28319 (java) R 28298 28300 23987 0 -1 4202560 144 0 0 0 85891 17 0 0 20 0 22 0 254571384 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457868235520 140457924450211 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28320] ppid=28298 vsize=9824668 CPUtime=859.16 cores=0,2,4,6
/proc/28300/task/28320/stat : 28320 (java) R 28298 28300 23987 0 -1 4202560 1540 0 0 0 85862 54 0 0 20 0 22 0 254571384 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457867181360 140457925116895 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28321] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28321/stat : 28321 (java) S 28298 28300 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254571385 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457864827816 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28322] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28322/stat : 28322 (java) S 28298 28300 23987 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254571385 10060460032 916686 33554432000 1073741824 1073778376 140735248131536 140457863775016 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 925.18
CPU time (s): 1800.73
CPU user time (s): 1798.75
CPU system time (s): 1.9857
CPU usage (%): 194.636
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.75
system time used= 1.9857
maximum resident set size= 3666864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37116
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25007
involuntary context switches= 32121

runsolver used 2.97255 second user time and 8.5727 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-24 20:34:28
IDJOB=3689710
IDBENCH=90217
IDSOLVER=2268
FILE ID=node137/3689710-1337884468
RUNJOBID= node137-1337871881-24003
PBS_JOBID= 14620067
Free space on /tmp= 71516 MiB

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

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

MD5SUM BENCH= a4b90b74bc3d4958439bc17b9ac2ee03
RANDOM SEED=602273443

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27770400 kB
Buffers:          223276 kB
Cached:          2224164 kB
SwapCached:        22060 kB
Active:          2562608 kB
Inactive:        1739552 kB
Active(anon):    1834944 kB
Inactive(anon):    22680 kB
Active(file):     727664 kB
Inactive(file):  1716872 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081504 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:       1858768 kB
Mapped:            17864 kB
Shmem:                 0 kB
Slab:             639832 kB
SReclaimable:      81436 kB
SUnreclaim:       558396 kB
KernelStack:        1624 kB
PageTables:         7440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2657704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1796096 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= 71492 MiB
End job on node137 at 2012-05-24 20:49:55