Trace number 3689398

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.02 981.056

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-172.opb
MD5SUM6217a9adeb5cd4d9104428c4e3eb327a
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 variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
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.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689398-1337881796.opb
0.10/0.11	c reading problem ... 
96.03/74.58	c ... done. Wall clock time 74.477s.
96.03/74.58	c declared #vars     288080
96.03/74.58	c #constraints  6389275
96.03/74.58	c constraints type 
96.03/74.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4434746
96.03/74.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 22887
96.03/74.58	c ignored satisfied constraints => 56672
96.03/74.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1276055
96.03/74.58	c org.sat4j.minisat.constraints.cnf.UnitClause => 4400
96.03/74.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 651187
96.03/74.58	c 6445947 constraints processed.
96.03/74.58	c constraints type 
96.03/74.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1276055
96.03/74.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4434746
96.03/74.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22887
96.03/74.59	c ignored satisfied constraints => 56672
96.03/74.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 651187
96.03/74.59	c org.sat4j.pb.constraints.pb.UnitClausePB => 4400
96.03/74.59	c 6445947 constraints processed.
126.10/87.83	c cleaning 0 clauses out of 5001 with flag 0/5001
159.02/105.83	c cleaning 0 clauses out of 11000 with flag 0/11000
198.25/127.17	c cleaning 0 clauses out of 18002 with flag 0/18002
247.95/153.61	c cleaning 0 clauses out of 26001 with flag 0/26001
271.28/168.12	c cleaning 2470 clauses out of 4992 with flag 5000/5000
303.00/185.77	c cleaning 0 clauses out of 35000 with flag 0/35000
366.87/219.15	c cleaning 0 clauses out of 45000 with flag 0/45000
436.28/255.42	c cleaning 0 clauses out of 56000 with flag 0/56000
447.00/263.65	c cleaning 4224 clauses out of 8516 with flag 11000/11000
496.59/290.12	c cleaning 5628 clauses out of 11290 with flag 18001/18001
532.54/309.86	c cleaning 0 clauses out of 68000 with flag 0/68000
633.44/361.87	c cleaning 6828 clauses out of 13655 with flag 26000/26000
644.35/370.13	c cleaning 0 clauses out of 81001 with flag 0/81001
685.25/392.20	c cleaning 7882 clauses out of 15825 with flag 35000/35000
747.96/425.20	c cleaning 0 clauses out of 95004 with flag 0/95004
798.24/452.17	c cleaning 8943 clauses out of 17942 with flag 45000/45000
865.68/488.62	c cleaning 9992 clauses out of 20000 with flag 56001/56001
889.90/502.51	c cleaning 0 clauses out of 110002 with flag 0/110002
1037.11/579.40	c cleaning 0 clauses out of 126000 with flag 0/126000
1114.05/620.58	c cleaning 10941 clauses out of 22003 with flag 68000/68000
1161.56/646.07	c cleaning 0 clauses out of 143001 with flag 0/143001
1270.28/702.05	c cleaning 11942 clauses out of 24060 with flag 81000/81000
1346.93/742.02	c cleaning 0 clauses out of 161003 with flag 0/161003
1474.35/808.41	c cleaning 12987 clauses out of 26112 with flag 95000/95000
1561.82/853.81	c cleaning 0 clauses out of 180000 with flag 0/180000
1610.31/879.81	c cleaning 14052 clauses out of 28115 with flag 110000/110000
1704.96/928.89	c cleaning 14961 clauses out of 30061 with flag 126000/126000
1782.74/970.52	c cleaning 0 clauses out of 200000 with flag 0/200000
1800.02/981.01	c starts		: 97
1800.02/981.01	c conflicts		: 133302
1800.02/981.01	c decisions		: 37548539
1800.02/981.01	c propagations		: 1054592874
1800.02/981.01	c inspects		: 4196634843
1800.02/981.01	c shortcuts		: 0
1800.02/981.01	c learnt literals	: 50
1800.02/981.01	c learnt binary clauses	: 402
1800.02/981.01	c learnt ternary clauses	: 1599
1800.02/981.01	c learnt constraints	: 133251
1800.02/981.01	c ignored constraints	: 0
1800.02/981.01	c root simplifications	: 0
1800.02/981.01	c removed literals (reason simplification)	: 820112
1800.02/981.01	c reason swapping (by a shorter reason)	: 0
1800.02/981.01	c Calls to reduceDB	: 12
1800.02/981.01	c number of reductions to clauses (during analyze)	: 0
1800.02/981.01	c number of learned constraints concerned by reduction	: 0
1800.02/981.01	c number of learning phase by resolution	: 0
1800.02/981.01	c number of learning phase by cutting planes	: 0
1800.02/981.01	c speed (assignments/second)	: 1163555.1605664012
1800.02/981.01	c non guided choices	15759322
1800.02/981.02	c learnt constraints type 
1800.02/981.02	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 402
1800.02/981.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21999
1800.02/981.02	c constraints type 
1800.02/981.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4434746
1800.02/981.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 22887
1800.02/981.02	c ignored satisfied constraints => 56672
1800.02/981.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1276055
1800.02/981.02	c org.sat4j.minisat.constraints.cnf.UnitClause => 4400
1800.02/981.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 651187
1800.02/981.02	c 6445947 constraints processed.
1800.02/981.02	c constraints type 
1800.02/981.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1276055
1800.02/981.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4434746
1800.02/981.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22887
1800.02/981.02	c ignored satisfied constraints => 56672
1800.02/981.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 651187
1800.02/981.02	c org.sat4j.pb.constraints.pb.UnitClausePB => 4400
1800.02/981.02	c 6445947 constraints processed.
1800.02/981.02	s UNKNOWN
1800.02/981.02	c Total wall clock time (in seconds): 980.915

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

running on 4 cores: 1,3,5,7

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.20 3.08 3.13 4/198 26133
/proc/meminfo: memFree=25734656/32873844 swapFree=7104/7104
[pid=26133] ppid=26131 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/26133/stat : 26133 (java) R 26131 26133 21231 0 -1 4202496 744 0 0 0 0 0 0 0 20 0 1 0 254306014 23793664 472 33554432000 1073741824 1073778376 140735607293376 140735607282440 272877271617 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/26133/statm: 5809 485 367 9 0 128 0

[startup+0.0132299 s]
/proc/loadavg: 3.20 3.08 3.13 4/198 26133
/proc/meminfo: memFree=25734656/32873844 swapFree=7104/7104
[pid=26133] ppid=26131 vsize=152584 CPUtime=0 cores=1,3,5,7
/proc/26133/stat : 26133 (java) S 26131 26133 21231 0 -1 4202496 1448 0 1 0 0 0 0 0 20 0 2 0 254306014 156246016 1129 33554432000 1073741824 1073778376 140735607293376 140735607284512 272889839677 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26133/statm: 38146 1129 864 9 0 29255 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152584

[startup+0.100279 s]
/proc/loadavg: 3.20 3.08 3.13 4/198 26133
/proc/meminfo: memFree=25734656/32873844 swapFree=7104/7104
[pid=26133] ppid=26131 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/26133/stat : 26133 (java) S 26131 26133 21231 0 -1 4202496 4395 0 1 0 9 1 0 0 20 0 18 0 254306014 9787813888 6092 33554432000 1073741824 1073778376 140735607293376 140735607284512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26133/statm: 2389603 6092 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300308 s]
/proc/loadavg: 3.20 3.08 3.13 4/198 26133
/proc/meminfo: memFree=25734656/32873844 swapFree=7104/7104
[pid=26133] ppid=26131 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/26133/stat : 26133 (java) S 26131 26133 21231 0 -1 4202496 5678 0 1 0 45 2 0 0 20 0 18 0 254306014 9787813888 22257 33554432000 1073741824 1073778376 140735607293376 140735607284512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26133/statm: 2389603 22257 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700365 s]
/proc/loadavg: 3.20 3.08 3.13 4/198 26133
/proc/meminfo: memFree=25734656/32873844 swapFree=7104/7104
[pid=26133] ppid=26131 vsize=9558412 CPUtime=1.44 cores=1,3,5,7
/proc/26133/stat : 26133 (java) S 26131 26133 21231 0 -1 4202496 11398 0 1 0 133 11 0 0 20 0 18 0 254306014 9787813888 73482 33554432000 1073741824 1073778376 140735607293376 140735607284512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26133/statm: 2389603 73482 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9558412

[startup+1.5008 s]
/proc/loadavg: 3.20 3.08 3.13 4/216 26151
/proc/meminfo: memFree=25264056/32873844 swapFree=7104/7104
[pid=26133] ppid=26131 vsize=9558412 CPUtime=2.53 cores=1,3,5,7
/proc/26133/stat : 26133 (java) S 26131 26133 21231 0 -1 4202496 12112 0 1 0 228 25 0 0 20 0 18 0 254306014 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 140735607284512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26133/statm: 2389603 156838 2248 9 0 2380296 0
[pid=26133/tid=26135] ppid=26131 vsize=9558412 CPUtime=1.33 cores=1,3,5,7
/proc/26133/task/26135/stat : 26135 (java) R 26131 26133 21231 0 -1 4202560 2671 0 1 0 123 10 0 0 20 0 18 0 254306015 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764593756712 139764426872230 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26136] ppid=26131 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/26133/task/26136/stat : 26136 (java) S 26131 26133 21231 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 18 0 254306015 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764555250088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26133/tid=26137] ppid=26131 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26133/task/26137/stat : 26137 (java) S 26131 26133 21231 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 18 0 254306015 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764554197544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26133/tid=26138] ppid=26131 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26133/task/26138/stat : 26138 (java) S 26131 26133 21231 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 254306015 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764553144488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26139] ppid=26131 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/26133/task/26139/stat : 26139 (java) S 26131 26133 21231 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 254306015 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764552091944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26140] ppid=26131 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26133/task/26140/stat : 26140 (java) S 26131 26133 21231 0 -1 4202560 49 0 0 0 5 3 0 0 20 0 18 0 254306015 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764551039912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26141] ppid=26131 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/26133/task/26141/stat : 26141 (java) S 26131 26133 21231 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 18 0 254306015 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764549987368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26142] ppid=26131 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26133/task/26142/stat : 26142 (java) S 26131 26133 21231 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 18 0 254306015 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764548934312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26143] ppid=26131 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/26133/task/26143/stat : 26143 (java) S 26131 26133 21231 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 18 0 254306015 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764547881768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26133/tid=26144] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26144/stat : 26144 (java) S 26131 26133 21231 0 -1 4202560 457 0 0 0 0 0 0 0 20 0 18 0 254306016 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764417124712 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26145] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26145/stat : 26145 (java) S 26131 26133 21231 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254306017 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764416071032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26146] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26146/stat : 26146 (java) S 26131 26133 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254306017 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764415017864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26147] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26147/stat : 26147 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254306019 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764413966608 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26148] ppid=26131 vsize=9558412 CPUtime=0.3 cores=1,3,5,7
/proc/26133/task/26148/stat : 26148 (java) S 26131 26133 21231 0 -1 4202560 3448 0 0 0 29 1 0 0 20 0 18 0 254306019 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764412914488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26149] ppid=26131 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/26133/task/26149/stat : 26149 (java) S 26131 26133 21231 0 -1 4202560 4126 0 0 0 36 1 0 0 20 0 18 0 254306019 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139764411861944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26150] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26150/stat : 26150 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254306019 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139763537406712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26151] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26151/stat : 26151 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254306019 9787813888 156838 33554432000 1073741824 1073778376 140735607293376 139763536354376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9558412

[startup+3.10088 s]
/proc/loadavg: 3.20 3.08 3.13 4/216 26151
/proc/meminfo: memFree=24598592/32873844 swapFree=7104/7104
[pid=26133] ppid=26131 vsize=9558412 CPUtime=4.64 cores=1,3,5,7
/proc/26133/stat : 26133 (java) S 26131 26133 21231 0 -1 4202496 14013 0 1 0 419 45 0 0 20 0 18 0 254306014 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 140735607284512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26133/statm: 2389603 294988 2248 9 0 2380296 0
[pid=26133/tid=26135] ppid=26131 vsize=9558412 CPUtime=2.82 cores=1,3,5,7
/proc/26133/task/26135/stat : 26135 (java) R 26131 26133 21231 0 -1 4202560 2902 0 1 0 263 19 0 0 20 0 18 0 254306015 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764593749856 139764601523297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26136] ppid=26131 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26133/task/26136/stat : 26136 (java) S 26131 26133 21231 0 -1 4202560 74 0 0 0 7 2 0 0 20 0 18 0 254306015 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764555250088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26133/tid=26137] ppid=26131 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/26133/task/26137/stat : 26137 (java) S 26131 26133 21231 0 -1 4202560 50 0 0 0 5 2 0 0 20 0 18 0 254306015 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764554197544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26138] ppid=26131 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26133/task/26138/stat : 26138 (java) S 26131 26133 21231 0 -1 4202560 73 0 0 0 7 2 0 0 20 0 18 0 254306015 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764553144488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26139] ppid=26131 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/26133/task/26139/stat : 26139 (java) S 26131 26133 21231 0 -1 4202560 64 0 0 0 4 1 0 0 20 0 18 0 254306015 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764552091944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26133/tid=26140] ppid=26131 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/26133/task/26140/stat : 26140 (java) S 26131 26133 21231 0 -1 4202560 126 0 0 0 11 5 0 0 20 0 18 0 254306015 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764551039912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26141] ppid=26131 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/26133/task/26141/stat : 26141 (java) S 26131 26133 21231 0 -1 4202560 98 0 0 0 7 4 0 0 20 0 18 0 254306015 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764549987368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26142] ppid=26131 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/26133/task/26142/stat : 26142 (java) S 26131 26133 21231 0 -1 4202560 110 0 0 0 9 3 0 0 20 0 18 0 254306015 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764548934312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26133/tid=26143] ppid=26131 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/26133/task/26143/stat : 26143 (java) S 26131 26133 21231 0 -1 4202560 49 0 0 0 6 4 0 0 20 0 18 0 254306015 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764547881768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26133/tid=26144] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26144/stat : 26144 (java) S 26131 26133 21231 0 -1 4202560 964 0 0 0 0 0 0 0 20 0 18 0 254306016 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764417124712 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26145] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26145/stat : 26145 (java) S 26131 26133 21231 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254306017 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764416071032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26146] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26146/stat : 26146 (java) S 26131 26133 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254306017 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764415017864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26147] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26147/stat : 26147 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254306019 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764413966608 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26148] ppid=26131 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/26133/task/26148/stat : 26148 (java) S 26131 26133 21231 0 -1 4202560 3474 0 0 0 37 2 0 0 20 0 18 0 254306019 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764412914488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26149] ppid=26131 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/26133/task/26149/stat : 26149 (java) S 26131 26133 21231 0 -1 4202560 4853 0 0 0 47 2 0 0 20 0 18 0 254306019 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139764411861944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26150] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26150/stat : 26150 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254306019 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139763537406712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26151] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26151/stat : 26151 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254306019 9787813888 294988 33554432000 1073741824 1073778376 140735607293376 139763536354376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.64
Current children cumulated vsize (KiB) 9558412

[startup+6.30086 s]
/proc/loadavg: 3.18 3.08 3.13 4/216 26151
/proc/meminfo: memFree=23477260/32873844 swapFree=7104/7104
[pid=26133] ppid=26131 vsize=9558412 CPUtime=8.73 cores=1,3,5,7
/proc/26133/stat : 26133 (java) S 26131 26133 21231 0 -1 4202496 16445 0 1 0 777 96 0 0 20 0 18 0 254306014 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 140735607284512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26133/statm: 2389603 714115 2248 9 0 2380296 0
[pid=26133/tid=26135] ppid=26131 vsize=9558412 CPUtime=5.69 cores=1,3,5,7
/proc/26133/task/26135/stat : 26135 (java) R 26131 26133 21231 0 -1 4202560 4435 0 1 0 523 46 0 0 20 0 18 0 254306015 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764593749968 139764427012896 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26136] ppid=26131 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/26133/task/26136/stat : 26136 (java) S 26131 26133 21231 0 -1 4202560 182 0 0 0 19 6 0 0 20 0 18 0 254306015 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764555250088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26137] ppid=26131 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/26133/task/26137/stat : 26137 (java) S 26131 26133 21231 0 -1 4202560 129 0 0 0 20 5 0 0 20 0 18 0 254306015 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764554197544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26133/tid=26138] ppid=26131 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/26133/task/26138/stat : 26138 (java) S 26131 26133 21231 0 -1 4202560 130 0 0 0 21 5 0 0 20 0 18 0 254306015 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764553144488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26139] ppid=26131 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/26133/task/26139/stat : 26139 (java) S 26131 26133 21231 0 -1 4202560 105 0 0 0 11 3 0 0 20 0 18 0 254306015 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764552091944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26140] ppid=26131 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/26133/task/26140/stat : 26140 (java) S 26131 26133 21231 0 -1 4202560 182 0 0 0 22 7 0 0 20 0 18 0 254306015 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764551039912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26133/tid=26141] ppid=26131 vsize=9558412 CPUtime=0.28 cores=1,3,5,7
/proc/26133/task/26141/stat : 26141 (java) S 26131 26133 21231 0 -1 4202560 182 0 0 0 21 7 0 0 20 0 18 0 254306015 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764549987368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26142] ppid=26131 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/26133/task/26142/stat : 26142 (java) S 26131 26133 21231 0 -1 4202560 206 0 0 0 19 5 0 0 20 0 18 0 254306015 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764548934312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26143] ppid=26131 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/26133/task/26143/stat : 26143 (java) S 26131 26133 21231 0 -1 4202560 129 0 0 0 19 7 0 0 20 0 18 0 254306015 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764547881768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26144] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26144/stat : 26144 (java) S 26131 26133 21231 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 254306016 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764417124712 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26145] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26145/stat : 26145 (java) S 26131 26133 21231 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254306017 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764416071032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26146] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26146/stat : 26146 (java) S 26131 26133 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254306017 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764415017864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26147] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26147/stat : 26147 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254306019 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764413966608 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26148] ppid=26131 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/26133/task/26148/stat : 26148 (java) S 26131 26133 21231 0 -1 4202560 3474 0 0 0 37 2 0 0 20 0 18 0 254306019 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764412914488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26149] ppid=26131 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/26133/task/26149/stat : 26149 (java) S 26131 26133 21231 0 -1 4202560 4853 0 0 0 48 2 0 0 20 0 18 0 254306019 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139764411861944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26150] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26150/stat : 26150 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254306019 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139763537406712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26151] ppid=26131 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26151/stat : 26151 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254306019 9787813888 714115 33554432000 1073741824 1073778376 140735607293376 139763536354376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.73
Current children cumulated vsize (KiB) 9558412

[startup+12.7009 s]
/proc/loadavg: 3.17 3.08 3.13 4/216 26151
/proc/meminfo: memFree=22741124/32873844 swapFree=7104/7104
[pid=26133] ppid=26131 vsize=9558412 CPUtime=16.61 cores=1,3,5,7
/proc/26133/stat : 26133 (java) S 26131 26133 21231 0 -1 4202496 17809 0 1 0 1549 112 0 0 20 0 18 0 254306014 9787813888 758752 33554432000 1073741824 1073778376 140735607293376 140735607284512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26133/statm: 2389603 758752 2248 9 0 2380296 0
[pid=26133/tid=26135] ppid=26131 vsize=9558412 CPUtime=11.56 cores=1,3,5,7

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

/proc/26133/statm: 2456167 1189665 2282 9 0 2446860 0
[pid=26133/tid=26135] ppid=26131 vsize=9824668 CPUtime=57.7 cores=1,3,5,7
/proc/26133/task/26135/stat : 26135 (java) S 26131 26133 21231 0 -1 4202560 4510 0 1 0 5710 60 0 0 20 0 22 0 254306015 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764593759224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26136] ppid=26131 vsize=9824668 CPUtime=6.55 cores=1,3,5,7
/proc/26133/task/26136/stat : 26136 (java) S 26131 26133 21231 0 -1 4202560 1253 0 0 0 637 18 0 0 20 0 22 0 254306015 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764555250088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26137] ppid=26131 vsize=9824668 CPUtime=7.17 cores=1,3,5,7
/proc/26133/task/26137/stat : 26137 (java) S 26131 26133 21231 0 -1 4202560 2511 0 0 0 697 20 0 0 20 0 22 0 254306015 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764554197544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26138] ppid=26131 vsize=9824668 CPUtime=6.48 cores=1,3,5,7
/proc/26133/task/26138/stat : 26138 (java) S 26131 26133 21231 0 -1 4202560 2741 0 0 0 628 20 0 0 20 0 22 0 254306015 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764553144488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26139] ppid=26131 vsize=9824668 CPUtime=6.56 cores=1,3,5,7
/proc/26133/task/26139/stat : 26139 (java) S 26131 26133 21231 0 -1 4202560 1469 0 0 0 638 18 0 0 20 0 22 0 254306015 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764552091944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26140] ppid=26131 vsize=9824668 CPUtime=7.14 cores=1,3,5,7
/proc/26133/task/26140/stat : 26140 (java) S 26131 26133 21231 0 -1 4202560 1672 0 0 0 691 23 0 0 20 0 22 0 254306015 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764551039912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26141] ppid=26131 vsize=9824668 CPUtime=6.66 cores=1,3,5,7
/proc/26133/task/26141/stat : 26141 (java) S 26131 26133 21231 0 -1 4202560 2932 0 0 0 646 20 0 0 20 0 22 0 254306015 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764549987368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26142] ppid=26131 vsize=9824668 CPUtime=6.71 cores=1,3,5,7
/proc/26133/task/26142/stat : 26142 (java) S 26131 26133 21231 0 -1 4202560 1019 0 0 0 654 17 0 0 20 0 22 0 254306015 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764548934312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26143] ppid=26131 vsize=9824668 CPUtime=6.64 cores=1,3,5,7
/proc/26133/task/26143/stat : 26143 (java) S 26131 26133 21231 0 -1 4202560 1506 0 0 0 642 22 0 0 20 0 22 0 254306015 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764547881768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26144] ppid=26131 vsize=9824668 CPUtime=128.16 cores=1,3,5,7
/proc/26133/task/26144/stat : 26144 (java) S 26131 26133 21231 0 -1 4202560 4088 0 0 0 12795 21 0 0 20 0 22 0 254306016 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764417124712 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26145] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26145/stat : 26145 (java) S 26131 26133 21231 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254306017 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764416071032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26146] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26146/stat : 26146 (java) S 26131 26133 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254306017 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764415017864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26147] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26147/stat : 26147 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254306019 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764413966608 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26148] ppid=26131 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/26133/task/26148/stat : 26148 (java) S 26131 26133 21231 0 -1 4202560 3497 0 0 0 90 2 0 0 20 0 22 0 254306019 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764412914488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26149] ppid=26131 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/26133/task/26149/stat : 26149 (java) S 26131 26133 21231 0 -1 4202560 5624 0 0 0 126 2 0 0 20 0 22 0 254306019 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139764411861944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26150] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26150/stat : 26150 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254306019 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139763537406712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26151] ppid=26131 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/26133/task/26151/stat : 26151 (java) S 26131 26133 21231 0 -1 4202560 55 0 0 0 20 25 0 0 20 0 22 0 254306019 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139763536354376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26152] ppid=26131 vsize=9824668 CPUtime=739.62 cores=1,3,5,7
/proc/26133/task/26152/stat : 26152 (java) R 26131 26133 21231 0 -1 4202560 60 0 0 0 73950 12 0 0 20 0 22 0 254313473 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139763535297952 139764427538411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26153] ppid=26131 vsize=9824668 CPUtime=739.59 cores=1,3,5,7
/proc/26133/task/26153/stat : 26153 (java) R 26131 26133 21231 0 -1 4202560 270 0 0 0 73944 15 0 0 20 0 22 0 254313473 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139763534244576 139764427537473 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26154] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26154/stat : 26154 (java) S 26131 26133 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254313480 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139763533194024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26155] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26155/stat : 26155 (java) S 26131 26133 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254313480 10060460032 1189665 33554432000 1073741824 1073778376 140735607293376 139763532141480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.11
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+981.001 s]
/proc/loadavg: 4.06 3.88 3.56 5/218 26249
/proc/meminfo: memFree=21712632/32873844 swapFree=7104/7104
[pid=26133] ppid=26131 vsize=9824668 CPUtime=1800.02 cores=1,3,5,7
/proc/26133/stat : 26133 (java) S 26131 26133 21231 0 -1 4202496 34419 0 1 0 179727 275 0 0 20 0 22 0 254306014 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 140735607284512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26133/statm: 2456167 1194849 2282 9 0 2446860 0
[pid=26133/tid=26135] ppid=26131 vsize=9824668 CPUtime=57.7 cores=1,3,5,7
/proc/26133/task/26135/stat : 26135 (java) S 26131 26133 21231 0 -1 4202560 4510 0 1 0 5710 60 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764593759224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26136] ppid=26131 vsize=9824668 CPUtime=6.62 cores=1,3,5,7
/proc/26133/task/26136/stat : 26136 (java) S 26131 26133 21231 0 -1 4202560 1253 0 0 0 644 18 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764555250088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26137] ppid=26131 vsize=9824668 CPUtime=7.27 cores=1,3,5,7
/proc/26133/task/26137/stat : 26137 (java) S 26131 26133 21231 0 -1 4202560 2511 0 0 0 706 21 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764554197544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26133/tid=26138] ppid=26131 vsize=9824668 CPUtime=6.54 cores=1,3,5,7
/proc/26133/task/26138/stat : 26138 (java) S 26131 26133 21231 0 -1 4202560 2741 0 0 0 634 20 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764553144488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26139] ppid=26131 vsize=9824668 CPUtime=6.64 cores=1,3,5,7
/proc/26133/task/26139/stat : 26139 (java) S 26131 26133 21231 0 -1 4202560 1469 0 0 0 645 19 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764552091944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26140] ppid=26131 vsize=9824668 CPUtime=7.22 cores=1,3,5,7
/proc/26133/task/26140/stat : 26140 (java) S 26131 26133 21231 0 -1 4202560 1672 0 0 0 699 23 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764551039912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26133/tid=26141] ppid=26131 vsize=9824668 CPUtime=6.73 cores=1,3,5,7
/proc/26133/task/26141/stat : 26141 (java) S 26131 26133 21231 0 -1 4202560 2932 0 0 0 653 20 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764549987368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26142] ppid=26131 vsize=9824668 CPUtime=6.79 cores=1,3,5,7
/proc/26133/task/26142/stat : 26142 (java) S 26131 26133 21231 0 -1 4202560 1019 0 0 0 662 17 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764548934312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26143] ppid=26131 vsize=9824668 CPUtime=6.73 cores=1,3,5,7
/proc/26133/task/26143/stat : 26143 (java) S 26131 26133 21231 0 -1 4202560 1506 0 0 0 651 22 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764547881768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26144] ppid=26131 vsize=9824668 CPUtime=131.94 cores=1,3,5,7
/proc/26133/task/26144/stat : 26144 (java) S 26131 26133 21231 0 -1 4202560 4102 0 0 0 13171 23 0 0 20 0 22 0 254306016 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764417124712 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26145] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26145/stat : 26145 (java) S 26131 26133 21231 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254306017 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764416071032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26146] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26146/stat : 26146 (java) S 26131 26133 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254306017 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764415017864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26147] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26147/stat : 26147 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254306019 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764413966608 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26148] ppid=26131 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/26133/task/26148/stat : 26148 (java) S 26131 26133 21231 0 -1 4202560 3497 0 0 0 90 2 0 0 20 0 22 0 254306019 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764412914488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26149] ppid=26131 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/26133/task/26149/stat : 26149 (java) S 26131 26133 21231 0 -1 4202560 5624 0 0 0 126 2 0 0 20 0 22 0 254306019 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764411861944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26150] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26150/stat : 26150 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254306019 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139763537406712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26151] ppid=26131 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/26133/task/26151/stat : 26151 (java) S 26131 26133 21231 0 -1 4202560 57 0 0 0 21 25 0 0 20 0 22 0 254306019 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139763536354376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26152] ppid=26131 vsize=9824668 CPUtime=774.3 cores=1,3,5,7
/proc/26133/task/26152/stat : 26152 (java) R 26131 26133 21231 0 -1 4202560 60 0 0 0 77418 12 0 0 20 0 22 0 254313473 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139763535297152 139764427352839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26153] ppid=26131 vsize=9824668 CPUtime=774.25 cores=1,3,5,7
/proc/26133/task/26153/stat : 26153 (java) R 26131 26133 21231 0 -1 4202560 276 0 0 0 77410 15 0 0 20 0 22 0 254313473 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139763534245328 139764427537486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26154] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26154/stat : 26154 (java) S 26131 26133 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254313480 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139763533194024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26155] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26155/stat : 26155 (java) S 26131 26133 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254313480 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139763532141480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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+981.001 s]
/proc/loadavg: 4.06 3.88 3.56 5/218 26249
/proc/meminfo: memFree=21712632/32873844 swapFree=7104/7104
[pid=26133] ppid=26131 vsize=9824668 CPUtime=1800.02 cores=1,3,5,7
/proc/26133/stat : 26133 (java) S 26131 26133 21231 0 -1 4202496 34419 0 1 0 179727 275 0 0 20 0 22 0 254306014 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 140735607284512 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/26133/statm: 2456167 1194849 2282 9 0 2446860 0
[pid=26133/tid=26135] ppid=26131 vsize=9824668 CPUtime=57.7 cores=1,3,5,7
/proc/26133/task/26135/stat : 26135 (java) S 26131 26133 21231 0 -1 4202560 4510 0 1 0 5710 60 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764593759224 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26136] ppid=26131 vsize=9824668 CPUtime=6.62 cores=1,3,5,7
/proc/26133/task/26136/stat : 26136 (java) S 26131 26133 21231 0 -1 4202560 1253 0 0 0 644 18 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764555250088 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26137] ppid=26131 vsize=9824668 CPUtime=7.27 cores=1,3,5,7
/proc/26133/task/26137/stat : 26137 (java) S 26131 26133 21231 0 -1 4202560 2511 0 0 0 706 21 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764554197544 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26133/tid=26138] ppid=26131 vsize=9824668 CPUtime=6.54 cores=1,3,5,7
/proc/26133/task/26138/stat : 26138 (java) S 26131 26133 21231 0 -1 4202560 2741 0 0 0 634 20 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764553144488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26139] ppid=26131 vsize=9824668 CPUtime=6.64 cores=1,3,5,7
/proc/26133/task/26139/stat : 26139 (java) S 26131 26133 21231 0 -1 4202560 1469 0 0 0 645 19 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764552091944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26140] ppid=26131 vsize=9824668 CPUtime=7.22 cores=1,3,5,7
/proc/26133/task/26140/stat : 26140 (java) S 26131 26133 21231 0 -1 4202560 1672 0 0 0 699 23 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764551039912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26133/tid=26141] ppid=26131 vsize=9824668 CPUtime=6.73 cores=1,3,5,7
/proc/26133/task/26141/stat : 26141 (java) S 26131 26133 21231 0 -1 4202560 2932 0 0 0 653 20 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764549987368 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26142] ppid=26131 vsize=9824668 CPUtime=6.79 cores=1,3,5,7
/proc/26133/task/26142/stat : 26142 (java) S 26131 26133 21231 0 -1 4202560 1019 0 0 0 662 17 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764548934312 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26143] ppid=26131 vsize=9824668 CPUtime=6.73 cores=1,3,5,7
/proc/26133/task/26143/stat : 26143 (java) S 26131 26133 21231 0 -1 4202560 1506 0 0 0 651 22 0 0 20 0 22 0 254306015 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764547881768 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26144] ppid=26131 vsize=9824668 CPUtime=131.94 cores=1,3,5,7
/proc/26133/task/26144/stat : 26144 (java) S 26131 26133 21231 0 -1 4202560 4102 0 0 0 13171 23 0 0 20 0 22 0 254306016 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764417124712 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26145] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26145/stat : 26145 (java) S 26131 26133 21231 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254306017 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764416071032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26146] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26146/stat : 26146 (java) S 26131 26133 21231 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254306017 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764415017864 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26147] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26147/stat : 26147 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254306019 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764413966608 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26148] ppid=26131 vsize=9824668 CPUtime=0.92 cores=1,3,5,7
/proc/26133/task/26148/stat : 26148 (java) S 26131 26133 21231 0 -1 4202560 3497 0 0 0 90 2 0 0 20 0 22 0 254306019 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764412914488 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26149] ppid=26131 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/26133/task/26149/stat : 26149 (java) S 26131 26133 21231 0 -1 4202560 5624 0 0 0 126 2 0 0 20 0 22 0 254306019 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139764411861944 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26150] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26150/stat : 26150 (java) S 26131 26133 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254306019 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139763537406712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26133/tid=26151] ppid=26131 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/26133/task/26151/stat : 26151 (java) S 26131 26133 21231 0 -1 4202560 57 0 0 0 21 25 0 0 20 0 22 0 254306019 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139763536354376 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26152] ppid=26131 vsize=9824668 CPUtime=774.3 cores=1,3,5,7
/proc/26133/task/26152/stat : 26152 (java) R 26131 26133 21231 0 -1 4202560 60 0 0 0 77418 12 0 0 20 0 22 0 254313473 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139763535297152 139764427352839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26153] ppid=26131 vsize=9824668 CPUtime=774.25 cores=1,3,5,7
/proc/26133/task/26153/stat : 26153 (java) R 26131 26133 21231 0 -1 4202560 276 0 0 0 77410 15 0 0 20 0 22 0 254313473 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139763534245328 139764427537486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26133/tid=26154] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26154/stat : 26154 (java) S 26131 26133 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254313480 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139763533194024 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26133/tid=26155] ppid=26131 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26133/task/26155/stat : 26155 (java) S 26131 26133 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254313480 10060460032 1194849 33554432000 1073741824 1073778376 140735607293376 139763532141480 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26133 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=590484
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=160519
# CPU time returned by wait4() is 1795.75
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 981.056
CPU time (s): 1800.02
CPU user time (s): 1797.27
CPU system time (s): 2.75
CPU usage (%): 183.478
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.59
system time used= 3.16052
maximum resident set size= 4779516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34451
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31349
involuntary context switches= 67065

runsolver used 3.9114 second user time and 9.35458 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-24 19:50:03
IDJOB=3689398
IDBENCH=89646
IDSOLVER=2268
FILE ID=node119/3689398-1337881796
RUNJOBID= node119-1337871880-21248
PBS_JOBID= 14620085
Free space on /tmp= 71396 MiB

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

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

MD5SUM BENCH= 6217a9adeb5cd4d9104428c4e3eb327a
RANDOM SEED=1733456168

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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:        25734920 kB
Buffers:          211600 kB
Cached:          3120244 kB
SwapCached:            0 kB
Active:          3693312 kB
Inactive:        2655636 kB
Active(anon):    3019800 kB
Inactive(anon):        0 kB
Active(file):     673512 kB
Inactive(file):  2655636 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            309216 kB
Writeback:             0 kB
AnonPages:       3026448 kB
Mapped:            21648 kB
Shmem:               200 kB
Slab:             639608 kB
SReclaimable:      80780 kB
SUnreclaim:       558828 kB
KernelStack:        1616 kB
PageTables:        10080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3412684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2945024 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= 71392 MiB
End job on node119 at 2012-05-24 20:06:26