Trace number 3688880

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.17 935.067

General information on the benchmark

Name/OPT-SMALLINT-LIN/flexray/
normalized-fx75.opb
MD5SUM899c8865b8ac9a45eaa204f923cbd9e8
Bench CategoryOPT-SMALLINT-LIN (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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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.11/0.12	c Pseudo Boolean Optimization by upper bound
0.11/0.12	c ManyCore solver with 2 solvers running in parallel
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.12	c Expensive reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c c --- End Solver configuration ---
0.11/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.12	c --- Begin Solver configuration ---
0.11/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.12	c Learn all clauses as in MiniSAT
0.11/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.12	c No reason simplification
0.11/0.12	c Armin Biere (Picosat) restarts strategy
0.11/0.12	c Glucose learned constraints deletion strategy
0.11/0.12	c timeout=2147483s
0.11/0.12	c DB Simplification allowed=false
0.11/0.12	c c --- End Solver configuration ---
0.11/0.12	c solving HOME/instance-3688880-1337880222.opb
0.11/0.12	c reading problem ... 
1.69/0.74	c ... done. Wall clock time 0.621s.
1.69/0.74	c declared #vars     4977
1.69/0.74	c #constraints  5569
1.69/0.74	c constraints type 
1.69/0.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1.69/0.74	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1.69/0.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
1.69/0.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4970
1.69/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 448
1.69/0.74	c 5569 constraints processed.
1.69/0.74	c constraints type 
1.69/0.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4970
1.69/0.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
1.69/0.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
1.69/0.74	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.69/0.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 448
1.69/0.74	c 5569 constraints processed.
1.69/0.74	c objective function length is 7 literals
5.31/1.80	c cleaning 2475 clauses out of 5000 with flag 5000/5000
6.86/2.58	c cleaning 4248 clauses out of 8526 with flag 11001/11001
8.82/3.53	c cleaning 5609 clauses out of 11281 with flag 18004/18004
11.19/4.75	c cleaning 6815 clauses out of 13668 with flag 26000/26000
13.93/6.13	c cleaning 7910 clauses out of 15855 with flag 35002/35002
16.84/7.64	c cleaning 8954 clauses out of 17943 with flag 45000/45000
20.17/9.31	c cleaning 9924 clauses out of 19989 with flag 56000/56000
24.14/11.35	c cleaning 11023 clauses out of 22066 with flag 68001/68001
28.19/13.41	c cleaning 12017 clauses out of 24042 with flag 81000/81000
32.67/15.76	c cleaning 12972 clauses out of 26026 with flag 95001/95001
37.15/18.06	c cleaning 14004 clauses out of 28053 with flag 110000/110000
43.41/21.25	c cleaning 14815 clauses out of 30049 with flag 126000/126000
51.36/25.35	c cleaning 16049 clauses out of 32234 with flag 143000/143000
60.02/29.78	c cleaning 17015 clauses out of 34186 with flag 161001/161001
69.14/34.46	c cleaning 18071 clauses out of 36171 with flag 180001/180001
75.49/37.72	c cleaning 19037 clauses out of 38100 with flag 200001/200001
83.11/41.76	c cleaning 19977 clauses out of 40063 with flag 221001/221001
91.03/45.89	c cleaning 20959 clauses out of 42086 with flag 243001/243001
100.54/50.71	c cleaning 21979 clauses out of 44126 with flag 266000/266000
109.60/55.49	c cleaning 23039 clauses out of 46147 with flag 290000/290000
120.88/61.32	c cleaning 23917 clauses out of 48110 with flag 315002/315002
138.93/70.60	c cleaning 25030 clauses out of 50192 with flag 341001/341001
150.17/76.32	c cleaning 25949 clauses out of 52163 with flag 368002/368002
162.36/82.62	c cleaning 27052 clauses out of 54212 with flag 396000/396000
174.89/89.22	c cleaning 28013 clauses out of 56160 with flag 425000/425000
190.62/97.34	c cleaning 29051 clauses out of 58148 with flag 455001/455001
202.14/103.37	c cleaning 29916 clauses out of 60098 with flag 486002/486002
225.33/116.10	c cleaning 30902 clauses out of 62181 with flag 518001/518001
249.22/128.33	c cleaning 31890 clauses out of 64278 with flag 551000/551000
272.06/140.05	c cleaning 33147 clauses out of 66388 with flag 585000/585000
285.40/147.02	c cleaning 34092 clauses out of 68243 with flag 620002/620002
300.35/155.04	c cleaning 35024 clauses out of 70151 with flag 656002/656002
315.65/163.06	c cleaning 36045 clauses out of 72125 with flag 693000/693000
327.94/169.59	c cleaning 0 clauses out of 5000 with flag 0/5000
337.30/174.24	c cleaning 37005 clauses out of 74080 with flag 731000/731000
353.16/182.55	c cleaning 38006 clauses out of 76076 with flag 770001/770001
372.64/192.62	c cleaning 39023 clauses out of 78069 with flag 810000/810000
397.54/205.49	c cleaning 39969 clauses out of 80047 with flag 851001/851001
427.32/220.74	c cleaning 41000 clauses out of 82078 with flag 893001/893001
447.22/231.31	c cleaning 41911 clauses out of 84079 with flag 936002/936002
474.07/245.15	c cleaning 43054 clauses out of 86166 with flag 980000/980000
505.24/261.14	c cleaning 43988 clauses out of 88112 with flag 1025000/1025000
540.12/279.00	c cleaning 44983 clauses out of 90128 with flag 1071004/1071004
560.81/290.13	c cleaning 45950 clauses out of 92143 with flag 1118002/1118002
588.62/304.59	c cleaning 47048 clauses out of 94191 with flag 1166000/1166000
622.12/321.88	c cleaning 47977 clauses out of 96144 with flag 1215001/1215001
665.67/344.12	c cleaning 48990 clauses out of 98166 with flag 1265000/1265000
712.42/368.37	c cleaning 49971 clauses out of 100176 with flag 1316000/1316000
760.48/393.71	c cleaning 50716 clauses out of 102207 with flag 1368002/1368002
815.23/421.65	c cleaning 52079 clauses out of 104491 with flag 1421002/1421002
854.30/442.16	c cleaning 52962 clauses out of 106411 with flag 1475001/1475001
902.82/466.99	c cleaning 54040 clauses out of 108449 with flag 1530001/1530001
946.38/489.36	c cleaning 55025 clauses out of 110409 with flag 1586001/1586001
989.05/511.32	c cleaning 56125 clauses out of 112383 with flag 1643000/1643000
1052.08/543.95	c cleaning 57087 clauses out of 114259 with flag 1701001/1701001
1095.51/566.37	c cleaning 58065 clauses out of 116171 with flag 1760000/1760000
1145.52/592.14	c cleaning 59031 clauses out of 118106 with flag 1820000/1820000
1207.61/623.80	c cleaning 60023 clauses out of 120076 with flag 1881001/1881001
1216.36/629.51	c cleaning 0 clauses out of 11000 with flag 0/11000
1280.94/662.64	c cleaning 61009 clauses out of 122052 with flag 1943000/1943000
1355.73/700.82	c cleaning 61943 clauses out of 124045 with flag 2006002/2006002
1394.61/721.16	c cleaning 62814 clauses out of 126100 with flag 2070000/2070000
1444.96/747.73	c cleaning 64132 clauses out of 128286 with flag 2135000/2135000
1483.52/767.97	c cleaning 65049 clauses out of 130154 with flag 2201000/2201000
1528.80/791.56	c cleaning 65997 clauses out of 132106 with flag 2268001/2268001
1574.26/815.23	c cleaning 66986 clauses out of 134112 with flag 2336004/2336004
1632.60/846.04	c cleaning 67967 clauses out of 136122 with flag 2405000/2405000
1682.15/871.89	c cleaning 69068 clauses out of 138155 with flag 2475000/2475000
1764.18/913.76	c cleaning 70031 clauses out of 140087 with flag 2546000/2546000
1800.17/935.02	c starts		: 230
1800.17/935.02	c conflicts		: 2575237
1800.17/935.02	c decisions		: 6461939
1800.17/935.02	c propagations		: 361256788
1800.17/935.02	c inspects		: 5622095331
1800.17/935.02	c shortcuts		: 0
1800.17/935.02	c learnt literals	: 0
1800.17/935.02	c learnt binary clauses	: 0
1800.17/935.02	c learnt ternary clauses	: 0
1800.17/935.02	c learnt constraints	: 2575237
1800.17/935.02	c ignored constraints	: 0
1800.17/935.02	c root simplifications	: 0
1800.17/935.02	c removed literals (reason simplification)	: 28463867
1800.17/935.02	c reason swapping (by a shorter reason)	: 0
1800.17/935.02	c Calls to reduceDB	: 67
1800.17/935.02	c number of reductions to clauses (during analyze)	: 0
1800.17/935.02	c number of learned constraints concerned by reduction	: 0
1800.17/935.02	c number of learning phase by resolution	: 0
1800.17/935.02	c number of learning phase by cutting planes	: 0
1800.17/935.02	c speed (assignments/second)	: 386676.59144500305
1800.17/935.02	c non guided choices	41950
1800.17/935.04	c learnt constraints type 
1800.17/935.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 99302
1800.17/935.04	c constraints type 
1800.17/935.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 75
1800.17/935.04	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1800.17/935.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 75
1800.17/935.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4970
1800.17/935.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 448
1800.17/935.04	c 5569 constraints processed.
1800.17/935.04	c constraints type 
1800.17/935.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4970
1800.17/935.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 75
1800.17/935.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 75
1800.17/935.04	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1800.17/935.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 448
1800.17/935.04	c 5569 constraints processed.
1800.17/935.04	s UNKNOWN
1800.17/935.04	c Total wall clock time (in seconds): 934.925

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-3688880-1337880222/watcher-3688880-1337880222 -o /tmp/evaluation-result-3688880-1337880222/solver-3688880-1337880222 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688880-1337880222.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: 4.25 3.98 3.73 4/197 28956
/proc/meminfo: memFree=28304352/32873844 swapFree=7388/7388
[pid=28956] ppid=28954 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/28956/stat : 28956 (java) S 28954 28956 25184 0 -1 4202496 1164 0 0 0 0 0 0 0 20 0 2 0 254146643 91889664 885 33554432000 1073741824 1073778376 140735712990768 140735712981904 239241035837 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28956/statm: 22435 888 671 9 0 16770 0
[pid=28956/tid=28957] ppid=28954 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28957/stat : 28957 (java) R 28954 28956 25184 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 254146644 91889664 894 33554432000 1073741824 1073778376 140735712990768 140735712979832 239228513575 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.103837 s]
/proc/loadavg: 4.25 3.98 3.73 4/197 28956
/proc/meminfo: memFree=28304352/32873844 swapFree=7388/7388
[pid=28956] ppid=28954 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/28956/stat : 28956 (java) S 28954 28956 25184 0 -1 4202496 4311 0 1 0 10 1 0 0 20 0 18 0 254146643 9787813888 5508 33554432000 1073741824 1073778376 140735712990768 140735712981904 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28956/statm: 2389603 5508 2109 9 0 2380296 0
[pid=28956/tid=28957] ppid=28954 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/28956/task/28957/stat : 28957 (java) R 28954 28956 25184 0 -1 4202560 2367 0 1 0 8 0 0 0 20 0 18 0 254146644 9787813888 5508 33554432000 1073741824 1073778376 140735712990768 140311505304496 140311513070388 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.200317 s]
/proc/loadavg: 4.25 3.98 3.73 4/197 28956
/proc/meminfo: memFree=28304352/32873844 swapFree=7388/7388
[pid=28956] ppid=28954 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/28956/stat : 28956 (java) S 28954 28956 25184 0 -1 4202496 4637 0 1 0 22 1 0 0 20 0 18 0 254146643 9787813888 6767 33554432000 1073741824 1073778376 140735712990768 140735712981904 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28956/statm: 2389603 6767 2182 9 0 2380296 0
[pid=28956/tid=28957] ppid=28954 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/28956/task/28957/stat : 28957 (java) R 28954 28956 25184 0 -1 4202560 2448 0 1 0 16 1 0 0 20 0 18 0 254146644 9787813888 6767 33554432000 1073741824 1073778376 140735712990768 140311505304496 140311363919408 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558412

[startup+0.300311 s]
/proc/loadavg: 4.25 3.98 3.73 4/197 28956
/proc/meminfo: memFree=28304352/32873844 swapFree=7388/7388
[pid=28956] ppid=28954 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/28956/stat : 28956 (java) S 28954 28956 25184 0 -1 4202496 6928 0 1 0 50 1 0 0 20 0 18 0 254146643 9787813888 9422 33554432000 1073741824 1073778376 140735712990768 140735712981904 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28956/statm: 2389603 9430 2215 9 0 2380296 0
[pid=28956/tid=28957] ppid=28954 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/28956/task/28957/stat : 28957 (java) R 28954 28956 25184 0 -1 4202560 2451 0 1 0 26 1 0 0 20 0 18 0 254146644 9787813888 9430 33554432000 1073741824 1073778376 140735712990768 140311505297184 140311363934471 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.700282 s]
/proc/loadavg: 4.25 3.98 3.73 4/197 28956
/proc/meminfo: memFree=28304352/32873844 swapFree=7388/7388
[pid=28956] ppid=28954 vsize=9558412 CPUtime=1.69 cores=0,2,4,6
/proc/28956/stat : 28956 (java) S 28954 28956 25184 0 -1 4202496 19006 0 1 0 164 5 0 0 20 0 18 0 254146643 9787813888 26035 33554432000 1073741824 1073778376 140735712990768 140735712981904 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28956/statm: 2389603 26035 2238 9 0 2380296 0
[pid=28956/tid=28957] ppid=28954 vsize=9558412 CPUtime=0.67 cores=0,2,4,6
/proc/28956/task/28957/stat : 28957 (java) R 28954 28956 25184 0 -1 4202560 2476 0 1 0 66 1 0 0 20 0 18 0 254146644 9787813888 26035 33554432000 1073741824 1073778376 140735712990768 140311505297184 140311508591482 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.69
Current children cumulated vsize (KiB) 9558412

[startup+1.50073 s]
/proc/loadavg: 4.25 3.98 3.73 6/219 28978
/proc/meminfo: memFree=28175188/32873844 swapFree=7388/7388
[pid=28956] ppid=28954 vsize=9824668 CPUtime=4.63 cores=0,2,4,6
/proc/28956/stat : 28956 (java) S 28954 28956 25184 0 -1 4202496 21252 0 1 0 456 7 0 0 20 0 22 0 254146643 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140735712981904 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28956/statm: 2456167 41638 2259 9 0 2446860 0
[pid=28956/tid=28957] ppid=28954 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/28956/task/28957/stat : 28957 (java) S 28954 28956 25184 0 -1 4202560 2485 0 1 0 70 2 0 0 20 0 22 0 254146644 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311505306616 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28959] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28959/stat : 28959 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146644 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311483406888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28960] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28960/stat : 28960 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146644 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311482354088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28961] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28961/stat : 28961 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146644 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311279954216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28962] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28962/stat : 28962 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146644 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311278901416 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28963] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28963/stat : 28963 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146644 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311277849640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28964/stat : 28964 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146644 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311276796840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28965/stat : 28965 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146644 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311275744040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28966/stat : 28966 (java) S 28954 28956 25184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254146644 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311274691240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28967/stat : 28967 (java) S 28954 28956 25184 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254146646 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311262280168 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28968/stat : 28968 (java) S 28954 28956 25184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254146646 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311261226232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28969/stat : 28969 (java) S 28954 28956 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254146646 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311260173320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28970/stat : 28970 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146649 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311259121808 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28971] ppid=28954 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/28956/task/28971/stat : 28971 (java) S 28954 28956 25184 0 -1 4202560 8743 0 0 0 116 3 0 0 20 0 22 0 254146649 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311258069944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28972] ppid=28954 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/28956/task/28972/stat : 28972 (java) S 28954 28956 25184 0 -1 4202560 8704 0 0 0 117 2 0 0 20 0 22 0 254146649 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311257017144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28973] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28973/stat : 28973 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146649 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311255964536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28974] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28974/stat : 28974 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146649 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311254911944 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28975] ppid=28954 vsize=9824668 CPUtime=0.73 cores=0,2,4,6
/proc/28956/task/28975/stat : 28975 (java) R 28954 28956 25184 0 -1 4202560 26 0 0 0 73 0 0 0 20 0 22 0 254146717 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311253856504 140311364815773 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28976] ppid=28954 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/28956/task/28976/stat : 28976 (java) R 28954 28956 25184 0 -1 4202560 94 0 0 0 74 0 0 0 20 0 22 0 254146717 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311252803904 140311364948209 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28977] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28977/stat : 28977 (java) S 28954 28956 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254146719 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311251751848 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28978] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28978/stat : 28978 (java) S 28954 28956 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254146719 10060460032 41638 33554432000 1073741824 1073778376 140735712990768 140311250699048 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 9824668

[startup+3.10074 s]
/proc/loadavg: 4.23 3.98 3.73 5/219 28978
/proc/meminfo: memFree=28053108/32873844 swapFree=7388/7388
[pid=28956] ppid=28954 vsize=9824668 CPUtime=8.03 cores=0,2,4,6
/proc/28956/stat : 28956 (java) S 28954 28956 25184 0 -1 4202496 21462 0 1 0 791 12 0 0 20 0 22 0 254146643 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140735712981904 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28956/statm: 2456167 63768 2285 9 0 2446860 0
[pid=28956/tid=28957] ppid=28954 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/28956/task/28957/stat : 28957 (java) S 28954 28956 25184 0 -1 4202560 2485 0 1 0 70 2 0 0 20 0 22 0 254146644 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311505306616 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28959] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28959/stat : 28959 (java) S 28954 28956 25184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254146644 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311483406888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28960] ppid=28954 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28956/task/28960/stat : 28960 (java) S 28954 28956 25184 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254146644 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311482354088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28961] ppid=28954 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28956/task/28961/stat : 28961 (java) S 28954 28956 25184 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254146644 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311279954216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28962] ppid=28954 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28956/task/28962/stat : 28962 (java) S 28954 28956 25184 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 254146644 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311278901416 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28963] ppid=28954 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28956/task/28963/stat : 28963 (java) S 28954 28956 25184 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254146644 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311277849640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28964/stat : 28964 (java) S 28954 28956 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254146644 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311276796840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28956/task/28965/stat : 28965 (java) S 28954 28956 25184 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 254146644 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311275744040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28966/stat : 28966 (java) S 28954 28956 25184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254146644 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311274691240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/28956/task/28967/stat : 28967 (java) S 28954 28956 25184 0 -1 4202560 102 0 0 0 7 0 0 0 20 0 22 0 254146646 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311262280168 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28968/stat : 28968 (java) S 28954 28956 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254146646 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311261226232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28969/stat : 28969 (java) S 28954 28956 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254146646 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311260173320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28970/stat : 28970 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146649 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311259121808 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28971] ppid=28954 vsize=9824668 CPUtime=1.27 cores=0,2,4,6
/proc/28956/task/28971/stat : 28971 (java) S 28954 28956 25184 0 -1 4202560 8747 0 0 0 124 3 0 0 20 0 22 0 254146649 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311258069944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28972] ppid=28954 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/28956/task/28972/stat : 28972 (java) S 28954 28956 25184 0 -1 4202560 8706 0 0 0 133 2 0 0 20 0 22 0 254146649 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311257017144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28973] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28973/stat : 28973 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146649 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311255964536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28974] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28974/stat : 28974 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146649 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311254911944 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28975] ppid=28954 vsize=9824668 CPUtime=2.17 cores=0,2,4,6
/proc/28956/task/28975/stat : 28975 (java) R 28954 28956 25184 0 -1 4202560 29 0 0 0 217 0 0 0 20 0 22 0 254146717 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311253856920 140311364915846 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28976] ppid=28954 vsize=9824668 CPUtime=2.21 cores=0,2,4,6
/proc/28956/task/28976/stat : 28976 (java) R 28954 28956 25184 0 -1 4202560 108 0 0 0 219 2 0 0 20 0 22 0 254146717 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311252801792 140311364945397 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28977] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28977/stat : 28977 (java) S 28954 28956 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254146719 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311251751848 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28978] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28978/stat : 28978 (java) S 28954 28956 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254146719 10060460032 63768 33554432000 1073741824 1073778376 140735712990768 140311250699048 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 9824668

[startup+6.30092 s]
/proc/loadavg: 4.23 3.98 3.73 5/219 28978
/proc/meminfo: memFree=27933968/32873844 swapFree=7388/7388
[pid=28956] ppid=28954 vsize=9824668 CPUtime=14.24 cores=0,2,4,6
/proc/28956/stat : 28956 (java) S 28954 28956 25184 0 -1 4202496 21534 0 1 0 1409 15 0 0 20 0 22 0 254146643 10060460032 88719 33554432000 1073741824 1073778376 140735712990768 140735712981904 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28956/statm: 2456167 88719 2285 9 0 2446860 0
[pid=28956/tid=28957] ppid=28954 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/28956/task/28957/stat : 28957 (java) S 28954 28956 25184 0 -1 4202560 2485 0 1 0 70 2 0 0 20 0 22 0 254146644 10060460032 88719 33554432000 1073741824 1073778376 140735712990768 140311505306616 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28959] ppid=28954 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/28956/task/28959/stat : 28959 (java) S 28954 28956 25184 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 254146644 10060460032 88719 33554432000 1073741824 1073778376 140735712990768 140311483406888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28960] ppid=28954 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28956/task/28960/stat : 28960 (java) S 28954 28956 25184 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 254146644 10060460032 88719 33554432000 1073741824 1073778376 140735712990768 140311482354088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28961] ppid=28954 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28956/task/28961/stat : 28961 (java) S 28954 28956 25184 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254146644 10060460032 88719 33554432000 1073741824 1073778376 140735712990768 140311279954216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28962] ppid=28954 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28956/task/28962/stat : 28962 (java) S 28954 28956 25184 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 254146644 10060460032 88719 33554432000 1073741824 1073778376 140735712990768 140311278901416 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28963] ppid=28954 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28956/task/28963/stat : 28963 (java) S 28954 28956 25184 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254146644 10060460032 88719 33554432000 1073741824 1073778376 140735712990768 140311277849640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28956/task/28964/stat : 28964 (java) S 28954 28956 25184 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254146644 10060460032 88719 33554432000 1073741824 1073778376 140735712990768 140311276796840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28956/task/28965/stat : 28965 (java) S 28954 28956 25184 0 -1 4202560 25 0 0 0 5 0 0 0 20 0 22 0 254146644 10060460032 88719 33554432000 1073741824 1073778376 140735712990768 140311275744040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/28956/task/28966/stat : 28966 (java) S 28954 28956 25184 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254146644 10060460032 88719 33554432000 1073741824 1073778376 140735712990768 140311274691240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

/proc/28956/statm: 2456167 971179 2286 9 0 2446860 0
[pid=28956/tid=28957] ppid=28954 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/28956/task/28957/stat : 28957 (java) S 28954 28956 25184 0 -1 4202560 2529 0 1 0 72 3 0 0 20 0 22 0 254146644 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311505306616 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28959] ppid=28954 vsize=9824668 CPUtime=2.3 cores=0,2,4,6
/proc/28956/task/28959/stat : 28959 (java) S 28954 28956 25184 0 -1 4202560 658 0 0 0 218 12 0 0 20 0 22 0 254146644 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311483406888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28960] ppid=28954 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/28956/task/28960/stat : 28960 (java) S 28954 28956 25184 0 -1 4202560 541 0 0 0 220 12 0 0 20 0 22 0 254146644 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311482354088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28961] ppid=28954 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/28956/task/28961/stat : 28961 (java) S 28954 28956 25184 0 -1 4202560 856 0 0 0 249 12 0 0 20 0 22 0 254146644 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311279954216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28962] ppid=28954 vsize=9824668 CPUtime=2.6 cores=0,2,4,6
/proc/28956/task/28962/stat : 28962 (java) S 28954 28956 25184 0 -1 4202560 923 0 0 0 246 14 0 0 20 0 22 0 254146644 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311278901416 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28963] ppid=28954 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/28956/task/28963/stat : 28963 (java) S 28954 28956 25184 0 -1 4202560 611 0 0 0 221 13 0 0 20 0 22 0 254146644 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311277849640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=9824668 CPUtime=2.37 cores=0,2,4,6
/proc/28956/task/28964/stat : 28964 (java) S 28954 28956 25184 0 -1 4202560 519 0 0 0 223 14 0 0 20 0 22 0 254146644 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311276796840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=9824668 CPUtime=2.4 cores=0,2,4,6
/proc/28956/task/28965/stat : 28965 (java) S 28954 28956 25184 0 -1 4202560 842 0 0 0 225 15 0 0 20 0 22 0 254146644 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311275744040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=9824668 CPUtime=2.45 cores=0,2,4,6
/proc/28956/task/28966/stat : 28966 (java) S 28954 28956 25184 0 -1 4202560 588 0 0 0 233 12 0 0 20 0 22 0 254146644 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311274691240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=9824668 CPUtime=75.58 cores=0,2,4,6
/proc/28956/task/28967/stat : 28967 (java) S 28954 28956 25184 0 -1 4202560 3566 0 0 0 7540 18 0 0 20 0 22 0 254146646 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311262280168 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28968/stat : 28968 (java) S 28954 28956 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254146646 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311261226232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28969/stat : 28969 (java) S 28954 28956 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254146646 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311260173320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28970/stat : 28970 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146649 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311259121808 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28971] ppid=28954 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/28956/task/28971/stat : 28971 (java) S 28954 28956 25184 0 -1 4202560 17572 0 0 0 246 4 0 0 20 0 22 0 254146649 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311258069944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28972] ppid=28954 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/28956/task/28972/stat : 28972 (java) S 28954 28956 25184 0 -1 4202560 8710 0 0 0 142 2 0 0 20 0 22 0 254146649 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311257017144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28973] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28973/stat : 28973 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146649 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311255964536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28974] ppid=28954 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/28956/task/28974/stat : 28974 (java) S 28954 28956 25184 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 254146649 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311254911944 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28975] ppid=28954 vsize=9824668 CPUtime=798.41 cores=0,2,4,6
/proc/28956/task/28975/stat : 28975 (java) R 28954 28956 25184 0 -1 4202560 102 0 0 0 79826 15 0 0 20 0 22 0 254146717 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311253855008 140311364741603 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28976] ppid=28954 vsize=9824668 CPUtime=798.39 cores=0,2,4,6
/proc/28956/task/28976/stat : 28976 (java) R 28954 28956 25184 0 -1 4202560 2069 0 0 0 79795 44 0 0 20 0 22 0 254146717 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311252802040 140311364358463 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28977] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28977/stat : 28977 (java) S 28954 28956 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254146719 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311251751848 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28978] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28978/stat : 28978 (java) S 28954 28956 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254146719 10060460032 971179 33554432000 1073741824 1073778376 140735712990768 140311250699048 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1701.1
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+935.001 s]
/proc/loadavg: 3.84 3.81 3.74 5/219 29524
/proc/meminfo: memFree=25314876/32873844 swapFree=7388/7388
[pid=28956] ppid=28954 vsize=9824668 CPUtime=1800.17 cores=0,2,4,6
/proc/28956/stat : 28956 (java) S 28954 28956 25184 0 -1 4202496 42275 0 1 0 179831 186 0 0 20 0 22 0 254146643 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140735712981904 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28956/statm: 2456167 989455 2286 9 0 2446860 0
[pid=28956/tid=28957] ppid=28954 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/28956/task/28957/stat : 28957 (java) S 28954 28956 25184 0 -1 4202560 2531 0 1 0 72 4 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311505306616 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28959] ppid=28954 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/28956/task/28959/stat : 28959 (java) S 28954 28956 25184 0 -1 4202560 669 0 0 0 237 12 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311483406888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28960] ppid=28954 vsize=9824668 CPUtime=2.45 cores=0,2,4,6
/proc/28956/task/28960/stat : 28960 (java) S 28954 28956 25184 0 -1 4202560 546 0 0 0 233 12 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311482354088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28961] ppid=28954 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/28956/task/28961/stat : 28961 (java) S 28954 28956 25184 0 -1 4202560 856 0 0 0 264 12 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311279954216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28962] ppid=28954 vsize=9824668 CPUtime=2.72 cores=0,2,4,6
/proc/28956/task/28962/stat : 28962 (java) S 28954 28956 25184 0 -1 4202560 941 0 0 0 258 14 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311278901416 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28963] ppid=28954 vsize=9824668 CPUtime=2.4 cores=0,2,4,6
/proc/28956/task/28963/stat : 28963 (java) S 28954 28956 25184 0 -1 4202560 613 0 0 0 227 13 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311277849640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/28956/task/28964/stat : 28964 (java) S 28954 28956 25184 0 -1 4202560 534 0 0 0 232 14 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311276796840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/28956/task/28965/stat : 28965 (java) S 28954 28956 25184 0 -1 4202560 850 0 0 0 233 15 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311275744040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/28956/task/28966/stat : 28966 (java) S 28954 28956 25184 0 -1 4202560 591 0 0 0 243 12 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311274691240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=9824668 CPUtime=82.37 cores=0,2,4,6
/proc/28956/task/28967/stat : 28967 (java) S 28954 28956 25184 0 -1 4202560 4446 0 0 0 8218 19 0 0 20 0 22 0 254146646 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311262280168 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28968/stat : 28968 (java) S 28954 28956 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254146646 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311261226232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28969/stat : 28969 (java) S 28954 28956 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254146646 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311260173320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28970/stat : 28970 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146649 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311259121808 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28971] ppid=28954 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/28956/task/28971/stat : 28971 (java) S 28954 28956 25184 0 -1 4202560 17572 0 0 0 246 4 0 0 20 0 22 0 254146649 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311258069944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28972] ppid=28954 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/28956/task/28972/stat : 28972 (java) S 28954 28956 25184 0 -1 4202560 8711 0 0 0 142 2 0 0 20 0 22 0 254146649 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311257017144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28973] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28973/stat : 28973 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146649 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311255964536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28974] ppid=28954 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/28956/task/28974/stat : 28974 (java) S 28954 28956 25184 0 -1 4202560 55 0 0 0 18 18 0 0 20 0 22 0 254146649 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311254911944 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28975] ppid=28954 vsize=9824668 CPUtime=843.95 cores=0,2,4,6
/proc/28956/task/28975/stat : 28975 (java) R 28954 28956 25184 0 -1 4202560 102 0 0 0 84380 15 0 0 20 0 22 0 254146717 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311253854960 140311364875466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28976] ppid=28954 vsize=9824668 CPUtime=843.94 cores=0,2,4,6
/proc/28956/task/28976/stat : 28976 (java) R 28954 28956 25184 0 -1 4202560 2071 0 0 0 84350 44 0 0 20 0 22 0 254146717 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311252803056 140311364948335 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28977] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28977/stat : 28977 (java) S 28954 28956 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254146719 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311251751848 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28978] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28978/stat : 28978 (java) S 28954 28956 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254146719 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311250699048 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
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+935.001 s]
/proc/loadavg: 3.84 3.81 3.74 5/219 29524
/proc/meminfo: memFree=25314876/32873844 swapFree=7388/7388
[pid=28956] ppid=28954 vsize=9824668 CPUtime=1800.17 cores=0,2,4,6
/proc/28956/stat : 28956 (java) S 28954 28956 25184 0 -1 4202496 42275 0 1 0 179831 186 0 0 20 0 22 0 254146643 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140735712981904 239241035837 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28956/statm: 2456167 989455 2286 9 0 2446860 0
[pid=28956/tid=28957] ppid=28954 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/28956/task/28957/stat : 28957 (java) S 28954 28956 25184 0 -1 4202560 2531 0 1 0 72 4 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311505306616 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28959] ppid=28954 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/28956/task/28959/stat : 28959 (java) S 28954 28956 25184 0 -1 4202560 669 0 0 0 237 12 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311483406888 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28960] ppid=28954 vsize=9824668 CPUtime=2.45 cores=0,2,4,6
/proc/28956/task/28960/stat : 28960 (java) S 28954 28956 25184 0 -1 4202560 546 0 0 0 233 12 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311482354088 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28961] ppid=28954 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/28956/task/28961/stat : 28961 (java) S 28954 28956 25184 0 -1 4202560 856 0 0 0 264 12 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311279954216 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28962] ppid=28954 vsize=9824668 CPUtime=2.72 cores=0,2,4,6
/proc/28956/task/28962/stat : 28962 (java) S 28954 28956 25184 0 -1 4202560 941 0 0 0 258 14 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311278901416 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28963] ppid=28954 vsize=9824668 CPUtime=2.4 cores=0,2,4,6
/proc/28956/task/28963/stat : 28963 (java) S 28954 28956 25184 0 -1 4202560 613 0 0 0 227 13 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311277849640 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28964] ppid=28954 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/28956/task/28964/stat : 28964 (java) S 28954 28956 25184 0 -1 4202560 534 0 0 0 232 14 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311276796840 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28965] ppid=28954 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/28956/task/28965/stat : 28965 (java) S 28954 28956 25184 0 -1 4202560 850 0 0 0 233 15 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311275744040 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28966] ppid=28954 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/28956/task/28966/stat : 28966 (java) S 28954 28956 25184 0 -1 4202560 591 0 0 0 243 12 0 0 20 0 22 0 254146644 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311274691240 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28967] ppid=28954 vsize=9824668 CPUtime=82.37 cores=0,2,4,6
/proc/28956/task/28967/stat : 28967 (java) S 28954 28956 25184 0 -1 4202560 4446 0 0 0 8218 19 0 0 20 0 22 0 254146646 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311262280168 239241050025 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28968] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28968/stat : 28968 (java) S 28954 28956 25184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254146646 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311261226232 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28969] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28969/stat : 28969 (java) S 28954 28956 25184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254146646 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311260173320 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28970] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28970/stat : 28970 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146649 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311259121808 239241058080 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28956/tid=28971] ppid=28954 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/28956/task/28971/stat : 28971 (java) S 28954 28956 25184 0 -1 4202560 17572 0 0 0 246 4 0 0 20 0 22 0 254146649 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311258069944 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28972] ppid=28954 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/28956/task/28972/stat : 28972 (java) S 28954 28956 25184 0 -1 4202560 8711 0 0 0 142 2 0 0 20 0 22 0 254146649 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311257017144 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28973] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28973/stat : 28973 (java) S 28954 28956 25184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254146649 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311255964536 239241049148 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28974] ppid=28954 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/28956/task/28974/stat : 28974 (java) S 28954 28956 25184 0 -1 4202560 55 0 0 0 18 18 0 0 20 0 22 0 254146649 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311254911944 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28975] ppid=28954 vsize=9824668 CPUtime=843.95 cores=0,2,4,6
/proc/28956/task/28975/stat : 28975 (java) R 28954 28956 25184 0 -1 4202560 102 0 0 0 84380 15 0 0 20 0 22 0 254146717 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311253854960 140311364875466 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28956/tid=28976] ppid=28954 vsize=9824668 CPUtime=843.94 cores=0,2,4,6
/proc/28956/task/28976/stat : 28976 (java) R 28954 28956 25184 0 -1 4202560 2071 0 0 0 84350 44 0 0 20 0 22 0 254146717 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311252803056 140311364948335 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28956/tid=28977] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28977/stat : 28977 (java) S 28954 28956 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254146719 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311251751848 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28956/tid=28978] ppid=28954 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28956/task/28978/stat : 28978 (java) S 28954 28956 25184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254146719 10060460032 989455 33554432000 1073741824 1073778376 140735712990768 140311250699048 239241050025 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 28956 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=750308
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=269654
# CPU time returned by wait4() is 1796.02
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 935.067
CPU time (s): 1800.17
CPU user time (s): 1798.31
CPU system time (s): 1.86
CPU usage (%): 192.518
Max. virtual memory (cumulated for all children) (KiB): 9826296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.75
system time used= 2.26965
maximum resident set size= 3957936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42309
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24731
involuntary context switches= 28811

runsolver used 5.2832 second user time and 6.78297 second system time

The end

Launcher Data

Begin job on node147 at 2012-05-24 19:23:42
IDJOB=3688880
IDBENCH=71843
IDSOLVER=2268
FILE ID=node147/3688880-1337880222
RUNJOBID= node147-1337871880-25200
PBS_JOBID= 14620057
Free space on /tmp= 71716 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB09/normalized-PB09/OPT-SMALLINT-LIN/flexray/normalized-fx75.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688880-1337880222/watcher-3688880-1337880222 -o /tmp/evaluation-result-3688880-1337880222/solver-3688880-1337880222 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688880-1337880222.opb

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

MD5SUM BENCH= 899c8865b8ac9a45eaa204f923cbd9e8
RANDOM SEED=413812369

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28303980 kB
Buffers:          224448 kB
Cached:          1443020 kB
SwapCached:         6180 kB
Active:          2458212 kB
Inactive:        1330448 kB
Active(anon):    2116788 kB
Inactive(anon):     6780 kB
Active(file):     341424 kB
Inactive(file):  1323668 kB
Unevictable:        7388 kB
Mlocked:            7388 kB
SwapTotal:      67108856 kB
SwapFree:       67097572 kB
Dirty:               920 kB
Writeback:             0 kB
AnonPages:       2252268 kB
Mapped:            17964 kB
Shmem:                 0 kB
Slab:             631356 kB
SReclaimable:      72184 kB
SUnreclaim:       559172 kB
KernelStack:        1808 kB
PageTables:         8320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2463776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2148352 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node147 at 2012-05-24 19:39:20