Trace number 3741060

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.7 910.658

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-123.opb
MD5SUMe6dc64843ebe4c9cb8812bfa08aa0858
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36611
Total number of constraints853935
Number of constraints which are clauses766797
Number of constraints which are cardinality constraints (but not clauses)2865
Number of constraints which are nor clauses,nor cardinality constraints84273
Minimum length of a constraint1
Maximum length of a constraint756
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		9996466904
0.07/0.10	c Max memory 		10048897024
0.07/0.10	c Total memory 		10048897024
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3741060-1338750762.opb
0.07/0.13	c reading problem ... 
6.88/5.79	c ... done. Wall clock time 5.666s.
6.88/5.79	c #vars     36611
6.88/5.79	c #constraints  726553
6.88/5.79	c constraints type 
6.88/5.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 443795
6.88/5.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 2687
6.88/5.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 188268
6.88/5.79	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 84273
6.88/5.79	c constraints type 
6.88/5.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 188268
6.88/5.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 443795
6.88/5.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2687
6.88/5.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 84273
60.83/31.72	c cleaning 2405 clauses out of 4858 with flag 5000/5000
111.97/57.46	c cleaning 4146 clauses out of 8372 with flag 11001/11001
153.38/78.39	c cleaning 0 clauses out of 5001 with flag 0/5001
165.01/84.23	c cleaning 5273 clauses out of 11159 with flag 18000/18000
196.19/100.10	c cleaning 6643 clauses out of 13850 with flag 26000/26000
230.19/117.23	c cleaning 7915 clauses out of 16187 with flag 35000/35000
256.40/130.50	c cleaning 8589 clauses out of 18255 with flag 45000/45000
276.40/140.73	c cleaning 10160 clauses out of 20654 with flag 56000/56000
303.02/154.38	c cleaning 10817 clauses out of 22473 with flag 68000/68000
323.62/164.88	c cleaning 11907 clauses out of 24640 with flag 81000/81000
356.23/181.35	c cleaning 12969 clauses out of 26715 with flag 95000/95000
383.39/195.16	c cleaning 13937 clauses out of 28731 with flag 110000/110000
413.79/210.66	c cleaning 14254 clauses out of 30785 with flag 126000/126000
435.99/221.97	c cleaning 16207 clauses out of 33517 with flag 143000/143000
464.19/236.29	c cleaning 17258 clauses out of 35297 with flag 161000/161000
492.49/250.55	c cleaning 17950 clauses out of 37032 with flag 180000/180000
519.09/264.19	c cleaning 18737 clauses out of 39078 with flag 200000/200000
545.47/277.57	c cleaning 20108 clauses out of 41335 with flag 221000/221000
580.92/295.44	c cleaning 20925 clauses out of 43216 with flag 243000/243000
612.32/311.37	c cleaning 22062 clauses out of 45281 with flag 266002/266002
644.74/327.82	c cleaning 22879 clauses out of 47210 with flag 290000/290000
663.72/337.57	c cleaning 0 clauses out of 11000 with flag 0/11000
683.51/347.61	c cleaning 23625 clauses out of 49327 with flag 315000/315000
717.28/364.79	c cleaning 25311 clauses out of 51697 with flag 341000/341000
752.05/382.43	c cleaning 26103 clauses out of 53383 with flag 368000/368000
790.47/401.86	c cleaning 26837 clauses out of 55277 with flag 396000/396000
834.07/423.85	c cleaning 27910 clauses out of 57433 with flag 425000/425000
887.86/451.00	c cleaning 29089 clauses out of 59516 with flag 455000/455000
933.24/473.93	c cleaning 30150 clauses out of 61426 with flag 486000/486000
978.41/496.71	c cleaning 31241 clauses out of 63238 with flag 518000/518000
1036.00/525.70	c cleaning 32133 clauses out of 64927 with flag 551000/551000
1093.21/554.58	c cleaning 32878 clauses out of 66752 with flag 585000/585000
1148.18/582.34	c cleaning 34029 clauses out of 68846 with flag 620000/620000
1206.21/611.53	c cleaning 34736 clauses out of 70806 with flag 656000/656000
1259.60/638.43	c cleaning 35664 clauses out of 73070 with flag 693000/693000
1322.80/670.26	c cleaning 37225 clauses out of 75405 with flag 731000/731000
1391.18/704.70	c cleaning 38179 clauses out of 77167 with flag 770001/770001
1451.19/734.93	c cleaning 39234 clauses out of 78985 with flag 810000/810000
1529.22/774.19	c cleaning 39736 clauses out of 80696 with flag 851001/851001
1602.45/810.92	c cleaning 41305 clauses out of 82949 with flag 893000/893000
1668.22/844.16	c cleaning 42146 clauses out of 84642 with flag 936000/936000
1736.86/878.67	c cleaning 42680 clauses out of 86489 with flag 980001/980001
1799.27/910.06	c cleaning 43786 clauses out of 88754 with flag 1025001/1025001
1800.06/910.61	c starts		: 134
1800.06/910.61	c conflicts		: 1025046
1800.06/910.61	c decisions		: 97371277
1800.06/910.61	c propagations		: 532173688
1800.06/910.61	c inspects		: 6518065885
1800.06/910.61	c shortcuts		: 0
1800.06/910.61	c learnt literals	: 896
1800.06/910.61	c learnt binary clauses	: 4048
1800.06/910.61	c learnt ternary clauses	: 6946
1800.06/910.61	c learnt constraints	: 1024150
1800.06/910.61	c ignored constraints	: 0
1800.06/910.61	c root simplifications	: 0
1800.06/910.61	c removed literals (reason simplification)	: 37881495
1800.06/910.61	c reason swapping (by a shorter reason)	: 0
1800.06/910.61	c Calls to reduceDB	: 41
1800.06/910.61	c number of reductions to clauses (during analyze)	: 0
1800.06/910.61	c number of learned constraints concerned by reduction	: 0
1800.06/910.61	c number of learning phase by resolution	: 0
1800.06/910.61	c number of learning phase by cutting planes	: 0
1800.06/910.61	c speed (assignments/second)	: 588158.4325618304
1800.06/910.61	c non guided choices	6961037
1800.06/910.63	c learnt constraints type 
1800.06/910.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4048
1800.06/910.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 40985
1800.06/910.63	c constraints type 
1800.06/910.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 443795
1800.06/910.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 2687
1800.06/910.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 188268
1800.06/910.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 84273
1800.06/910.63	c constraints type 
1800.06/910.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 188268
1800.06/910.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 443795
1800.06/910.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2687
1800.06/910.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 84273
1800.06/910.63	s UNKNOWN
1800.06/910.63	c Total wall clock time (in seconds): 910.502

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-3741060-1338750762/watcher-3741060-1338750762 -o /tmp/evaluation-result-3741060-1338750762/solver-3741060-1338750762 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3741060-1338750762.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.96 3.95 3.60 4/197 30360
/proc/meminfo: memFree=24232352/32873648 swapFree=6852/6852
[pid=30360] ppid=30358 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/30360/stat : 30360 (java) R 30358 30360 30010 0 -1 4202496 303 0 0 0 0 0 0 0 20 0 1 0 341203091 3653632 52 33554432000 1073741824 1073778376 140735628854672 140735628851800 271778351795 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/30360/statm: 1408 55 43 9 0 30 0

[startup+0.0430651 s]
/proc/loadavg: 3.96 3.95 3.60 4/197 30360
/proc/meminfo: memFree=24232352/32873648 swapFree=6852/6852
[pid=30360] ppid=30358 vsize=11120388 CPUtime=0.02 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30358 30360 30010 0 -1 4202496 4637 0 1 0 1 1 0 0 20 0 11 0 341203091 11387277312 11980 33554432000 1073741824 1073778376 140735628854672 140735628845808 271790932029 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30360/statm: 2780097 11982 1591 9 0 2770798 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11120388

[startup+0.100216 s]
/proc/loadavg: 3.96 3.95 3.60 4/197 30360
/proc/meminfo: memFree=24232352/32873648 swapFree=6852/6852
[pid=30360] ppid=30358 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30358 30360 30010 0 -1 4202496 5212 0 1 0 6 1 0 0 20 0 18 0 341203091 11864465408 13064 33554432000 1073741824 1073778376 140735628854672 140735628845808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30360/statm: 2896598 13064 1939 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300296 s]
/proc/loadavg: 3.96 3.95 3.60 4/197 30360
/proc/meminfo: memFree=24232352/32873648 swapFree=6852/6852
[pid=30360] ppid=30358 vsize=11586392 CPUtime=0.45 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30358 30360 30010 0 -1 4202496 6872 0 1 0 43 2 0 0 20 0 18 0 341203091 11864465408 16875 33554432000 1073741824 1073778376 140735628854672 140735628845808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30360/statm: 2896598 16875 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700305 s]
/proc/loadavg: 3.96 3.95 3.60 4/197 30360
/proc/meminfo: memFree=24232352/32873648 swapFree=6852/6852
[pid=30360] ppid=30358 vsize=11586392 CPUtime=1.24 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30358 30360 30010 0 -1 4202496 10491 0 1 0 119 5 0 0 20 0 18 0 341203091 11864465408 61758 33554432000 1073741824 1073778376 140735628854672 140735628845808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30360/statm: 2896598 61758 2239 9 0 2887285 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 11586392

[startup+1.50076 s]
/proc/loadavg: 3.96 3.95 3.60 4/215 30378
/proc/meminfo: memFree=23800676/32873648 swapFree=6852/6852
[pid=30360] ppid=30358 vsize=11586392 CPUtime=2.15 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30358 30360 30010 0 -1 4202496 10745 0 1 0 202 13 0 0 20 0 18 0 341203091 11864465408 190783 33554432000 1073741824 1073778376 140735628854672 140735628845808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30360/statm: 2896598 190783 2240 9 0 2887285 0
[pid=30360/tid=30362] ppid=30358 vsize=11586392 CPUtime=1.46 cores=0,2,4,6
/proc/30360/task/30362/stat : 30362 (java) R 30358 30360 30010 0 -1 4202560 4217 0 1 0 134 12 0 0 20 0 18 0 341203092 11864465408 190783 33554432000 1073741824 1073778376 140735628854672 140277381439864 140277205890331 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30363] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30363/stat : 30363 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 190783 33554432000 1073741824 1073778376 140735628854672 140277336194088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30364] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30364/stat : 30364 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 190783 33554432000 1073741824 1073778376 140735628854672 140277335141288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30365] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30365/stat : 30365 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 190783 33554432000 1073741824 1073778376 140735628854672 140277334088488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30366] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30366/stat : 30366 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 190783 33554432000 1073741824 1073778376 140735628854672 140277333035688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30367] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30367/stat : 30367 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 190783 33554432000 1073741824 1073778376 140735628854672 140277331982888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30368] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30368/stat : 30368 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 190783 33554432000 1073741824 1073778376 140735628854672 140277330930088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30369] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30369/stat : 30369 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 191295 33554432000 1073741824 1073778376 140735628854672 140277329877288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30370] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30370/stat : 30370 (java) S 30358 30360 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 191295 33554432000 1073741824 1073778376 140735628854672 140277328824488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30371] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30371/stat : 30371 (java) S 30358 30360 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341203095 11864465408 191295 33554432000 1073741824 1073778376 140735628854672 140277198060520 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30372] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30372/stat : 30372 (java) S 30358 30360 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341203096 11864465408 191295 33554432000 1073741824 1073778376 140735628854672 140277197006584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30373] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30373/stat : 30373 (java) S 30358 30360 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341203096 11864465408 191295 33554432000 1073741824 1073778376 140735628854672 140277195953672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30374] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30374/stat : 30374 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203098 11864465408 191295 33554432000 1073741824 1073778376 140735628854672 140277194902160 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30375] ppid=30358 vsize=11586392 CPUtime=0.35 cores=0,2,4,6
/proc/30360/task/30375/stat : 30375 (java) S 30358 30360 30010 0 -1 4202560 3470 0 0 0 35 0 0 0 20 0 18 0 341203098 11864465408 191295 33554432000 1073741824 1073778376 140735628854672 140277193849272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30376] ppid=30358 vsize=11586392 CPUtime=0.3 cores=0,2,4,6
/proc/30360/task/30376/stat : 30376 (java) S 30358 30360 30010 0 -1 4202560 1873 0 0 0 30 0 0 0 20 0 18 0 341203098 11864465408 191295 33554432000 1073741824 1073778376 140735628854672 140277192796472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30377] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30377/stat : 30377 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203098 11864465408 191295 33554432000 1073741824 1073778376 140735628854672 140277191743864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30378] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30378/stat : 30378 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203098 11864465408 191295 33554432000 1073741824 1073778376 140735628854672 140277190691272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 11586392

[startup+3.1007 s]
/proc/loadavg: 3.88 3.93 3.60 4/215 30378
/proc/meminfo: memFree=23077920/32873648 swapFree=6852/6852
[pid=30360] ppid=30358 vsize=11586392 CPUtime=3.79 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30358 30360 30010 0 -1 4202496 11247 0 1 0 350 29 0 0 20 0 18 0 341203091 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140735628845808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30360/statm: 2896598 447807 2240 9 0 2887285 0
[pid=30360/tid=30362] ppid=30358 vsize=11586392 CPUtime=3.06 cores=0,2,4,6
/proc/30360/task/30362/stat : 30362 (java) R 30358 30360 30010 0 -1 4202560 4719 0 1 0 277 29 0 0 20 0 18 0 341203092 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277381431328 140277205899668 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30363] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30363/stat : 30363 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277336194088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30364] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30364/stat : 30364 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277335141288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30365] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30365/stat : 30365 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277334088488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30366] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30366/stat : 30366 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277333035688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30367] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30367/stat : 30367 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277331982888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30368] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30368/stat : 30368 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277330930088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30369] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30369/stat : 30369 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277329877288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30370] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30370/stat : 30370 (java) S 30358 30360 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341203094 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277328824488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30371] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30371/stat : 30371 (java) S 30358 30360 30010 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341203095 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277198060520 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30372] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30372/stat : 30372 (java) S 30358 30360 30010 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341203096 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277197006584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30373] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30373/stat : 30373 (java) S 30358 30360 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341203096 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277195953672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30374] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30374/stat : 30374 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203098 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277194902160 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30375] ppid=30358 vsize=11586392 CPUtime=0.39 cores=0,2,4,6
/proc/30360/task/30375/stat : 30375 (java) S 30358 30360 30010 0 -1 4202560 3470 0 0 0 39 0 0 0 20 0 18 0 341203098 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277193849272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30376] ppid=30358 vsize=11586392 CPUtime=0.31 cores=0,2,4,6
/proc/30360/task/30376/stat : 30376 (java) S 30358 30360 30010 0 -1 4202560 1873 0 0 0 31 0 0 0 20 0 18 0 341203098 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277192796472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30377] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30377/stat : 30377 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203098 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277191743864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30378] ppid=30358 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30378/stat : 30378 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341203098 11864465408 447807 33554432000 1073741824 1073778376 140735628854672 140277190691272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 11586392

[startup+6.30074 s]
/proc/loadavg: 3.88 3.93 3.60 4/215 30378
/proc/meminfo: memFree=21487752/32873648 swapFree=6852/6852
[pid=30360] ppid=30358 vsize=11852648 CPUtime=8.38 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30358 30360 30010 0 -1 4202496 12158 0 1 0 782 56 0 0 20 0 22 0 341203091 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140735628845808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30360/statm: 2963162 686369 2270 9 0 2953849 0
[pid=30360/tid=30362] ppid=30358 vsize=11852648 CPUtime=5.6 cores=0,2,4,6
/proc/30360/task/30362/stat : 30362 (java) S 30358 30360 30010 0 -1 4202560 5143 0 1 0 518 42 0 0 20 0 22 0 341203092 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277381440664 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30363] ppid=30358 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/30360/task/30363/stat : 30363 (java) S 30358 30360 30010 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 22 0 341203094 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277336194088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30364] ppid=30358 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/30360/task/30364/stat : 30364 (java) S 30358 30360 30010 0 -1 4202560 27 0 0 0 5 2 0 0 20 0 22 0 341203094 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277335141288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30365] ppid=30358 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/30360/task/30365/stat : 30365 (java) S 30358 30360 30010 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 22 0 341203094 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277334088488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30366] ppid=30358 vsize=11852648 CPUtime=0.09 cores=0,2,4,6
/proc/30360/task/30366/stat : 30366 (java) S 30358 30360 30010 0 -1 4202560 48 0 0 0 6 3 0 0 20 0 22 0 341203094 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277333035688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30367] ppid=30358 vsize=11852648 CPUtime=0.07 cores=0,2,4,6
/proc/30360/task/30367/stat : 30367 (java) S 30358 30360 30010 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 22 0 341203094 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277331982888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30368] ppid=30358 vsize=11852648 CPUtime=0.06 cores=0,2,4,6
/proc/30360/task/30368/stat : 30368 (java) S 30358 30360 30010 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 341203094 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277330930088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30369] ppid=30358 vsize=11852648 CPUtime=0.04 cores=0,2,4,6
/proc/30360/task/30369/stat : 30369 (java) S 30358 30360 30010 0 -1 4202560 20 0 0 0 4 0 0 0 20 0 22 0 341203094 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277329877288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30370] ppid=30358 vsize=11852648 CPUtime=0.1 cores=0,2,4,6
/proc/30360/task/30370/stat : 30370 (java) S 30358 30360 30010 0 -1 4202560 41 0 0 0 7 3 0 0 20 0 22 0 341203094 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277328824488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30371] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30371/stat : 30371 (java) S 30358 30360 30010 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341203095 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277198060520 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30372] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30372/stat : 30372 (java) S 30358 30360 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341203096 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277197006584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30373] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30373/stat : 30373 (java) S 30358 30360 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341203096 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277195953672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30374] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30374/stat : 30374 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341203098 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277194902160 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30375] ppid=30358 vsize=11852648 CPUtime=0.59 cores=0,2,4,6
/proc/30360/task/30375/stat : 30375 (java) S 30358 30360 30010 0 -1 4202560 3489 0 0 0 59 0 0 0 20 0 22 0 341203098 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277193849272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30376] ppid=30358 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/30360/task/30376/stat : 30376 (java) S 30358 30360 30010 0 -1 4202560 1976 0 0 0 53 0 0 0 20 0 22 0 341203098 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277192796472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30377] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30377/stat : 30377 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341203098 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277191743864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30378] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30378/stat : 30378 (java) S 30358 30360 30010 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341203098 12137111552 686369 33554432000 1073741824 1073778376 140735628854672 140277190691272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.38
Current children cumulated vsize (KiB) 11852648

[startup+12.701 s]
/proc/loadavg: 4.38 4.03 3.63 5/219 30382
/proc/meminfo: memFree=21297840/32873648 swapFree=6852/6852
[pid=30360] ppid=30358 vsize=11852648 CPUtime=22.18 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30358 30360 30010 0 -1 4202496 18693 0 1 0 2139 79 0 0 20 0 22 0 341203091 12137111552 734228 33554432000 1073741824 1073778376 140735628854672 140735628845808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30360/statm: 2963162 734228 2275 9 0 2953849 0
[pid=30360/tid=30362] ppid=30358 vsize=11852648 CPUtime=5.6 cores=0,2,4,6

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

[pid=30360/tid=30380] ppid=30358 vsize=11852648 CPUtime=794.59 cores=0,2,4,6
/proc/30360/task/30380/stat : 30380 (java) R 30358 30360 30010 0 -1 4202560 189 0 0 0 79442 17 0 0 20 0 22 0 341203671 12137111552 937757 33554432000 1073741824 1073778376 140735628854672 140276180962288 140277206307773 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30381] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30381/stat : 30381 (java) S 30358 30360 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341203674 12137111552 937757 33554432000 1073741824 1073778376 140735628854672 140276179912104 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30382] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30382/stat : 30382 (java) S 30358 30360 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341203674 12137111552 937757 33554432000 1073741824 1073778376 140735628854672 140276178859304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1624.58
Current children cumulated vsize (KiB) 11852648

[startup+882.308 s]
/proc/loadavg: 3.95 3.93 3.78 5/219 30628
/proc/meminfo: memFree=19637060/32873648 swapFree=6852/6852
[pid=30360] ppid=30358 vsize=11852648 CPUtime=1743.84 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30358 30360 30010 0 -1 4202496 33429 0 1 0 174251 133 0 0 20 0 22 0 341203091 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140735628845808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30360/statm: 2963162 937821 2290 9 0 2953849 0
[pid=30360/tid=30362] ppid=30358 vsize=11852648 CPUtime=5.64 cores=0,2,4,6
/proc/30360/task/30362/stat : 30362 (java) S 30358 30360 30010 0 -1 4202560 5173 0 1 0 520 44 0 0 20 0 22 0 341203092 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277381440664 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30363] ppid=30358 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/30360/task/30363/stat : 30363 (java) S 30358 30360 30010 0 -1 4202560 191 0 0 0 81 8 0 0 20 0 22 0 341203094 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277336194088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30364] ppid=30358 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/30360/task/30364/stat : 30364 (java) S 30358 30360 30010 0 -1 4202560 168 0 0 0 85 6 0 0 20 0 22 0 341203094 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277335141288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30365] ppid=30358 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/30360/task/30365/stat : 30365 (java) S 30358 30360 30010 0 -1 4202560 230 0 0 0 95 8 0 0 20 0 22 0 341203094 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277334088488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30366] ppid=30358 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/30360/task/30366/stat : 30366 (java) S 30358 30360 30010 0 -1 4202560 181 0 0 0 86 7 0 0 20 0 22 0 341203094 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277333035688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30367] ppid=30358 vsize=11852648 CPUtime=0.84 cores=0,2,4,6
/proc/30360/task/30367/stat : 30367 (java) S 30358 30360 30010 0 -1 4202560 188 0 0 0 78 6 0 0 20 0 22 0 341203094 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277331982888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30368] ppid=30358 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/30360/task/30368/stat : 30368 (java) S 30358 30360 30010 0 -1 4202560 165 0 0 0 91 5 0 0 20 0 22 0 341203094 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277330930088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30369] ppid=30358 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/30360/task/30369/stat : 30369 (java) S 30358 30360 30010 0 -1 4202560 154 0 0 0 81 4 0 0 20 0 22 0 341203094 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277329877288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30370] ppid=30358 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/30360/task/30370/stat : 30370 (java) S 30358 30360 30010 0 -1 4202560 214 0 0 0 88 7 0 0 20 0 22 0 341203094 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277328824488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30371] ppid=30358 vsize=11852648 CPUtime=20.85 cores=0,2,4,6
/proc/30360/task/30371/stat : 30371 (java) S 30358 30360 30010 0 -1 4202560 8237 0 0 0 2070 15 0 0 20 0 22 0 341203095 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277198060520 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30372] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30372/stat : 30372 (java) S 30358 30360 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341203096 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277197006584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30373] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30373/stat : 30373 (java) S 30358 30360 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341203096 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277195953672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30374] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30374/stat : 30374 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341203098 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277194902160 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30375] ppid=30358 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/30360/task/30375/stat : 30375 (java) S 30358 30360 30010 0 -1 4202560 8909 0 0 0 134 2 0 0 20 0 22 0 341203098 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277193849272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30376] ppid=30358 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/30360/task/30376/stat : 30376 (java) S 30358 30360 30010 0 -1 4202560 8134 0 0 0 138 2 0 0 20 0 22 0 341203098 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277192796472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30377] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30377/stat : 30377 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341203098 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277191743864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30378] ppid=30358 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/30360/task/30378/stat : 30378 (java) S 30358 30360 30010 0 -1 4202560 52 0 0 0 17 17 0 0 20 0 22 0 341203098 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140277190691272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30379] ppid=30358 vsize=11852648 CPUtime=853.58 cores=0,2,4,6
/proc/30360/task/30379/stat : 30379 (java) R 30358 30360 30010 0 -1 4202560 54 0 0 0 85343 15 0 0 20 0 22 0 341203671 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140276182016976 140277206286551 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30380] ppid=30358 vsize=11852648 CPUtime=853.53 cores=0,2,4,6
/proc/30360/task/30380/stat : 30380 (java) R 30358 30360 30010 0 -1 4202560 192 0 0 0 85336 17 0 0 20 0 22 0 341203671 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140276180962256 140277206308728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30381] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30381/stat : 30381 (java) S 30358 30360 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341203674 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140276179912104 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30382] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30382/stat : 30382 (java) S 30358 30360 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341203674 12137111552 937821 33554432000 1073741824 1073778376 140735628854672 140276178859304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1743.84
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+910.601 s]
/proc/loadavg: 3.83 3.90 3.77 5/219 30628
/proc/meminfo: memFree=19636824/32873648 swapFree=6852/6852
[pid=30360] ppid=30358 vsize=11852648 CPUtime=1800.06 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30358 30360 30010 0 -1 4202496 34479 0 1 0 179872 134 0 0 20 0 22 0 341203091 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140735628845808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30360/statm: 2963162 937853 2290 9 0 2953849 0
[pid=30360/tid=30362] ppid=30358 vsize=11852648 CPUtime=5.64 cores=0,2,4,6
/proc/30360/task/30362/stat : 30362 (java) S 30358 30360 30010 0 -1 4202560 5174 0 1 0 520 44 0 0 20 0 22 0 341203092 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277381440664 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30363] ppid=30358 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/30360/task/30363/stat : 30363 (java) S 30358 30360 30010 0 -1 4202560 194 0 0 0 83 8 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277336194088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30364] ppid=30358 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/30360/task/30364/stat : 30364 (java) S 30358 30360 30010 0 -1 4202560 168 0 0 0 88 6 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277335141288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30365] ppid=30358 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/30360/task/30365/stat : 30365 (java) S 30358 30360 30010 0 -1 4202560 230 0 0 0 97 8 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277334088488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30366] ppid=30358 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/30360/task/30366/stat : 30366 (java) S 30358 30360 30010 0 -1 4202560 181 0 0 0 88 7 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277333035688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30367] ppid=30358 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/30360/task/30367/stat : 30367 (java) S 30358 30360 30010 0 -1 4202560 189 0 0 0 81 6 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277331982888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30368] ppid=30358 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/30360/task/30368/stat : 30368 (java) S 30358 30360 30010 0 -1 4202560 186 0 0 0 93 5 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277330930088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30369] ppid=30358 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/30360/task/30369/stat : 30369 (java) S 30358 30360 30010 0 -1 4202560 160 0 0 0 83 4 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277329877288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30370] ppid=30358 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/30360/task/30370/stat : 30370 (java) S 30358 30360 30010 0 -1 4202560 214 0 0 0 90 7 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277328824488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30371] ppid=30358 vsize=11852648 CPUtime=21.32 cores=0,2,4,6
/proc/30360/task/30371/stat : 30371 (java) S 30358 30360 30010 0 -1 4202560 9251 0 0 0 2116 16 0 0 20 0 22 0 341203095 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277198060520 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30372] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30372/stat : 30372 (java) S 30358 30360 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341203096 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277197006584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30373] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30373/stat : 30373 (java) S 30358 30360 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341203096 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277195953672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30374] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30374/stat : 30374 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341203098 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277194902160 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30375] ppid=30358 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/30360/task/30375/stat : 30375 (java) S 30358 30360 30010 0 -1 4202560 8910 0 0 0 134 2 0 0 20 0 22 0 341203098 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277193849272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30376] ppid=30358 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/30360/task/30376/stat : 30376 (java) S 30358 30360 30010 0 -1 4202560 8134 0 0 0 138 2 0 0 20 0 22 0 341203098 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277192796472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30377] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30377/stat : 30377 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341203098 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277191743864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30378] ppid=30358 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/30360/task/30378/stat : 30378 (java) S 30358 30360 30010 0 -1 4202560 54 0 0 0 18 17 0 0 20 0 22 0 341203098 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277190691272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30379] ppid=30358 vsize=11852648 CPUtime=881.37 cores=0,2,4,6
/proc/30360/task/30379/stat : 30379 (java) R 30358 30360 30010 0 -1 4202560 54 0 0 0 88121 16 0 0 20 0 22 0 341203671 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140276182017096 140277206292468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30380] ppid=30358 vsize=11852648 CPUtime=881.32 cores=0,2,4,6
/proc/30360/task/30380/stat : 30380 (java) R 30358 30360 30010 0 -1 4202560 193 0 0 0 88114 18 0 0 20 0 22 0 341203671 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140276180962288 140277206308672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30381] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30381/stat : 30381 (java) S 30358 30360 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341203674 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140276179912104 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30382] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30382/stat : 30382 (java) S 30358 30360 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341203674 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140276178859304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

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

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

[startup+910.601 s]
/proc/loadavg: 3.83 3.90 3.77 5/219 30628
/proc/meminfo: memFree=19636824/32873648 swapFree=6852/6852
[pid=30360] ppid=30358 vsize=11852648 CPUtime=1800.06 cores=0,2,4,6
/proc/30360/stat : 30360 (java) S 30358 30360 30010 0 -1 4202496 34479 0 1 0 179872 134 0 0 20 0 22 0 341203091 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140735628845808 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30360/statm: 2963162 937853 2290 9 0 2953849 0
[pid=30360/tid=30362] ppid=30358 vsize=11852648 CPUtime=5.64 cores=0,2,4,6
/proc/30360/task/30362/stat : 30362 (java) S 30358 30360 30010 0 -1 4202560 5174 0 1 0 520 44 0 0 20 0 22 0 341203092 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277381440664 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30363] ppid=30358 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/30360/task/30363/stat : 30363 (java) S 30358 30360 30010 0 -1 4202560 194 0 0 0 83 8 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277336194088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30364] ppid=30358 vsize=11852648 CPUtime=0.94 cores=0,2,4,6
/proc/30360/task/30364/stat : 30364 (java) S 30358 30360 30010 0 -1 4202560 168 0 0 0 88 6 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277335141288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30365] ppid=30358 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/30360/task/30365/stat : 30365 (java) S 30358 30360 30010 0 -1 4202560 230 0 0 0 97 8 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277334088488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30366] ppid=30358 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/30360/task/30366/stat : 30366 (java) S 30358 30360 30010 0 -1 4202560 181 0 0 0 88 7 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277333035688 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30367] ppid=30358 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/30360/task/30367/stat : 30367 (java) S 30358 30360 30010 0 -1 4202560 189 0 0 0 81 6 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277331982888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30368] ppid=30358 vsize=11852648 CPUtime=0.98 cores=0,2,4,6
/proc/30360/task/30368/stat : 30368 (java) S 30358 30360 30010 0 -1 4202560 186 0 0 0 93 5 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277330930088 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30369] ppid=30358 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/30360/task/30369/stat : 30369 (java) S 30358 30360 30010 0 -1 4202560 160 0 0 0 83 4 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277329877288 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30370] ppid=30358 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/30360/task/30370/stat : 30370 (java) S 30358 30360 30010 0 -1 4202560 214 0 0 0 90 7 0 0 20 0 22 0 341203094 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277328824488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30371] ppid=30358 vsize=11852648 CPUtime=21.32 cores=0,2,4,6
/proc/30360/task/30371/stat : 30371 (java) S 30358 30360 30010 0 -1 4202560 9251 0 0 0 2116 16 0 0 20 0 22 0 341203095 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277198060520 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30360/tid=30372] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30372/stat : 30372 (java) S 30358 30360 30010 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341203096 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277197006584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30373] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30373/stat : 30373 (java) S 30358 30360 30010 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341203096 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277195953672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30374] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30374/stat : 30374 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341203098 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277194902160 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30375] ppid=30358 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/30360/task/30375/stat : 30375 (java) S 30358 30360 30010 0 -1 4202560 8910 0 0 0 134 2 0 0 20 0 22 0 341203098 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277193849272 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30376] ppid=30358 vsize=11852648 CPUtime=1.4 cores=0,2,4,6
/proc/30360/task/30376/stat : 30376 (java) S 30358 30360 30010 0 -1 4202560 8134 0 0 0 138 2 0 0 20 0 22 0 341203098 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277192796472 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30360/tid=30377] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30377/stat : 30377 (java) S 30358 30360 30010 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341203098 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277191743864 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30378] ppid=30358 vsize=11852648 CPUtime=0.35 cores=0,2,4,6
/proc/30360/task/30378/stat : 30378 (java) S 30358 30360 30010 0 -1 4202560 54 0 0 0 18 17 0 0 20 0 22 0 341203098 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140277190691272 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30379] ppid=30358 vsize=11852648 CPUtime=881.37 cores=0,2,4,6
/proc/30360/task/30379/stat : 30379 (java) R 30358 30360 30010 0 -1 4202560 54 0 0 0 88121 16 0 0 20 0 22 0 341203671 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140276182017096 140277206292468 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30360/tid=30380] ppid=30358 vsize=11852648 CPUtime=881.32 cores=0,2,4,6
/proc/30360/task/30380/stat : 30380 (java) R 30358 30360 30010 0 -1 4202560 193 0 0 0 88114 18 0 0 20 0 22 0 341203671 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140276180962288 140277206308672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30381] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30381/stat : 30381 (java) S 30358 30360 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341203674 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140276179912104 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30360/tid=30382] ppid=30358 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/30360/task/30382/stat : 30382 (java) S 30358 30360 30010 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341203674 12137111552 937853 33554432000 1073741824 1073778376 140735628854672 140276178859304 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 11852648

Child status: 143
Real time (s): 910.658
CPU time (s): 1800.7
CPU user time (s): 1798.87
CPU system time (s): 1.83272
CPU usage (%): 197.736
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.87
system time used= 1.83272
maximum resident set size= 3755456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34512
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23896
involuntary context switches= 23288

runsolver used 4.15137 second user time and 7.67383 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-03 21:12:43
IDJOB=3741060
IDBENCH=89740
IDSOLVER=2328
FILE ID=node115/3741060-1338750762
RUNJOBID= node115-1338748926-30026
PBS_JOBID= 14636792
Free space on /tmp= 70788 MiB

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

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

MD5SUM BENCH= e6dc64843ebe4c9cb8812bfa08aa0858
RANDOM SEED=248542042

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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.462
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:        24232368 kB
Buffers:         1438624 kB
Cached:          3528916 kB
SwapCached:         1016 kB
Active:          5530088 kB
Inactive:        2185096 kB
Active(anon):    2736516 kB
Inactive(anon):     9868 kB
Active(file):    2793572 kB
Inactive(file):  2175228 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106440 kB
Dirty:             37640 kB
Writeback:             0 kB
AnonPages:       2760380 kB
Mapped:            19952 kB
Shmem:                96 kB
Slab:             772416 kB
SReclaimable:     216324 kB
SUnreclaim:       556092 kB
KernelStack:        1616 kB
PageTables:         9736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10457832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2715648 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= 70788 MiB
End job on node115 at 2012-06-03 21:27:56