Trace number 3689440

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.16 904.768

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-31.opb
MD5SUM1231d9e508dc821e38b22e6db3fd2b2f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark203.957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9310
Total number of constraints199239
Number of constraints which are clauses178407
Number of constraints which are cardinality constraints (but not clauses)730
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint1
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689440-1337882205.opb
0.09/0.12	c reading problem ... 
2.98/1.82	c ... done. Wall clock time 1.697s.
2.98/1.82	c declared #vars     9310
2.98/1.82	c #constraints  197032
2.98/1.82	c constraints type 
2.98/1.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 136037
2.98/1.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
2.98/1.82	c ignored satisfied constraints => 2585
2.98/1.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40073
2.98/1.82	c org.sat4j.minisat.constraints.cnf.UnitClause => 99
2.98/1.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
2.98/1.82	c 199617 constraints processed.
2.98/1.82	c constraints type 
2.98/1.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40073
2.98/1.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 136037
2.98/1.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
2.98/1.82	c ignored satisfied constraints => 2585
2.98/1.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
2.98/1.82	c org.sat4j.pb.constraints.pb.UnitClausePB => 99
2.98/1.82	c 199617 constraints processed.
7.68/3.68	c cleaning 2493 clauses out of 5000 with flag 5000/5000
11.55/5.36	c cleaning 0 clauses out of 5000 with flag 0/5000
12.04/5.66	c cleaning 4234 clauses out of 8507 with flag 11000/11000
16.51/7.84	c cleaning 5603 clauses out of 11273 with flag 18000/18000
22.41/10.85	c cleaning 6800 clauses out of 13672 with flag 26002/26002
26.73/13.08	c cleaning 0 clauses out of 11000 with flag 0/11000
27.57/13.51	c cleaning 7931 clauses out of 15871 with flag 35001/35001
33.25/16.42	c cleaning 8914 clauses out of 17939 with flag 45000/45000
39.02/19.45	c cleaning 9905 clauses out of 20025 with flag 56000/56000
44.86/22.46	c cleaning 11042 clauses out of 22122 with flag 68002/68002
51.59/25.82	c cleaning 11944 clauses out of 24074 with flag 81001/81001
57.23/28.74	c cleaning 12981 clauses out of 26129 with flag 95003/95003
66.78/33.66	c cleaning 13983 clauses out of 28144 with flag 110000/110000
72.42/36.53	c cleaning 0 clauses out of 18000 with flag 0/18000
76.46/38.64	c cleaning 14975 clauses out of 30162 with flag 126001/126001
86.29/43.62	c cleaning 16065 clauses out of 32187 with flag 143001/143001
96.04/48.70	c cleaning 16952 clauses out of 34121 with flag 161000/161000
114.30/57.84	c cleaning 18076 clauses out of 36171 with flag 180002/180002
125.33/63.41	c cleaning 19013 clauses out of 38094 with flag 200001/200001
136.13/68.99	c cleaning 19934 clauses out of 40080 with flag 221000/221000
144.05/73.05	c cleaning 21026 clauses out of 42147 with flag 243001/243001
156.88/79.59	c cleaning 22030 clauses out of 44120 with flag 266000/266000
168.68/85.50	c cleaning 23026 clauses out of 46092 with flag 290002/290002
178.87/90.76	c cleaning 23944 clauses out of 48064 with flag 315000/315000
193.21/98.03	c cleaning 0 clauses out of 26000 with flag 0/26000
194.83/98.95	c cleaning 24773 clauses out of 50121 with flag 341001/341001
207.61/105.43	c cleaning 25966 clauses out of 52349 with flag 368002/368002
222.63/113.06	c cleaning 26825 clauses out of 54382 with flag 396001/396001
235.95/119.83	c cleaning 28243 clauses out of 56556 with flag 425000/425000
252.37/128.11	c cleaning 29061 clauses out of 58316 with flag 455003/455003
270.37/137.26	c cleaning 30097 clauses out of 60252 with flag 486000/486000
285.01/144.67	c cleaning 30976 clauses out of 62155 with flag 518000/518000
301.31/152.94	c cleaning 32030 clauses out of 64179 with flag 551000/551000
319.09/161.94	c cleaning 32804 clauses out of 66150 with flag 585001/585001
336.12/170.54	c cleaning 34036 clauses out of 68346 with flag 620001/620001
359.56/182.39	c cleaning 35055 clauses out of 70309 with flag 656001/656001
393.44/199.47	c cleaning 36075 clauses out of 72254 with flag 693001/693001
420.44/213.03	c cleaning 36983 clauses out of 74182 with flag 731004/731004
430.40/218.14	c cleaning 0 clauses out of 35002 with flag 0/35002
457.01/231.56	c cleaning 38048 clauses out of 76197 with flag 770002/770002
485.95/246.13	c cleaning 38872 clauses out of 78146 with flag 810000/810000
511.63/259.02	c cleaning 39919 clauses out of 80276 with flag 851002/851002
545.16/275.83	c cleaning 41128 clauses out of 82356 with flag 893001/893001
581.90/294.27	c cleaning 41957 clauses out of 84227 with flag 936000/936000
643.05/324.83	c cleaning 43033 clauses out of 86271 with flag 980001/980001
690.87/348.76	c cleaning 43973 clauses out of 88237 with flag 1025000/1025000
735.61/371.18	c cleaning 45035 clauses out of 90264 with flag 1071000/1071000
750.19/378.57	c cleaning 0 clauses out of 45000 with flag 0/45000
792.75/399.90	c cleaning 46065 clauses out of 92231 with flag 1118002/1118002
854.47/430.70	c cleaning 47014 clauses out of 94168 with flag 1166004/1166004
908.68/457.84	c cleaning 47943 clauses out of 96151 with flag 1215001/1215001
976.26/491.62	c cleaning 49067 clauses out of 98209 with flag 1265002/1265002
1037.20/522.25	c cleaning 50042 clauses out of 100140 with flag 1316000/1316000
1103.79/555.58	c cleaning 50992 clauses out of 102099 with flag 1368001/1368001
1161.00/584.16	c cleaning 51973 clauses out of 104106 with flag 1421000/1421000
1224.82/616.05	c cleaning 53019 clauses out of 106134 with flag 1475001/1475001
1267.40/637.54	c cleaning 53907 clauses out of 108114 with flag 1530000/1530000
1310.90/659.34	c cleaning 55013 clauses out of 110207 with flag 1586000/1586000
1323.35/665.80	c cleaning 0 clauses out of 56000 with flag 0/56000
1362.97/685.62	c cleaning 55965 clauses out of 112194 with flag 1643000/1643000
1435.18/721.84	c cleaning 57040 clauses out of 114232 with flag 1701003/1701003
1490.94/749.71	c cleaning 57962 clauses out of 116189 with flag 1760000/1760000
1541.03/774.83	c cleaning 59021 clauses out of 118227 with flag 1820000/1820000
1624.34/816.47	c cleaning 60015 clauses out of 120207 with flag 1881001/1881001
1674.74/841.90	c cleaning 60986 clauses out of 122192 with flag 1943001/1943001
1732.34/870.64	c cleaning 62083 clauses out of 124209 with flag 2006004/2006004
1780.45/894.77	c cleaning 62974 clauses out of 126122 with flag 2070000/2070000
1800.16/904.71	c starts		: 226
1800.16/904.71	c conflicts		: 2103070
1800.16/904.71	c decisions		: 10972890
1800.16/904.71	c propagations		: 692599049
1800.16/904.71	c inspects		: 8026557363
1800.16/904.71	c shortcuts		: 0
1800.16/904.71	c learnt literals	: 11
1800.16/904.71	c learnt binary clauses	: 1091
1800.16/904.71	c learnt ternary clauses	: 3113
1800.16/904.71	c learnt constraints	: 2103059
1800.16/904.71	c ignored constraints	: 0
1800.16/904.71	c root simplifications	: 0
1800.16/904.71	c removed literals (reason simplification)	: 72234269
1800.16/904.71	c reason swapping (by a shorter reason)	: 0
1800.16/904.71	c Calls to reduceDB	: 60
1800.16/904.71	c number of reductions to clauses (during analyze)	: 0
1800.16/904.71	c number of learned constraints concerned by reduction	: 0
1800.16/904.71	c number of learning phase by resolution	: 0
1800.16/904.71	c number of learning phase by cutting planes	: 0
1800.16/904.71	c speed (assignments/second)	: 767102.387146865
1800.16/904.71	c non guided choices	354818
1800.16/904.74	c learnt constraints type 
1800.16/904.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1091
1800.16/904.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95179
1800.16/904.74	c constraints type 
1800.16/904.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 136037
1800.16/904.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 721
1800.16/904.74	c ignored satisfied constraints => 2585
1800.16/904.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40073
1800.16/904.74	c org.sat4j.minisat.constraints.cnf.UnitClause => 99
1800.16/904.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 20102
1800.16/904.74	c 199617 constraints processed.
1800.16/904.74	c constraints type 
1800.16/904.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40073
1800.16/904.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 136037
1800.16/904.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 721
1800.16/904.74	c ignored satisfied constraints => 2585
1800.16/904.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20102
1800.16/904.74	c org.sat4j.pb.constraints.pb.UnitClausePB => 99
1800.16/904.74	c 199617 constraints processed.
1800.16/904.74	s UNKNOWN
1800.16/904.74	c Total wall clock time (in seconds): 904.624

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-3689440-1337882205/watcher-3689440-1337882205 -o /tmp/evaluation-result-3689440-1337882205/solver-3689440-1337882205 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689440-1337882205.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: 2.93 3.37 3.49 4/197 29761
/proc/meminfo: memFree=26616752/32873648 swapFree=6596/6596
[pid=29761] ppid=29759 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/29761/stat : 29761 (runsolver) D 29759 29761 25418 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 254345034 12095488 50 33554432000 4194304 5436572 140733298894416 140733298890712 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/29761/statm: 2953 50 31 304 0 2645 0

[startup+0.0188319 s]
/proc/loadavg: 2.93 3.37 3.49 4/197 29761
/proc/meminfo: memFree=26616752/32873648 swapFree=6596/6596
[pid=29761] ppid=29759 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/29761/stat : 29761 (java) S 29759 29761 25418 0 -1 4202496 1276 0 0 0 0 0 0 0 20 0 2 0 254345034 98570240 978 33554432000 1073741824 1073778376 140735975967008 140735975958144 212076625981 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29761/statm: 24065 978 744 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100162 s]
/proc/loadavg: 2.93 3.37 3.49 4/197 29761
/proc/meminfo: memFree=26616752/32873648 swapFree=6596/6596
[pid=29761] ppid=29759 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/29761/stat : 29761 (java) S 29759 29761 25418 0 -1 4202496 4336 0 1 0 8 1 0 0 20 0 18 0 254345034 9787813888 5022 33554432000 1073741824 1073778376 140735975967008 140735975958144 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29761/statm: 2389603 5023 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300169 s]
/proc/loadavg: 2.93 3.37 3.49 4/197 29761
/proc/meminfo: memFree=26616752/32873648 swapFree=6596/6596
[pid=29761] ppid=29759 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/29761/stat : 29761 (java) S 29759 29761 25418 0 -1 4202496 5463 0 1 0 44 2 0 0 20 0 18 0 254345034 9787813888 8358 33554432000 1073741824 1073778376 140735975967008 140735975958144 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29761/statm: 2389603 8358 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700241 s]
/proc/loadavg: 2.93 3.37 3.49 4/197 29761
/proc/meminfo: memFree=26616752/32873648 swapFree=6596/6596
[pid=29761] ppid=29759 vsize=9558412 CPUtime=1.32 cores=0,2,4,6
/proc/29761/stat : 29761 (java) S 29759 29761 25418 0 -1 4202496 10376 0 1 0 127 5 0 0 20 0 18 0 254345034 9787813888 43293 33554432000 1073741824 1073778376 140735975967008 140735975958144 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29761/statm: 2389603 43293 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9558412

[startup+1.50074 s]
/proc/loadavg: 2.93 3.37 3.49 5/215 29779
/proc/meminfo: memFree=26401428/32873648 swapFree=6596/6596
[pid=29761] ppid=29759 vsize=9558412 CPUtime=2.52 cores=0,2,4,6
/proc/29761/stat : 29761 (java) S 29759 29761 25418 0 -1 4202496 10802 0 1 0 238 14 0 0 20 0 18 0 254345034 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 140735975958144 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29761/statm: 2389603 85446 2247 9 0 2380296 0
[pid=29761/tid=29763] ppid=29759 vsize=9558412 CPUtime=1.37 cores=0,2,4,6
/proc/29761/task/29763/stat : 29763 (java) R 29759 29761 25418 0 -1 4202560 2625 0 1 0 132 5 0 0 20 0 18 0 254345035 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736693620592 212076651789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29764] ppid=29759 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/29761/task/29764/stat : 29764 (java) S 29759 29761 25418 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 18 0 254345036 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736632359848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29765] ppid=29759 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/29761/task/29765/stat : 29765 (java) S 29759 29761 25418 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 254345036 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736631307304 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29766] ppid=29759 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29761/task/29766/stat : 29766 (java) S 29759 29761 25418 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 18 0 254345036 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736630254248 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29767] ppid=29759 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/29761/task/29767/stat : 29767 (java) S 29759 29761 25418 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 254345036 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736629201704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29768] ppid=29759 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/29761/task/29768/stat : 29768 (java) S 29759 29761 25418 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 254345036 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736628148648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29769] ppid=29759 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/29761/task/29769/stat : 29769 (java) S 29759 29761 25418 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 254345036 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736532073000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29770] ppid=29759 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/29761/task/29770/stat : 29770 (java) S 29759 29761 25418 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 254345036 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736531019944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29771] ppid=29759 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/29761/task/29771/stat : 29771 (java) S 29759 29761 25418 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 18 0 254345036 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736529967400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29772] ppid=29759 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29772/stat : 29772 (java) S 29759 29761 25418 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254345037 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736517770088 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29773] ppid=29759 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29773/stat : 29773 (java) S 29759 29761 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254345038 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736516716408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29774] ppid=29759 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29774/stat : 29774 (java) S 29759 29761 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254345038 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736515663240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29775] ppid=29759 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29775/stat : 29775 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254345040 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736514611984 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29776] ppid=29759 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/29761/task/29776/stat : 29776 (java) S 29759 29761 25418 0 -1 4202560 2674 0 0 0 40 0 0 0 20 0 18 0 254345040 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736513558840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29777] ppid=29759 vsize=9558412 CPUtime=0.39 cores=0,2,4,6
/proc/29761/task/29777/stat : 29777 (java) S 29759 29761 25418 0 -1 4202560 4002 0 0 0 39 0 0 0 20 0 18 0 254345040 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736512506296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29778] ppid=29759 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29778/stat : 29778 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254345040 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736511453432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29779] ppid=29759 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29779/stat : 29779 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254345040 9787813888 85446 33554432000 1073741824 1073778376 140735975967008 139736510401096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9558412

[startup+3.1008 s]
/proc/loadavg: 2.93 3.37 3.49 7/219 29783
/proc/meminfo: memFree=26207584/32873648 swapFree=6596/6596
[pid=29761] ppid=29759 vsize=9824668 CPUtime=6.6 cores=0,2,4,6
/proc/29761/stat : 29761 (java) S 29759 29761 25418 0 -1 4202496 12846 0 1 0 639 21 0 0 20 0 22 0 254345034 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 140735975958144 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29761/statm: 2456167 141084 2267 9 0 2446860 0
[pid=29761/tid=29763] ppid=29759 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/29761/task/29763/stat : 29763 (java) S 29759 29761 25418 0 -1 4202560 2638 0 1 0 159 5 0 0 20 0 22 0 254345035 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736693629944 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29764] ppid=29759 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/29761/task/29764/stat : 29764 (java) S 29759 29761 25418 0 -1 4202560 51 0 0 0 6 3 0 0 20 0 22 0 254345036 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736632359848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29765] ppid=29759 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29761/task/29765/stat : 29765 (java) S 29759 29761 25418 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 22 0 254345036 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736631307304 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29766] ppid=29759 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29761/task/29766/stat : 29766 (java) S 29759 29761 25418 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 254345036 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736630254248 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29767] ppid=29759 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29761/task/29767/stat : 29767 (java) S 29759 29761 25418 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 22 0 254345036 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736629201704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29768] ppid=29759 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/29761/task/29768/stat : 29768 (java) S 29759 29761 25418 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 22 0 254345036 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736628148648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29769] ppid=29759 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/29761/task/29769/stat : 29769 (java) S 29759 29761 25418 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 22 0 254345036 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736532073000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29770] ppid=29759 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/29761/task/29770/stat : 29770 (java) S 29759 29761 25418 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 22 0 254345036 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736531019944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29771] ppid=29759 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/29761/task/29771/stat : 29771 (java) S 29759 29761 25418 0 -1 4202560 48 0 0 0 4 1 0 0 20 0 22 0 254345036 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736529967400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29772] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29772/stat : 29772 (java) S 29759 29761 25418 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 254345037 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736517770088 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29773] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29773/stat : 29773 (java) S 29759 29761 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254345038 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736516716408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29774] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29774/stat : 29774 (java) S 29759 29761 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254345038 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736515663240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29775] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29775/stat : 29775 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345040 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736514611984 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29776] ppid=29759 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/29761/task/29776/stat : 29776 (java) S 29759 29761 25418 0 -1 4202560 2792 0 0 0 85 0 0 0 20 0 22 0 254345040 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736513558840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29777] ppid=29759 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/29761/task/29777/stat : 29777 (java) S 29759 29761 25418 0 -1 4202560 5591 0 0 0 100 1 0 0 20 0 22 0 254345040 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736512506296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29778] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29778/stat : 29778 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345040 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736511453432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29779] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29779/stat : 29779 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345040 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736510401096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29780] ppid=29759 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/29761/task/29780/stat : 29780 (java) R 29759 29761 25418 0 -1 4202560 20 0 0 0 126 0 0 0 20 0 22 0 254345216 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736509346776 139736634156988 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29781] ppid=29759 vsize=9824668 CPUtime=1.26 cores=0,2,4,6
/proc/29761/task/29781/stat : 29781 (java) R 29759 29761 25418 0 -1 4202560 158 0 0 0 123 3 0 0 20 0 22 0 254345216 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736508292040 139736634220607 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29782] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29782/stat : 29782 (java) S 29759 29761 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254345217 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736507241768 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29783] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29783/stat : 29783 (java) S 29759 29761 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345218 10060460032 141084 33554432000 1073741824 1073778376 140735975967008 139736506189224 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.6
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 3.02 3.38 3.49 4/219 29783
/proc/meminfo: memFree=25670472/32873648 swapFree=6596/6596
[pid=29761] ppid=29759 vsize=9824668 CPUtime=13.51 cores=0,2,4,6
/proc/29761/stat : 29761 (java) S 29759 29761 25418 0 -1 4202496 20897 0 1 0 1319 32 0 0 20 0 22 0 254345034 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 140735975958144 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29761/statm: 2456167 236250 2283 9 0 2446860 0
[pid=29761/tid=29763] ppid=29759 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/29761/task/29763/stat : 29763 (java) S 29759 29761 25418 0 -1 4202560 2639 0 1 0 159 5 0 0 20 0 22 0 254345035 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736693629944 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29764] ppid=29759 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/29761/task/29764/stat : 29764 (java) S 29759 29761 25418 0 -1 4202560 65 0 0 0 9 3 0 0 20 0 22 0 254345036 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736632359848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29765] ppid=29759 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/29761/task/29765/stat : 29765 (java) S 29759 29761 25418 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 22 0 254345036 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736631307304 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29766] ppid=29759 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/29761/task/29766/stat : 29766 (java) S 29759 29761 25418 0 -1 4202560 39 0 0 0 5 3 0 0 20 0 22 0 254345036 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736630254248 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29767] ppid=29759 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/29761/task/29767/stat : 29767 (java) S 29759 29761 25418 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 22 0 254345036 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736629201704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29768] ppid=29759 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/29761/task/29768/stat : 29768 (java) S 29759 29761 25418 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 22 0 254345036 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736628148648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29769] ppid=29759 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/29761/task/29769/stat : 29769 (java) S 29759 29761 25418 0 -1 4202560 42 0 0 0 7 2 0 0 20 0 22 0 254345036 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736532073000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29770] ppid=29759 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/29761/task/29770/stat : 29770 (java) S 29759 29761 25418 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 22 0 254345036 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736531019944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29771] ppid=29759 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/29761/task/29771/stat : 29771 (java) S 29759 29761 25418 0 -1 4202560 59 0 0 0 6 2 0 0 20 0 22 0 254345036 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736529967400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29772] ppid=29759 vsize=9824668 CPUtime=0.41 cores=0,2,4,6
/proc/29761/task/29772/stat : 29772 (java) S 29759 29761 25418 0 -1 4202560 513 0 0 0 41 0 0 0 20 0 22 0 254345037 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736517770088 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29773] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29773/stat : 29773 (java) S 29759 29761 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254345038 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736516716408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29774] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29774/stat : 29774 (java) S 29759 29761 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254345038 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736515663240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29775] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29775/stat : 29775 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345040 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736514611984 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29776] ppid=29759 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/29761/task/29776/stat : 29776 (java) S 29759 29761 25418 0 -1 4202560 6529 0 0 0 113 2 0 0 20 0 22 0 254345040 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736513558840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29777] ppid=29759 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/29761/task/29777/stat : 29777 (java) S 29759 29761 25418 0 -1 4202560 8859 0 0 0 150 2 0 0 20 0 22 0 254345040 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736512506296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29778] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29778/stat : 29778 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345040 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736511453432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29779] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29779/stat : 29779 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345040 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736510401096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29780] ppid=29759 vsize=9824668 CPUtime=3.93 cores=0,2,4,6
/proc/29761/task/29780/stat : 29780 (java) R 29759 29761 25418 0 -1 4202560 20 0 0 0 393 0 0 0 20 0 22 0 254345216 10060460032 236250 33554432000 1073741824 1073778376 140735975967008 139736509346888 139736634206582 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

/proc/29761/statm: 2456167 545055 2286 9 0 2446860 0
[pid=29761/tid=29763] ppid=29759 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/29761/task/29763/stat : 29763 (java) S 29759 29761 25418 0 -1 4202560 2661 0 1 0 162 7 0 0 20 0 22 0 254345035 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736693629944 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29764] ppid=29759 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/29761/task/29764/stat : 29764 (java) S 29759 29761 25418 0 -1 4202560 343 0 0 0 306 6 0 0 20 0 22 0 254345036 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736632359848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29765] ppid=29759 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/29761/task/29765/stat : 29765 (java) S 29759 29761 25418 0 -1 4202560 328 0 0 0 286 4 0 0 20 0 22 0 254345036 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736631307304 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29766] ppid=29759 vsize=9824668 CPUtime=3.05 cores=0,2,4,6
/proc/29761/task/29766/stat : 29766 (java) S 29759 29761 25418 0 -1 4202560 318 0 0 0 299 6 0 0 20 0 22 0 254345036 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736630254248 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29767] ppid=29759 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/29761/task/29767/stat : 29767 (java) S 29759 29761 25418 0 -1 4202560 323 0 0 0 296 5 0 0 20 0 22 0 254345036 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736629201704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29768] ppid=29759 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/29761/task/29768/stat : 29768 (java) S 29759 29761 25418 0 -1 4202560 335 0 0 0 307 4 0 0 20 0 22 0 254345036 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736628148648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29769] ppid=29759 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/29761/task/29769/stat : 29769 (java) S 29759 29761 25418 0 -1 4202560 322 0 0 0 306 6 0 0 20 0 22 0 254345036 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736532073000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29770] ppid=29759 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/29761/task/29770/stat : 29770 (java) S 29759 29761 25418 0 -1 4202560 320 0 0 0 283 4 0 0 20 0 22 0 254345036 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736531019944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29771] ppid=29759 vsize=9824668 CPUtime=3.09 cores=0,2,4,6
/proc/29761/task/29771/stat : 29771 (java) S 29759 29761 25418 0 -1 4202560 349 0 0 0 303 6 0 0 20 0 22 0 254345036 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736529967400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29772] ppid=29759 vsize=9824668 CPUtime=20.44 cores=0,2,4,6
/proc/29761/task/29772/stat : 29772 (java) S 29759 29761 25418 0 -1 4202560 32964 0 0 0 2007 37 0 0 20 0 22 0 254345037 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736517770088 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29773] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29773/stat : 29773 (java) S 29759 29761 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254345038 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736516716408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29774] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29774/stat : 29774 (java) S 29759 29761 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254345038 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736515663240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29775] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29775/stat : 29775 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345040 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736514611984 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29776] ppid=29759 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/29761/task/29776/stat : 29776 (java) S 29759 29761 25418 0 -1 4202560 6714 0 0 0 131 2 0 0 20 0 22 0 254345040 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736513558840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29777] ppid=29759 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/29761/task/29777/stat : 29777 (java) S 29759 29761 25418 0 -1 4202560 10081 0 0 0 166 3 0 0 20 0 22 0 254345040 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736512506296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29778] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29778/stat : 29778 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345040 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736511453432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29779] ppid=29759 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/29761/task/29779/stat : 29779 (java) S 29759 29761 25418 0 -1 4202560 51 0 0 0 17 16 0 0 20 0 22 0 254345040 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736510401096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29780] ppid=29759 vsize=9824668 CPUtime=850.79 cores=0,2,4,6
/proc/29761/task/29780/stat : 29780 (java) R 29759 29761 25418 0 -1 4202560 203 0 0 0 85066 13 0 0 20 0 22 0 254345216 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736509345696 139736634213077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29781] ppid=29759 vsize=9824668 CPUtime=850.85 cores=0,2,4,6
/proc/29761/task/29781/stat : 29781 (java) R 29759 29761 25418 0 -1 4202560 1880 0 0 0 85040 45 0 0 20 0 22 0 254345216 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736508292240 139736633887843 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29782] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29782/stat : 29782 (java) S 29759 29761 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254345217 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736507241768 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29783] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29783/stat : 29783 (java) S 29759 29761 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345218 10060460032 545055 33554432000 1073741824 1073778376 140735975967008 139736506189224 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1755.49
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.701 s]
/proc/loadavg: 4.01 3.95 3.76 5/219 29926
/proc/meminfo: memFree=24245312/32873648 swapFree=6596/6596
[pid=29761] ppid=29759 vsize=9824668 CPUtime=1800.16 cores=0,2,4,6
/proc/29761/stat : 29761 (java) S 29759 29761 25418 0 -1 4202496 59209 0 1 0 179880 136 0 0 20 0 22 0 254345034 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 140735975958144 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29761/statm: 2456167 540297 2286 9 0 2446860 0
[pid=29761/tid=29763] ppid=29759 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/29761/task/29763/stat : 29763 (java) S 29759 29761 25418 0 -1 4202560 2661 0 1 0 162 7 0 0 20 0 22 0 254345035 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736693629944 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29764] ppid=29759 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/29761/task/29764/stat : 29764 (java) S 29759 29761 25418 0 -1 4202560 343 0 0 0 314 6 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736632359848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29765] ppid=29759 vsize=9824668 CPUtime=2.98 cores=0,2,4,6
/proc/29761/task/29765/stat : 29765 (java) S 29759 29761 25418 0 -1 4202560 328 0 0 0 294 4 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736631307304 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29766] ppid=29759 vsize=9824668 CPUtime=3.13 cores=0,2,4,6
/proc/29761/task/29766/stat : 29766 (java) S 29759 29761 25418 0 -1 4202560 318 0 0 0 307 6 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736630254248 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29767] ppid=29759 vsize=9824668 CPUtime=3.09 cores=0,2,4,6
/proc/29761/task/29767/stat : 29767 (java) S 29759 29761 25418 0 -1 4202560 323 0 0 0 304 5 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736629201704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29768] ppid=29759 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/29761/task/29768/stat : 29768 (java) S 29759 29761 25418 0 -1 4202560 335 0 0 0 316 4 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736628148648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29769] ppid=29759 vsize=9824668 CPUtime=3.18 cores=0,2,4,6
/proc/29761/task/29769/stat : 29769 (java) S 29759 29761 25418 0 -1 4202560 322 0 0 0 312 6 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736532073000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29770] ppid=29759 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/29761/task/29770/stat : 29770 (java) S 29759 29761 25418 0 -1 4202560 320 0 0 0 290 4 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736531019944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29771] ppid=29759 vsize=9824668 CPUtime=3.24 cores=0,2,4,6
/proc/29761/task/29771/stat : 29771 (java) S 29759 29761 25418 0 -1 4202560 349 0 0 0 318 6 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736529967400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29772] ppid=29759 vsize=9824668 CPUtime=20.9 cores=0,2,4,6
/proc/29761/task/29772/stat : 29772 (java) S 29759 29761 25418 0 -1 4202560 33779 0 0 0 2052 38 0 0 20 0 22 0 254345037 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736517770088 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29773] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29773/stat : 29773 (java) S 29759 29761 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254345038 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736516716408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29774] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29774/stat : 29774 (java) S 29759 29761 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254345038 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736515663240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29775] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29775/stat : 29775 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345040 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736514611984 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29776] ppid=29759 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/29761/task/29776/stat : 29776 (java) S 29759 29761 25418 0 -1 4202560 6714 0 0 0 131 2 0 0 20 0 22 0 254345040 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736513558840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29777] ppid=29759 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/29761/task/29777/stat : 29777 (java) S 29759 29761 25418 0 -1 4202560 10081 0 0 0 166 3 0 0 20 0 22 0 254345040 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736512506296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29778] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29778/stat : 29778 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345040 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736511453432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29779] ppid=29759 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/29761/task/29779/stat : 29779 (java) S 29759 29761 25418 0 -1 4202560 53 0 0 0 17 17 0 0 20 0 22 0 254345040 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736510401096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29780] ppid=29759 vsize=9824668 CPUtime=872.5 cores=0,2,4,6
/proc/29761/task/29780/stat : 29780 (java) R 29759 29761 25418 0 -1 4202560 207 0 0 0 87236 14 0 0 20 0 22 0 254345216 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736509345696 139736634221122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29781] ppid=29759 vsize=9824668 CPUtime=872.55 cores=0,2,4,6
/proc/29761/task/29781/stat : 29781 (java) R 29759 29761 25418 0 -1 4202560 1884 0 0 0 87209 46 0 0 20 0 22 0 254345216 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736508292240 139736634484578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29782] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29782/stat : 29782 (java) S 29759 29761 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254345217 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736507241768 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29783] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29783/stat : 29783 (java) S 29759 29761 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345218 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736506189224 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

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

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

[startup+904.701 s]
/proc/loadavg: 4.01 3.95 3.76 5/219 29926
/proc/meminfo: memFree=24245312/32873648 swapFree=6596/6596
[pid=29761] ppid=29759 vsize=9824668 CPUtime=1800.16 cores=0,2,4,6
/proc/29761/stat : 29761 (java) S 29759 29761 25418 0 -1 4202496 59209 0 1 0 179880 136 0 0 20 0 22 0 254345034 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 140735975958144 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29761/statm: 2456167 540297 2286 9 0 2446860 0
[pid=29761/tid=29763] ppid=29759 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/29761/task/29763/stat : 29763 (java) S 29759 29761 25418 0 -1 4202560 2661 0 1 0 162 7 0 0 20 0 22 0 254345035 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736693629944 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29764] ppid=29759 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/29761/task/29764/stat : 29764 (java) S 29759 29761 25418 0 -1 4202560 343 0 0 0 314 6 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736632359848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29765] ppid=29759 vsize=9824668 CPUtime=2.98 cores=0,2,4,6
/proc/29761/task/29765/stat : 29765 (java) S 29759 29761 25418 0 -1 4202560 328 0 0 0 294 4 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736631307304 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29766] ppid=29759 vsize=9824668 CPUtime=3.13 cores=0,2,4,6
/proc/29761/task/29766/stat : 29766 (java) S 29759 29761 25418 0 -1 4202560 318 0 0 0 307 6 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736630254248 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29767] ppid=29759 vsize=9824668 CPUtime=3.09 cores=0,2,4,6
/proc/29761/task/29767/stat : 29767 (java) S 29759 29761 25418 0 -1 4202560 323 0 0 0 304 5 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736629201704 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29768] ppid=29759 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/29761/task/29768/stat : 29768 (java) S 29759 29761 25418 0 -1 4202560 335 0 0 0 316 4 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736628148648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29769] ppid=29759 vsize=9824668 CPUtime=3.18 cores=0,2,4,6
/proc/29761/task/29769/stat : 29769 (java) S 29759 29761 25418 0 -1 4202560 322 0 0 0 312 6 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736532073000 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29770] ppid=29759 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/29761/task/29770/stat : 29770 (java) S 29759 29761 25418 0 -1 4202560 320 0 0 0 290 4 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736531019944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29771] ppid=29759 vsize=9824668 CPUtime=3.24 cores=0,2,4,6
/proc/29761/task/29771/stat : 29771 (java) S 29759 29761 25418 0 -1 4202560 349 0 0 0 318 6 0 0 20 0 22 0 254345036 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736529967400 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29772] ppid=29759 vsize=9824668 CPUtime=20.9 cores=0,2,4,6
/proc/29761/task/29772/stat : 29772 (java) S 29759 29761 25418 0 -1 4202560 33779 0 0 0 2052 38 0 0 20 0 22 0 254345037 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736517770088 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29773] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29773/stat : 29773 (java) S 29759 29761 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254345038 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736516716408 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29774] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29774/stat : 29774 (java) S 29759 29761 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254345038 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736515663240 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29775] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29775/stat : 29775 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345040 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736514611984 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29776] ppid=29759 vsize=9824668 CPUtime=1.33 cores=0,2,4,6
/proc/29761/task/29776/stat : 29776 (java) S 29759 29761 25418 0 -1 4202560 6714 0 0 0 131 2 0 0 20 0 22 0 254345040 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736513558840 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29777] ppid=29759 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/29761/task/29777/stat : 29777 (java) S 29759 29761 25418 0 -1 4202560 10081 0 0 0 166 3 0 0 20 0 22 0 254345040 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736512506296 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29778] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29778/stat : 29778 (java) S 29759 29761 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254345040 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736511453432 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29779] ppid=29759 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/29761/task/29779/stat : 29779 (java) S 29759 29761 25418 0 -1 4202560 53 0 0 0 17 17 0 0 20 0 22 0 254345040 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736510401096 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29761/tid=29780] ppid=29759 vsize=9824668 CPUtime=872.5 cores=0,2,4,6
/proc/29761/task/29780/stat : 29780 (java) R 29759 29761 25418 0 -1 4202560 207 0 0 0 87236 14 0 0 20 0 22 0 254345216 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736509345696 139736634221122 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29761/tid=29781] ppid=29759 vsize=9824668 CPUtime=872.55 cores=0,2,4,6
/proc/29761/task/29781/stat : 29781 (java) R 29759 29761 25418 0 -1 4202560 1884 0 0 0 87209 46 0 0 20 0 22 0 254345216 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736508292240 139736634484578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29761/tid=29782] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29782/stat : 29782 (java) S 29759 29761 25418 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 254345217 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736507241768 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29761/tid=29783] ppid=29759 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29761/task/29783/stat : 29783 (java) S 29759 29761 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254345218 10060460032 540297 33554432000 1073741824 1073778376 140735975967008 139736506189224 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 904.768
CPU time (s): 1800.16
CPU user time (s): 1798.8
CPU system time (s): 1.36
CPU usage (%): 198.964
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.55
system time used= 1.85372
maximum resident set size= 2896464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59243
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35045
involuntary context switches= 46879

runsolver used 3.2635 second user time and 8.51271 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 19:56:45
IDJOB=3689440
IDBENCH=89784
IDSOLVER=2268
FILE ID=node148/3689440-1337882205
RUNJOBID= node148-1337871865-25434
PBS_JOBID= 14620056
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= 1231d9e508dc821e38b22e6db3fd2b2f
RANDOM SEED=1939905276

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26616908 kB
Buffers:          241156 kB
Cached:          2616800 kB
SwapCached:            0 kB
Active:          3056004 kB
Inactive:        2409640 kB
Active(anon):    2610116 kB
Inactive(anon):        0 kB
Active(file):     445888 kB
Inactive(file):  2409640 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8348 kB
Writeback:             4 kB
AnonPages:       2615900 kB
Mapped:            22496 kB
Shmem:               200 kB
Slab:             646148 kB
SReclaimable:      90448 kB
SUnreclaim:       555700 kB
KernelStack:        1632 kB
PageTables:         9436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3018776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2531328 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= 71648 MiB
End job on node148 at 2012-05-24 20:11:52