Trace number 3689936

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.65 907.942

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUM2a10ffb4379dcfb9c244e555ac5887ed
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-8044
Best CPU time to get the best result obtained on this benchmark1800.33
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 272557
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 169387586
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 169387586
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.2.v20120418
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/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@23174b07
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-3689936-1337886435.opb
0.09/0.11	c reading problem ... 
11.56/8.18	c ... done. Wall clock time 8.069s.
11.56/8.18	c declared #vars     399113
11.56/8.18	c #constraints  400980
11.56/8.18	c constraints type 
11.56/8.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
11.56/8.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
11.56/8.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
11.56/8.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
11.56/8.18	c 400980 constraints processed.
11.56/8.18	c constraints type 
11.56/8.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
11.56/8.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
11.56/8.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
11.56/8.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.56/8.18	c 400980 constraints processed.
11.56/8.18	c objective function length is 272557 literals
109.06/56.36	c cleaning 2500 clauses out of 4999 with flag 5004/5004
224.25/114.31	c cleaning 4247 clauses out of 8495 with flag 11000/11000
376.50/191.04	c cleaning 5619 clauses out of 11249 with flag 18001/18001
538.36/272.54	c cleaning 6800 clauses out of 13630 with flag 26001/26001
694.12/351.21	c cleaning 7911 clauses out of 15830 with flag 35001/35001
865.58/437.50	c cleaning 8956 clauses out of 17918 with flag 45000/45000
1039.43/525.08	c cleaning 9975 clauses out of 19963 with flag 56001/56001
1225.92/618.89	c cleaning 10975 clauses out of 21987 with flag 68000/68000
1424.46/718.98	c cleaning 11998 clauses out of 24013 with flag 81001/81001
1701.92/858.25	c cleaning 13000 clauses out of 26014 with flag 95000/95000
1800.20/907.91	c starts		: 91
1800.20/907.91	c conflicts		: 100976
1800.20/907.91	c decisions		: 3121862
1800.20/907.91	c propagations		: 756639173
1800.20/907.91	c inspects		: 361392195
1800.20/907.91	c shortcuts		: 0
1800.20/907.91	c learnt literals	: 5
1800.20/907.91	c learnt binary clauses	: 343
1800.20/907.91	c learnt ternary clauses	: 158
1800.20/907.91	c learnt constraints	: 100971
1800.20/907.91	c ignored constraints	: 0
1800.20/907.91	c root simplifications	: 0
1800.20/907.91	c removed literals (reason simplification)	: 5104196
1800.20/907.91	c reason swapping (by a shorter reason)	: 0
1800.20/907.91	c Calls to reduceDB	: 10
1800.20/907.91	c number of reductions to clauses (during analyze)	: 0
1800.20/907.91	c number of learned constraints concerned by reduction	: 0
1800.20/907.91	c number of learning phase by resolution	: 0
1800.20/907.91	c number of learning phase by cutting planes	: 0
1800.20/907.91	c speed (assignments/second)	: 841113.0126326742
1800.20/907.91	c non guided choices	36808
1800.20/907.92	c learnt constraints type 
1800.20/907.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 343
1800.20/907.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18648
1800.20/907.92	c constraints type 
1800.20/907.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.20/907.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.20/907.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.20/907.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.20/907.92	c 400980 constraints processed.
1800.20/907.92	c constraints type 
1800.20/907.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.20/907.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.20/907.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.20/907.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.20/907.92	c 400980 constraints processed.
1800.20/907.92	s UNKNOWN
1800.20/907.92	c Total wall clock time (in seconds): 907.803

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

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

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


[startup+0 s]
/proc/loadavg: 3.82 3.90 3.90 4/197 2585
/proc/meminfo: memFree=26075856/32873648 swapFree=7104/7104
[pid=2585] ppid=2583 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/2585/stat : 2585 (java) R 2583 2585 30487 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254769005 9515008 184 33554432000 1073741824 1073778376 140736059148976 140736059140008 214537235895 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/2585/statm: 2323 184 142 9 0 71 0

[startup+0.059575 s]
/proc/loadavg: 3.82 3.90 3.90 4/197 2585
/proc/meminfo: memFree=26075856/32873648 swapFree=7104/7104
[pid=2585] ppid=2583 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/2585/stat : 2585 (java) S 2583 2585 30487 0 -1 4202496 3092 0 1 0 3 0 0 0 20 0 13 0 254769005 9446973440 4302 33554432000 1073741824 1073778376 140734259150032 140734259141168 214540779581 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2585/statm: 2306390 4302 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100218 s]
/proc/loadavg: 3.82 3.90 3.90 4/197 2585
/proc/meminfo: memFree=26075856/32873648 swapFree=7104/7104
[pid=2585] ppid=2583 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/2585/stat : 2585 (java) S 2583 2585 30487 0 -1 4202496 4314 0 1 0 8 1 0 0 20 0 18 0 254769005 9787813888 5519 33554432000 1073741824 1073778376 140734259150032 140734259141168 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2585/statm: 2389603 5519 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300236 s]
/proc/loadavg: 3.82 3.90 3.90 4/197 2585
/proc/meminfo: memFree=26075856/32873648 swapFree=7104/7104
[pid=2585] ppid=2583 vsize=9558412 CPUtime=0.48 cores=0,2,4,6
/proc/2585/stat : 2585 (java) S 2583 2585 30487 0 -1 4202496 5929 0 1 0 46 2 0 0 20 0 18 0 254769005 9787813888 16529 33554432000 1073741824 1073778376 140734259150032 140734259141168 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2585/statm: 2389603 16529 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.70024 s]
/proc/loadavg: 3.82 3.90 3.90 4/197 2585
/proc/meminfo: memFree=26075856/32873648 swapFree=7104/7104
[pid=2585] ppid=2583 vsize=9558412 CPUtime=0.99 cores=0,2,4,6
/proc/2585/stat : 2585 (java) S 2583 2585 30487 0 -1 4202496 6142 0 1 0 93 6 0 0 20 0 18 0 254769005 9787813888 47366 33554432000 1073741824 1073778376 140734259150032 140734259141168 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2585/statm: 2389603 47366 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9558412

[startup+1.5007 s]
/proc/loadavg: 3.82 3.90 3.90 10/215 2603
/proc/meminfo: memFree=25850384/32873648 swapFree=7104/7104
[pid=2585] ppid=2583 vsize=9558412 CPUtime=2.64 cores=0,2,4,6
/proc/2585/stat : 2585 (java) S 2583 2585 30487 0 -1 4202496 15291 0 1 0 245 19 0 0 20 0 18 0 254769005 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 140734259141168 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2585/statm: 2389603 104450 2248 9 0 2380296 0
[pid=2585/tid=2587] ppid=2583 vsize=9558412 CPUtime=1.31 cores=0,2,4,6
/proc/2585/task/2587/stat : 2587 (java) S 2583 2585 30487 0 -1 4202560 2558 0 1 0 126 5 0 0 20 0 18 0 254769006 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139879341042488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2588] ppid=2583 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/2585/task/2588/stat : 2588 (java) R 2583 2585 30487 0 -1 4202560 263 0 0 0 4 0 0 0 20 0 18 0 254769007 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139879302536232 214537374855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2589] ppid=2583 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/2585/task/2589/stat : 2589 (java) R 2583 2585 30487 0 -1 4202560 82 0 0 0 4 2 0 0 20 0 18 0 254769007 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139879301483688 139879349089442 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2590] ppid=2583 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/2585/task/2590/stat : 2590 (java) R 2583 2585 30487 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 254769007 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139879182756376 214537374855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2591] ppid=2583 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/2585/task/2591/stat : 2591 (java) R 2583 2585 30487 0 -1 4202560 148 0 0 0 5 2 0 0 20 0 18 0 254769007 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139879181704104 214537374855 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2592] ppid=2583 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/2585/task/2592/stat : 2592 (java) R 2583 2585 30487 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 18 0 254769007 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139879180651096 139879347552642 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2593] ppid=2583 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/2585/task/2593/stat : 2593 (java) R 2583 2585 30487 0 -1 4202560 115 0 0 0 7 3 0 0 20 0 18 0 254769007 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139879179598376 214537374855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2594] ppid=2583 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/2585/task/2594/stat : 2594 (java) R 2583 2585 30487 0 -1 4202560 37 0 0 0 6 2 0 0 20 0 18 0 254769007 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139879178545448 214537374855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2595] ppid=2583 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/2585/task/2595/stat : 2595 (java) R 2583 2585 30487 0 -1 4202560 151 0 0 0 5 0 0 0 20 0 18 0 254769007 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139879177492904 214537374855 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2596] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2596/stat : 2596 (java) S 2583 2585 30487 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254769009 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139878695163656 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2597] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2597/stat : 2597 (java) S 2583 2585 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254769009 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139878694111096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2598] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2598/stat : 2598 (java) S 2583 2585 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254769009 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139878693057928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2599] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2599/stat : 2599 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254769011 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139878692006672 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2600] ppid=2583 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/2585/task/2600/stat : 2600 (java) S 2583 2585 30487 0 -1 4202560 5472 0 0 0 37 1 0 0 20 0 18 0 254769011 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139878690953528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2601] ppid=2583 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/2585/task/2601/stat : 2601 (java) S 2583 2585 30487 0 -1 4202560 5057 0 0 0 32 1 0 0 20 0 18 0 254769011 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139878689900984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2602] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2602/stat : 2602 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254769011 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139878688848120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2603] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2603/stat : 2603 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254769011 9787813888 104450 33554432000 1073741824 1073778376 140734259150032 139878687795784 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9558412

[startup+3.10066 s]
/proc/loadavg: 3.82 3.90 3.90 4/215 2603
/proc/meminfo: memFree=25104360/32873648 swapFree=7104/7104
[pid=2585] ppid=2583 vsize=9558412 CPUtime=4.94 cores=0,2,4,6
/proc/2585/stat : 2585 (java) S 2583 2585 30487 0 -1 4202496 19003 0 1 0 436 58 0 0 20 0 18 0 254769005 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 140734259141168 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2585/statm: 2389603 561249 2248 9 0 2380296 0
[pid=2585/tid=2587] ppid=2583 vsize=9558412 CPUtime=2.65 cores=0,2,4,6
/proc/2585/task/2587/stat : 2587 (java) S 2583 2585 30487 0 -1 4202560 4029 0 1 0 235 30 0 0 20 0 18 0 254769006 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139879341042168 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2588] ppid=2583 vsize=9558412 CPUtime=0.2 cores=0,2,4,6
/proc/2585/task/2588/stat : 2588 (java) R 2583 2585 30487 0 -1 4202560 592 0 0 0 17 3 0 0 20 0 18 0 254769007 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139879302536280 139879344801240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2589] ppid=2583 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/2585/task/2589/stat : 2589 (java) R 2583 2585 30487 0 -1 4202560 128 0 0 0 11 3 0 0 20 0 18 0 254769007 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139879301483736 139879343515321 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2590] ppid=2583 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/2585/task/2590/stat : 2590 (java) R 2583 2585 30487 0 -1 4202560 38 0 0 0 10 2 0 0 20 0 18 0 254769007 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139879182756696 139879343515321 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2591] ppid=2583 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/2585/task/2591/stat : 2591 (java) R 2583 2585 30487 0 -1 4202560 377 0 0 0 12 3 0 0 20 0 18 0 254769007 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139879181704152 139879347552691 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2592] ppid=2583 vsize=9558412 CPUtime=0.18 cores=0,2,4,6
/proc/2585/task/2592/stat : 2592 (java) R 2583 2585 30487 0 -1 4202560 489 0 0 0 14 4 0 0 20 0 18 0 254769007 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139879180650680 139879347552560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2593] ppid=2583 vsize=9558412 CPUtime=0.23 cores=0,2,4,6
/proc/2585/task/2593/stat : 2593 (java) R 2583 2585 30487 0 -1 4202560 149 0 0 0 18 5 0 0 20 0 18 0 254769007 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139879179598552 139879344801202 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2594] ppid=2583 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/2585/task/2594/stat : 2594 (java) R 2583 2585 30487 0 -1 4202560 212 0 0 0 20 4 0 0 20 0 18 0 254769007 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139879178545200 139879344801378 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2595] ppid=2583 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/2585/task/2595/stat : 2595 (java) R 2583 2585 30487 0 -1 4202560 314 0 0 0 13 2 0 0 20 0 18 0 254769007 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139879177492952 139879347940268 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2596] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2596/stat : 2596 (java) S 2583 2585 30487 0 -1 4202560 973 0 0 0 0 0 0 0 20 0 18 0 254769009 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139878695163656 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2597] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2597/stat : 2597 (java) S 2583 2585 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254769009 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139878694111096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2598] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2598/stat : 2598 (java) S 2583 2585 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254769009 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139878693057928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2599] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2599/stat : 2599 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254769011 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139878692006672 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2600] ppid=2583 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/2585/task/2600/stat : 2600 (java) S 2583 2585 30487 0 -1 4202560 5472 0 0 0 37 1 0 0 20 0 18 0 254769011 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139878690953528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2601] ppid=2583 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/2585/task/2601/stat : 2601 (java) S 2583 2585 30487 0 -1 4202560 5057 0 0 0 32 1 0 0 20 0 18 0 254769011 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139878689900984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2602] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2602/stat : 2602 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254769011 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139878688848120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2603] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2603/stat : 2603 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254769011 9787813888 561249 33554432000 1073741824 1073778376 140734259150032 139878687795784 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 9558412

[startup+6.30075 s]
/proc/loadavg: 4.23 3.99 3.93 4/215 2603
/proc/meminfo: memFree=23138260/32873648 swapFree=7104/7104
[pid=2585] ppid=2583 vsize=9558412 CPUtime=9.59 cores=0,2,4,6
/proc/2585/stat : 2585 (java) S 2583 2585 30487 0 -1 4202496 20923 0 1 0 878 81 0 0 20 0 18 0 254769005 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 140734259141168 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2585/statm: 2389603 735172 2248 9 0 2380296 0
[pid=2585/tid=2587] ppid=2583 vsize=9558412 CPUtime=5.36 cores=0,2,4,6
/proc/2585/task/2587/stat : 2587 (java) R 2583 2585 30487 0 -1 4202560 4279 0 1 0 498 38 0 0 20 0 18 0 254769006 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139879341035504 139879183263069 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2588] ppid=2583 vsize=9558412 CPUtime=0.58 cores=0,2,4,6
/proc/2585/task/2588/stat : 2588 (java) S 2583 2585 30487 0 -1 4202560 665 0 0 0 51 7 0 0 20 0 18 0 254769007 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139879302536104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2589] ppid=2583 vsize=9558412 CPUtime=0.41 cores=0,2,4,6
/proc/2585/task/2589/stat : 2589 (java) S 2583 2585 30487 0 -1 4202560 179 0 0 0 35 6 0 0 20 0 18 0 254769007 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139879301483560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2590] ppid=2583 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/2585/task/2590/stat : 2590 (java) S 2583 2585 30487 0 -1 4202560 465 0 0 0 25 2 0 0 20 0 18 0 254769007 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139879182756520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2591] ppid=2583 vsize=9558412 CPUtime=0.39 cores=0,2,4,6
/proc/2585/task/2591/stat : 2591 (java) S 2583 2585 30487 0 -1 4202560 495 0 0 0 34 5 0 0 20 0 18 0 254769007 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139879181703976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2592] ppid=2583 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/2585/task/2592/stat : 2592 (java) S 2583 2585 30487 0 -1 4202560 714 0 0 0 32 4 0 0 20 0 18 0 254769007 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139879180650920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2593] ppid=2583 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/2585/task/2593/stat : 2593 (java) S 2583 2585 30487 0 -1 4202560 441 0 0 0 43 7 0 0 20 0 18 0 254769007 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139879179598376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2594] ppid=2583 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/2585/task/2594/stat : 2594 (java) S 2583 2585 30487 0 -1 4202560 257 0 0 0 40 7 0 0 20 0 18 0 254769007 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139879178545320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2595] ppid=2583 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/2585/task/2595/stat : 2595 (java) S 2583 2585 30487 0 -1 4202560 463 0 0 0 36 4 0 0 20 0 18 0 254769007 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139879177492776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2596] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2596/stat : 2596 (java) S 2583 2585 30487 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 254769009 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139878695164776 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2597] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2597/stat : 2597 (java) S 2583 2585 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254769009 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139878694111096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2598] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2598/stat : 2598 (java) S 2583 2585 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254769009 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139878693057928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2599] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2599/stat : 2599 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254769011 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139878692006672 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2600] ppid=2583 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/2585/task/2600/stat : 2600 (java) S 2583 2585 30487 0 -1 4202560 5472 0 0 0 37 1 0 0 20 0 18 0 254769011 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139878690953528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2601] ppid=2583 vsize=9558412 CPUtime=0.33 cores=0,2,4,6
/proc/2585/task/2601/stat : 2601 (java) S 2583 2585 30487 0 -1 4202560 5057 0 0 0 32 1 0 0 20 0 18 0 254769011 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139878689900984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2602] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2602/stat : 2602 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254769011 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139878688848120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2603] ppid=2583 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2603/stat : 2603 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254769011 9787813888 735172 33554432000 1073741824 1073778376 140734259150032 139878687795784 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.59
Current children cumulated vsize (KiB) 9558412

[startup+12.7007 s]
/proc/loadavg: 4.21 3.99 3.93 5/219 2607
/proc/meminfo: memFree=23135344/32873648 swapFree=7104/7104
[pid=2585] ppid=2583 vsize=9824668 CPUtime=21.82 cores=0,2,4,6
/proc/2585/stat : 2585 (java) S 2583 2585 30487 0 -1 4202496 21110 0 1 0 2100 82 0 0 20 0 22 0 254769005 10060460032 735841 33554432000 1073741824 1073778376 140734259150032 140734259141168 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2585/statm: 2456167 735841 2269 9 0 2446860 0
[pid=2585/tid=2587] ppid=2583 vsize=9824668 CPUtime=7.24 cores=0,2,4,6

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

[pid=2585/tid=2605] ppid=2583 vsize=9824668 CPUtime=800.91 cores=0,2,4,6
/proc/2585/task/2605/stat : 2605 (java) R 2583 2585 30487 0 -1 4202560 70 0 0 0 80079 12 0 0 20 0 22 0 254769824 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878685686784 139879184049808 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2606] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2606/stat : 2606 (java) S 2583 2585 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254769840 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878684636456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2607] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2607/stat : 2607 (java) S 2583 2585 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254769840 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878683583912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1630.13
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.02 3.98 3.91 4/219 2684
/proc/meminfo: memFree=25652120/32873648 swapFree=7104/7104
[pid=2585] ppid=2583 vsize=9824668 CPUtime=1749 cores=0,2,4,6
/proc/2585/stat : 2585 (java) S 2583 2585 30487 0 -1 4202496 62257 0 1 0 174763 137 0 0 20 0 22 0 254769005 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 140734259141168 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2585/statm: 2456167 809843 2282 9 0 2446860 0
[pid=2585/tid=2587] ppid=2583 vsize=9824668 CPUtime=7.29 cores=0,2,4,6
/proc/2585/task/2587/stat : 2587 (java) S 2583 2585 30487 0 -1 4202560 4297 0 1 0 690 39 0 0 20 0 22 0 254769006 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879341044728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2588] ppid=2583 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/2585/task/2588/stat : 2588 (java) S 2583 2585 30487 0 -1 4202560 2620 0 0 0 72 11 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879302536104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2589] ppid=2583 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/2585/task/2589/stat : 2589 (java) S 2583 2585 30487 0 -1 4202560 4272 0 0 0 60 8 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879301483560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2590] ppid=2583 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/2585/task/2590/stat : 2590 (java) S 2583 2585 30487 0 -1 4202560 4913 0 0 0 53 7 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879182756520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2591] ppid=2583 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/2585/task/2591/stat : 2591 (java) S 2583 2585 30487 0 -1 4202560 4135 0 0 0 65 11 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879181703976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2592] ppid=2583 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/2585/task/2592/stat : 2592 (java) S 2583 2585 30487 0 -1 4202560 5139 0 0 0 58 8 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879180650920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2593] ppid=2583 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/2585/task/2593/stat : 2593 (java) S 2583 2585 30487 0 -1 4202560 4686 0 0 0 70 11 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879179598376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2594] ppid=2583 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/2585/task/2594/stat : 2594 (java) S 2583 2585 30487 0 -1 4202560 1351 0 0 0 63 11 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879178545320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2595] ppid=2583 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/2585/task/2595/stat : 2595 (java) S 2583 2585 30487 0 -1 4202560 4309 0 0 0 58 8 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879177492776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2596] ppid=2583 vsize=9824668 CPUtime=13.6 cores=0,2,4,6
/proc/2585/task/2596/stat : 2596 (java) S 2583 2585 30487 0 -1 4202560 9626 0 0 0 1357 3 0 0 20 0 22 0 254769009 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878695164776 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2597] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2597/stat : 2597 (java) S 2583 2585 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254769009 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878694111096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2598] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2598/stat : 2598 (java) S 2583 2585 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254769009 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878693057928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2599] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2599/stat : 2599 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878692006672 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2600] ppid=2583 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/2585/task/2600/stat : 2600 (java) S 2583 2585 30487 0 -1 4202560 10487 0 0 0 160 3 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878690953528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2601] ppid=2583 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/2585/task/2601/stat : 2601 (java) S 2583 2585 30487 0 -1 4202560 5078 0 0 0 107 1 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878689900984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2602] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2602/stat : 2602 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878688848120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2603] ppid=2583 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/2585/task/2603/stat : 2603 (java) S 2583 2585 30487 0 -1 4202560 51 0 0 0 17 15 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878687795784 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2604] ppid=2583 vsize=9824668 CPUtime=859.63 cores=0,2,4,6
/proc/2585/task/2604/stat : 2604 (java) R 2583 2585 30487 0 -1 4202560 37 0 0 0 85948 15 0 0 20 0 22 0 254769824 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878686741344 139879183803650 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2605] ppid=2583 vsize=9824668 CPUtime=859.81 cores=0,2,4,6
/proc/2585/task/2605/stat : 2605 (java) R 2583 2585 30487 0 -1 4202560 70 0 0 0 85968 13 0 0 20 0 22 0 254769824 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878685686784 139879184049925 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2606] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2606/stat : 2606 (java) S 2583 2585 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254769840 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878684636456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2607] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2607/stat : 2607 (java) S 2583 2585 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254769840 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878683583912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1749
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+907.901 s]
/proc/loadavg: 4.01 3.98 3.91 5/219 2684
/proc/meminfo: memFree=25649952/32873648 swapFree=7104/7104
[pid=2585] ppid=2583 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/2585/stat : 2585 (java) S 2583 2585 30487 0 -1 4202496 62259 0 1 0 179883 137 0 0 20 0 22 0 254769005 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 140734259141168 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2585/statm: 2456167 809843 2282 9 0 2446860 0
[pid=2585/tid=2587] ppid=2583 vsize=9824668 CPUtime=7.29 cores=0,2,4,6
/proc/2585/task/2587/stat : 2587 (java) S 2583 2585 30487 0 -1 4202560 4297 0 1 0 690 39 0 0 20 0 22 0 254769006 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879341044728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2588] ppid=2583 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/2585/task/2588/stat : 2588 (java) S 2583 2585 30487 0 -1 4202560 2620 0 0 0 72 11 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879302536104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2589] ppid=2583 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/2585/task/2589/stat : 2589 (java) S 2583 2585 30487 0 -1 4202560 4272 0 0 0 60 8 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879301483560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2590] ppid=2583 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/2585/task/2590/stat : 2590 (java) S 2583 2585 30487 0 -1 4202560 4913 0 0 0 53 7 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879182756520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2591] ppid=2583 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/2585/task/2591/stat : 2591 (java) S 2583 2585 30487 0 -1 4202560 4135 0 0 0 65 11 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879181703976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2592] ppid=2583 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/2585/task/2592/stat : 2592 (java) S 2583 2585 30487 0 -1 4202560 5139 0 0 0 58 8 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879180650920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2593] ppid=2583 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/2585/task/2593/stat : 2593 (java) S 2583 2585 30487 0 -1 4202560 4686 0 0 0 70 11 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879179598376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2594] ppid=2583 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/2585/task/2594/stat : 2594 (java) S 2583 2585 30487 0 -1 4202560 1351 0 0 0 63 11 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879178545320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2595] ppid=2583 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/2585/task/2595/stat : 2595 (java) S 2583 2585 30487 0 -1 4202560 4309 0 0 0 58 8 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879177492776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2596] ppid=2583 vsize=9824668 CPUtime=13.6 cores=0,2,4,6
/proc/2585/task/2596/stat : 2596 (java) S 2583 2585 30487 0 -1 4202560 9626 0 0 0 1357 3 0 0 20 0 22 0 254769009 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878695164776 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2597] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2597/stat : 2597 (java) S 2583 2585 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254769009 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878694111096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2598] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2598/stat : 2598 (java) S 2583 2585 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254769009 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878693057928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2599] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2599/stat : 2599 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878692006672 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2600] ppid=2583 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/2585/task/2600/stat : 2600 (java) S 2583 2585 30487 0 -1 4202560 10487 0 0 0 160 3 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878690953528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2601] ppid=2583 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/2585/task/2601/stat : 2601 (java) S 2583 2585 30487 0 -1 4202560 5078 0 0 0 107 1 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878689900984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2602] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2602/stat : 2602 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878688848120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2603] ppid=2583 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/2585/task/2603/stat : 2603 (java) S 2583 2585 30487 0 -1 4202560 53 0 0 0 17 16 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878687795784 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2604] ppid=2583 vsize=9824668 CPUtime=885.23 cores=0,2,4,6
/proc/2585/task/2604/stat : 2604 (java) R 2583 2585 30487 0 -1 4202560 37 0 0 0 88508 15 0 0 20 0 22 0 254769824 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878686741344 139879183847212 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2605] ppid=2583 vsize=9824668 CPUtime=885.42 cores=0,2,4,6
/proc/2585/task/2605/stat : 2605 (java) R 2583 2585 30487 0 -1 4202560 70 0 0 0 88529 13 0 0 20 0 22 0 254769824 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878685686784 139879184050238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2606] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2606/stat : 2606 (java) S 2583 2585 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254769840 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878684636456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2607] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2607/stat : 2607 (java) S 2583 2585 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254769840 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878683583912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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+907.901 s]
/proc/loadavg: 4.01 3.98 3.91 5/219 2684
/proc/meminfo: memFree=25649952/32873648 swapFree=7104/7104
[pid=2585] ppid=2583 vsize=9824668 CPUtime=1800.2 cores=0,2,4,6
/proc/2585/stat : 2585 (java) S 2583 2585 30487 0 -1 4202496 62259 0 1 0 179883 137 0 0 20 0 22 0 254769005 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 140734259141168 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/2585/statm: 2456167 809843 2282 9 0 2446860 0
[pid=2585/tid=2587] ppid=2583 vsize=9824668 CPUtime=7.29 cores=0,2,4,6
/proc/2585/task/2587/stat : 2587 (java) S 2583 2585 30487 0 -1 4202560 4297 0 1 0 690 39 0 0 20 0 22 0 254769006 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879341044728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2588] ppid=2583 vsize=9824668 CPUtime=0.83 cores=0,2,4,6
/proc/2585/task/2588/stat : 2588 (java) S 2583 2585 30487 0 -1 4202560 2620 0 0 0 72 11 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879302536104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2589] ppid=2583 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/2585/task/2589/stat : 2589 (java) S 2583 2585 30487 0 -1 4202560 4272 0 0 0 60 8 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879301483560 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2590] ppid=2583 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/2585/task/2590/stat : 2590 (java) S 2583 2585 30487 0 -1 4202560 4913 0 0 0 53 7 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879182756520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2591] ppid=2583 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/2585/task/2591/stat : 2591 (java) S 2583 2585 30487 0 -1 4202560 4135 0 0 0 65 11 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879181703976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2592] ppid=2583 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/2585/task/2592/stat : 2592 (java) S 2583 2585 30487 0 -1 4202560 5139 0 0 0 58 8 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879180650920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2593] ppid=2583 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/2585/task/2593/stat : 2593 (java) S 2583 2585 30487 0 -1 4202560 4686 0 0 0 70 11 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879179598376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2594] ppid=2583 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/2585/task/2594/stat : 2594 (java) S 2583 2585 30487 0 -1 4202560 1351 0 0 0 63 11 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879178545320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2595] ppid=2583 vsize=9824668 CPUtime=0.66 cores=0,2,4,6
/proc/2585/task/2595/stat : 2595 (java) S 2583 2585 30487 0 -1 4202560 4309 0 0 0 58 8 0 0 20 0 22 0 254769007 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139879177492776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2596] ppid=2583 vsize=9824668 CPUtime=13.6 cores=0,2,4,6
/proc/2585/task/2596/stat : 2596 (java) S 2583 2585 30487 0 -1 4202560 9626 0 0 0 1357 3 0 0 20 0 22 0 254769009 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878695164776 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2597] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2597/stat : 2597 (java) S 2583 2585 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254769009 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878694111096 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2598] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2598/stat : 2598 (java) S 2583 2585 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254769009 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878693057928 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2599] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2599/stat : 2599 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878692006672 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2600] ppid=2583 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/2585/task/2600/stat : 2600 (java) S 2583 2585 30487 0 -1 4202560 10487 0 0 0 160 3 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878690953528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2585/tid=2601] ppid=2583 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/2585/task/2601/stat : 2601 (java) S 2583 2585 30487 0 -1 4202560 5078 0 0 0 107 1 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878689900984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2602] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2602/stat : 2602 (java) S 2583 2585 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878688848120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2603] ppid=2583 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/2585/task/2603/stat : 2603 (java) S 2583 2585 30487 0 -1 4202560 53 0 0 0 17 16 0 0 20 0 22 0 254769011 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878687795784 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2604] ppid=2583 vsize=9824668 CPUtime=885.23 cores=0,2,4,6
/proc/2585/task/2604/stat : 2604 (java) R 2583 2585 30487 0 -1 4202560 37 0 0 0 88508 15 0 0 20 0 22 0 254769824 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878686741344 139879183847212 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=2585/tid=2605] ppid=2583 vsize=9824668 CPUtime=885.42 cores=0,2,4,6
/proc/2585/task/2605/stat : 2605 (java) R 2583 2585 30487 0 -1 4202560 70 0 0 0 88529 13 0 0 20 0 22 0 254769824 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878685686784 139879184050238 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=2585/tid=2606] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2606/stat : 2606 (java) S 2583 2585 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254769840 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878684636456 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2585/tid=2607] ppid=2583 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/2585/task/2607/stat : 2607 (java) S 2583 2585 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254769840 10060460032 809843 33554432000 1073741824 1073778376 140734259150032 139878683583912 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 907.942
CPU time (s): 1800.65
CPU user time (s): 1798.84
CPU system time (s): 1.81172
CPU usage (%): 198.322
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.84
system time used= 1.81172
maximum resident set size= 3272296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62293
page faults= 1
swaps= 0
block input operations= 0
block output operations= 744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32296
involuntary context switches= 21188

runsolver used 3.81342 second user time and 8.07177 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 21:07:16
IDJOB=3689936
IDBENCH=92155
IDSOLVER=2268
FILE ID=node127/3689936-1337886435
RUNJOBID= node127-1337871880-30503
PBS_JOBID= 14620077
Free space on /tmp= 71612 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_unif_20null20mast_rapportOE2.0_TMAX180_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689936-1337886435/watcher-3689936-1337886435 -o /tmp/evaluation-result-3689936-1337886435/solver-3689936-1337886435 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689936-1337886435.opb

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

MD5SUM BENCH= 2a10ffb4379dcfb9c244e555ac5887ed
RANDOM SEED=515294862

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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:       32873648 kB
MemFree:        26076236 kB
Buffers:          245220 kB
Cached:          2474240 kB
SwapCached:            0 kB
Active:          3757540 kB
Inactive:        2256508 kB
Active(anon):    3297000 kB
Inactive(anon):        0 kB
Active(file):     460540 kB
Inactive(file):  2256508 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31484 kB
Writeback:             0 kB
AnonPages:       3303608 kB
Mapped:            22588 kB
Shmem:               200 kB
Slab:             639620 kB
SReclaimable:      83472 kB
SUnreclaim:       556148 kB
KernelStack:        1616 kB
PageTables:        10764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3421824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3088384 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= 71640 MiB
End job on node127 at 2012-05-24 21:22:25