Trace number 3689238

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.09 928.957

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j90/
normalized-j9045_1-sat.opb
MD5SUMd4d1ca36c8af6075d3c9b6c16eca4a6b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables26754
Total number of constraints93164
Number of constraints which are clauses92580
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints584
Minimum length of a constraint1
Maximum length of a constraint90
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 530
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.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.07	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3689238-1337881458.opb
0.10/0.10	c reading problem ... 
2.41/1.19	c ... done. Wall clock time 1.089s.
2.41/1.19	c declared #vars     26754
2.41/1.19	c #constraints  82731
2.41/1.19	c constraints type 
2.41/1.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9978
2.41/1.19	c ignored satisfied constraints => 10433
2.41/1.19	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67656
2.41/1.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 4513
2.41/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 584
2.41/1.19	c 93164 constraints processed.
2.41/1.19	c constraints type 
2.41/1.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 67656
2.41/1.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9978
2.41/1.19	c ignored satisfied constraints => 10433
2.41/1.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 584
2.41/1.19	c org.sat4j.pb.constraints.pb.UnitClausePB => 4513
2.41/1.19	c 93164 constraints processed.
7.13/2.78	c cleaning 2493 clauses out of 5000 with flag 5001/5001
10.39/4.33	c cleaning 4243 clauses out of 8506 with flag 11000/11000
13.71/6.03	c cleaning 5627 clauses out of 11264 with flag 18002/18002
17.60/8.00	c cleaning 6814 clauses out of 13635 with flag 26000/26000
22.26/10.42	c cleaning 7895 clauses out of 15822 with flag 35001/35001
26.71/12.77	c cleaning 8951 clauses out of 17926 with flag 45000/45000
32.54/15.79	c cleaning 9976 clauses out of 19977 with flag 56002/56002
39.18/19.15	c cleaning 10992 clauses out of 21999 with flag 68000/68000
46.26/22.80	c cleaning 12002 clauses out of 24008 with flag 81001/81001
53.88/26.70	c cleaning 12985 clauses out of 26006 with flag 95001/95001
61.85/30.85	c cleaning 13994 clauses out of 28020 with flag 110000/110000
70.76/35.48	c cleaning 15011 clauses out of 30026 with flag 126000/126000
76.32/38.48	c cleaning 0 clauses out of 5000 with flag 0/5000
80.51/40.64	c cleaning 15983 clauses out of 32015 with flag 143000/143000
91.37/46.19	c cleaning 16999 clauses out of 34032 with flag 161000/161000
101.61/51.42	c cleaning 17989 clauses out of 36033 with flag 180000/180000
113.46/57.63	c cleaning 19020 clauses out of 38046 with flag 200003/200003
125.48/63.82	c cleaning 19993 clauses out of 40024 with flag 221001/221001
137.87/70.23	c cleaning 20982 clauses out of 42030 with flag 243000/243000
152.31/77.60	c cleaning 22012 clauses out of 44050 with flag 266002/266002
165.61/84.68	c cleaning 23002 clauses out of 46036 with flag 290000/290000
178.91/91.56	c cleaning 23994 clauses out of 48035 with flag 315001/315001
194.42/99.60	c cleaning 24998 clauses out of 50040 with flag 341000/341000
211.55/108.40	c cleaning 25964 clauses out of 52043 with flag 368001/368001
229.78/117.85	c cleaning 27019 clauses out of 54078 with flag 396000/396000
247.06/126.74	c cleaning 28008 clauses out of 56059 with flag 425000/425000
264.95/135.97	c cleaning 29003 clauses out of 58052 with flag 455001/455001
283.63/145.51	c cleaning 30008 clauses out of 60049 with flag 486001/486001
290.08/149.24	c cleaning 0 clauses out of 11002 with flag 0/11002
304.86/156.91	c cleaning 30999 clauses out of 62041 with flag 518001/518001
325.08/167.30	c cleaning 31992 clauses out of 64042 with flag 551001/551001
348.92/180.44	c cleaning 32978 clauses out of 66049 with flag 585000/585000
369.09/190.87	c cleaning 34023 clauses out of 68079 with flag 620008/620008
389.64/201.40	c cleaning 35003 clauses out of 70048 with flag 656000/656000
416.36/215.15	c cleaning 36007 clauses out of 72046 with flag 693001/693001
448.50/231.74	c cleaning 37005 clauses out of 74038 with flag 731000/731000
480.45/248.08	c cleaning 37998 clauses out of 76033 with flag 770000/770000
506.33/261.32	c cleaning 38994 clauses out of 78035 with flag 810000/810000
533.37/275.29	c cleaning 39994 clauses out of 80042 with flag 851001/851001
560.73/289.52	c cleaning 41001 clauses out of 82048 with flag 893001/893001
587.97/303.53	c cleaning 41986 clauses out of 84046 with flag 936000/936000
619.95/319.93	c cleaning 42990 clauses out of 86061 with flag 980001/980001
648.31/334.53	c cleaning 44010 clauses out of 88072 with flag 1025002/1025002
686.22/354.19	c cleaning 44978 clauses out of 90060 with flag 1071000/1071000
724.18/373.58	c cleaning 45990 clauses out of 92082 with flag 1118000/1118000
743.67/383.71	c cleaning 0 clauses out of 18005 with flag 0/18005
763.14/393.99	c cleaning 47019 clauses out of 94092 with flag 1166000/1166000
796.00/411.17	c cleaning 48015 clauses out of 96074 with flag 1215001/1215001
829.85/428.51	c cleaning 48996 clauses out of 98058 with flag 1265000/1265000
865.86/447.00	c cleaning 49996 clauses out of 100063 with flag 1316001/1316001
899.08/464.15	c cleaning 50992 clauses out of 102067 with flag 1368001/1368001
938.27/484.53	c cleaning 52010 clauses out of 104077 with flag 1421003/1421003
984.74/508.28	c cleaning 52975 clauses out of 106064 with flag 1475000/1475000
1025.01/528.86	c cleaning 54013 clauses out of 108089 with flag 1530000/1530000
1070.06/551.82	c cleaning 54992 clauses out of 110076 with flag 1586000/1586000
1115.02/575.13	c cleaning 55993 clauses out of 112089 with flag 1643005/1643005
1161.61/598.97	c cleaning 57026 clauses out of 114092 with flag 1701001/1701001
1212.36/625.73	c cleaning 57988 clauses out of 116066 with flag 1760001/1760001
1261.22/651.07	c cleaning 59008 clauses out of 118077 with flag 1820000/1820000
1319.95/680.98	c cleaning 59986 clauses out of 120069 with flag 1881000/1881000
1380.16/711.56	c cleaning 61015 clauses out of 122086 with flag 1943003/1943003
1433.03/738.50	c cleaning 62013 clauses out of 124068 with flag 2006000/2006000
1474.82/760.44	c cleaning 63009 clauses out of 126056 with flag 2070001/2070001
1519.87/783.52	c cleaning 64006 clauses out of 128047 with flag 2135001/2135001
1571.06/809.75	c cleaning 65004 clauses out of 130040 with flag 2201000/2201000
1626.26/837.94	c cleaning 65980 clauses out of 132041 with flag 2268005/2268005
1673.80/862.75	c cleaning 67012 clauses out of 134059 with flag 2336003/2336003
1725.54/889.29	c cleaning 0 clauses out of 26000 with flag 0/26000
1731.39/892.81	c cleaning 67997 clauses out of 136048 with flag 2405004/2405004
1783.95/919.75	c cleaning 69006 clauses out of 138048 with flag 2475001/2475001
1800.09/928.91	c starts		: 230
1800.09/928.91	c conflicts		: 2495056
1800.09/928.91	c decisions		: 3298140
1800.09/928.91	c propagations		: 1041055367
1800.09/928.91	c inspects		: 6434879049
1800.09/928.91	c shortcuts		: 0
1800.09/928.91	c learnt literals	: 3
1800.09/928.91	c learnt binary clauses	: 71
1800.09/928.91	c learnt ternary clauses	: 1807
1800.09/928.91	c learnt constraints	: 2495053
1800.09/928.91	c ignored constraints	: 0
1800.09/928.91	c root simplifications	: 0
1800.09/928.91	c removed literals (reason simplification)	: 58217132
1800.09/928.91	c reason swapping (by a shorter reason)	: 0
1800.09/928.91	c Calls to reduceDB	: 66
1800.09/928.91	c number of reductions to clauses (during analyze)	: 0
1800.09/928.91	c number of learned constraints concerned by reduction	: 0
1800.09/928.91	c number of learning phase by resolution	: 0
1800.09/928.91	c number of learning phase by cutting planes	: 0
1800.09/928.91	c speed (assignments/second)	: 1122228.537580255
1800.09/928.91	c non guided choices	1161
1800.09/928.94	c learnt constraints type 
1800.09/928.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 71
1800.09/928.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89078
1800.09/928.94	c constraints type 
1800.09/928.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 9978
1800.09/928.94	c ignored satisfied constraints => 10433
1800.09/928.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 67656
1800.09/928.94	c org.sat4j.minisat.constraints.cnf.UnitClause => 4513
1800.09/928.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 584
1800.09/928.94	c 93164 constraints processed.
1800.09/928.94	c constraints type 
1800.09/928.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 67656
1800.09/928.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 9978
1800.09/928.94	c ignored satisfied constraints => 10433
1800.09/928.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 584
1800.09/928.94	c org.sat4j.pb.constraints.pb.UnitClausePB => 4513
1800.09/928.94	c 93164 constraints processed.
1800.09/928.94	s UNKNOWN
1800.09/928.94	c Total wall clock time (in seconds): 928.834

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

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

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


[startup+0 s]
/proc/loadavg: 3.74 3.78 3.80 4/197 24963
/proc/meminfo: memFree=26612160/32873660 swapFree=7108/7108
[pid=24963] ppid=24961 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/24963/stat : 24963 (java) S 24961 24963 21381 0 -1 4202496 1257 0 0 0 0 0 0 0 20 0 2 0 254271596 98635776 959 33554432000 1073741824 1073778376 140735487822112 140735487813248 270333411389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24963/statm: 24065 966 734 9 0 16771 0
[pid=24963/tid=24964] ppid=24961 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24964/stat : 24964 (java) R 24961 24963 21381 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 254271597 98570240 977 33554432000 1073741824 1073778376 140735487822112 140502328671784 270330054016 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0277211 s]
/proc/loadavg: 3.74 3.78 3.80 4/197 24963
/proc/meminfo: memFree=26612160/32873660 swapFree=7108/7108
[pid=24963] ppid=24961 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/24963/stat : 24963 (java) S 24961 24963 21381 0 -1 4202496 2968 0 1 0 1 0 0 0 20 0 13 0 254271596 9446973440 3667 33554432000 1073741824 1073778376 140735487822112 140735487813248 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24963/statm: 2306390 3667 1661 9 0 2297091 0
[pid=24963/tid=24964] ppid=24961 vsize=9225564 CPUtime=0.01 cores=0,2,4,6
/proc/24963/task/24964/stat : 24964 (java) R 24961 24963 21381 0 -1 4202560 1790 0 1 0 1 0 0 0 20 0 13 0 254271597 9446977536 3670 33554432000 1073741824 1073778376 140735487822112 140502328672496 270330054016 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100239 s]
/proc/loadavg: 3.74 3.78 3.80 4/197 24963
/proc/meminfo: memFree=26612160/32873660 swapFree=7108/7108
[pid=24963] ppid=24961 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/24963/stat : 24963 (java) S 24961 24963 21381 0 -1 4202496 4441 0 1 0 9 1 0 0 20 0 18 0 254271596 9787813888 6111 33554432000 1073741824 1073778376 140735487822112 140735487813248 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24963/statm: 2389603 6111 2139 9 0 2380296 0
[pid=24963/tid=24964] ppid=24961 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/24963/task/24964/stat : 24964 (java) R 24961 24963 21381 0 -1 4202560 2430 0 1 0 8 0 0 0 20 0 18 0 254271597 9787813888 6118 33554432000 1073741824 1073778376 140735487822112 140502328675096 140502332360873 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30019 s]
/proc/loadavg: 3.74 3.78 3.80 4/197 24963
/proc/meminfo: memFree=26612160/32873660 swapFree=7108/7108
[pid=24963] ppid=24961 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/24963/stat : 24963 (java) S 24961 24963 21381 0 -1 4202496 6194 0 1 0 48 2 0 0 20 0 18 0 254271596 9787813888 9214 33554432000 1073741824 1073778376 140735487822112 140735487813248 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24963/statm: 2389603 9214 2218 9 0 2380296 0
[pid=24963/tid=24964] ppid=24961 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/24963/task/24964/stat : 24964 (java) R 24961 24963 21381 0 -1 4202560 2445 0 1 0 26 2 0 0 20 0 18 0 254271597 9787813888 9214 33554432000 1073741824 1073778376 140735487822112 140502328668128 140502154459012 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700197 s]
/proc/loadavg: 3.74 3.78 3.80 4/197 24963
/proc/meminfo: memFree=26612160/32873660 swapFree=7108/7108
[pid=24963] ppid=24961 vsize=9558412 CPUtime=1.62 cores=0,2,4,6
/proc/24963/stat : 24963 (java) S 24961 24963 21381 0 -1 4202496 18527 0 1 0 157 5 0 0 20 0 18 0 254271596 9787813888 35318 33554432000 1073741824 1073778376 140735487822112 140735487813248 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24963/statm: 2389603 35318 2241 9 0 2380296 0
[pid=24963/tid=24964] ppid=24961 vsize=9558412 CPUtime=0.67 cores=0,2,4,6
/proc/24963/task/24964/stat : 24964 (java) R 24961 24963 21381 0 -1 4202560 2489 0 1 0 65 2 0 0 20 0 18 0 254271597 9787813888 35318 33554432000 1073741824 1073778376 140735487822112 140502328676024 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558412

[startup+1.50062 s]
/proc/loadavg: 3.74 3.78 3.80 6/215 24981
/proc/meminfo: memFree=26421640/32873660 swapFree=7108/7108
[pid=24963] ppid=24961 vsize=9824668 CPUtime=3.82 cores=0,2,4,6
/proc/24963/stat : 24963 (java) S 24961 24963 21381 0 -1 4202496 23462 0 1 0 371 11 0 0 20 0 22 0 254271596 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140735487813248 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24963/statm: 2456167 56948 2265 9 0 2446860 0
[pid=24963/tid=24964] ppid=24961 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/24963/task/24964/stat : 24964 (java) S 24961 24963 21381 0 -1 4202560 2518 0 1 0 112 3 0 0 20 0 22 0 254271597 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502328677368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24966] ppid=24961 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24963/task/24966/stat : 24966 (java) S 24961 24963 21381 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254271597 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502290168488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24967] ppid=24961 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24963/task/24967/stat : 24967 (java) S 24961 24963 21381 0 -1 4202560 84 0 0 0 1 0 0 0 20 0 22 0 254271597 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502289115944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24968] ppid=24961 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24963/task/24968/stat : 24968 (java) S 24961 24963 21381 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254271597 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502288063400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24969] ppid=24961 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/24963/task/24969/stat : 24969 (java) S 24961 24963 21381 0 -1 4202560 112 0 0 0 3 1 0 0 20 0 22 0 254271597 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502287010856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24970] ppid=24961 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24963/task/24970/stat : 24970 (java) S 24961 24963 21381 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 22 0 254271597 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502285957288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24971] ppid=24961 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24963/task/24971/stat : 24971 (java) S 24961 24963 21381 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254271597 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502284904744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24972] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24972/stat : 24972 (java) S 24961 24963 21381 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 22 0 254271597 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502283852200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24973] ppid=24961 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/24963/task/24973/stat : 24973 (java) S 24961 24963 21381 0 -1 4202560 98 0 0 0 1 0 0 0 20 0 22 0 254271597 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502282799656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24974] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24974/stat : 24974 (java) S 24961 24963 21381 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254271599 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502152235624 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24975] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24975/stat : 24975 (java) S 24961 24963 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254271599 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502151181944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24976] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24976/stat : 24976 (java) S 24961 24963 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254271599 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502150129288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24977] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24977/stat : 24977 (java) S 24961 24963 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271601 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502149078032 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24978] ppid=24961 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/24963/task/24978/stat : 24978 (java) R 24961 24963 21381 0 -1 4202560 11017 0 0 0 89 3 0 0 20 0 22 0 254271601 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502148011664 140502331582607 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24979] ppid=24961 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/24963/task/24979/stat : 24979 (java) R 24961 24963 21381 0 -1 4202560 8152 0 0 0 93 2 0 0 20 0 22 0 254271601 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502146948216 140502334667599 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24980] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24980/stat : 24980 (java) S 24961 24963 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271601 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502145919480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24981] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24981/stat : 24981 (java) S 24961 24963 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271601 10060460032 56948 33554432000 1073741824 1073778376 140735487822112 140502144867144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9824668

[startup+3.10072 s]
/proc/loadavg: 3.74 3.78 3.80 6/219 24985
/proc/meminfo: memFree=26392000/32873660 swapFree=7108/7108
[pid=24963] ppid=24961 vsize=9824668 CPUtime=7.92 cores=0,2,4,6
/proc/24963/stat : 24963 (java) S 24961 24963 21381 0 -1 4202496 25693 0 1 0 773 19 0 0 20 0 22 0 254271596 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140735487813248 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24963/statm: 2456167 104832 2285 9 0 2446860 0
[pid=24963/tid=24964] ppid=24961 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/24963/task/24964/stat : 24964 (java) S 24961 24963 21381 0 -1 4202560 2518 0 1 0 112 3 0 0 20 0 22 0 254271597 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502328677368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24966] ppid=24961 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/24963/task/24966/stat : 24966 (java) S 24961 24963 21381 0 -1 4202560 63 0 0 0 3 1 0 0 20 0 22 0 254271597 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502290168488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24967] ppid=24961 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/24963/task/24967/stat : 24967 (java) S 24961 24963 21381 0 -1 4202560 113 0 0 0 4 0 0 0 20 0 22 0 254271597 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502289115944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24968] ppid=24961 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/24963/task/24968/stat : 24968 (java) S 24961 24963 21381 0 -1 4202560 32 0 0 0 5 1 0 0 20 0 22 0 254271597 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502288063400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24969] ppid=24961 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/24963/task/24969/stat : 24969 (java) S 24961 24963 21381 0 -1 4202560 139 0 0 0 6 2 0 0 20 0 22 0 254271597 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502287010856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24970] ppid=24961 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24963/task/24970/stat : 24970 (java) S 24961 24963 21381 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 22 0 254271597 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502285957288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24971] ppid=24961 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/24963/task/24971/stat : 24971 (java) S 24961 24963 21381 0 -1 4202560 30 0 0 0 2 2 0 0 20 0 22 0 254271597 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502284904744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24972] ppid=24961 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/24963/task/24972/stat : 24972 (java) S 24961 24963 21381 0 -1 4202560 108 0 0 0 4 2 0 0 20 0 22 0 254271597 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502283852200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24973] ppid=24961 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/24963/task/24973/stat : 24973 (java) S 24961 24963 21381 0 -1 4202560 110 0 0 0 3 0 0 0 20 0 22 0 254271597 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502282799656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24974] ppid=24961 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/24963/task/24974/stat : 24974 (java) S 24961 24963 21381 0 -1 4202560 230 0 0 0 9 0 0 0 20 0 22 0 254271599 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502152235624 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24975] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24975/stat : 24975 (java) S 24961 24963 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254271599 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502151181944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24976] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24976/stat : 24976 (java) S 24961 24963 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254271599 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502150129288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24977] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24977/stat : 24977 (java) S 24961 24963 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271601 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502149078032 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24978] ppid=24961 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/24963/task/24978/stat : 24978 (java) S 24961 24963 21381 0 -1 4202560 12810 0 0 0 141 3 0 0 20 0 22 0 254271601 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502148024376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24979] ppid=24961 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/24963/task/24979/stat : 24979 (java) S 24961 24963 21381 0 -1 4202560 8171 0 0 0 132 2 0 0 20 0 22 0 254271601 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502146971832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24980] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24980/stat : 24980 (java) S 24961 24963 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271601 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502145919480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24981] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24981/stat : 24981 (java) S 24961 24963 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271601 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502144867144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24982] ppid=24961 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/24963/task/24982/stat : 24982 (java) R 24961 24963 21381 0 -1 4202560 26 0 0 0 165 0 0 0 20 0 22 0 254271716 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502143812192 140502154869087 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24983] ppid=24961 vsize=9824668 CPUtime=1.66 cores=0,2,4,6
/proc/24963/task/24983/stat : 24983 (java) R 24961 24963 21381 0 -1 4202560 126 0 0 0 164 2 0 0 20 0 22 0 254271716 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502142757776 140502155511973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24984] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24984/stat : 24984 (java) S 24961 24963 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271721 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502141707816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24985] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24985/stat : 24985 (java) S 24961 24963 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271721 10060460032 104832 33554432000 1073741824 1073778376 140735487822112 140502140655272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 3.76 3.79 3.80 5/219 24985
/proc/meminfo: memFree=26000152/32873660 swapFree=7108/7108
[pid=24963] ppid=24961 vsize=9824668 CPUtime=14.17 cores=0,2,4,6
/proc/24963/stat : 24963 (java) S 24961 24963 21381 0 -1 4202496 26278 0 1 0 1392 25 0 0 20 0 22 0 254271596 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140735487813248 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24963/statm: 2456167 169624 2285 9 0 2446860 0
[pid=24963/tid=24964] ppid=24961 vsize=9824668 CPUtime=1.15 cores=0,2,4,6
/proc/24963/task/24964/stat : 24964 (java) S 24961 24963 21381 0 -1 4202560 2518 0 1 0 112 3 0 0 20 0 22 0 254271597 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140502328677368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24966] ppid=24961 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/24963/task/24966/stat : 24966 (java) S 24961 24963 21381 0 -1 4202560 67 0 0 0 4 2 0 0 20 0 22 0 254271597 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140502290168488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24967] ppid=24961 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/24963/task/24967/stat : 24967 (java) S 24961 24963 21381 0 -1 4202560 113 0 0 0 6 0 0 0 20 0 22 0 254271597 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140502289115944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24968] ppid=24961 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/24963/task/24968/stat : 24968 (java) S 24961 24963 21381 0 -1 4202560 32 0 0 0 6 1 0 0 20 0 22 0 254271597 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140502288063400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24969] ppid=24961 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/24963/task/24969/stat : 24969 (java) S 24961 24963 21381 0 -1 4202560 144 0 0 0 8 3 0 0 20 0 22 0 254271597 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140502287010856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24970] ppid=24961 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/24963/task/24970/stat : 24970 (java) S 24961 24963 21381 0 -1 4202560 34 0 0 0 6 0 0 0 20 0 22 0 254271597 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140502285957288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24971] ppid=24961 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/24963/task/24971/stat : 24971 (java) S 24961 24963 21381 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 254271597 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140502284904744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24972] ppid=24961 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/24963/task/24972/stat : 24972 (java) S 24961 24963 21381 0 -1 4202560 108 0 0 0 6 2 0 0 20 0 22 0 254271597 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140502283852200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24973] ppid=24961 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/24963/task/24973/stat : 24973 (java) S 24961 24963 21381 0 -1 4202560 115 0 0 0 5 1 0 0 20 0 22 0 254271597 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140502282799656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24974] ppid=24961 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/24963/task/24974/stat : 24974 (java) S 24961 24963 21381 0 -1 4202560 497 0 0 0 38 0 0 0 20 0 22 0 254271599 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140502152235624 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24975] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24975/stat : 24975 (java) S 24961 24963 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254271599 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140502151181944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24976] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24976/stat : 24976 (java) S 24961 24963 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254271599 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140502150129288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24977] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24977/stat : 24977 (java) S 24961 24963 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271601 10060460032 169624 33554432000 1073741824 1073778376 140735487822112 140502149078032 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/24963/statm: 2456167 875561 2286 9 0 2446860 0
[pid=24963/tid=24964] ppid=24961 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/24963/task/24964/stat : 24964 (java) S 24961 24963 21381 0 -1 4202560 2549 0 1 0 114 4 0 0 20 0 22 0 254271597 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502328677368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24966] ppid=24961 vsize=9824668 CPUtime=2.08 cores=0,2,4,6
/proc/24963/task/24966/stat : 24966 (java) S 24961 24963 21381 0 -1 4202560 459 0 0 0 202 6 0 0 20 0 22 0 254271597 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502290168488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24967] ppid=24961 vsize=9824668 CPUtime=2.05 cores=0,2,4,6
/proc/24963/task/24967/stat : 24967 (java) S 24961 24963 21381 0 -1 4202560 682 0 0 0 199 6 0 0 20 0 22 0 254271597 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502289115944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24968] ppid=24961 vsize=9824668 CPUtime=1.79 cores=0,2,4,6
/proc/24963/task/24968/stat : 24968 (java) S 24961 24963 21381 0 -1 4202560 469 0 0 0 174 5 0 0 20 0 22 0 254271597 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502288063400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24969] ppid=24961 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/24963/task/24969/stat : 24969 (java) S 24961 24963 21381 0 -1 4202560 828 0 0 0 216 8 0 0 20 0 22 0 254271597 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502287010856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24970] ppid=24961 vsize=9824668 CPUtime=2.14 cores=0,2,4,6
/proc/24963/task/24970/stat : 24970 (java) S 24961 24963 21381 0 -1 4202560 662 0 0 0 209 5 0 0 20 0 22 0 254271597 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502285957288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24971] ppid=24961 vsize=9824668 CPUtime=2.11 cores=0,2,4,6
/proc/24963/task/24971/stat : 24971 (java) S 24961 24963 21381 0 -1 4202560 872 0 0 0 204 7 0 0 20 0 22 0 254271597 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502284904744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24972] ppid=24961 vsize=9824668 CPUtime=2.08 cores=0,2,4,6
/proc/24963/task/24972/stat : 24972 (java) S 24961 24963 21381 0 -1 4202560 934 0 0 0 203 5 0 0 20 0 22 0 254271597 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502283852200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24973] ppid=24961 vsize=9824668 CPUtime=2.07 cores=0,2,4,6
/proc/24963/task/24973/stat : 24973 (java) S 24961 24963 21381 0 -1 4202560 870 0 0 0 203 4 0 0 20 0 22 0 254271597 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502282799656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24974] ppid=24961 vsize=9824668 CPUtime=62.61 cores=0,2,4,6
/proc/24963/task/24974/stat : 24974 (java) S 24961 24963 21381 0 -1 4202560 3517 0 0 0 6246 15 0 0 20 0 22 0 254271599 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502152235624 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24975] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24975/stat : 24975 (java) S 24961 24963 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254271599 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502151181944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24976] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24976/stat : 24976 (java) S 24961 24963 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254271599 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502150129288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24977] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24977/stat : 24977 (java) S 24961 24963 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271601 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502149078032 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24978] ppid=24961 vsize=9824668 CPUtime=1.9 cores=0,2,4,6
/proc/24963/task/24978/stat : 24978 (java) S 24961 24963 21381 0 -1 4202560 14724 0 0 0 187 3 0 0 20 0 22 0 254271601 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502148024376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24979] ppid=24961 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/24963/task/24979/stat : 24979 (java) S 24961 24963 21381 0 -1 4202560 8173 0 0 0 142 2 0 0 20 0 22 0 254271601 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502146971832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24980] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24980/stat : 24980 (java) S 24961 24963 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271601 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502145919480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24981] ppid=24961 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/24963/task/24981/stat : 24981 (java) S 24961 24963 21381 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 254271601 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502144867144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24982] ppid=24961 vsize=9824668 CPUtime=811.65 cores=0,2,4,6
/proc/24963/task/24982/stat : 24982 (java) R 24961 24963 21381 0 -1 4202560 95 0 0 0 81152 13 0 0 20 0 22 0 254271716 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502143811216 140502155488105 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24983] ppid=24961 vsize=9824668 CPUtime=811.61 cores=0,2,4,6
/proc/24963/task/24983/stat : 24983 (java) R 24961 24963 21381 0 -1 4202560 1908 0 0 0 81111 50 0 0 20 0 22 0 254271716 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502142759824 140502155511448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24984] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24984/stat : 24984 (java) S 24961 24963 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271721 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502141707816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24985] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24985/stat : 24985 (java) S 24961 24963 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271721 10060460032 875561 33554432000 1073741824 1073778376 140735487822112 140502140655272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1711.67
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+928.901 s]
/proc/loadavg: 3.90 3.88 3.82 4/219 25111
/proc/meminfo: memFree=22505236/32873660 swapFree=7108/7108
[pid=24963] ppid=24961 vsize=9824668 CPUtime=1800.09 cores=0,2,4,6
/proc/24963/stat : 24963 (java) S 24961 24963 21381 0 -1 4202496 38341 0 1 0 179886 123 0 0 20 0 22 0 254271596 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140735487813248 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24963/statm: 2456167 886325 2286 9 0 2446860 0
[pid=24963/tid=24964] ppid=24961 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/24963/task/24964/stat : 24964 (java) S 24961 24963 21381 0 -1 4202560 2549 0 1 0 114 4 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502328677368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24966] ppid=24961 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/24963/task/24966/stat : 24966 (java) S 24961 24963 21381 0 -1 4202560 562 0 0 0 213 6 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502290168488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24967] ppid=24961 vsize=9824668 CPUtime=2.17 cores=0,2,4,6
/proc/24963/task/24967/stat : 24967 (java) S 24961 24963 21381 0 -1 4202560 721 0 0 0 211 6 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502289115944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24968] ppid=24961 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/24963/task/24968/stat : 24968 (java) S 24961 24963 21381 0 -1 4202560 484 0 0 0 183 5 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502288063400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24969] ppid=24961 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/24963/task/24969/stat : 24969 (java) S 24961 24963 21381 0 -1 4202560 828 0 0 0 226 8 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502287010856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24970] ppid=24961 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/24963/task/24970/stat : 24970 (java) S 24961 24963 21381 0 -1 4202560 703 0 0 0 222 5 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502285957288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24971] ppid=24961 vsize=9824668 CPUtime=2.22 cores=0,2,4,6
/proc/24963/task/24971/stat : 24971 (java) S 24961 24963 21381 0 -1 4202560 901 0 0 0 215 7 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502284904744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24972] ppid=24961 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/24963/task/24972/stat : 24972 (java) S 24961 24963 21381 0 -1 4202560 1034 0 0 0 222 5 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502283852200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24973] ppid=24961 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/24963/task/24973/stat : 24973 (java) S 24961 24963 21381 0 -1 4202560 870 0 0 0 216 4 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502282799656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24974] ppid=24961 vsize=9824668 CPUtime=67.89 cores=0,2,4,6
/proc/24963/task/24974/stat : 24974 (java) S 24961 24963 21381 0 -1 4202560 3540 0 0 0 6772 17 0 0 20 0 22 0 254271599 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502152235624 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24975] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24975/stat : 24975 (java) S 24961 24963 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254271599 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502151181944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24976] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24976/stat : 24976 (java) S 24961 24963 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254271599 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502150129288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24977] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24977/stat : 24977 (java) S 24961 24963 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271601 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502149078032 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24978] ppid=24961 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/24963/task/24978/stat : 24978 (java) S 24961 24963 21381 0 -1 4202560 14725 0 0 0 190 3 0 0 20 0 22 0 254271601 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502148024376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24979] ppid=24961 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/24963/task/24979/stat : 24979 (java) S 24961 24963 21381 0 -1 4202560 8173 0 0 0 142 2 0 0 20 0 22 0 254271601 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502146971832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24980] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24980/stat : 24980 (java) S 24961 24963 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271601 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502145919480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24981] ppid=24961 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/24963/task/24981/stat : 24981 (java) S 24961 24963 21381 0 -1 4202560 55 0 0 0 16 16 0 0 20 0 22 0 254271601 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502144867144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24982] ppid=24961 vsize=9824668 CPUtime=852.6 cores=0,2,4,6
/proc/24963/task/24982/stat : 24982 (java) R 24961 24963 21381 0 -1 4202560 98 0 0 0 85247 13 0 0 20 0 22 0 254271716 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502143812192 140502155457684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24983] ppid=24961 vsize=9824668 CPUtime=852.57 cores=0,2,4,6
/proc/24963/task/24983/stat : 24983 (java) R 24961 24963 21381 0 -1 4202560 1911 0 0 0 85207 50 0 0 20 0 22 0 254271716 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502142757776 140502155683216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24984] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24984/stat : 24984 (java) S 24961 24963 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271721 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502141707816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24985] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24985/stat : 24985 (java) S 24961 24963 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271721 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502140655272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+928.901 s]
/proc/loadavg: 3.90 3.88 3.82 4/219 25111
/proc/meminfo: memFree=22505236/32873660 swapFree=7108/7108
[pid=24963] ppid=24961 vsize=9824668 CPUtime=1800.09 cores=0,2,4,6
/proc/24963/stat : 24963 (java) S 24961 24963 21381 0 -1 4202496 38341 0 1 0 179886 123 0 0 20 0 22 0 254271596 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140735487813248 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24963/statm: 2456167 886325 2286 9 0 2446860 0
[pid=24963/tid=24964] ppid=24961 vsize=9824668 CPUtime=1.18 cores=0,2,4,6
/proc/24963/task/24964/stat : 24964 (java) S 24961 24963 21381 0 -1 4202560 2549 0 1 0 114 4 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502328677368 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24966] ppid=24961 vsize=9824668 CPUtime=2.19 cores=0,2,4,6
/proc/24963/task/24966/stat : 24966 (java) S 24961 24963 21381 0 -1 4202560 562 0 0 0 213 6 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502290168488 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24967] ppid=24961 vsize=9824668 CPUtime=2.17 cores=0,2,4,6
/proc/24963/task/24967/stat : 24967 (java) S 24961 24963 21381 0 -1 4202560 721 0 0 0 211 6 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502289115944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24968] ppid=24961 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/24963/task/24968/stat : 24968 (java) S 24961 24963 21381 0 -1 4202560 484 0 0 0 183 5 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502288063400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24969] ppid=24961 vsize=9824668 CPUtime=2.34 cores=0,2,4,6
/proc/24963/task/24969/stat : 24969 (java) S 24961 24963 21381 0 -1 4202560 828 0 0 0 226 8 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502287010856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24970] ppid=24961 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/24963/task/24970/stat : 24970 (java) S 24961 24963 21381 0 -1 4202560 703 0 0 0 222 5 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502285957288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24971] ppid=24961 vsize=9824668 CPUtime=2.22 cores=0,2,4,6
/proc/24963/task/24971/stat : 24971 (java) S 24961 24963 21381 0 -1 4202560 901 0 0 0 215 7 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502284904744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24972] ppid=24961 vsize=9824668 CPUtime=2.27 cores=0,2,4,6
/proc/24963/task/24972/stat : 24972 (java) S 24961 24963 21381 0 -1 4202560 1034 0 0 0 222 5 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502283852200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24973] ppid=24961 vsize=9824668 CPUtime=2.2 cores=0,2,4,6
/proc/24963/task/24973/stat : 24973 (java) S 24961 24963 21381 0 -1 4202560 870 0 0 0 216 4 0 0 20 0 22 0 254271597 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502282799656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24974] ppid=24961 vsize=9824668 CPUtime=67.89 cores=0,2,4,6
/proc/24963/task/24974/stat : 24974 (java) S 24961 24963 21381 0 -1 4202560 3540 0 0 0 6772 17 0 0 20 0 22 0 254271599 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502152235624 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24975] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24975/stat : 24975 (java) S 24961 24963 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254271599 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502151181944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24976] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24976/stat : 24976 (java) S 24961 24963 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254271599 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502150129288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24977] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24977/stat : 24977 (java) S 24961 24963 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271601 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502149078032 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24978] ppid=24961 vsize=9824668 CPUtime=1.93 cores=0,2,4,6
/proc/24963/task/24978/stat : 24978 (java) S 24961 24963 21381 0 -1 4202560 14725 0 0 0 190 3 0 0 20 0 22 0 254271601 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502148024376 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24979] ppid=24961 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/24963/task/24979/stat : 24979 (java) S 24961 24963 21381 0 -1 4202560 8173 0 0 0 142 2 0 0 20 0 22 0 254271601 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502146971832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24963/tid=24980] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24980/stat : 24980 (java) S 24961 24963 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271601 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502145919480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24981] ppid=24961 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/24963/task/24981/stat : 24981 (java) S 24961 24963 21381 0 -1 4202560 55 0 0 0 16 16 0 0 20 0 22 0 254271601 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502144867144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24963/tid=24982] ppid=24961 vsize=9824668 CPUtime=852.6 cores=0,2,4,6
/proc/24963/task/24982/stat : 24982 (java) R 24961 24963 21381 0 -1 4202560 98 0 0 0 85247 13 0 0 20 0 22 0 254271716 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502143812192 140502155457684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24983] ppid=24961 vsize=9824668 CPUtime=852.57 cores=0,2,4,6
/proc/24963/task/24983/stat : 24983 (java) R 24961 24963 21381 0 -1 4202560 1911 0 0 0 85207 50 0 0 20 0 22 0 254271716 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502142757776 140502155683216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24963/tid=24984] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24984/stat : 24984 (java) S 24961 24963 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271721 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502141707816 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24963/tid=24985] ppid=24961 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/24963/task/24985/stat : 24985 (java) S 24961 24963 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271721 10060460032 886325 33554432000 1073741824 1073778376 140735487822112 140502140655272 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 928.957
CPU time (s): 1800.09
CPU user time (s): 1798.86
CPU system time (s): 1.23
CPU usage (%): 193.775
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.19
system time used= 1.69074
maximum resident set size= 3548508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38373
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26004
involuntary context switches= 34238

runsolver used 3.98139 second user time and 7.64284 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-24 19:44:19
IDJOB=3689238
IDBENCH=75548
IDSOLVER=2268
FILE ID=node117/3689238-1337881458
RUNJOBID= node117-1337871880-21397
PBS_JOBID= 14620087
Free space on /tmp= 71620 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j90/normalized-j9045_1-sat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689238-1337881458/watcher-3689238-1337881458 -o /tmp/evaluation-result-3689238-1337881458/solver-3689238-1337881458 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689238-1337881458.opb

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

MD5SUM BENCH= d4d1ca36c8af6075d3c9b6c16eca4a6b
RANDOM SEED=727660760

node117.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.148
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.29
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.148
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		: 2667.148
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.91
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.148
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.95
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.148
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		: 2667.148
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.148
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		: 2667.148
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:       32873660 kB
MemFree:        26613068 kB
Buffers:          224924 kB
Cached:          2294812 kB
SwapCached:            0 kB
Active:          3342884 kB
Inactive:        2123232 kB
Active(anon):    2948556 kB
Inactive(anon):        0 kB
Active(file):     394328 kB
Inactive(file):  2123232 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3396 kB
Writeback:             0 kB
AnonPages:       2964888 kB
Mapped:            22636 kB
Shmem:               200 kB
Slab:             638936 kB
SReclaimable:      82836 kB
SUnreclaim:       556100 kB
KernelStack:        1616 kB
PageTables:         9640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    3230200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2887680 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= 71512 MiB
End job on node117 at 2012-05-24 19:59:49