Trace number 3689424

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.12 932.058

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-167.opb
MD5SUM7cf213338254036b9868078970e2a948
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 variables106196
Total number of constraints2493137
Number of constraints which are clauses2239038
Number of constraints which are cardinality constraints (but not clauses)8063
Number of constraints which are nor clauses,nor cardinality constraints246036
Minimum length of a constraint1
Maximum length of a constraint1485
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 1486
Number of bits of the biggest sum of numbers11
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689424-1337882134.opb
0.09/0.11	c reading problem ... 
22.54/17.75	c ... done. Wall clock time 17.639s.
22.54/17.75	c declared #vars     106196
22.54/17.76	c #constraints  2155186
22.54/17.76	c constraints type 
22.54/17.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1331483
22.54/17.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 7824
22.54/17.76	c ignored satisfied constraints => 342109
22.54/17.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 547152
22.54/17.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 22691
22.54/17.76	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 246036
22.54/17.76	c 2497295 constraints processed.
22.54/17.76	c constraints type 
22.54/17.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 547152
22.54/17.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1331483
22.54/17.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7824
22.54/17.76	c ignored satisfied constraints => 342109
22.54/17.76	c org.sat4j.pb.constraints.pb.MaxWatchPb => 246036
22.54/17.76	c org.sat4j.pb.constraints.pb.UnitClausePB => 22691
22.54/17.76	c 2497295 constraints processed.
37.10/25.13	c cleaning 0 clauses out of 5002 with flag 0/5002
54.19/34.11	c cleaning 0 clauses out of 11001 with flag 0/11001
66.18/41.09	c cleaning 2411 clauses out of 4927 with flag 5000/5000
77.83/47.22	c cleaning 0 clauses out of 18000 with flag 0/18000
99.85/58.64	c cleaning 4232 clauses out of 8477 with flag 11000/11000
118.01/68.05	c cleaning 0 clauses out of 26000 with flag 0/26000
143.67/81.75	c cleaning 5579 clauses out of 11192 with flag 18000/18000
162.93/91.94	c cleaning 0 clauses out of 35000 with flag 0/35000
167.78/94.95	c cleaning 6766 clauses out of 13589 with flag 26000/26000
199.95/111.52	c cleaning 7887 clauses out of 15805 with flag 35000/35000
223.11/124.04	c cleaning 0 clauses out of 45000 with flag 0/45000
245.20/135.62	c cleaning 8917 clauses out of 17895 with flag 45000/45000
284.15/155.67	c cleaning 9932 clauses out of 19955 with flag 56000/56000
314.44/171.32	c cleaning 10986 clauses out of 21986 with flag 68000/68000
322.37/176.27	c cleaning 0 clauses out of 56000 with flag 0/56000
350.68/190.94	c cleaning 11975 clauses out of 23985 with flag 81001/81001
400.03/216.12	c cleaning 12929 clauses out of 25971 with flag 95000/95000
455.02/244.11	c cleaning 13919 clauses out of 28005 with flag 110003/110003
464.57/249.87	c cleaning 0 clauses out of 68004 with flag 0/68004
495.19/265.80	c cleaning 15030 clauses out of 30077 with flag 126000/126000
561.20/299.24	c cleaning 15942 clauses out of 31957 with flag 143000/143000
606.12/322.21	c cleaning 16991 clauses out of 34001 with flag 161000/161000
653.69/346.91	c cleaning 17996 clauses out of 36008 with flag 180001/180001
663.64/352.53	c cleaning 0 clauses out of 81000 with flag 0/81000
717.11/379.72	c cleaning 18980 clauses out of 37967 with flag 200001/200001
770.39/406.92	c cleaning 19956 clauses out of 39974 with flag 221000/221000
824.17/434.70	c cleaning 20920 clauses out of 42008 with flag 243002/243002
874.63/460.57	c cleaning 21996 clauses out of 44064 with flag 266000/266000
932.35/489.98	c cleaning 22961 clauses out of 46015 with flag 290001/290001
1007.38/527.92	c cleaning 0 clauses out of 95000 with flag 0/95000
1016.15/533.30	c cleaning 23847 clauses out of 47999 with flag 315002/315002
1092.32/571.98	c cleaning 25020 clauses out of 50119 with flag 341000/341000
1167.67/610.13	c cleaning 26020 clauses out of 52079 with flag 368000/368000
1259.42/656.46	c cleaning 27012 clauses out of 54035 with flag 396000/396000
1359.29/707.27	c cleaning 27897 clauses out of 55948 with flag 425002/425002
1426.18/741.22	c cleaning 28893 clauses out of 58010 with flag 455000/455000
1498.87/778.10	c cleaning 29935 clauses out of 60067 with flag 486000/486000
1511.55/785.20	c cleaning 0 clauses out of 110001 with flag 0/110001
1572.96/816.82	c cleaning 30912 clauses out of 62107 with flag 518000/518000
1657.15/859.49	c cleaning 32055 clauses out of 64176 with flag 551000/551000
1771.97/917.32	c cleaning 33001 clauses out of 66070 with flag 585001/585001
1800.12/932.01	c starts		: 132
1800.12/932.01	c conflicts		: 597823
1800.12/932.01	c decisions		: 40815423
1800.12/932.01	c propagations		: 1485096289
1800.12/932.01	c inspects		: 6936961494
1800.12/932.01	c shortcuts		: 0
1800.12/932.01	c learnt literals	: 1043
1800.12/932.01	c learnt binary clauses	: 932
1800.12/932.01	c learnt ternary clauses	: 4107
1800.12/932.01	c learnt constraints	: 596780
1800.12/932.01	c ignored constraints	: 0
1800.12/932.01	c root simplifications	: 0
1800.12/932.01	c removed literals (reason simplification)	: 3733301
1800.12/932.01	c reason swapping (by a shorter reason)	: 0
1800.12/932.01	c Calls to reduceDB	: 30
1800.12/932.01	c number of reductions to clauses (during analyze)	: 0
1800.12/932.01	c number of learned constraints concerned by reduction	: 0
1800.12/932.01	c number of learning phase by resolution	: 0
1800.12/932.01	c number of learning phase by cutting planes	: 0
1800.12/932.01	c speed (assignments/second)	: 1624478.4877253203
1800.12/932.01	c non guided choices	7944900
1800.12/932.03	c learnt constraints type 
1800.12/932.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 932
1800.12/932.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 44966
1800.12/932.03	c constraints type 
1800.12/932.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1331483
1800.12/932.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 7824
1800.12/932.03	c ignored satisfied constraints => 342109
1800.12/932.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 547152
1800.12/932.03	c org.sat4j.minisat.constraints.cnf.UnitClause => 22691
1800.12/932.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 246036
1800.12/932.03	c 2497295 constraints processed.
1800.12/932.03	c constraints type 
1800.12/932.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 547152
1800.12/932.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1331483
1800.12/932.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7824
1800.12/932.03	c ignored satisfied constraints => 342109
1800.12/932.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 246036
1800.12/932.03	c org.sat4j.pb.constraints.pb.UnitClausePB => 22691
1800.12/932.03	c 2497295 constraints processed.
1800.12/932.03	s UNKNOWN
1800.12/932.03	c Total wall clock time (in seconds): 931.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-3689424-1337882134/watcher-3689424-1337882134 -o /tmp/evaluation-result-3689424-1337882134/solver-3689424-1337882134 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689424-1337882134.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.92 3.91 3.84 4/197 25088
/proc/meminfo: memFree=26016636/32873660 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25088/stat : 25088 (java) R 25086 25088 21381 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254339417 9515008 183 33554432000 1073741824 1073778376 140736698426480 140736698417512 270330052277 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25088/statm: 2323 185 142 9 0 71 0

[startup+0.0311099 s]
/proc/loadavg: 3.92 3.91 3.84 4/197 25088
/proc/meminfo: memFree=26016636/32873660 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/25088/stat : 25088 (java) S 25086 25088 21381 0 -1 4202496 2841 0 1 0 1 0 0 0 20 0 10 0 254339417 9233014784 3030 33554432000 1073741824 1073778376 140737388794096 140737388785232 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25088/statm: 2254154 3031 1561 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100199 s]
/proc/loadavg: 3.92 3.91 3.84 4/197 25088
/proc/meminfo: memFree=26016636/32873660 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25088/stat : 25088 (java) S 25086 25088 21381 0 -1 4202496 4360 0 1 0 8 1 0 0 20 0 18 0 254339417 9787813888 5047 33554432000 1073741824 1073778376 140737388794096 140737388785232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25088/statm: 2389603 5047 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300216 s]
/proc/loadavg: 3.92 3.91 3.84 4/197 25088
/proc/meminfo: memFree=26016636/32873660 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/25088/stat : 25088 (java) S 25086 25088 21381 0 -1 4202496 5406 0 1 0 45 2 0 0 20 0 18 0 254339417 9787813888 12352 33554432000 1073741824 1073778376 140737388794096 140737388785232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25088/statm: 2389603 12352 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700188 s]
/proc/loadavg: 3.92 3.91 3.84 4/197 25088
/proc/meminfo: memFree=26016636/32873660 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=9558412 CPUtime=1.31 cores=1,3,5,7
/proc/25088/stat : 25088 (java) S 25086 25088 21381 0 -1 4202496 10332 0 1 0 125 6 0 0 20 0 18 0 254339417 9787813888 45667 33554432000 1073741824 1073778376 140737388794096 140737388785232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25088/statm: 2389603 45667 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 3.92 3.91 3.84 4/215 25106
/proc/meminfo: memFree=25704504/32873660 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=9558412 CPUtime=2.43 cores=1,3,5,7
/proc/25088/stat : 25088 (java) S 25086 25088 21381 0 -1 4202496 10982 0 1 0 228 15 0 0 20 0 18 0 254339417 9787813888 126262 33554432000 1073741824 1073778376 140737388794096 140737388785232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25088/statm: 2389603 126774 2248 9 0 2380296 0
[pid=25088/tid=25090] ppid=25086 vsize=9558412 CPUtime=1.4 cores=1,3,5,7
/proc/25088/task/25090/stat : 25090 (java) R 25086 25088 21381 0 -1 4202560 2701 0 1 0 132 8 0 0 20 0 18 0 254339418 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202221743416 140202162162773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25091] ppid=25086 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/25088/task/25091/stat : 25091 (java) S 25086 25088 21381 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 254339419 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202065476648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25092] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25092/stat : 25092 (java) S 25086 25088 21381 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 254339419 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202064423848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25093] ppid=25086 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/25088/task/25093/stat : 25093 (java) S 25086 25088 21381 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 254339419 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202063371048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25094] ppid=25086 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/25088/task/25094/stat : 25094 (java) S 25086 25088 21381 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 18 0 254339419 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202062318248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25095] ppid=25086 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/25088/task/25095/stat : 25095 (java) S 25086 25088 21381 0 -1 4202560 34 0 0 0 1 2 0 0 20 0 18 0 254339419 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202061265448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25096] ppid=25086 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/25088/task/25096/stat : 25096 (java) S 25086 25088 21381 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 18 0 254339419 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202060212648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25097] ppid=25086 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/25088/task/25097/stat : 25097 (java) S 25086 25088 21381 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 18 0 254339419 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202059159848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25098] ppid=25086 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/25088/task/25098/stat : 25098 (java) S 25086 25088 21381 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 254339419 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202058107048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25099] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25099/stat : 25099 (java) S 25086 25088 21381 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254339420 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202045909992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25100] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25100/stat : 25100 (java) S 25086 25088 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254339420 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202044856056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25101] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25101/stat : 25101 (java) S 25086 25088 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254339420 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202043803144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25102] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25102/stat : 25102 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254339423 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202042751632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25103] ppid=25086 vsize=9558412 CPUtime=0.34 cores=1,3,5,7
/proc/25088/task/25103/stat : 25103 (java) S 25086 25088 21381 0 -1 4202560 3774 0 0 0 34 0 0 0 20 0 18 0 254339423 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202041698744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25104] ppid=25086 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/25088/task/25104/stat : 25104 (java) S 25086 25088 21381 0 -1 4202560 2972 0 0 0 43 0 0 0 20 0 18 0 254339423 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202040645944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25105] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25105/stat : 25105 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254339423 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202039593336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25106] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25106/stat : 25106 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254339423 9787813888 126774 33554432000 1073741824 1073778376 140737388794096 140202038540744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9558412

[startup+3.10067 s]
/proc/loadavg: 3.92 3.91 3.84 4/215 25106
/proc/meminfo: memFree=25382924/32873660 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=9558412 CPUtime=4.5 cores=1,3,5,7
/proc/25088/stat : 25088 (java) S 25086 25088 21381 0 -1 4202496 12803 0 1 0 413 37 0 0 20 0 18 0 254339417 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140737388785232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25088/statm: 2389603 291423 2248 9 0 2380296 0
[pid=25088/tid=25090] ppid=25086 vsize=9558412 CPUtime=2.84 cores=1,3,5,7
/proc/25088/task/25090/stat : 25090 (java) R 25086 25088 21381 0 -1 4202560 3431 0 1 0 268 16 0 0 20 0 18 0 254339418 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202221743496 270333437197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25091] ppid=25086 vsize=9558412 CPUtime=0.13 cores=1,3,5,7
/proc/25088/task/25091/stat : 25091 (java) S 25086 25088 21381 0 -1 4202560 69 0 0 0 9 4 0 0 20 0 18 0 254339419 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202065476648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25092] ppid=25086 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/25088/task/25092/stat : 25092 (java) S 25086 25088 21381 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 18 0 254339419 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202064423848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25093] ppid=25086 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/25088/task/25093/stat : 25093 (java) S 25086 25088 21381 0 -1 4202560 45 0 0 0 3 3 0 0 20 0 18 0 254339419 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202063371048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25094] ppid=25086 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/25088/task/25094/stat : 25094 (java) S 25086 25088 21381 0 -1 4202560 87 0 0 0 8 3 0 0 20 0 18 0 254339419 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202062318248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25095] ppid=25086 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25088/task/25095/stat : 25095 (java) S 25086 25088 21381 0 -1 4202560 61 0 0 0 6 2 0 0 20 0 18 0 254339419 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202061265448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25096] ppid=25086 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/25088/task/25096/stat : 25096 (java) S 25086 25088 21381 0 -1 4202560 62 0 0 0 8 3 0 0 20 0 18 0 254339419 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202060212648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25097] ppid=25086 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25088/task/25097/stat : 25097 (java) S 25086 25088 21381 0 -1 4202560 64 0 0 0 6 2 0 0 20 0 18 0 254339419 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202059159848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25098] ppid=25086 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25088/task/25098/stat : 25098 (java) S 25086 25088 21381 0 -1 4202560 53 0 0 0 7 2 0 0 20 0 18 0 254339419 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202058107048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25099] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25099/stat : 25099 (java) S 25086 25088 21381 0 -1 4202560 977 0 0 0 0 0 0 0 20 0 18 0 254339420 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202045909992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25100] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25100/stat : 25100 (java) S 25086 25088 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254339420 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202044856056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25101] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25101/stat : 25101 (java) S 25086 25088 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254339420 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202043803144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25102] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25102/stat : 25102 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254339423 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202042751632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25103] ppid=25086 vsize=9558412 CPUtime=0.34 cores=1,3,5,7
/proc/25088/task/25103/stat : 25103 (java) S 25086 25088 21381 0 -1 4202560 3774 0 0 0 34 0 0 0 20 0 18 0 254339423 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202041698744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25104] ppid=25086 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/25088/task/25104/stat : 25104 (java) S 25086 25088 21381 0 -1 4202560 2974 0 0 0 45 0 0 0 20 0 18 0 254339423 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202040645944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25105] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25105/stat : 25105 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254339423 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202039593336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25106] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25106/stat : 25106 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254339423 9787813888 291423 33554432000 1073741824 1073778376 140737388794096 140202038540744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9558412

[startup+6.30071 s]
/proc/loadavg: 3.92 3.91 3.84 4/215 25106
/proc/meminfo: memFree=23736464/32873660 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=9558412 CPUtime=8.36 cores=1,3,5,7
/proc/25088/stat : 25088 (java) S 25086 25088 21381 0 -1 4202496 14673 0 1 0 766 70 0 0 20 0 18 0 254339417 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140737388785232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25088/statm: 2389603 567985 2248 9 0 2380296 0
[pid=25088/tid=25090] ppid=25086 vsize=9558412 CPUtime=5.82 cores=1,3,5,7
/proc/25088/task/25090/stat : 25090 (java) R 25086 25088 21381 0 -1 4202560 3891 0 1 0 553 29 0 0 20 0 18 0 254339418 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202221735888 270333437197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25091] ppid=25086 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/25088/task/25091/stat : 25091 (java) S 25086 25088 21381 0 -1 4202560 125 0 0 0 15 5 0 0 20 0 18 0 254339419 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202065476648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25092] ppid=25086 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/25088/task/25092/stat : 25092 (java) S 25086 25088 21381 0 -1 4202560 245 0 0 0 15 5 0 0 20 0 18 0 254339419 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202064423848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25093] ppid=25086 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/25088/task/25093/stat : 25093 (java) S 25086 25088 21381 0 -1 4202560 266 0 0 0 9 3 0 0 20 0 18 0 254339419 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202063371048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25094] ppid=25086 vsize=9558412 CPUtime=0.2 cores=1,3,5,7
/proc/25088/task/25094/stat : 25094 (java) S 25086 25088 21381 0 -1 4202560 166 0 0 0 15 5 0 0 20 0 18 0 254339419 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202062318248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25095] ppid=25086 vsize=9558412 CPUtime=0.17 cores=1,3,5,7
/proc/25088/task/25095/stat : 25095 (java) S 25086 25088 21381 0 -1 4202560 109 0 0 0 13 4 0 0 20 0 18 0 254339419 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202061265448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25096] ppid=25086 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/25088/task/25096/stat : 25096 (java) S 25086 25088 21381 0 -1 4202560 99 0 0 0 16 3 0 0 20 0 18 0 254339419 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202060212648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25097] ppid=25086 vsize=9558412 CPUtime=0.23 cores=1,3,5,7
/proc/25088/task/25097/stat : 25097 (java) S 25086 25088 21381 0 -1 4202560 285 0 0 0 17 6 0 0 20 0 18 0 254339419 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202059159848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25098] ppid=25086 vsize=9558412 CPUtime=0.24 cores=1,3,5,7
/proc/25088/task/25098/stat : 25098 (java) S 25086 25088 21381 0 -1 4202560 303 0 0 0 18 6 0 0 20 0 18 0 254339419 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202058107048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25099] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25099/stat : 25099 (java) S 25086 25088 21381 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 254339420 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202045909992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25100] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25100/stat : 25100 (java) S 25086 25088 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254339420 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202044856056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25101] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25101/stat : 25101 (java) S 25086 25088 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254339420 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202043803144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25102] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25102/stat : 25102 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254339423 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202042751632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25103] ppid=25086 vsize=9558412 CPUtime=0.35 cores=1,3,5,7
/proc/25088/task/25103/stat : 25103 (java) S 25086 25088 21381 0 -1 4202560 3775 0 0 0 35 0 0 0 20 0 18 0 254339423 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202041698744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25104] ppid=25086 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/25088/task/25104/stat : 25104 (java) S 25086 25088 21381 0 -1 4202560 2975 0 0 0 45 0 0 0 20 0 18 0 254339423 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202040645944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25105] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25105/stat : 25105 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254339423 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202039593336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25106] ppid=25086 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25106/stat : 25106 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254339423 9787813888 567985 33554432000 1073741824 1073778376 140737388794096 140202038540744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.36
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 3.85 3.89 3.83 4/215 25106
/proc/meminfo: memFree=23004204/32873660 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=9558412 CPUtime=16.51 cores=1,3,5,7
/proc/25088/stat : 25088 (java) S 25086 25088 21381 0 -1 4202496 16790 0 1 0 1543 108 0 0 20 0 18 0 254339417 9787813888 764681 33554432000 1073741824 1073778376 140737388794096 140737388785232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25088/statm: 2389603 764681 2255 9 0 2380296 0
[pid=25088/tid=25090] ppid=25086 vsize=9558412 CPUtime=11.37 cores=1,3,5,7

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

/proc/25088/statm: 2456167 866909 2285 9 0 2446860 0
[pid=25088/tid=25090] ppid=25086 vsize=9824668 CPUtime=15.43 cores=1,3,5,7
/proc/25088/task/25090/stat : 25090 (java) S 25086 25088 21381 0 -1 4202560 4147 0 1 0 1503 40 0 0 20 0 22 0 254339418 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202221745144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25091] ppid=25086 vsize=9824668 CPUtime=2.49 cores=1,3,5,7
/proc/25088/task/25091/stat : 25091 (java) S 25086 25088 21381 0 -1 4202560 712 0 0 0 236 13 0 0 20 0 22 0 254339419 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202065476648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25092] ppid=25086 vsize=9824668 CPUtime=2.63 cores=1,3,5,7
/proc/25088/task/25092/stat : 25092 (java) S 25086 25088 21381 0 -1 4202560 846 0 0 0 253 10 0 0 20 0 22 0 254339419 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202064423848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25093] ppid=25086 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/25088/task/25093/stat : 25093 (java) S 25086 25088 21381 0 -1 4202560 1057 0 0 0 248 11 0 0 20 0 22 0 254339419 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202063371048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25094] ppid=25086 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/25088/task/25094/stat : 25094 (java) S 25086 25088 21381 0 -1 4202560 552 0 0 0 223 10 0 0 20 0 22 0 254339419 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202062318248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25095] ppid=25086 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/25088/task/25095/stat : 25095 (java) S 25086 25088 21381 0 -1 4202560 483 0 0 0 243 12 0 0 20 0 22 0 254339419 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202061265448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25096] ppid=25086 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/25088/task/25096/stat : 25096 (java) S 25086 25088 21381 0 -1 4202560 679 0 0 0 236 8 0 0 20 0 22 0 254339419 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202060212648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25097] ppid=25086 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/25088/task/25097/stat : 25097 (java) S 25086 25088 21381 0 -1 4202560 920 0 0 0 254 10 0 0 20 0 22 0 254339419 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202059159848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25098] ppid=25086 vsize=9824668 CPUtime=2.41 cores=1,3,5,7
/proc/25088/task/25098/stat : 25098 (java) S 25086 25088 21381 0 -1 4202560 666 0 0 0 227 14 0 0 20 0 22 0 254339419 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202058107048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25099] ppid=25086 vsize=9824668 CPUtime=59.9 cores=1,3,5,7
/proc/25088/task/25099/stat : 25099 (java) S 25086 25088 21381 0 -1 4202560 18746 0 0 0 5973 17 0 0 20 0 22 0 254339420 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202045909992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25100] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25100/stat : 25100 (java) S 25086 25088 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254339420 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202044856056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25101] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25101/stat : 25101 (java) S 25086 25088 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254339420 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202043803144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25102] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25102/stat : 25102 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339423 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202042751632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25103] ppid=25086 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/25088/task/25103/stat : 25103 (java) S 25086 25088 21381 0 -1 4202560 14114 0 0 0 171 3 0 0 20 0 22 0 254339423 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202041698744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25104] ppid=25086 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/25088/task/25104/stat : 25104 (java) S 25086 25088 21381 0 -1 4202560 8789 0 0 0 149 2 0 0 20 0 22 0 254339423 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202040645944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25105] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25105/stat : 25105 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339423 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202039593336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25106] ppid=25086 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/25088/task/25106/stat : 25106 (java) S 25086 25088 21381 0 -1 4202560 51 0 0 0 15 21 0 0 20 0 22 0 254339423 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202038540744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25107] ppid=25086 vsize=9824668 CPUtime=799.13 cores=1,3,5,7
/proc/25088/task/25107/stat : 25107 (java) R 25086 25088 21381 0 -1 4202560 66 0 0 0 79900 13 0 0 20 0 22 0 254341192 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202037485600 140202162352904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25108] ppid=25086 vsize=9824668 CPUtime=799.15 cores=1,3,5,7
/proc/25088/task/25108/stat : 25108 (java) R 25086 25088 21381 0 -1 4202560 165 0 0 0 79902 13 0 0 20 0 22 0 254341192 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202036431760 140202162864145 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25109] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25109/stat : 25109 (java) S 25086 25088 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254341198 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202035381672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25110] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25110/stat : 25110 (java) S 25086 25088 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254341199 10060460032 866909 33554432000 1073741824 1073778376 140737388794096 140202034328872 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1701.72
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+932.001 s]
/proc/loadavg: 4.17 4.06 3.92 5/219 25210
/proc/meminfo: memFree=22191360/32873660 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/25088/stat : 25088 (java) S 25086 25088 21381 0 -1 4202496 53602 0 1 0 179840 172 0 0 20 0 22 0 254339417 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140737388785232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25088/statm: 2456167 869116 2285 9 0 2446860 0
[pid=25088/tid=25090] ppid=25086 vsize=9824668 CPUtime=15.43 cores=1,3,5,7
/proc/25088/task/25090/stat : 25090 (java) S 25086 25088 21381 0 -1 4202560 4148 0 1 0 1503 40 0 0 20 0 22 0 254339418 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202221745144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25091] ppid=25086 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/25088/task/25091/stat : 25091 (java) S 25086 25088 21381 0 -1 4202560 733 0 0 0 246 13 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202065476648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25092] ppid=25086 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/25088/task/25092/stat : 25092 (java) S 25086 25088 21381 0 -1 4202560 864 0 0 0 267 10 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202064423848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25093] ppid=25086 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/25088/task/25093/stat : 25093 (java) S 25086 25088 21381 0 -1 4202560 1057 0 0 0 256 11 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202063371048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25094] ppid=25086 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/25088/task/25094/stat : 25094 (java) S 25086 25088 21381 0 -1 4202560 552 0 0 0 234 10 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202062318248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25095] ppid=25086 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/25088/task/25095/stat : 25095 (java) S 25086 25088 21381 0 -1 4202560 483 0 0 0 254 12 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202061265448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25096] ppid=25086 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/25088/task/25096/stat : 25096 (java) S 25086 25088 21381 0 -1 4202560 679 0 0 0 245 8 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202060212648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25097] ppid=25086 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/25088/task/25097/stat : 25097 (java) S 25086 25088 21381 0 -1 4202560 920 0 0 0 262 10 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202059159848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25098] ppid=25086 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/25088/task/25098/stat : 25098 (java) S 25086 25088 21381 0 -1 4202560 666 0 0 0 234 14 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202058107048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25099] ppid=25086 vsize=9824668 CPUtime=61.29 cores=1,3,5,7
/proc/25088/task/25099/stat : 25099 (java) S 25086 25088 21381 0 -1 4202560 19119 0 0 0 6111 18 0 0 20 0 22 0 254339420 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202045909992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25100] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25100/stat : 25100 (java) S 25086 25088 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254339420 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202044856056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25101] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25101/stat : 25101 (java) S 25086 25088 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254339420 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202043803144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25102] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25102/stat : 25102 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339423 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202042751632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25103] ppid=25086 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/25088/task/25103/stat : 25103 (java) S 25086 25088 21381 0 -1 4202560 14114 0 0 0 171 3 0 0 20 0 22 0 254339423 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202041698744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25104] ppid=25086 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/25088/task/25104/stat : 25104 (java) S 25086 25088 21381 0 -1 4202560 8789 0 0 0 149 2 0 0 20 0 22 0 254339423 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202040645944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25105] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25105/stat : 25105 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339423 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202039593336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25106] ppid=25086 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/25088/task/25106/stat : 25106 (java) S 25086 25088 21381 0 -1 4202560 53 0 0 0 17 22 0 0 20 0 22 0 254339423 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202038540744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25107] ppid=25086 vsize=9824668 CPUtime=847.1 cores=1,3,5,7
/proc/25088/task/25107/stat : 25107 (java) R 25086 25088 21381 0 -1 4202560 67 0 0 0 84697 13 0 0 20 0 22 0 254341192 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202037485584 140202162424827 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25108] ppid=25086 vsize=9824668 CPUtime=847.12 cores=1,3,5,7
/proc/25088/task/25108/stat : 25108 (java) R 25086 25088 21381 0 -1 4202560 171 0 0 0 84699 13 0 0 20 0 22 0 254341192 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202036434120 140202162453417 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25109] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25109/stat : 25109 (java) S 25086 25088 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254341198 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202035381672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25110] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25110/stat : 25110 (java) S 25086 25088 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254341199 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202034328872 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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+932.001 s]
/proc/loadavg: 4.17 4.06 3.92 5/219 25210
/proc/meminfo: memFree=22191360/32873660 swapFree=7108/7108
[pid=25088] ppid=25086 vsize=9824668 CPUtime=1800.12 cores=1,3,5,7
/proc/25088/stat : 25088 (java) S 25086 25088 21381 0 -1 4202496 53602 0 1 0 179840 172 0 0 20 0 22 0 254339417 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140737388785232 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25088/statm: 2456167 869116 2285 9 0 2446860 0
[pid=25088/tid=25090] ppid=25086 vsize=9824668 CPUtime=15.43 cores=1,3,5,7
/proc/25088/task/25090/stat : 25090 (java) S 25086 25088 21381 0 -1 4202560 4148 0 1 0 1503 40 0 0 20 0 22 0 254339418 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202221745144 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25091] ppid=25086 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/25088/task/25091/stat : 25091 (java) S 25086 25088 21381 0 -1 4202560 733 0 0 0 246 13 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202065476648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25092] ppid=25086 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/25088/task/25092/stat : 25092 (java) S 25086 25088 21381 0 -1 4202560 864 0 0 0 267 10 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202064423848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25093] ppid=25086 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/25088/task/25093/stat : 25093 (java) S 25086 25088 21381 0 -1 4202560 1057 0 0 0 256 11 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202063371048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25094] ppid=25086 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/25088/task/25094/stat : 25094 (java) S 25086 25088 21381 0 -1 4202560 552 0 0 0 234 10 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202062318248 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25095] ppid=25086 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/25088/task/25095/stat : 25095 (java) S 25086 25088 21381 0 -1 4202560 483 0 0 0 254 12 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202061265448 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25096] ppid=25086 vsize=9824668 CPUtime=2.53 cores=1,3,5,7
/proc/25088/task/25096/stat : 25096 (java) S 25086 25088 21381 0 -1 4202560 679 0 0 0 245 8 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202060212648 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25097] ppid=25086 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/25088/task/25097/stat : 25097 (java) S 25086 25088 21381 0 -1 4202560 920 0 0 0 262 10 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202059159848 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25098] ppid=25086 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/25088/task/25098/stat : 25098 (java) S 25086 25088 21381 0 -1 4202560 666 0 0 0 234 14 0 0 20 0 22 0 254339419 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202058107048 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25099] ppid=25086 vsize=9824668 CPUtime=61.29 cores=1,3,5,7
/proc/25088/task/25099/stat : 25099 (java) S 25086 25088 21381 0 -1 4202560 19119 0 0 0 6111 18 0 0 20 0 22 0 254339420 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202045909992 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25100] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25100/stat : 25100 (java) S 25086 25088 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254339420 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202044856056 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25101] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25101/stat : 25101 (java) S 25086 25088 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254339420 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202043803144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25102] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25102/stat : 25102 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339423 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202042751632 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25103] ppid=25086 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/25088/task/25103/stat : 25103 (java) S 25086 25088 21381 0 -1 4202560 14114 0 0 0 171 3 0 0 20 0 22 0 254339423 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202041698744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25104] ppid=25086 vsize=9824668 CPUtime=1.51 cores=1,3,5,7
/proc/25088/task/25104/stat : 25104 (java) S 25086 25088 21381 0 -1 4202560 8789 0 0 0 149 2 0 0 20 0 22 0 254339423 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202040645944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25088/tid=25105] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25105/stat : 25105 (java) S 25086 25088 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254339423 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202039593336 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25106] ppid=25086 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/25088/task/25106/stat : 25106 (java) S 25086 25088 21381 0 -1 4202560 53 0 0 0 17 22 0 0 20 0 22 0 254339423 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202038540744 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25088/tid=25107] ppid=25086 vsize=9824668 CPUtime=847.1 cores=1,3,5,7
/proc/25088/task/25107/stat : 25107 (java) R 25086 25088 21381 0 -1 4202560 67 0 0 0 84697 13 0 0 20 0 22 0 254341192 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202037485584 140202162424827 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25108] ppid=25086 vsize=9824668 CPUtime=847.12 cores=1,3,5,7
/proc/25088/task/25108/stat : 25108 (java) R 25086 25088 21381 0 -1 4202560 171 0 0 0 84699 13 0 0 20 0 22 0 254341192 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202036434120 140202162453417 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25088/tid=25109] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25109/stat : 25109 (java) S 25086 25088 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254341198 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202035381672 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25088/tid=25110] ppid=25086 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25088/task/25110/stat : 25110 (java) S 25086 25088 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254341199 10060460032 869116 33554432000 1073741824 1073778376 140737388794096 140202034328872 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 932.058
CPU time (s): 1800.12
CPU user time (s): 1798.4
CPU system time (s): 1.72
CPU usage (%): 193.134
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.64
system time used= 2.16367
maximum resident set size= 3476592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53636
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27248
involuntary context switches= 43148

runsolver used 3.89241 second user time and 8.21275 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-24 19:55:37
IDJOB=3689424
IDBENCH=89731
IDSOLVER=2268
FILE ID=node117/3689424-1337882134
RUNJOBID= node117-1337871880-21398
PBS_JOBID= 14620087
Free space on /tmp= 71512 MiB

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

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

MD5SUM BENCH= 7cf213338254036b9868078970e2a948
RANDOM SEED=1240642930

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:        26017016 kB
Buffers:          225820 kB
Cached:          2411668 kB
SwapCached:            0 kB
Active:          3933796 kB
Inactive:        2132364 kB
Active(anon):    3431096 kB
Inactive(anon):        0 kB
Active(file):     502700 kB
Inactive(file):  2132364 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            111676 kB
Writeback:             0 kB
AnonPages:       3439684 kB
Mapped:            22604 kB
Shmem:               200 kB
Slab:             643104 kB
SReclaimable:      86884 kB
SUnreclaim:       556220 kB
KernelStack:        1616 kB
PageTables:        10968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    4060972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3338240 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= 71516 MiB
End job on node117 at 2012-05-24 20:11:11