Trace number 3455412

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
Sat4j Res//CP 2.3.0? (TO) 1800.45 935.113

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__256.opb
MD5SUM8b626683195681f98573c11853056c85
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3842998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint256
Maximum length of a constraint11521
Number of terms in the objective function 3840000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 130042022144
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 130042022144
Number of bits of the biggest sum of numbers37
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-2010 Daniel Le Berre
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.08	c version 2.3.1.v20110525
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.18-164.el5
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		9996466904
0.01/0.08	c Max memory 		10048897024
0.01/0.08	c Total memory 		10048897024
0.01/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3455412-1307196554.opb
0.10/0.11	c reading problem ... 
151.45/112.89	c ... done. Wall clock time 112.783s.
151.45/112.89	c #vars     3842998
151.45/112.89	c #constraints  21000
151.45/112.89	c constraints type 
151.45/112.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
151.45/112.89	c org.sat4j.minisat.constraints.card.MinWatchCard => 15002
151.45/112.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5996
151.45/112.89	c constraints type 
151.45/112.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
151.45/112.89	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
151.45/112.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
746.98/406.35	c cleaning 2559 clauses out of 5118 with flag 5118/5118
1103.95/585.11	c cleaning 4328 clauses out of 8655 with flag 11214/11214
1491.86/780.05	c cleaning 5640 clauses out of 11285 with flag 18172/18172
1800.12/934.82	c starts		: 44
1800.12/934.82	c conflicts		: 23381
1800.12/934.82	c decisions		: 135381485
1800.12/934.82	c propagations		: 145215420
1800.12/934.82	c inspects		: 298831659
1800.12/934.82	c shortcuts		: 0
1800.12/934.82	c learnt literals	: 0
1800.12/934.82	c learnt binary clauses	: 0
1800.12/934.82	c learnt ternary clauses	: 0
1800.12/934.82	c learnt constraints	: 23380
1800.12/934.82	c ignored constraints	: 0
1800.12/934.82	c root simplifications	: 0
1800.12/934.82	c removed literals (reason simplification)	: 393
1800.12/934.82	c reason swapping (by a shorter reason)	: 0
1800.12/934.82	c Calls to reduceDB	: 3
1800.12/934.82	c number of reductions to clauses (during analyze)	: 0
1800.12/934.82	c number of learned constraints concerned by reduction	: 0
1800.12/934.82	c number of learning phase by resolution	: 0
1800.12/934.82	c number of learning phase by cutting planes	: 0
1800.12/934.82	c speed (assignments/second)	: 176680.4394641749
1800.12/934.82	c non guided choices	84710137
1800.12/934.83	c learnt constraints type 
1800.12/934.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10855
1800.12/934.83	c constraints type 
1800.12/934.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
1800.12/934.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 15002
1800.12/934.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5996
1800.12/934.83	c constraints type 
1800.12/934.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.12/934.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
1800.12/934.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.12/934.83	s UNKNOWN
1800.12/934.83	c Total wall clock time (in seconds): 934.721

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3455412-1307196554/watcher-3455412-1307196554 -o /tmp/evaluation-result-3455412-1307196554/solver-3455412-1307196554 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455412-1307196554.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.38 3.83 3.73 3/458 14161
/proc/meminfo: memFree=24000080/32951124 swapFree=50923800/67111528
[pid=14161] ppid=14159 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/14161/stat : 14161 (java) S 14159 14161 14047 0 -1 4202496 4497 0 1 0 0 0 0 0 22 0 2 0 812071543 10694979584 4199 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14161/statm: 2611079 4214 917 9 0 2602235 0
[pid=14161/tid=14162] ppid=14159 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14162/stat : 14162 (java) R 14159 14161 14047 0 -1 4202560 5906 0 1 0 0 0 0 0 24 0 2 0 812071544 10694979584 6722 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270338077755 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.018362 s]
/proc/loadavg: 3.38 3.83 3.73 3/458 14161
/proc/meminfo: memFree=24000080/32951124 swapFree=50923800/67111528
[pid=14161] ppid=14159 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/14161/stat : 14161 (java) S 14159 14161 14047 0 -1 4202496 8256 0 1 0 0 1 0 0 22 0 2 0 812071543 10694979584 7959 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350186469 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/14161/statm: 2611079 7977 917 9 0 2602235 0
[pid=14161/tid=14162] ppid=14159 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14162/stat : 14162 (java) R 14159 14161 14047 0 -1 4202560 7175 0 1 0 0 0 0 0 24 0 2 0 812071544 10694979584 7991 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270338077755 0 4 0 16784584 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10444316

[startup+0.10033 s]
/proc/loadavg: 3.38 3.83 3.73 3/458 14161
/proc/meminfo: memFree=24000080/32951124 swapFree=50923800/67111528
[pid=14161] ppid=14159 vsize=10540200 CPUtime=0.1 cores=1,3,5,7
/proc/14161/stat : 14161 (java) S 14159 14161 14047 0 -1 4202496 13128 0 1 0 9 1 0 0 22 0 18 0 812071543 10793164800 12772 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14161/statm: 2635050 12772 2093 9 0 2625784 0
[pid=14161/tid=14162] ppid=14159 vsize=10540200 CPUtime=0.08 cores=1,3,5,7
/proc/14161/task/14162/stat : 14162 (java) R 14159 14161 14047 0 -1 4202560 11156 0 1 0 7 1 0 0 25 0 18 0 812071544 10793164800 12772 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 47432899510832 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540200

[startup+0.300273 s]
/proc/loadavg: 3.38 3.83 3.73 3/458 14161
/proc/meminfo: memFree=24000080/32951124 swapFree=50923800/67111528
[pid=14161] ppid=14159 vsize=10540200 CPUtime=0.43 cores=1,3,5,7
/proc/14161/stat : 14161 (java) S 14159 14161 14047 0 -1 4202496 58384 0 1 0 37 6 0 0 22 0 18 0 812071543 10793164800 57826 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14161/statm: 2635050 57826 2197 9 0 2625784 0
[pid=14161/tid=14162] ppid=14159 vsize=10540200 CPUtime=0.28 cores=1,3,5,7
/proc/14161/task/14162/stat : 14162 (java) R 14159 14161 14047 0 -1 4202560 55744 0 1 0 23 5 0 0 25 0 18 0 812071544 10793164800 57826 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 46912505357434 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10540200

[startup+0.700193 s]
/proc/loadavg: 3.38 3.83 3.73 3/458 14161
/proc/meminfo: memFree=24000080/32951124 swapFree=50923800/67111528
[pid=14161] ppid=14159 vsize=10540980 CPUtime=0.86 cores=1,3,5,7
/proc/14161/stat : 14161 (java) S 14159 14161 14047 0 -1 4202496 89663 0 1 0 76 10 0 0 22 0 18 0 812071543 10793963520 89105 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14161/statm: 2635245 89105 2200 9 0 2625979 0
[pid=14161/tid=14162] ppid=14159 vsize=10540980 CPUtime=0.68 cores=1,3,5,7
/proc/14161/task/14162/stat : 14162 (java) R 14159 14161 14047 0 -1 4202560 86866 0 1 0 59 9 0 0 25 0 18 0 812071544 10793963520 89105 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 46912505507369 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 10540980

[startup+1.50107 s]
/proc/loadavg: 3.38 3.83 3.73 4/476 14179
/proc/meminfo: memFree=23533032/32951124 swapFree=50923800/67111528
[pid=14161] ppid=14159 vsize=10540980 CPUtime=1.66 cores=1,3,5,7
/proc/14161/stat : 14161 (java) S 14159 14161 14047 0 -1 4202496 150931 0 1 0 148 18 0 0 22 0 18 0 812071543 10793963520 150374 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14161/statm: 2635245 150377 2200 9 0 2625979 0
[pid=14161/tid=14162] ppid=14159 vsize=10540980 CPUtime=1.48 cores=1,3,5,7
/proc/14161/task/14162/stat : 14162 (java) R 14159 14161 14047 0 -1 4202560 148139 0 1 0 131 17 0 0 25 0 18 0 812071544 10793963520 150378 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 46912505365698 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14161/tid=14164] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14164/stat : 14164 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 150380 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14165] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14165/stat : 14165 (java) S 14159 14161 14047 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 150382 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14166] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14166/stat : 14166 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 150384 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14167] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14167/stat : 14167 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 150386 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14168] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14168/stat : 14168 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 150388 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14169] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14169/stat : 14169 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 150390 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14170] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14170/stat : 14170 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 150391 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14171] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14171/stat : 14171 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 150393 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14172] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14172/stat : 14172 (java) S 14159 14161 14047 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 812071546 10793963520 150395 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 0 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14173] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14173/stat : 14173 (java) S 14159 14161 14047 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 812071547 10793963520 150397 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14174] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14174/stat : 14174 (java) S 14159 14161 14047 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 812071547 10793963520 150399 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14175] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14175/stat : 14175 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071549 10793963520 150401 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350207409 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14176] ppid=14159 vsize=10540980 CPUtime=0.08 cores=1,3,5,7
/proc/14161/task/14176/stat : 14176 (java) S 14159 14161 14047 0 -1 4202560 774 0 0 0 8 0 0 0 15 0 18 0 812071549 10793963520 150403 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
[pid=14161/tid=14177] ppid=14159 vsize=10540980 CPUtime=0.07 cores=1,3,5,7
/proc/14161/task/14177/stat : 14177 (java) S 14159 14161 14047 0 -1 4202560 872 0 0 0 7 0 0 0 16 0 18 0 812071549 10793963520 150405 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14178] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14178/stat : 14178 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071549 10793963520 150406 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14179] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14179/stat : 14179 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 812071549 10793963520 150408 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.66
Current children cumulated vsize (KiB) 10540980

[startup+3.10075 s]
/proc/loadavg: 3.43 3.83 3.73 4/476 14179
/proc/meminfo: memFree=23186824/32951124 swapFree=50923800/67111528
[pid=14161] ppid=14159 vsize=10540980 CPUtime=3.26 cores=1,3,5,7
/proc/14161/stat : 14161 (java) S 14159 14161 14047 0 -1 4202496 274642 0 1 0 294 32 0 0 22 0 18 0 812071543 10793963520 274084 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14161/statm: 2635245 274087 2204 9 0 2625979 0
[pid=14161/tid=14162] ppid=14159 vsize=10540980 CPUtime=3.08 cores=1,3,5,7
/proc/14161/task/14162/stat : 14162 (java) R 14159 14161 14047 0 -1 4202560 271846 0 1 0 277 31 0 0 25 0 18 0 812071544 10793963520 274089 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 46912505549726 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14161/tid=14164] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14164/stat : 14164 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 274091 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14165] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14165/stat : 14165 (java) S 14159 14161 14047 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 274093 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14166] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14166/stat : 14166 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 274094 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14167] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14167/stat : 14167 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 274096 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14168] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14168/stat : 14168 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 274098 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14169] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14169/stat : 14169 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 274100 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14170] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14170/stat : 14170 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 274101 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14171] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14171/stat : 14171 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 274103 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14172] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14172/stat : 14172 (java) S 14159 14161 14047 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 812071546 10793963520 274105 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 0 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14173] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14173/stat : 14173 (java) S 14159 14161 14047 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 812071547 10793963520 274107 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14174] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14174/stat : 14174 (java) S 14159 14161 14047 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 812071547 10793963520 274109 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14175] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14175/stat : 14175 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071549 10793963520 274110 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350207409 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14176] ppid=14159 vsize=10540980 CPUtime=0.08 cores=1,3,5,7
/proc/14161/task/14176/stat : 14176 (java) S 14159 14161 14047 0 -1 4202560 778 0 0 0 8 0 0 0 15 0 18 0 812071549 10793963520 274112 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
[pid=14161/tid=14177] ppid=14159 vsize=10540980 CPUtime=0.07 cores=1,3,5,7
/proc/14161/task/14177/stat : 14177 (java) S 14159 14161 14047 0 -1 4202560 872 0 0 0 7 0 0 0 16 0 18 0 812071549 10793963520 274114 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14178] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14178/stat : 14178 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071549 10793963520 274116 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14179] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14179/stat : 14179 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 812071549 10793963520 274117 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.26
Current children cumulated vsize (KiB) 10540980

[startup+6.30112 s]
/proc/loadavg: 3.43 3.83 3.73 3/473 14179
/proc/meminfo: memFree=22110096/32951124 swapFree=50923800/67111528
[pid=14161] ppid=14159 vsize=10540980 CPUtime=6.47 cores=1,3,5,7
/proc/14161/stat : 14161 (java) S 14159 14161 14047 0 -1 4202496 536656 0 1 0 588 59 0 0 22 0 18 0 812071543 10793963520 536088 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14161/statm: 2635245 536092 2206 9 0 2625979 0
[pid=14161/tid=14162] ppid=14159 vsize=10540980 CPUtime=6.28 cores=1,3,5,7
/proc/14161/task/14162/stat : 14162 (java) R 14159 14161 14047 0 -1 4202560 533855 0 1 0 569 59 0 0 19 0 18 0 812071544 10793963520 536094 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 46912505574219 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14161/tid=14164] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14164/stat : 14164 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 536096 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14165] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14165/stat : 14165 (java) S 14159 14161 14047 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 536098 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14166] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14166/stat : 14166 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 536100 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14167] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14167/stat : 14167 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 536102 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14168] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14168/stat : 14168 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 536104 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14169] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14169/stat : 14169 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 536106 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14170] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14170/stat : 14170 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 536108 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14171] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14171/stat : 14171 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071545 10793963520 536110 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14172] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14172/stat : 14172 (java) S 14159 14161 14047 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 812071546 10793963520 536112 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 0 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14173] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14173/stat : 14173 (java) S 14159 14161 14047 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 812071547 10793963520 536115 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14174] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14174/stat : 14174 (java) S 14159 14161 14047 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 812071547 10793963520 536117 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14175] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14175/stat : 14175 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071549 10793963520 536119 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350207409 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14176] ppid=14159 vsize=10540980 CPUtime=0.08 cores=1,3,5,7
/proc/14161/task/14176/stat : 14176 (java) S 14159 14161 14047 0 -1 4202560 778 0 0 0 8 0 0 0 16 0 18 0 812071549 10793963520 536121 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
[pid=14161/tid=14177] ppid=14159 vsize=10540980 CPUtime=0.09 cores=1,3,5,7
/proc/14161/task/14177/stat : 14177 (java) S 14159 14161 14047 0 -1 4202560 876 0 0 0 9 0 0 0 15 0 18 0 812071549 10793963520 536123 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14178] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14178/stat : 14178 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 812071549 10793963520 536125 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14179] ppid=14159 vsize=10540980 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14179/stat : 14179 (java) S 14159 14161 14047 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 812071549 10793963520 536127 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0

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

/proc/14161/task/14166/stat : 14166 (java) R 14159 14161 14047 0 -1 4202560 120651 0 0 0 1058 18 0 0 15 0 22 0 812071545 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270338337079 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14161/tid=14167] ppid=14159 vsize=10560444 CPUtime=10.83 cores=1,3,5,7
/proc/14161/task/14167/stat : 14167 (java) R 14159 14161 14047 0 -1 4202560 151431 0 0 0 1062 21 0 0 15 0 22 0 812071545 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270338337079 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14161/tid=14168] ppid=14159 vsize=10560444 CPUtime=12.49 cores=1,3,5,7
/proc/14161/task/14168/stat : 14168 (java) R 14159 14161 14047 0 -1 4202560 179762 0 0 0 1224 25 0 0 15 0 22 0 812071545 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 47432897753680 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=14161/tid=14169] ppid=14159 vsize=10560444 CPUtime=10.2 cores=1,3,5,7
/proc/14161/task/14169/stat : 14169 (java) R 14159 14161 14047 0 -1 4202560 142874 0 0 0 999 21 0 0 15 0 22 0 812071545 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 47432897753651 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14161/tid=14170] ppid=14159 vsize=10560444 CPUtime=10.41 cores=1,3,5,7
/proc/14161/task/14170/stat : 14170 (java) R 14159 14161 14047 0 -1 4202560 182385 0 0 0 1016 25 0 0 15 0 22 0 812071545 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270338337079 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14161/tid=14171] ppid=14159 vsize=10560444 CPUtime=11.71 cores=1,3,5,7
/proc/14161/task/14171/stat : 14171 (java) R 14159 14161 14047 0 -1 4202560 175136 0 0 0 1148 23 0 0 15 0 22 0 812071545 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14161/tid=14172] ppid=14159 vsize=10560444 CPUtime=16.04 cores=1,3,5,7
/proc/14161/task/14172/stat : 14172 (java) S 14159 14161 14047 0 -1 4202560 9089 0 0 0 1602 2 0 0 15 0 22 0 812071546 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 0 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14173] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14173/stat : 14173 (java) S 14159 14161 14047 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812071547 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 1 0 0 0
[pid=14161/tid=14174] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14174/stat : 14174 (java) S 14159 14161 14047 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 812071547 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
[pid=14161/tid=14175] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14175/stat : 14175 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812071549 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350207409 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14176] ppid=14159 vsize=10560444 CPUtime=1.07 cores=1,3,5,7
/proc/14161/task/14176/stat : 14176 (java) S 14159 14161 14047 0 -1 4202560 2246 0 0 0 107 0 0 0 15 0 22 0 812071549 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
[pid=14161/tid=14177] ppid=14159 vsize=10560444 CPUtime=0.82 cores=1,3,5,7
/proc/14161/task/14177/stat : 14177 (java) S 14159 14161 14047 0 -1 4202560 3203 0 0 0 82 0 0 0 15 0 22 0 812071549 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14178] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14178/stat : 14178 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812071549 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14179] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14179/stat : 14179 (java) S 14159 14161 14047 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 812071549 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
[pid=14161/tid=14238] ppid=14159 vsize=10560444 CPUtime=684.51 cores=1,3,5,7
/proc/14161/task/14238/stat : 14238 (java) S 14159 14161 14047 0 -1 4202560 47 0 0 0 68451 0 0 0 25 0 22 0 812082833 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 1 0 0 0
[pid=14161/tid=14239] ppid=14159 vsize=10560444 CPUtime=684.4 cores=1,3,5,7
/proc/14161/task/14239/stat : 14239 (java) S 14159 14161 14047 0 -1 4202560 102 0 0 0 68440 0 0 0 25 0 22 0 812082833 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14240] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14240/stat : 14240 (java) S 14159 14161 14047 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 812082940 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14241] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14241/stat : 14241 (java) S 14159 14161 14047 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 812082940 10813894656 1910946 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1572.32
Current children cumulated vsize (KiB) 10560444

[startup+882.301 s]
/proc/loadavg: 3.02 3.21 3.45 4/478 14261
/proc/meminfo: memFree=12895148/32951124 swapFree=50923800/67111528
[pid=14161] ppid=14159 vsize=10560444 CPUtime=1693.2 cores=1,3,5,7
/proc/14161/stat : 14161 (java) S 14159 14161 14047 0 -1 4202496 1924735 0 1 0 169059 261 0 0 22 0 22 0 812071543 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14161/statm: 2640111 1910948 2263 9 0 2630845 0
[pid=14161/tid=14162] ppid=14159 vsize=10560444 CPUtime=99.39 cores=1,3,5,7
/proc/14161/task/14162/stat : 14162 (java) S 14159 14161 14047 0 -1 4202560 651189 0 1 0 9858 81 0 0 15 0 22 0 812071544 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 1 0 0 0
[pid=14161/tid=14164] ppid=14159 vsize=10560444 CPUtime=9.53 cores=1,3,5,7
/proc/14161/task/14164/stat : 14164 (java) S 14159 14161 14047 0 -1 4202560 126149 0 0 0 935 18 0 0 16 0 22 0 812071545 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 1 0 0 0
[pid=14161/tid=14165] ppid=14159 vsize=10560444 CPUtime=10.53 cores=1,3,5,7
/proc/14161/task/14165/stat : 14165 (java) S 14159 14161 14047 0 -1 4202560 179253 0 0 0 1033 20 0 0 16 0 22 0 812071545 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
[pid=14161/tid=14166] ppid=14159 vsize=10560444 CPUtime=10.87 cores=1,3,5,7
/proc/14161/task/14166/stat : 14166 (java) S 14159 14161 14047 0 -1 4202560 120651 0 0 0 1069 18 0 0 16 0 22 0 812071545 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14167] ppid=14159 vsize=10560444 CPUtime=11.11 cores=1,3,5,7
/proc/14161/task/14167/stat : 14167 (java) S 14159 14161 14047 0 -1 4202560 151433 0 0 0 1090 21 0 0 16 0 22 0 812071545 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14168] ppid=14159 vsize=10560444 CPUtime=12.66 cores=1,3,5,7
/proc/14161/task/14168/stat : 14168 (java) S 14159 14161 14047 0 -1 4202560 179762 0 0 0 1241 25 0 0 16 0 22 0 812071545 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14169] ppid=14159 vsize=10560444 CPUtime=10.52 cores=1,3,5,7
/proc/14161/task/14169/stat : 14169 (java) S 14159 14161 14047 0 -1 4202560 142874 0 0 0 1031 21 0 0 16 0 22 0 812071545 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14170] ppid=14159 vsize=10560444 CPUtime=10.75 cores=1,3,5,7
/proc/14161/task/14170/stat : 14170 (java) S 14159 14161 14047 0 -1 4202560 182385 0 0 0 1050 25 0 0 16 0 22 0 812071545 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 1 0 0 0
[pid=14161/tid=14171] ppid=14159 vsize=10560444 CPUtime=11.8 cores=1,3,5,7
/proc/14161/task/14171/stat : 14171 (java) S 14159 14161 14047 0 -1 4202560 175136 0 0 0 1157 23 0 0 16 0 22 0 812071545 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 1 0 0 0
[pid=14161/tid=14172] ppid=14159 vsize=10560444 CPUtime=16.04 cores=1,3,5,7
/proc/14161/task/14172/stat : 14172 (java) S 14159 14161 14047 0 -1 4202560 9091 0 0 0 1602 2 0 0 15 0 22 0 812071546 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 0 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14173] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14173/stat : 14173 (java) S 14159 14161 14047 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812071547 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 1 0 0 0
[pid=14161/tid=14174] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14174/stat : 14174 (java) S 14159 14161 14047 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 812071547 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
[pid=14161/tid=14175] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14175/stat : 14175 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812071549 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350207409 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14176] ppid=14159 vsize=10560444 CPUtime=1.07 cores=1,3,5,7
/proc/14161/task/14176/stat : 14176 (java) S 14159 14161 14047 0 -1 4202560 2246 0 0 0 107 0 0 0 15 0 22 0 812071549 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
[pid=14161/tid=14177] ppid=14159 vsize=10560444 CPUtime=0.82 cores=1,3,5,7
/proc/14161/task/14177/stat : 14177 (java) S 14159 14161 14047 0 -1 4202560 3203 0 0 0 82 0 0 0 15 0 22 0 812071549 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14178] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14178/stat : 14178 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812071549 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14179] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14179/stat : 14179 (java) S 14159 14161 14047 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 812071549 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14238] ppid=14159 vsize=10560444 CPUtime=744.04 cores=1,3,5,7
/proc/14161/task/14238/stat : 14238 (java) R 14159 14161 14047 0 -1 4202560 48 0 0 0 74404 0 0 0 25 0 22 0 812082833 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 46912505847259 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14161/tid=14239] ppid=14159 vsize=10560444 CPUtime=743.93 cores=1,3,5,7
/proc/14161/task/14239/stat : 14239 (java) R 14159 14161 14047 0 -1 4202560 105 0 0 0 74393 0 0 0 25 0 22 0 812082833 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 46912505986729 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14161/tid=14240] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14240/stat : 14240 (java) S 14159 14161 14047 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 812082940 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14241] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14241/stat : 14241 (java) S 14159 14161 14047 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 812082940 10813894656 1910948 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1693.2
Current children cumulated vsize (KiB) 10560444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+934.801 s]
/proc/loadavg: 3.01 3.18 3.43 4/478 14263
/proc/meminfo: memFree=12895120/32951124 swapFree=50923800/67111528
[pid=14161] ppid=14159 vsize=10560444 CPUtime=1800.12 cores=1,3,5,7
/proc/14161/stat : 14161 (java) S 14159 14161 14047 0 -1 4202496 1924756 0 1 0 179751 261 0 0 22 0 22 0 812071543 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350186469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14161/statm: 2640111 1910957 2263 9 0 2630845 0
[pid=14161/tid=14162] ppid=14159 vsize=10560444 CPUtime=99.39 cores=1,3,5,7
/proc/14161/task/14162/stat : 14162 (java) S 14159 14161 14047 0 -1 4202560 651192 0 1 0 9858 81 0 0 15 0 22 0 812071544 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 1 0 0 0
[pid=14161/tid=14164] ppid=14159 vsize=10560444 CPUtime=9.77 cores=1,3,5,7
/proc/14161/task/14164/stat : 14164 (java) S 14159 14161 14047 0 -1 4202560 126149 0 0 0 959 18 0 0 16 0 22 0 812071545 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 1 0 0 0
[pid=14161/tid=14165] ppid=14159 vsize=10560444 CPUtime=11.13 cores=1,3,5,7
/proc/14161/task/14165/stat : 14165 (java) S 14159 14161 14047 0 -1 4202560 179258 0 0 0 1093 20 0 0 16 0 22 0 812071545 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
[pid=14161/tid=14166] ppid=14159 vsize=10560444 CPUtime=11.48 cores=1,3,5,7
/proc/14161/task/14166/stat : 14166 (java) S 14159 14161 14047 0 -1 4202560 120651 0 0 0 1130 18 0 0 16 0 22 0 812071545 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14167] ppid=14159 vsize=10560444 CPUtime=11.58 cores=1,3,5,7
/proc/14161/task/14167/stat : 14167 (java) S 14159 14161 14047 0 -1 4202560 151436 0 0 0 1137 21 0 0 16 0 22 0 812071545 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14168] ppid=14159 vsize=10560444 CPUtime=13.08 cores=1,3,5,7
/proc/14161/task/14168/stat : 14168 (java) S 14159 14161 14047 0 -1 4202560 179762 0 0 0 1283 25 0 0 16 0 22 0 812071545 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
[pid=14161/tid=14169] ppid=14159 vsize=10560444 CPUtime=10.88 cores=1,3,5,7
/proc/14161/task/14169/stat : 14169 (java) S 14159 14161 14047 0 -1 4202560 142874 0 0 0 1067 21 0 0 16 0 22 0 812071545 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14170] ppid=14159 vsize=10560444 CPUtime=11.37 cores=1,3,5,7
/proc/14161/task/14170/stat : 14170 (java) S 14159 14161 14047 0 -1 4202560 182385 0 0 0 1112 25 0 0 16 0 22 0 812071545 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14171] ppid=14159 vsize=10560444 CPUtime=12.39 cores=1,3,5,7
/proc/14161/task/14171/stat : 14171 (java) S 14159 14161 14047 0 -1 4202560 175136 0 0 0 1215 24 0 0 16 0 22 0 812071545 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 1 0 0 0
[pid=14161/tid=14172] ppid=14159 vsize=10560444 CPUtime=16.04 cores=1,3,5,7
/proc/14161/task/14172/stat : 14172 (java) S 14159 14161 14047 0 -1 4202560 9095 0 0 0 1602 2 0 0 15 0 22 0 812071546 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 0 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14173] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14173/stat : 14173 (java) S 14159 14161 14047 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 812071547 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 1 0 0 0
[pid=14161/tid=14174] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14174/stat : 14174 (java) S 14159 14161 14047 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 812071547 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
[pid=14161/tid=14175] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14175/stat : 14175 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812071549 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350207409 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14176] ppid=14159 vsize=10560444 CPUtime=1.07 cores=1,3,5,7
/proc/14161/task/14176/stat : 14176 (java) S 14159 14161 14047 0 -1 4202560 2247 0 0 0 107 0 0 0 15 0 22 0 812071549 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
[pid=14161/tid=14177] ppid=14159 vsize=10560444 CPUtime=0.82 cores=1,3,5,7
/proc/14161/task/14177/stat : 14177 (java) S 14159 14161 14047 0 -1 4202560 3203 0 0 0 82 0 0 0 15 0 22 0 812071549 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14178] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14178/stat : 14178 (java) S 14159 14161 14047 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 812071549 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350199705 0 4 0 16800975 18446604465765188672 0 0 -1 7 0 0 0
[pid=14161/tid=14179] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14179/stat : 14179 (java) S 14159 14161 14047 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 812071549 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14238] ppid=14159 vsize=10560444 CPUtime=795.56 cores=1,3,5,7
/proc/14161/task/14238/stat : 14238 (java) R 14159 14161 14047 0 -1 4202560 49 0 0 0 79556 0 0 0 25 0 22 0 812082833 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 46912506108890 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=14161/tid=14239] ppid=14159 vsize=10560444 CPUtime=795.45 cores=1,3,5,7
/proc/14161/task/14239/stat : 14239 (java) R 14159 14161 14047 0 -1 4202560 107 0 0 0 79545 0 0 0 25 0 22 0 812082833 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 46912506124665 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14161/tid=14240] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14240/stat : 14240 (java) S 14159 14161 14047 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 812082940 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 5 0 0 0
[pid=14161/tid=14241] ppid=14159 vsize=10560444 CPUtime=0 cores=1,3,5,7
/proc/14161/task/14241/stat : 14241 (java) S 14159 14161 14047 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 812082940 10813894656 1910957 33554432000 1073741824 1073778376 140734845453600 18446744073709551615 270350200320 0 4 0 16800975 18446604465765188672 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 10560444

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+935.001 s]
/proc/loadavg: 3.01 3.18 3.43 4/478 14263
/proc/meminfo: memFree=12895120/32951124 swapFree=50923800/67111528
[pid=14161] ppid=14159 vsize=0 CPUtime=1800.33 cores=1,3,5,7
/proc/14161/stat : 14161 (java) Z 14159 14161 14047 0 -1 4203548 1924788 0 1 0 179756 277 0 0 17 0 2 0 812071543 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14161/statm: 0 0 0 0 0 0 0
[pid=14161/tid=14238] ppid=14159 vsize=0 CPUtime=795.73 cores=1,3,5,7
/proc/14161/task/14238/stat : 14238 (java) R 14159 14161 14047 0 -1 4203588 49 0 0 0 79558 15 0 0 25 0 2 0 812082833 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

[startup+935.101 s]
/proc/loadavg: 3.01 3.18 3.43 4/478 14263
/proc/meminfo: memFree=12895120/32951124 swapFree=50923800/67111528
[pid=14161] ppid=14159 vsize=0 CPUtime=1800.43 cores=1,3,5,7
/proc/14161/stat : 14161 (java) Z 14159 14161 14047 0 -1 4203548 1924788 0 1 0 179756 287 0 0 17 0 2 0 812071543 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/14161/statm: 0 0 0 0 0 0 0
[pid=14161/tid=14238] ppid=14159 vsize=0 CPUtime=795.83 cores=1,3,5,7
/proc/14161/task/14238/stat : 14238 (java) R 14159 14161 14047 0 -1 4203588 49 0 0 0 79558 25 0 0 25 0 2 0 812082833 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.43
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 935.113
CPU time (s): 1800.45
CPU user time (s): 1797.57
CPU system time (s): 2.88756
CPU usage (%): 192.539
Max. virtual memory (cumulated for all children) (KiB): 10563372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.57
system time used= 2.88756
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1924788
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31725
involuntary context switches= 148501

runsolver used 4.01439 second user time and 9.75752 second system time

The end

Launcher Data

Begin job on node143 at 2011-06-04 16:09:19
IDJOB=3455412
IDBENCH=71901
IDSOLVER=1950
FILE ID=node143/3455412-1307196554
RUNJOBID= node143-1307196554-14066
PBS_JOBID= 13508897
Free space on /tmp= 73788 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__256.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455412-1307196554/watcher-3455412-1307196554 -o /tmp/evaluation-result-3455412-1307196554/solver-3455412-1307196554 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455412-1307196554.opb

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

MD5SUM BENCH= 8b626683195681f98573c11853056c85
RANDOM SEED=2050203619

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24000360 kB
Buffers:        319668 kB
Cached:         692260 kB
SwapCached:       9140 kB
Active:        8155404 kB
Inactive:       507704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24000360 kB
SwapTotal:    67111528 kB
SwapFree:     50923800 kB
Dirty:          194824 kB
Writeback:           0 kB
AnonPages:     7648776 kB
Mapped:          29764 kB
Slab:           137472 kB
PageTables:      80896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 126025388 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73776 MiB
End job on node143 at 2011-06-04 16:24:56