Trace number 3743426

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.04 902.75

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM2c2ad4d860134cc053a8a3877f1b5de5
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-1995
Best CPU time to get the best result obtained on this benchmark1801.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 892
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 784454
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 784454
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.11	c version 2.3.1.v20110525
0.06/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.11	c java.vm.version	19.1-b02
0.06/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.11	c sun.arch.data.model	64
0.06/0.11	c java.version		1.6.0_24
0.06/0.11	c os.name		Linux
0.06/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.11	c os.arch		amd64
0.06/0.11	c Free memory 		9996466904
0.06/0.11	c Max memory 		10048897024
0.06/0.11	c Total memory 		10048897024
0.06/0.11	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3743426-1338780012.opb
0.06/0.13	c reading problem ... 
9.46/6.55	c ... done. Wall clock time 6.421s.
9.46/6.55	c #vars     400896
9.46/6.55	c #constraints  402763
9.46/6.55	c constraints type 
9.46/6.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
9.46/6.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
9.46/6.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
9.46/6.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
9.46/6.55	c constraints type 
9.46/6.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
9.46/6.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
9.46/6.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
9.46/6.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
135.12/67.83	c cleaning 2498 clauses out of 4998 with flag 5001/5001
267.08/134.05	c cleaning 4208 clauses out of 8501 with flag 11002/11002
417.17/209.48	c cleaning 5640 clauses out of 11292 with flag 18001/18001
623.50/312.90	c cleaning 6820 clauses out of 13652 with flag 26001/26001
860.95/432.20	c cleaning 7911 clauses out of 15832 with flag 35001/35001
1139.11/571.35	c cleaning 8956 clauses out of 17921 with flag 45001/45001
1453.29/728.62	c cleaning 9980 clauses out of 19964 with flag 56000/56000
1732.73/868.66	c cleaning 10987 clauses out of 21984 with flag 68000/68000
1800.04/902.71	c starts		: 78
1800.04/902.71	c conflicts		: 69732
1800.04/902.71	c decisions		: 1051285
1800.04/902.71	c propagations		: 4617209556
1800.04/902.71	c inspects		: 2558883752
1800.04/902.71	c shortcuts		: 0
1800.04/902.71	c learnt literals	: 3
1800.04/902.71	c learnt binary clauses	: 990
1800.04/902.71	c learnt ternary clauses	: 487
1800.04/902.71	c learnt constraints	: 69729
1800.04/902.71	c ignored constraints	: 0
1800.04/902.71	c root simplifications	: 0
1800.04/902.71	c removed literals (reason simplification)	: 2233422
1800.04/902.71	c reason swapping (by a shorter reason)	: 0
1800.04/902.71	c Calls to reduceDB	: 8
1800.04/902.71	c number of reductions to clauses (during analyze)	: 0
1800.04/902.71	c number of learned constraints concerned by reduction	: 0
1800.04/902.71	c number of learning phase by resolution	: 0
1800.04/902.71	c number of learning phase by cutting planes	: 0
1800.04/902.71	c speed (assignments/second)	: 5152227.60718534
1800.04/902.71	c non guided choices	1170
1800.04/902.72	c learnt constraints type 
1800.04/902.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 990
1800.04/902.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11739
1800.04/902.72	c constraints type 
1800.04/902.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.04/902.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.04/902.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.04/902.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.04/902.72	c constraints type 
1800.04/902.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.04/902.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.04/902.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.04/902.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.04/902.72	s UNKNOWN
1800.04/902.72	c Total wall clock time (in seconds): 902.59

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-3743426-1338780012/watcher-3743426-1338780012 -o /tmp/evaluation-result-3743426-1338780012/solver-3743426-1338780012 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743426-1338780012.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.77 3.91 3.89 4/198 27265
/proc/meminfo: memFree=24368804/32873844 swapFree=7632/7632
[pid=27265] ppid=27263 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27265/stat : 27265 (java) R 27263 27265 24098 0 -1 4202496 200 0 0 0 0 0 0 0 20 0 1 0 344125568 9515008 136 33554432000 1073741824 1073778376 140736945865920 140736945863048 209883509433 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27265/statm: 2323 147 106 9 0 71 0

[startup+0.0193281 s]
/proc/loadavg: 3.77 3.91 3.89 4/198 27265
/proc/meminfo: memFree=24368804/32873844 swapFree=7632/7632
[pid=27265] ppid=27263 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 24098 0 -1 4202496 1379 0 0 0 0 0 0 0 20 0 2 0 344125568 103964672 1059 33554432000 1073741824 1073778376 140735058514800 140735058505936 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27265/statm: 25382 1062 813 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100241 s]
/proc/loadavg: 3.77 3.91 3.89 4/198 27265
/proc/meminfo: memFree=24368804/32873844 swapFree=7632/7632
[pid=27265] ppid=27263 vsize=11586392 CPUtime=0.06 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 24098 0 -1 4202496 4473 0 1 0 5 1 0 0 20 0 18 0 344125568 11864465408 12835 33554432000 1073741824 1073778376 140735058514800 140735058505936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27265/statm: 2896598 12835 1779 9 0 2887285 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 11586392

[startup+0.30025 s]
/proc/loadavg: 3.77 3.91 3.89 4/198 27265
/proc/meminfo: memFree=24368804/32873844 swapFree=7632/7632
[pid=27265] ppid=27263 vsize=11586392 CPUtime=0.47 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 24098 0 -1 4202496 6705 0 1 0 44 3 0 0 20 0 18 0 344125568 11864465408 22609 33554432000 1073741824 1073778376 140735058514800 140735058505936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27265/statm: 2896598 22609 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.700269 s]
/proc/loadavg: 3.77 3.91 3.89 4/198 27265
/proc/meminfo: memFree=24368804/32873844 swapFree=7632/7632
[pid=27265] ppid=27263 vsize=11586392 CPUtime=1.2 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 24098 0 -1 4202496 10298 0 1 0 113 7 0 0 20 0 18 0 344125568 11864465408 61899 33554432000 1073741824 1073778376 140735058514800 140735058505936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27265/statm: 2896598 61899 2237 9 0 2887285 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 11586392

[startup+1.50075 s]
/proc/loadavg: 3.77 3.91 3.89 4/216 27283
/proc/meminfo: memFree=23712816/32873844 swapFree=7632/7632
[pid=27265] ppid=27263 vsize=11586392 CPUtime=2.05 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 24098 0 -1 4202496 10729 0 1 0 179 26 0 0 20 0 18 0 344125568 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 140735058505936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27265/statm: 2896598 281549 2239 9 0 2887285 0
[pid=27265/tid=27267] ppid=27263 vsize=11586392 CPUtime=1.46 cores=1,3,5,7
/proc/27265/task/27267/stat : 27267 (java) R 27263 27265 24098 0 -1 4202560 3881 0 1 0 121 25 0 0 20 0 18 0 344125569 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887653388288 209887225101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27268] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27268/stat : 27268 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887490599848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27269] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27269/stat : 27269 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887489547304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27270] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27270/stat : 27270 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887420369576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27265/tid=27271] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27271/stat : 27271 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887419317032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27272] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27272/stat : 27272 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887418263976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27273] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27273/stat : 27273 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887417211432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27274] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27274/stat : 27274 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887416158376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27275] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27275/stat : 27275 (java) S 27263 27265 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887415105832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27276] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27276/stat : 27276 (java) S 27263 27265 24098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 344125573 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887402908520 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27277] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27277/stat : 27277 (java) S 27263 27265 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344125574 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887401854840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27278] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27278/stat : 27278 (java) S 27263 27265 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344125574 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887400801672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27279] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27279/stat : 27279 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125576 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887399750416 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27280] ppid=27263 vsize=11586392 CPUtime=0.26 cores=1,3,5,7
/proc/27265/task/27280/stat : 27280 (java) S 27263 27265 24098 0 -1 4202560 2720 0 0 0 26 0 0 0 20 0 18 0 344125576 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887398697272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27281] ppid=27263 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/27265/task/27281/stat : 27281 (java) S 27263 27265 24098 0 -1 4202560 2943 0 0 0 28 0 0 0 20 0 18 0 344125576 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887397644728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27282] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27282/stat : 27282 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125576 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887396591864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27283] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27283/stat : 27283 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125576 11864465408 281549 33554432000 1073741824 1073778376 140735058514800 139887395539528 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 11586392

[startup+3.10074 s]
/proc/loadavg: 3.77 3.91 3.89 4/216 27283
/proc/meminfo: memFree=22968020/32873844 swapFree=7632/7632
[pid=27265] ppid=27263 vsize=11586392 CPUtime=3.64 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 24098 0 -1 4202496 11097 0 1 0 326 38 0 0 20 0 18 0 344125568 11864465408 469965 33554432000 1073741824 1073778376 140735058514800 140735058505936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27265/statm: 2896598 469965 2239 9 0 2887285 0
[pid=27265/tid=27267] ppid=27263 vsize=11586392 CPUtime=3.05 cores=1,3,5,7
/proc/27265/task/27267/stat : 27267 (java) R 27263 27265 24098 0 -1 4202560 4249 0 1 0 268 37 0 0 20 0 18 0 344125569 11864465408 469965 33554432000 1073741824 1073778376 140735058514800 139887653388288 139887504763723 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27268] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27268/stat : 27268 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 469965 33554432000 1073741824 1073778376 140735058514800 139887490599848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27269] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27269/stat : 27269 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887489547304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27270] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27270/stat : 27270 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887420369576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27265/tid=27271] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27271/stat : 27271 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887419317032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27272] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27272/stat : 27272 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887418263976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27273] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27273/stat : 27273 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887417211432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27274] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27274/stat : 27274 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887416158376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27275] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27275/stat : 27275 (java) S 27263 27265 24098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 344125572 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887415105832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27276] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27276/stat : 27276 (java) S 27263 27265 24098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 344125573 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887402908520 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27277] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27277/stat : 27277 (java) S 27263 27265 24098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344125574 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887401854840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27278] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27278/stat : 27278 (java) S 27263 27265 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344125574 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887400801672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27279] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27279/stat : 27279 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125576 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887399750416 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27280] ppid=27263 vsize=11586392 CPUtime=0.26 cores=1,3,5,7
/proc/27265/task/27280/stat : 27280 (java) S 27263 27265 24098 0 -1 4202560 2720 0 0 0 26 0 0 0 20 0 18 0 344125576 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887398697272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27281] ppid=27263 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/27265/task/27281/stat : 27281 (java) S 27263 27265 24098 0 -1 4202560 2943 0 0 0 28 0 0 0 20 0 18 0 344125576 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887397644728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27282] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27282/stat : 27282 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125576 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887396591864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27283] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27283/stat : 27283 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125576 11864465408 470477 33554432000 1073741824 1073778376 140735058514800 139887395539528 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 11586392

[startup+6.30079 s]
/proc/loadavg: 3.71 3.90 3.89 4/216 27283
/proc/meminfo: memFree=21287180/32873844 swapFree=7632/7632
[pid=27265] ppid=27263 vsize=11586392 CPUtime=9.01 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 24098 0 -1 4202496 12539 0 1 0 798 103 0 0 20 0 18 0 344125568 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 140735058505936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27265/statm: 2896598 772254 2255 9 0 2887285 0
[pid=27265/tid=27267] ppid=27263 vsize=11586392 CPUtime=5.52 cores=1,3,5,7
/proc/27265/task/27267/stat : 27267 (java) R 27263 27265 24098 0 -1 4202560 4618 0 1 0 503 49 0 0 20 0 18 0 344125569 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887653395464 209887225101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27268] ppid=27263 vsize=11586392 CPUtime=0.38 cores=1,3,5,7
/proc/27265/task/27268/stat : 27268 (java) S 27263 27265 24098 0 -1 4202560 166 0 0 0 30 8 0 0 20 0 18 0 344125572 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887490599848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27269] ppid=27263 vsize=11586392 CPUtime=0.44 cores=1,3,5,7
/proc/27265/task/27269/stat : 27269 (java) S 27263 27265 24098 0 -1 4202560 192 0 0 0 34 10 0 0 20 0 18 0 344125572 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887489547304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27270] ppid=27263 vsize=11586392 CPUtime=0.31 cores=1,3,5,7
/proc/27265/task/27270/stat : 27270 (java) S 27263 27265 24098 0 -1 4202560 110 0 0 0 25 6 0 0 20 0 18 0 344125572 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887420369576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27265/tid=27271] ppid=27263 vsize=11586392 CPUtime=0.46 cores=1,3,5,7
/proc/27265/task/27271/stat : 27271 (java) S 27263 27265 24098 0 -1 4202560 149 0 0 0 39 7 0 0 20 0 18 0 344125572 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887419317032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27272] ppid=27263 vsize=11586392 CPUtime=0.35 cores=1,3,5,7
/proc/27265/task/27272/stat : 27272 (java) S 27263 27265 24098 0 -1 4202560 130 0 0 0 28 7 0 0 20 0 18 0 344125572 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887418263976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27273] ppid=27263 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/27265/task/27273/stat : 27273 (java) S 27263 27265 24098 0 -1 4202560 108 0 0 0 23 5 0 0 20 0 18 0 344125572 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887417211432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27274] ppid=27263 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/27265/task/27274/stat : 27274 (java) S 27263 27265 24098 0 -1 4202560 100 0 0 0 23 5 0 0 20 0 18 0 344125572 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887416158376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27275] ppid=27263 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/27265/task/27275/stat : 27275 (java) S 27263 27265 24098 0 -1 4202560 120 0 0 0 21 7 0 0 20 0 18 0 344125572 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887415105832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27276] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27276/stat : 27276 (java) S 27263 27265 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344125573 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887402908520 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27277] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27277/stat : 27277 (java) S 27263 27265 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 344125574 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887401854840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27278] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27278/stat : 27278 (java) S 27263 27265 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 344125574 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887400801672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27279] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27279/stat : 27279 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125576 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887399750416 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27280] ppid=27263 vsize=11586392 CPUtime=0.26 cores=1,3,5,7
/proc/27265/task/27280/stat : 27280 (java) S 27263 27265 24098 0 -1 4202560 2720 0 0 0 26 0 0 0 20 0 18 0 344125576 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887398697272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27281] ppid=27263 vsize=11586392 CPUtime=0.28 cores=1,3,5,7
/proc/27265/task/27281/stat : 27281 (java) S 27263 27265 24098 0 -1 4202560 2943 0 0 0 28 0 0 0 20 0 18 0 344125576 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887397644728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27282] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27282/stat : 27282 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125576 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887396591864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27283] ppid=27263 vsize=11586392 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27283/stat : 27283 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344125576 11864465408 772254 33554432000 1073741824 1073778376 140735058514800 139887395539528 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.01
Current children cumulated vsize (KiB) 11586392

[startup+12.7009 s]
/proc/loadavg: 3.73 3.90 3.89 3/197 27290
/proc/meminfo: memFree=25092552/32873844 swapFree=7632/7632
[pid=27265] ppid=27263 vsize=11852648 CPUtime=22.86 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 24098 0 -1 4202496 22373 0 1 0 2180 106 0 0 20 0 22 0 344125568 12137111552 774689 33554432000 1073741824 1073778376 140735058514800 140735058505936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27265/statm: 2963162 774689 2276 9 0 2953849 0
[pid=27265/tid=27267] ppid=27263 vsize=11852648 CPUtime=5.77 cores=1,3,5,7

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

/proc/27265/statm: 2963162 955816 2289 9 0 2953849 0
[pid=27265/tid=27267] ppid=27263 vsize=11852648 CPUtime=5.82 cores=1,3,5,7
/proc/27265/task/27267/stat : 27267 (java) S 27263 27265 24098 0 -1 4202560 4637 0 1 0 531 51 0 0 20 0 22 0 344125569 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887653397656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27268] ppid=27263 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/27265/task/27268/stat : 27268 (java) S 27263 27265 24098 0 -1 4202560 365 0 0 0 123 17 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887490599848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27269] ppid=27263 vsize=11852648 CPUtime=1.5 cores=1,3,5,7
/proc/27265/task/27269/stat : 27269 (java) S 27263 27265 24098 0 -1 4202560 373 0 0 0 131 19 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887489547304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27270] ppid=27263 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/27265/task/27270/stat : 27270 (java) S 27263 27265 24098 0 -1 4202560 304 0 0 0 117 16 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887420369576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27271] ppid=27263 vsize=11852648 CPUtime=1.56 cores=1,3,5,7
/proc/27265/task/27271/stat : 27271 (java) S 27263 27265 24098 0 -1 4202560 338 0 0 0 140 16 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887419317032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27265/tid=27272] ppid=27263 vsize=11852648 CPUtime=1.37 cores=1,3,5,7
/proc/27265/task/27272/stat : 27272 (java) S 27263 27265 24098 0 -1 4202560 342 0 0 0 120 17 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887418263976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27273] ppid=27263 vsize=11852648 CPUtime=1.25 cores=1,3,5,7
/proc/27265/task/27273/stat : 27273 (java) S 27263 27265 24098 0 -1 4202560 222 0 0 0 114 11 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887417211432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27274] ppid=27263 vsize=11852648 CPUtime=1.21 cores=1,3,5,7
/proc/27265/task/27274/stat : 27274 (java) S 27263 27265 24098 0 -1 4202560 242 0 0 0 109 12 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887416158376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27275] ppid=27263 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/27265/task/27275/stat : 27275 (java) S 27263 27265 24098 0 -1 4202560 254 0 0 0 102 14 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887415105832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27276] ppid=27263 vsize=11852648 CPUtime=6.51 cores=1,3,5,7
/proc/27265/task/27276/stat : 27276 (java) S 27263 27265 24098 0 -1 4202560 34363 0 0 0 635 16 0 0 20 0 22 0 344125573 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887402908520 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27277] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27277/stat : 27277 (java) S 27263 27265 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344125574 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887401854840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27278] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27278/stat : 27278 (java) S 27263 27265 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344125574 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887400801672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27279] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27279/stat : 27279 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887399750416 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27280] ppid=27263 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/27265/task/27280/stat : 27280 (java) S 27263 27265 24098 0 -1 4202560 6144 0 0 0 102 2 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887398697272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27281] ppid=27263 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/27265/task/27281/stat : 27281 (java) S 27263 27265 24098 0 -1 4202560 9389 0 0 0 115 3 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887397644728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27282] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27282/stat : 27282 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887396591864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27283] ppid=27263 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/27265/task/27283/stat : 27283 (java) S 27263 27265 24098 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887395539528 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27284] ppid=27263 vsize=11852648 CPUtime=864.62 cores=1,3,5,7
/proc/27265/task/27284/stat : 27284 (java) R 27263 27265 24098 0 -1 4202560 73 0 0 0 86448 14 0 0 20 0 22 0 344126224 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887394484128 139887505184271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27285] ppid=27263 vsize=11852648 CPUtime=864.39 cores=1,3,5,7
/proc/27265/task/27285/stat : 27285 (java) R 27263 27265 24098 0 -1 4202560 198 0 0 0 86421 18 0 0 20 0 22 0 344126224 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887393430208 139887505167500 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27265/tid=27286] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27286/stat : 27286 (java) S 27263 27265 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344126231 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887392380200 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27287] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27287/stat : 27287 (java) S 27263 27265 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344126231 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887391327656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1759.14
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.701 s]
/proc/loadavg: 4.06 4.00 3.92 5/219 27358
/proc/meminfo: memFree=20498896/32873844 swapFree=7632/7632
[pid=27265] ppid=27263 vsize=11852648 CPUtime=1800.04 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 24098 0 -1 4202496 58492 0 1 0 179781 223 0 0 20 0 22 0 344125568 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 140735058505936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27265/statm: 2963162 955816 2289 9 0 2953849 0
[pid=27265/tid=27267] ppid=27263 vsize=11852648 CPUtime=5.82 cores=1,3,5,7
/proc/27265/task/27267/stat : 27267 (java) S 27263 27265 24098 0 -1 4202560 4637 0 1 0 531 51 0 0 20 0 22 0 344125569 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887653397656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27268] ppid=27263 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/27265/task/27268/stat : 27268 (java) S 27263 27265 24098 0 -1 4202560 365 0 0 0 126 17 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887490599848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27265/tid=27269] ppid=27263 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/27265/task/27269/stat : 27269 (java) S 27263 27265 24098 0 -1 4202560 373 0 0 0 133 19 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887489547304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27265/tid=27270] ppid=27263 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/27265/task/27270/stat : 27270 (java) S 27263 27265 24098 0 -1 4202560 304 0 0 0 120 16 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887420369576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27271] ppid=27263 vsize=11852648 CPUtime=1.59 cores=1,3,5,7
/proc/27265/task/27271/stat : 27271 (java) S 27263 27265 24098 0 -1 4202560 338 0 0 0 143 16 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887419317032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27272] ppid=27263 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/27265/task/27272/stat : 27272 (java) S 27263 27265 24098 0 -1 4202560 342 0 0 0 123 17 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887418263976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27273] ppid=27263 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/27265/task/27273/stat : 27273 (java) S 27263 27265 24098 0 -1 4202560 222 0 0 0 117 11 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887417211432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27274] ppid=27263 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/27265/task/27274/stat : 27274 (java) S 27263 27265 24098 0 -1 4202560 242 0 0 0 112 12 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887416158376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27275] ppid=27263 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/27265/task/27275/stat : 27275 (java) S 27263 27265 24098 0 -1 4202560 254 0 0 0 104 14 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887415105832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27276] ppid=27263 vsize=11852648 CPUtime=6.51 cores=1,3,5,7
/proc/27265/task/27276/stat : 27276 (java) S 27263 27265 24098 0 -1 4202560 34363 0 0 0 635 16 0 0 20 0 22 0 344125573 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887402908520 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27277] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27277/stat : 27277 (java) S 27263 27265 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344125574 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887401854840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27278] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27278/stat : 27278 (java) S 27263 27265 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344125574 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887400801672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27279] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27279/stat : 27279 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887399750416 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27280] ppid=27263 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/27265/task/27280/stat : 27280 (java) S 27263 27265 24098 0 -1 4202560 6144 0 0 0 102 2 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887398697272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27281] ppid=27263 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/27265/task/27281/stat : 27281 (java) S 27263 27265 24098 0 -1 4202560 9390 0 0 0 116 3 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887397644728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27282] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27282/stat : 27282 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887396591864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27283] ppid=27263 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/27265/task/27283/stat : 27283 (java) S 27263 27265 24098 0 -1 4202560 53 0 0 0 16 23 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887395539528 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27284] ppid=27263 vsize=11852648 CPUtime=884.91 cores=1,3,5,7
/proc/27265/task/27284/stat : 27284 (java) R 27263 27265 24098 0 -1 4202560 77 0 0 0 88477 14 0 0 20 0 22 0 344126224 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887394484144 139887505113569 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27285] ppid=27263 vsize=11852648 CPUtime=884.68 cores=1,3,5,7
/proc/27265/task/27285/stat : 27285 (java) R 27263 27265 24098 0 -1 4202560 200 0 0 0 88450 18 0 0 20 0 22 0 344126224 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887393430320 139887505497812 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27265/tid=27286] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27286/stat : 27286 (java) S 27263 27265 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344126231 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887392380200 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27287] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27287/stat : 27287 (java) S 27263 27265 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344126231 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887391327656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 11852648

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

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

[startup+902.701 s]
/proc/loadavg: 4.06 4.00 3.92 5/219 27358
/proc/meminfo: memFree=20498896/32873844 swapFree=7632/7632
[pid=27265] ppid=27263 vsize=11852648 CPUtime=1800.04 cores=1,3,5,7
/proc/27265/stat : 27265 (java) S 27263 27265 24098 0 -1 4202496 58492 0 1 0 179781 223 0 0 20 0 22 0 344125568 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 140735058505936 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/27265/statm: 2963162 955816 2289 9 0 2953849 0
[pid=27265/tid=27267] ppid=27263 vsize=11852648 CPUtime=5.82 cores=1,3,5,7
/proc/27265/task/27267/stat : 27267 (java) S 27263 27265 24098 0 -1 4202560 4637 0 1 0 531 51 0 0 20 0 22 0 344125569 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887653397656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27268] ppid=27263 vsize=11852648 CPUtime=1.43 cores=1,3,5,7
/proc/27265/task/27268/stat : 27268 (java) S 27263 27265 24098 0 -1 4202560 365 0 0 0 126 17 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887490599848 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27265/tid=27269] ppid=27263 vsize=11852648 CPUtime=1.52 cores=1,3,5,7
/proc/27265/task/27269/stat : 27269 (java) S 27263 27265 24098 0 -1 4202560 373 0 0 0 133 19 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887489547304 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27265/tid=27270] ppid=27263 vsize=11852648 CPUtime=1.36 cores=1,3,5,7
/proc/27265/task/27270/stat : 27270 (java) S 27263 27265 24098 0 -1 4202560 304 0 0 0 120 16 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887420369576 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27271] ppid=27263 vsize=11852648 CPUtime=1.59 cores=1,3,5,7
/proc/27265/task/27271/stat : 27271 (java) S 27263 27265 24098 0 -1 4202560 338 0 0 0 143 16 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887419317032 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27272] ppid=27263 vsize=11852648 CPUtime=1.4 cores=1,3,5,7
/proc/27265/task/27272/stat : 27272 (java) S 27263 27265 24098 0 -1 4202560 342 0 0 0 123 17 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887418263976 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27273] ppid=27263 vsize=11852648 CPUtime=1.28 cores=1,3,5,7
/proc/27265/task/27273/stat : 27273 (java) S 27263 27265 24098 0 -1 4202560 222 0 0 0 117 11 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887417211432 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27274] ppid=27263 vsize=11852648 CPUtime=1.24 cores=1,3,5,7
/proc/27265/task/27274/stat : 27274 (java) S 27263 27265 24098 0 -1 4202560 242 0 0 0 112 12 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887416158376 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27275] ppid=27263 vsize=11852648 CPUtime=1.18 cores=1,3,5,7
/proc/27265/task/27275/stat : 27275 (java) S 27263 27265 24098 0 -1 4202560 254 0 0 0 104 14 0 0 20 0 22 0 344125572 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887415105832 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27276] ppid=27263 vsize=11852648 CPUtime=6.51 cores=1,3,5,7
/proc/27265/task/27276/stat : 27276 (java) S 27263 27265 24098 0 -1 4202560 34363 0 0 0 635 16 0 0 20 0 22 0 344125573 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887402908520 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27277] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27277/stat : 27277 (java) S 27263 27265 24098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344125574 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887401854840 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27278] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27278/stat : 27278 (java) S 27263 27265 24098 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344125574 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887400801672 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27279] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27279/stat : 27279 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887399750416 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27265/tid=27280] ppid=27263 vsize=11852648 CPUtime=1.04 cores=1,3,5,7
/proc/27265/task/27280/stat : 27280 (java) S 27263 27265 24098 0 -1 4202560 6144 0 0 0 102 2 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887398697272 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27281] ppid=27263 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/27265/task/27281/stat : 27281 (java) S 27263 27265 24098 0 -1 4202560 9390 0 0 0 116 3 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887397644728 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27282] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27282/stat : 27282 (java) S 27263 27265 24098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887396591864 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27283] ppid=27263 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/27265/task/27283/stat : 27283 (java) S 27263 27265 24098 0 -1 4202560 53 0 0 0 16 23 0 0 20 0 22 0 344125576 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887395539528 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27284] ppid=27263 vsize=11852648 CPUtime=884.91 cores=1,3,5,7
/proc/27265/task/27284/stat : 27284 (java) R 27263 27265 24098 0 -1 4202560 77 0 0 0 88477 14 0 0 20 0 22 0 344126224 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887394484144 139887505113569 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27265/tid=27285] ppid=27263 vsize=11852648 CPUtime=884.68 cores=1,3,5,7
/proc/27265/task/27285/stat : 27285 (java) R 27263 27265 24098 0 -1 4202560 200 0 0 0 88450 18 0 0 20 0 22 0 344126224 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887393430320 139887505497812 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27265/tid=27286] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27286/stat : 27286 (java) S 27263 27265 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344126231 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887392380200 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27265/tid=27287] ppid=27263 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/27265/task/27287/stat : 27287 (java) S 27263 27265 24098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344126231 12137111552 955816 33554432000 1073741824 1073778376 140735058514800 139887391327656 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 902.75
CPU time (s): 1800.04
CPU user time (s): 1797.81
CPU system time (s): 2.23
CPU usage (%): 199.395
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.22
system time used= 2.6516
maximum resident set size= 3868688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58527
page faults= 1
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25032
involuntary context switches= 31944

runsolver used 3.20151 second user time and 9.34758 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-04 05:20:12
IDJOB=3743426
IDBENCH=91120
IDSOLVER=2328
FILE ID=node141/3743426-1338780012
RUNJOBID= node141-1338763554-24115
PBS_JOBID= 14636812
Free space on /tmp= 70668 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_fibo_50null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743426-1338780012/watcher-3743426-1338780012 -o /tmp/evaluation-result-3743426-1338780012/solver-3743426-1338780012 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743426-1338780012.opb

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

MD5SUM BENCH= 2c2ad4d860134cc053a8a3877f1b5de5
RANDOM SEED=829560618

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24369316 kB
Buffers:          439840 kB
Cached:          3342768 kB
SwapCached:          216 kB
Active:          5164304 kB
Inactive:        2444996 kB
Active(anon):    3817836 kB
Inactive(anon):    11288 kB
Active(file):    1346468 kB
Inactive(file):  2433708 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:             28060 kB
Writeback:             0 kB
AnonPages:       3840292 kB
Mapped:            18932 kB
Shmem:               172 kB
Slab:             743168 kB
SReclaimable:     185024 kB
SUnreclaim:       558144 kB
KernelStack:        1632 kB
PageTables:        11584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3794944 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70668 MiB
End job on node141 at 2012-06-04 05:35:17