Trace number 3689938

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.68 905.553

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX60_K192_cod1.opb
MD5SUMeaab10f01ee27b0b121ba65e8f168ce4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3
Best CPU time to get the best result obtained on this benchmark1800.41
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 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 36017252
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 36017252
Number of bits of the biggest sum of numbers26
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689938-1337886451.opb
0.09/0.12	c reading problem ... 
11.83/8.44	c ... done. Wall clock time 8.323s.
11.83/8.44	c declared #vars     399113
11.83/8.44	c #constraints  400980
11.83/8.44	c constraints type 
11.83/8.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
11.83/8.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
11.83/8.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
11.83/8.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
11.83/8.44	c 400980 constraints processed.
11.83/8.44	c constraints type 
11.83/8.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
11.83/8.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
11.83/8.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
11.83/8.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.83/8.44	c 400980 constraints processed.
11.83/8.44	c objective function length is 306555 literals
154.93/79.50	c cleaning 2502 clauses out of 5003 with flag 5004/5004
354.46/179.54	c cleaning 4238 clauses out of 8497 with flag 11000/11000
546.91/276.39	c cleaning 5623 clauses out of 11259 with flag 18000/18000
816.68/411.84	c cleaning 6815 clauses out of 13636 with flag 26000/26000
1135.42/572.08	c cleaning 7907 clauses out of 15823 with flag 35002/35002
1471.66/740.72	c cleaning 8948 clauses out of 17914 with flag 45000/45000
1800.14/905.51	c starts		: 75
1800.14/905.51	c conflicts		: 55703
1800.14/905.51	c decisions		: 592262
1800.14/905.51	c propagations		: 2616862253
1800.14/905.51	c inspects		: 495096224
1800.14/905.51	c shortcuts		: 0
1800.14/905.51	c learnt literals	: 1
1800.14/905.51	c learnt binary clauses	: 344
1800.14/905.51	c learnt ternary clauses	: 194
1800.14/905.51	c learnt constraints	: 55701
1800.14/905.51	c ignored constraints	: 0
1800.14/905.51	c root simplifications	: 0
1800.14/905.51	c removed literals (reason simplification)	: 1891717
1800.14/905.51	c reason swapping (by a shorter reason)	: 0
1800.14/905.51	c Calls to reduceDB	: 6
1800.14/905.51	c number of reductions to clauses (during analyze)	: 0
1800.14/905.51	c number of learned constraints concerned by reduction	: 0
1800.14/905.51	c number of learning phase by resolution	: 0
1800.14/905.51	c number of learning phase by cutting planes	: 0
1800.14/905.51	c speed (assignments/second)	: 2917641.962961724
1800.14/905.51	c non guided choices	18265
1800.14/905.52	c learnt constraints type 
1800.14/905.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 344
1800.14/905.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19325
1800.14/905.52	c constraints type 
1800.14/905.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.14/905.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.14/905.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.14/905.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.14/905.52	c 400980 constraints processed.
1800.14/905.52	c constraints type 
1800.14/905.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.14/905.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.14/905.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.14/905.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.14/905.52	c 400980 constraints processed.
1800.14/905.52	s UNKNOWN
1800.14/905.52	c Total wall clock time (in seconds): 905.398

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-3689938-1337886451/watcher-3689938-1337886451 -o /tmp/evaluation-result-3689938-1337886451/solver-3689938-1337886451 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689938-1337886451.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.80 3.92 3.86 2/197 25850
/proc/meminfo: memFree=25558156/32873648 swapFree=7108/7108
[pid=25850] ppid=25848 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25850/stat : 25850 (java) D 25848 25850 21597 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254772562 9515008 182 33554432000 1073741824 1073778376 140736650275680 140736650266712 219513962165 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/25850/statm: 2323 182 140 9 0 71 0

[startup+0.035676 s]
/proc/loadavg: 3.80 3.92 3.86 2/197 25850
/proc/meminfo: memFree=25558156/32873648 swapFree=7108/7108
[pid=25850] ppid=25848 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/25850/stat : 25850 (java) S 25848 25850 21597 0 -1 4202496 2909 0 1 0 1 0 0 0 20 0 11 0 254772562 9310650368 3609 33554432000 1073741824 1073778376 140734707613328 140734707604464 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25850/statm: 2273108 3609 1631 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100271 s]
/proc/loadavg: 3.80 3.92 3.86 2/197 25850
/proc/meminfo: memFree=25558156/32873648 swapFree=7108/7108
[pid=25850] ppid=25848 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25850/stat : 25850 (java) S 25848 25850 21597 0 -1 4202496 4280 0 1 0 8 1 0 0 20 0 18 0 254772562 9787813888 5471 33554432000 1073741824 1073778376 140734707613328 140734707604464 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25850/statm: 2389603 5472 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300232 s]
/proc/loadavg: 3.80 3.92 3.86 2/197 25850
/proc/meminfo: memFree=25558156/32873648 swapFree=7108/7108
[pid=25850] ppid=25848 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/25850/stat : 25850 (java) S 25848 25850 21597 0 -1 4202496 5976 0 1 0 45 1 0 0 20 0 18 0 254772562 9787813888 15492 33554432000 1073741824 1073778376 140734707613328 140734707604464 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25850/statm: 2389603 15492 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700241 s]
/proc/loadavg: 3.80 3.92 3.86 2/197 25850
/proc/meminfo: memFree=25558156/32873648 swapFree=7108/7108
[pid=25850] ppid=25848 vsize=9558412 CPUtime=0.96 cores=0,2,4,6
/proc/25850/stat : 25850 (java) S 25848 25850 21597 0 -1 4202496 6172 0 1 0 90 6 0 0 20 0 18 0 254772562 9787813888 47336 33554432000 1073741824 1073778376 140734707613328 140734707604464 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25850/statm: 2389603 47336 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9558412

[startup+1.50071 s]
/proc/loadavg: 3.80 3.92 3.86 6/215 25868
/proc/meminfo: memFree=25357380/32873648 swapFree=7108/7108
[pid=25850] ppid=25848 vsize=9558412 CPUtime=2.56 cores=0,2,4,6
/proc/25850/stat : 25850 (java) S 25848 25850 21597 0 -1 4202496 15076 0 1 0 238 18 0 0 20 0 18 0 254772562 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140734707604464 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25850/statm: 2389603 99234 2248 9 0 2380296 0
[pid=25850/tid=25852] ppid=25848 vsize=9558412 CPUtime=1.34 cores=0,2,4,6
/proc/25850/task/25852/stat : 25852 (java) R 25848 25850 21597 0 -1 4202560 2568 0 1 0 129 5 0 0 20 0 18 0 254772563 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663810788152 140663683663046 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25853] ppid=25848 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25850/task/25853/stat : 25853 (java) S 25848 25850 21597 0 -1 4202560 131 0 0 0 5 2 0 0 20 0 18 0 254772565 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663654710056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25854] ppid=25848 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25850/task/25854/stat : 25854 (java) S 25848 25850 21597 0 -1 4202560 66 0 0 0 5 3 0 0 20 0 18 0 254772565 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663653657256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25855] ppid=25848 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25850/task/25855/stat : 25855 (java) S 25848 25850 21597 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 254772565 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663652604968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25856] ppid=25848 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/25850/task/25856/stat : 25856 (java) S 25848 25850 21597 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 18 0 254772565 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663651552168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25857] ppid=25848 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25850/task/25857/stat : 25857 (java) S 25848 25850 21597 0 -1 4202560 62 0 0 0 3 2 0 0 20 0 18 0 254772565 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663650498856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25858] ppid=25848 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 21597 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 18 0 254772565 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663649446056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 21597 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 254772565 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663648393768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25860] ppid=25848 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/25850/task/25860/stat : 25860 (java) S 25848 25850 21597 0 -1 4202560 271 0 0 0 2 0 0 0 20 0 18 0 254772565 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663647340968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25861] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25861/stat : 25861 (java) S 25848 25850 21597 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254772566 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663634930408 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25862] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25862/stat : 25862 (java) S 25848 25850 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254772566 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663633876472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25863/stat : 25863 (java) S 25848 25850 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254772566 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663632824072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25864] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254772569 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663631772560 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25865] ppid=25848 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 21597 0 -1 4202560 4809 0 0 0 35 0 0 0 20 0 18 0 254772569 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663630719160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25866] ppid=25848 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/25850/task/25866/stat : 25866 (java) S 25848 25850 21597 0 -1 4202560 5704 0 0 0 35 1 0 0 20 0 18 0 254772569 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663629666360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25867] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25867/stat : 25867 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254772569 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663628614264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254772569 9787813888 99234 33554432000 1073741824 1073778376 140734707613328 140663627561672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9558412

[startup+3.10074 s]
/proc/loadavg: 3.80 3.92 3.86 4/215 25868
/proc/meminfo: memFree=24883676/32873648 swapFree=7108/7108
[pid=25850] ppid=25848 vsize=9558412 CPUtime=4.78 cores=0,2,4,6
/proc/25850/stat : 25850 (java) S 25848 25850 21597 0 -1 4202496 18478 0 1 0 423 55 0 0 20 0 18 0 254772562 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140734707604464 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25850/statm: 2389603 488286 2248 9 0 2380296 0
[pid=25850/tid=25852] ppid=25848 vsize=9558412 CPUtime=2.72 cores=0,2,4,6
/proc/25850/task/25852/stat : 25852 (java) R 25848 25850 21597 0 -1 4202560 3906 0 1 0 243 29 0 0 20 0 18 0 254772563 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663810781168 140663813729220 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25853] ppid=25848 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/25850/task/25853/stat : 25853 (java) S 25848 25850 21597 0 -1 4202560 334 0 0 0 11 4 0 0 20 0 18 0 254772565 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663654710056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25854] ppid=25848 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/25850/task/25854/stat : 25854 (java) S 25848 25850 21597 0 -1 4202560 370 0 0 0 13 3 0 0 20 0 18 0 254772565 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663653657256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25855] ppid=25848 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/25850/task/25855/stat : 25855 (java) S 25848 25850 21597 0 -1 4202560 187 0 0 0 14 3 0 0 20 0 18 0 254772565 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663652604968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25856] ppid=25848 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/25850/task/25856/stat : 25856 (java) S 25848 25850 21597 0 -1 4202560 131 0 0 0 13 2 0 0 20 0 18 0 254772565 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663651552168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25857] ppid=25848 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/25850/task/25857/stat : 25857 (java) S 25848 25850 21597 0 -1 4202560 111 0 0 0 12 4 0 0 20 0 18 0 254772565 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663650498856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25858] ppid=25848 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 21597 0 -1 4202560 143 0 0 0 11 4 0 0 20 0 18 0 254772565 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663649446056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 21597 0 -1 4202560 36 0 0 0 7 2 0 0 20 0 18 0 254772565 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663648393768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25860] ppid=25848 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/25850/task/25860/stat : 25860 (java) S 25848 25850 21597 0 -1 4202560 599 0 0 0 15 4 0 0 20 0 18 0 254772565 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663647340968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25861] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25861/stat : 25861 (java) S 25848 25850 21597 0 -1 4202560 975 0 0 0 0 0 0 0 20 0 18 0 254772566 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663634930408 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25862] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25862/stat : 25862 (java) S 25848 25850 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254772566 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663633876472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25863/stat : 25863 (java) S 25848 25850 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254772566 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663632824072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25864] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254772569 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663631772560 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25865] ppid=25848 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 21597 0 -1 4202560 4809 0 0 0 35 0 0 0 20 0 18 0 254772569 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663630719160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25866] ppid=25848 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/25850/task/25866/stat : 25866 (java) S 25848 25850 21597 0 -1 4202560 5704 0 0 0 35 1 0 0 20 0 18 0 254772569 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663629666360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25867] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25867/stat : 25867 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254772569 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663628614264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254772569 9787813888 488286 33554432000 1073741824 1073778376 140734707613328 140663627561672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 9558412

[startup+6.30078 s]
/proc/loadavg: 4.30 4.02 3.89 4/215 25868
/proc/meminfo: memFree=22618668/32873648 swapFree=7108/7108
[pid=25850] ppid=25848 vsize=9558412 CPUtime=9.33 cores=0,2,4,6
/proc/25850/stat : 25850 (java) S 25848 25850 21597 0 -1 4202496 21872 0 1 0 847 86 0 0 20 0 18 0 254772562 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140734707604464 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25850/statm: 2389603 735123 2248 9 0 2380296 0
[pid=25850/tid=25852] ppid=25848 vsize=9558412 CPUtime=5.43 cores=0,2,4,6
/proc/25850/task/25852/stat : 25852 (java) R 25848 25850 21597 0 -1 4202560 4279 0 1 0 501 42 0 0 20 0 18 0 254772563 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663810788784 219517347085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25853] ppid=25848 vsize=9558412 CPUtime=0.39 cores=0,2,4,6
/proc/25850/task/25853/stat : 25853 (java) S 25848 25850 21597 0 -1 4202560 671 0 0 0 33 6 0 0 20 0 18 0 254772565 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663654710056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25854] ppid=25848 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/25850/task/25854/stat : 25854 (java) S 25848 25850 21597 0 -1 4202560 434 0 0 0 37 6 0 0 20 0 18 0 254772565 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663653657256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25855] ppid=25848 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/25850/task/25855/stat : 25855 (java) S 25848 25850 21597 0 -1 4202560 707 0 0 0 32 5 0 0 20 0 18 0 254772565 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663652604968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25856] ppid=25848 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/25850/task/25856/stat : 25856 (java) S 25848 25850 21597 0 -1 4202560 708 0 0 0 31 4 0 0 20 0 18 0 254772565 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663651552168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25857] ppid=25848 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/25850/task/25857/stat : 25857 (java) S 25848 25850 21597 0 -1 4202560 174 0 0 0 34 6 0 0 20 0 18 0 254772565 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663650498856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25858] ppid=25848 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 21597 0 -1 4202560 428 0 0 0 30 6 0 0 20 0 18 0 254772565 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663649446056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=9558412 CPUtime=0.32 cores=0,2,4,6
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 21597 0 -1 4202560 423 0 0 0 28 4 0 0 20 0 18 0 254772565 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663648393768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25860] ppid=25848 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/25850/task/25860/stat : 25860 (java) S 25848 25850 21597 0 -1 4202560 1099 0 0 0 38 6 0 0 20 0 18 0 254772565 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663647340968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25861] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25861/stat : 25861 (java) S 25848 25850 21597 0 -1 4202560 1263 0 0 0 0 0 0 0 20 0 18 0 254772566 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663634930408 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25862] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25862/stat : 25862 (java) S 25848 25850 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254772566 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663633876472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25863/stat : 25863 (java) S 25848 25850 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254772566 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663632824072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25864] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254772569 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663631772560 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25865] ppid=25848 vsize=9558412 CPUtime=0.35 cores=0,2,4,6
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 21597 0 -1 4202560 4809 0 0 0 35 0 0 0 20 0 18 0 254772569 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663630719160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25866] ppid=25848 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/25850/task/25866/stat : 25866 (java) S 25848 25850 21597 0 -1 4202560 5704 0 0 0 35 1 0 0 20 0 18 0 254772569 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663629666360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25867] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25867/stat : 25867 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254772569 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663628614264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254772569 9787813888 735123 33554432000 1073741824 1073778376 140734707613328 140663627561672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.33
Current children cumulated vsize (KiB) 9558412

[startup+12.7008 s]
/proc/loadavg: 4.27 4.02 3.89 5/219 25872
/proc/meminfo: memFree=22606964/32873648 swapFree=7108/7108
[pid=25850] ppid=25848 vsize=9824668 CPUtime=21.32 cores=0,2,4,6
/proc/25850/stat : 25850 (java) S 25848 25850 21597 0 -1 4202496 27218 0 1 0 2044 88 0 0 20 0 22 0 254772562 10060460032 738031 33554432000 1073741824 1073778376 140734707613328 140734707604464 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25850/statm: 2456167 738031 2270 9 0 2446860 0
[pid=25850/tid=25852] ppid=25848 vsize=9824668 CPUtime=7.58 cores=0,2,4,6

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

[pid=25850/tid=25870] ppid=25848 vsize=9824668 CPUtime=805.67 cores=0,2,4,6
/proc/25850/task/25870/stat : 25870 (java) R 25848 25850 21597 0 -1 4202560 70 0 0 0 80553 14 0 0 20 0 22 0 254773407 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663625452096 140663683883908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25871] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25871/stat : 25871 (java) S 25848 25850 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254773423 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663624402600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25872] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25872/stat : 25872 (java) S 25848 25850 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254773423 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663623349800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1633.75
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.75 3.87 3.88 5/219 25952
/proc/meminfo: memFree=23370836/32873648 swapFree=7108/7108
[pid=25850] ppid=25848 vsize=9824668 CPUtime=1753.74 cores=0,2,4,6
/proc/25850/stat : 25850 (java) S 25848 25850 21597 0 -1 4202496 58363 0 1 0 175240 134 0 0 20 0 22 0 254772562 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140734707604464 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25850/statm: 2456167 817408 2282 9 0 2446860 0
[pid=25850/tid=25852] ppid=25848 vsize=9824668 CPUtime=7.62 cores=0,2,4,6
/proc/25850/task/25852/stat : 25852 (java) S 25848 25850 21597 0 -1 4202560 4297 0 1 0 718 44 0 0 20 0 22 0 254772563 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663810790392 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25853] ppid=25848 vsize=9824668 CPUtime=0.54 cores=0,2,4,6
/proc/25850/task/25853/stat : 25853 (java) S 25848 25850 21597 0 -1 4202560 3220 0 0 0 46 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663654710056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25854] ppid=25848 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/25850/task/25854/stat : 25854 (java) S 25848 25850 21597 0 -1 4202560 4628 0 0 0 50 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663653657256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25855] ppid=25848 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/25850/task/25855/stat : 25855 (java) S 25848 25850 21597 0 -1 4202560 4513 0 0 0 58 10 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663652604968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25856] ppid=25848 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/25850/task/25856/stat : 25856 (java) S 25848 25850 21597 0 -1 4202560 4538 0 0 0 54 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663651552168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25857] ppid=25848 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/25850/task/25857/stat : 25857 (java) S 25848 25850 21597 0 -1 4202560 5395 0 0 0 48 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663650498856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25858] ppid=25848 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 21597 0 -1 4202560 4251 0 0 0 45 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663649446056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 21597 0 -1 4202560 3967 0 0 0 45 7 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663648393768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25860] ppid=25848 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/25850/task/25860/stat : 25860 (java) S 25848 25850 21597 0 -1 4202560 5116 0 0 0 50 10 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663647340968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25861] ppid=25848 vsize=9824668 CPUtime=7.49 cores=0,2,4,6
/proc/25850/task/25861/stat : 25861 (java) S 25848 25850 21597 0 -1 4202560 1339 0 0 0 749 0 0 0 20 0 22 0 254772566 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663634930408 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25862] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25862/stat : 25862 (java) S 25848 25850 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254772566 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663633876472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25863/stat : 25863 (java) S 25848 25850 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254772566 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663632824072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25864] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663631772560 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25865] ppid=25848 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 21597 0 -1 4202560 10005 0 0 0 117 2 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663630719160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25866] ppid=25848 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/25850/task/25866/stat : 25866 (java) S 25848 25850 21597 0 -1 4202560 5752 0 0 0 107 2 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663629666360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25867] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25867/stat : 25867 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663628614264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 21597 0 -1 4202560 51 0 0 0 13 23 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663627561672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25869] ppid=25848 vsize=9824668 CPUtime=865.89 cores=0,2,4,6
/proc/25850/task/25869/stat : 25869 (java) R 25848 25850 21597 0 -1 4202560 34 0 0 0 86574 15 0 0 20 0 22 0 254773407 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663626505120 140663684486707 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25870] ppid=25848 vsize=9824668 CPUtime=865.66 cores=0,2,4,6
/proc/25850/task/25870/stat : 25870 (java) R 25848 25850 21597 0 -1 4202560 70 0 0 0 86551 15 0 0 20 0 22 0 254773407 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663625452344 140663683884041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25871] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25871/stat : 25871 (java) S 25848 25850 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254773423 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663624402600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25872] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25872/stat : 25872 (java) S 25848 25850 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254773423 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663623349800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1753.74
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.501 s]
/proc/loadavg: 3.84 3.88 3.88 5/219 25952
/proc/meminfo: memFree=23370592/32873648 swapFree=7108/7108
[pid=25850] ppid=25848 vsize=9824668 CPUtime=1800.14 cores=0,2,4,6
/proc/25850/stat : 25850 (java) S 25848 25850 21597 0 -1 4202496 58365 0 1 0 179880 134 0 0 20 0 22 0 254772562 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140734707604464 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25850/statm: 2456167 817408 2282 9 0 2446860 0
[pid=25850/tid=25852] ppid=25848 vsize=9824668 CPUtime=7.62 cores=0,2,4,6
/proc/25850/task/25852/stat : 25852 (java) S 25848 25850 21597 0 -1 4202560 4297 0 1 0 718 44 0 0 20 0 22 0 254772563 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663810790392 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25853] ppid=25848 vsize=9824668 CPUtime=0.54 cores=0,2,4,6
/proc/25850/task/25853/stat : 25853 (java) S 25848 25850 21597 0 -1 4202560 3220 0 0 0 46 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663654710056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25854] ppid=25848 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/25850/task/25854/stat : 25854 (java) S 25848 25850 21597 0 -1 4202560 4628 0 0 0 50 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663653657256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25855] ppid=25848 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/25850/task/25855/stat : 25855 (java) S 25848 25850 21597 0 -1 4202560 4513 0 0 0 58 10 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663652604968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25856] ppid=25848 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/25850/task/25856/stat : 25856 (java) S 25848 25850 21597 0 -1 4202560 4538 0 0 0 54 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663651552168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25857] ppid=25848 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/25850/task/25857/stat : 25857 (java) S 25848 25850 21597 0 -1 4202560 5395 0 0 0 48 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663650498856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25858] ppid=25848 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 21597 0 -1 4202560 4251 0 0 0 45 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663649446056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 21597 0 -1 4202560 3967 0 0 0 45 7 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663648393768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25860] ppid=25848 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/25850/task/25860/stat : 25860 (java) S 25848 25850 21597 0 -1 4202560 5116 0 0 0 50 10 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663647340968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25861] ppid=25848 vsize=9824668 CPUtime=7.49 cores=0,2,4,6
/proc/25850/task/25861/stat : 25861 (java) S 25848 25850 21597 0 -1 4202560 1339 0 0 0 749 0 0 0 20 0 22 0 254772566 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663634930408 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25862] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25862/stat : 25862 (java) S 25848 25850 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254772566 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663633876472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25863/stat : 25863 (java) S 25848 25850 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254772566 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663632824072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25864] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663631772560 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25865] ppid=25848 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 21597 0 -1 4202560 10005 0 0 0 117 2 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663630719160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25866] ppid=25848 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/25850/task/25866/stat : 25866 (java) S 25848 25850 21597 0 -1 4202560 5752 0 0 0 107 2 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663629666360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25867] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25867/stat : 25867 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663628614264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 21597 0 -1 4202560 53 0 0 0 14 23 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663627561672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25869] ppid=25848 vsize=9824668 CPUtime=889.1 cores=0,2,4,6
/proc/25850/task/25869/stat : 25869 (java) R 25848 25850 21597 0 -1 4202560 34 0 0 0 88895 15 0 0 20 0 22 0 254773407 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663626505120 140663684343356 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25870] ppid=25848 vsize=9824668 CPUtime=888.87 cores=0,2,4,6
/proc/25850/task/25870/stat : 25870 (java) R 25848 25850 21597 0 -1 4202560 70 0 0 0 88872 15 0 0 20 0 22 0 254773407 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663625452344 140663683884095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25871] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25871/stat : 25871 (java) S 25848 25850 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254773423 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663624402600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25872] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25872/stat : 25872 (java) S 25848 25850 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254773423 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663623349800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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+905.501 s]
/proc/loadavg: 3.84 3.88 3.88 5/219 25952
/proc/meminfo: memFree=23370592/32873648 swapFree=7108/7108
[pid=25850] ppid=25848 vsize=9824668 CPUtime=1800.14 cores=0,2,4,6
/proc/25850/stat : 25850 (java) S 25848 25850 21597 0 -1 4202496 58365 0 1 0 179880 134 0 0 20 0 22 0 254772562 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140734707604464 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25850/statm: 2456167 817408 2282 9 0 2446860 0
[pid=25850/tid=25852] ppid=25848 vsize=9824668 CPUtime=7.62 cores=0,2,4,6
/proc/25850/task/25852/stat : 25852 (java) S 25848 25850 21597 0 -1 4202560 4297 0 1 0 718 44 0 0 20 0 22 0 254772563 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663810790392 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25853] ppid=25848 vsize=9824668 CPUtime=0.54 cores=0,2,4,6
/proc/25850/task/25853/stat : 25853 (java) S 25848 25850 21597 0 -1 4202560 3220 0 0 0 46 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663654710056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25854] ppid=25848 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/25850/task/25854/stat : 25854 (java) S 25848 25850 21597 0 -1 4202560 4628 0 0 0 50 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663653657256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25855] ppid=25848 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/25850/task/25855/stat : 25855 (java) S 25848 25850 21597 0 -1 4202560 4513 0 0 0 58 10 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663652604968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25856] ppid=25848 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/25850/task/25856/stat : 25856 (java) S 25848 25850 21597 0 -1 4202560 4538 0 0 0 54 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663651552168 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25857] ppid=25848 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/25850/task/25857/stat : 25857 (java) S 25848 25850 21597 0 -1 4202560 5395 0 0 0 48 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663650498856 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25858] ppid=25848 vsize=9824668 CPUtime=0.53 cores=0,2,4,6
/proc/25850/task/25858/stat : 25858 (java) S 25848 25850 21597 0 -1 4202560 4251 0 0 0 45 8 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663649446056 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25859] ppid=25848 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/25850/task/25859/stat : 25859 (java) S 25848 25850 21597 0 -1 4202560 3967 0 0 0 45 7 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663648393768 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25860] ppid=25848 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/25850/task/25860/stat : 25860 (java) S 25848 25850 21597 0 -1 4202560 5116 0 0 0 50 10 0 0 20 0 22 0 254772565 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663647340968 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25861] ppid=25848 vsize=9824668 CPUtime=7.49 cores=0,2,4,6
/proc/25850/task/25861/stat : 25861 (java) S 25848 25850 21597 0 -1 4202560 1339 0 0 0 749 0 0 0 20 0 22 0 254772566 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663634930408 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25862] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25862/stat : 25862 (java) S 25848 25850 21597 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254772566 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663633876472 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25863] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25863/stat : 25863 (java) S 25848 25850 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254772566 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663632824072 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25864] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25864/stat : 25864 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663631772560 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25865] ppid=25848 vsize=9824668 CPUtime=1.19 cores=0,2,4,6
/proc/25850/task/25865/stat : 25865 (java) S 25848 25850 21597 0 -1 4202560 10005 0 0 0 117 2 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663630719160 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25866] ppid=25848 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/25850/task/25866/stat : 25866 (java) S 25848 25850 21597 0 -1 4202560 5752 0 0 0 107 2 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663629666360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25850/tid=25867] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25867/stat : 25867 (java) S 25848 25850 21597 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663628614264 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25868] ppid=25848 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/25850/task/25868/stat : 25868 (java) S 25848 25850 21597 0 -1 4202560 53 0 0 0 14 23 0 0 20 0 22 0 254772569 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663627561672 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25869] ppid=25848 vsize=9824668 CPUtime=889.1 cores=0,2,4,6
/proc/25850/task/25869/stat : 25869 (java) R 25848 25850 21597 0 -1 4202560 34 0 0 0 88895 15 0 0 20 0 22 0 254773407 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663626505120 140663684343356 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25850/tid=25870] ppid=25848 vsize=9824668 CPUtime=888.87 cores=0,2,4,6
/proc/25850/task/25870/stat : 25870 (java) R 25848 25850 21597 0 -1 4202560 70 0 0 0 88872 15 0 0 20 0 22 0 254773407 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663625452344 140663683884095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25850/tid=25871] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25871/stat : 25871 (java) S 25848 25850 21597 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254773423 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663624402600 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25850/tid=25872] ppid=25848 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25850/task/25872/stat : 25872 (java) S 25848 25850 21597 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254773423 10060460032 817408 33554432000 1073741824 1073778376 140734707613328 140663623349800 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 905.553
CPU time (s): 1800.68
CPU user time (s): 1798.83
CPU system time (s): 1.85172
CPU usage (%): 198.849
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.85172
maximum resident set size= 3269756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58399
page faults= 1
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23450
involuntary context switches= 15628

runsolver used 3.19251 second user time and 8.59369 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-24 21:07:32
IDJOB=3689938
IDBENCH=92171
IDSOLVER=2268
FILE ID=node114/3689938-1337886451
RUNJOBID= node114-1337871881-21613
PBS_JOBID= 14620090
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_luby_10null10mast_rapportOE2.0_TMAX60_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689938-1337886451/watcher-3689938-1337886451 -o /tmp/evaluation-result-3689938-1337886451/solver-3689938-1337886451 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689938-1337886451.opb

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

MD5SUM BENCH= eaab10f01ee27b0b121ba65e8f168ce4
RANDOM SEED=1948956623

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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.242
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:        25558528 kB
Buffers:          211880 kB
Cached:          2579616 kB
SwapCached:            0 kB
Active:          4383840 kB
Inactive:        2113728 kB
Active(anon):    3708668 kB
Inactive(anon):        0 kB
Active(file):     675172 kB
Inactive(file):  2113728 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31252 kB
Writeback:             0 kB
AnonPages:       3762296 kB
Mapped:            21692 kB
Shmem:               200 kB
Slab:             624620 kB
SReclaimable:      68692 kB
SUnreclaim:       555928 kB
KernelStack:        1632 kB
PageTables:        11524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    4055976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3508224 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= 71628 MiB
End job on node114 at 2012-05-24 21:22:40