Trace number 3743305

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.19 904.552

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX15_K192_cod2.opb
MD5SUM1534d9d93781c259bc7b88f8b451f924
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11801
Best CPU time to get the best result obtained on this benchmark626.328
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 1605
Biggest coefficient in the objective function 999
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 807160
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 999
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 807160
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
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@48e5855a
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 --- 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@398020cc
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 --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3743305-1338778809.opb
0.09/0.12	c reading problem ... 
9.30/6.24	c ... done. Wall clock time 6.122s.
9.30/6.24	c #vars     400896
9.30/6.24	c #constraints  402763
9.30/6.24	c constraints type 
9.30/6.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
9.30/6.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
9.30/6.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
9.30/6.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
9.30/6.24	c constraints type 
9.30/6.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
9.30/6.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
9.30/6.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
9.30/6.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
129.29/65.86	c cleaning 2040 clauses out of 5000 with flag 5000/5000
262.45/132.67	c cleaning 4472 clauses out of 8961 with flag 11001/11001
391.80/197.73	c cleaning 5724 clauses out of 11489 with flag 18001/18001
513.97/259.03	c cleaning 6870 clauses out of 13765 with flag 26001/26001
692.14/348.61	c cleaning 7925 clauses out of 15894 with flag 35000/35000
850.29/428.13	c cleaning 8977 clauses out of 17969 with flag 45000/45000
1044.06/525.46	c cleaning 9981 clauses out of 19995 with flag 56003/56003
1293.20/650.44	c cleaning 10989 clauses out of 22013 with flag 68002/68002
1598.89/803.57	c cleaning 12002 clauses out of 24022 with flag 81000/81000
1800.19/904.51	c starts		: 89
1800.19/904.51	c conflicts		: 89464
1800.19/904.51	c decisions		: 1824909
1800.19/904.51	c propagations		: 3573114011
1800.19/904.51	c inspects		: 2754297226
1800.19/904.51	c shortcuts		: 0
1800.19/904.51	c learnt literals	: 0
1800.19/904.51	c learnt binary clauses	: 459
1800.19/904.51	c learnt ternary clauses	: 412
1800.19/904.51	c learnt constraints	: 89463
1800.19/904.51	c ignored constraints	: 0
1800.19/904.51	c root simplifications	: 0
1800.19/904.51	c removed literals (reason simplification)	: 5706586
1800.19/904.51	c reason swapping (by a shorter reason)	: 0
1800.19/904.51	c Calls to reduceDB	: 9
1800.19/904.51	c number of reductions to clauses (during analyze)	: 0
1800.19/904.51	c number of learned constraints concerned by reduction	: 0
1800.19/904.51	c number of learning phase by resolution	: 0
1800.19/904.51	c number of learning phase by cutting planes	: 0
1800.19/904.51	c speed (assignments/second)	: 3977790.5553588807
1800.19/904.51	c non guided choices	139
1800.19/904.53	c learnt constraints type 
1800.19/904.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 459
1800.19/904.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20025
1800.19/904.53	c constraints type 
1800.19/904.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.19/904.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.19/904.53	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.19/904.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.19/904.53	c constraints type 
1800.19/904.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.19/904.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.19/904.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.19/904.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.19/904.53	s UNKNOWN
1800.19/904.53	c Total wall clock time (in seconds): 904.411

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-3743305-1338778809/watcher-3743305-1338778809 -o /tmp/evaluation-result-3743305-1338778809/solver-3743305-1338778809 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743305-1338778809.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.69 3.81 3.13 3/174 3584
/proc/meminfo: memFree=30102008/32873648 swapFree=6860/6860
[pid=3584] ppid=3582 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3584/stat : 3584 (java) R 3582 3584 3411 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 344006837 9515008 182 33554432000 1073741824 1073778376 140734141303536 140734141294568 259112386229 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3584/statm: 2323 183 141 9 0 71 0

[startup+0.0234861 s]
/proc/loadavg: 3.69 3.81 3.13 3/174 3584
/proc/meminfo: memFree=30102008/32873648 swapFree=6860/6860
[pid=3584] ppid=3582 vsize=10510056 CPUtime=0 cores=0,2,4,6
/proc/3584/stat : 3584 (java) S 3582 3584 3411 0 -1 4202496 2209 0 1 0 0 0 0 0 20 0 2 0 344006837 10762297344 3934 33554432000 1073741824 1073778376 140735453794912 140735453786048 259115745341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3584/statm: 2627514 3934 942 9 0 2618623 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10510056

[startup+0.100205 s]
/proc/loadavg: 3.69 3.81 3.13 3/174 3584
/proc/meminfo: memFree=30102008/32873648 swapFree=6860/6860
[pid=3584] ppid=3582 vsize=11586392 CPUtime=0.09 cores=0,2,4,6
/proc/3584/stat : 3584 (java) S 3582 3584 3411 0 -1 4202496 4723 0 1 0 8 1 0 0 20 0 18 0 344006837 11864465408 13581 33554432000 1073741824 1073778376 140735453794912 140735453786048 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3584/statm: 2896598 13581 2106 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300233 s]
/proc/loadavg: 3.69 3.81 3.13 3/174 3584
/proc/meminfo: memFree=30102008/32873648 swapFree=6860/6860
[pid=3584] ppid=3582 vsize=11586392 CPUtime=0.5 cores=0,2,4,6
/proc/3584/stat : 3584 (java) S 3582 3584 3411 0 -1 4202496 6537 0 1 0 48 2 0 0 20 0 18 0 344006837 11864465408 23160 33554432000 1073741824 1073778376 140735453794912 140735453786048 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3584/statm: 2896598 23160 2224 9 0 2887285 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 11586392

[startup+0.700237 s]
/proc/loadavg: 3.69 3.81 3.13 3/174 3584
/proc/meminfo: memFree=30102008/32873648 swapFree=6860/6860
[pid=3584] ppid=3582 vsize=11586392 CPUtime=1.19 cores=0,2,4,6
/proc/3584/stat : 3584 (java) S 3582 3584 3411 0 -1 4202496 9650 0 1 0 115 4 0 0 20 0 18 0 344006837 11864465408 64295 33554432000 1073741824 1073778376 140735453794912 140735453786048 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3584/statm: 2896598 64295 2237 9 0 2887285 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 11586392

[startup+1.50069 s]
/proc/loadavg: 3.69 3.81 3.13 5/212 3629
/proc/meminfo: memFree=29219736/32873648 swapFree=6860/6860
[pid=3584] ppid=3582 vsize=11586392 CPUtime=2.03 cores=0,2,4,6
/proc/3584/stat : 3584 (java) S 3582 3584 3411 0 -1 4202496 10098 0 1 0 184 19 0 0 20 0 18 0 344006837 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140735453786048 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3584/statm: 2896598 292649 2239 9 0 2887285 0
[pid=3584/tid=3586] ppid=3582 vsize=11586392 CPUtime=1.46 cores=0,2,4,6
/proc/3584/task/3586/stat : 3586 (java) R 3582 3584 3411 0 -1 4202560 3396 0 1 0 128 18 0 0 20 0 18 0 344006838 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115965542464 140115809062248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3587] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3587/stat : 3587 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115933961256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3588] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3588/stat : 3588 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115932908456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3589] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3589/stat : 3589 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115931855656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3590] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3590/stat : 3590 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115930802856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3591] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3591/stat : 3591 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115929750056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3592] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3592/stat : 3592 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115928697256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3593] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3593/stat : 3593 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115927644456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3594] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3594/stat : 3594 (java) S 3582 3584 3411 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115794954408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3595] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3595/stat : 3595 (java) S 3582 3584 3411 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 344006841 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115312597992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3596] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3596/stat : 3596 (java) S 3582 3584 3411 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344006842 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115311544056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3597] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3597/stat : 3597 (java) S 3582 3584 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344006842 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115310491144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3598] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3598/stat : 3598 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006844 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115309439632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3599] ppid=3582 vsize=11586392 CPUtime=0.29 cores=0,2,4,6
/proc/3584/task/3599/stat : 3599 (java) S 3582 3584 3411 0 -1 4202560 3405 0 0 0 29 0 0 0 20 0 18 0 344006844 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115308386744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3600] ppid=3582 vsize=11586392 CPUtime=0.24 cores=0,2,4,6
/proc/3584/task/3600/stat : 3600 (java) S 3582 3584 3411 0 -1 4202560 2114 0 0 0 24 0 0 0 20 0 18 0 344006844 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115307333944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3601] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3601/stat : 3601 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006844 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115306281336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3602] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3602/stat : 3602 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006844 11864465408 292649 33554432000 1073741824 1073778376 140735453794912 140115305228744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 11586392

[startup+3.10069 s]
/proc/loadavg: 3.69 3.81 3.13 3/212 3629
/proc/meminfo: memFree=27449896/32873648 swapFree=6860/6860
[pid=3584] ppid=3582 vsize=11586392 CPUtime=3.64 cores=0,2,4,6
/proc/3584/stat : 3584 (java) S 3582 3584 3411 0 -1 4202496 10487 0 1 0 332 32 0 0 20 0 18 0 344006837 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140735453786048 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3584/statm: 2896598 491817 2239 9 0 2887285 0
[pid=3584/tid=3586] ppid=3582 vsize=11586392 CPUtime=3.06 cores=0,2,4,6
/proc/3584/task/3586/stat : 3586 (java) R 3582 3584 3411 0 -1 4202560 3785 0 1 0 275 31 0 0 20 0 18 0 344006838 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115965542384 140115809062248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3587] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3587/stat : 3587 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115933961256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3588] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3588/stat : 3588 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115932908456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3589] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3589/stat : 3589 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115931855656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3590] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3590/stat : 3590 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115930802856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3591] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3591/stat : 3591 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115929750056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3592] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3592/stat : 3592 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115928697256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3593] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3593/stat : 3593 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115927644456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3594] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3594/stat : 3594 (java) S 3582 3584 3411 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 344006840 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115794954408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3595] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3595/stat : 3595 (java) S 3582 3584 3411 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 344006841 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115312597992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3596] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3596/stat : 3596 (java) S 3582 3584 3411 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 344006842 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115311544056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3597] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3597/stat : 3597 (java) S 3582 3584 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 344006842 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115310491144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3598] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3598/stat : 3598 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006844 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115309439632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3599] ppid=3582 vsize=11586392 CPUtime=0.29 cores=0,2,4,6
/proc/3584/task/3599/stat : 3599 (java) S 3582 3584 3411 0 -1 4202560 3405 0 0 0 29 0 0 0 20 0 18 0 344006844 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115308386744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3600] ppid=3582 vsize=11586392 CPUtime=0.24 cores=0,2,4,6
/proc/3584/task/3600/stat : 3600 (java) S 3582 3584 3411 0 -1 4202560 2114 0 0 0 24 0 0 0 20 0 18 0 344006844 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115307333944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3601] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3601/stat : 3601 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006844 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115306281336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3602] ppid=3582 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3602/stat : 3602 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 344006844 11864465408 491817 33554432000 1073741824 1073778376 140735453794912 140115305228744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 11586392

[startup+6.30065 s]
/proc/loadavg: 3.64 3.79 3.13 10/212 3629
/proc/meminfo: memFree=23999500/32873648 swapFree=6860/6860
[pid=3584] ppid=3582 vsize=11719520 CPUtime=9.51 cores=0,2,4,6
/proc/3584/stat : 3584 (java) S 3582 3584 3411 0 -1 4202496 11950 0 1 0 835 116 0 0 20 0 20 0 344006837 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140735453786048 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3584/statm: 2929880 772330 2266 9 0 2920567 0
[pid=3584/tid=3586] ppid=3582 vsize=11719520 CPUtime=5.36 cores=0,2,4,6
/proc/3584/task/3586/stat : 3586 (java) S 3582 3584 3411 0 -1 4202560 4125 0 1 0 494 42 0 0 20 0 20 0 344006838 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115965551768 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3587] ppid=3582 vsize=11719520 CPUtime=0.31 cores=0,2,4,6
/proc/3584/task/3587/stat : 3587 (java) S 3582 3584 3411 0 -1 4202560 107 0 0 0 24 7 0 0 20 0 20 0 344006840 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115933961256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3588] ppid=3582 vsize=11719520 CPUtime=0.44 cores=0,2,4,6
/proc/3584/task/3588/stat : 3588 (java) S 3582 3584 3411 0 -1 4202560 142 0 0 0 34 10 0 0 20 0 20 0 344006840 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115932908456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3589] ppid=3582 vsize=11719520 CPUtime=0.41 cores=0,2,4,6
/proc/3584/task/3589/stat : 3589 (java) S 3582 3584 3411 0 -1 4202560 135 0 0 0 31 10 0 0 20 0 20 0 344006840 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115931855656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3590] ppid=3582 vsize=11719520 CPUtime=0.46 cores=0,2,4,6
/proc/3584/task/3590/stat : 3590 (java) S 3582 3584 3411 0 -1 4202560 164 0 0 0 34 12 0 0 20 0 20 0 344006840 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115930802856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3591] ppid=3582 vsize=11719520 CPUtime=0.39 cores=0,2,4,6
/proc/3584/task/3591/stat : 3591 (java) S 3582 3584 3411 0 -1 4202560 137 0 0 0 30 9 0 0 20 0 20 0 344006840 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115929750056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3592] ppid=3582 vsize=11719520 CPUtime=0.38 cores=0,2,4,6
/proc/3584/task/3592/stat : 3592 (java) S 3582 3584 3411 0 -1 4202560 132 0 0 0 28 10 0 0 20 0 20 0 344006840 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115928697256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3593] ppid=3582 vsize=11719520 CPUtime=0.34 cores=0,2,4,6
/proc/3584/task/3593/stat : 3593 (java) S 3582 3584 3411 0 -1 4202560 113 0 0 0 27 7 0 0 20 0 20 0 344006840 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115927644456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3594] ppid=3582 vsize=11719520 CPUtime=0.47 cores=0,2,4,6
/proc/3584/task/3594/stat : 3594 (java) S 3582 3584 3411 0 -1 4202560 167 0 0 0 36 11 0 0 20 0 20 0 344006840 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115794954408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3595] ppid=3582 vsize=11719520 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3595/stat : 3595 (java) S 3582 3584 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 344006841 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115312597992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3596] ppid=3582 vsize=11719520 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3596/stat : 3596 (java) S 3582 3584 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 344006842 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115311544056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3597] ppid=3582 vsize=11719520 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3597/stat : 3597 (java) S 3582 3584 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 344006842 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115310491144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3598] ppid=3582 vsize=11719520 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3598/stat : 3598 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 344006844 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115309439632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3599] ppid=3582 vsize=11719520 CPUtime=0.34 cores=0,2,4,6
/proc/3584/task/3599/stat : 3599 (java) S 3582 3584 3411 0 -1 4202560 3405 0 0 0 34 0 0 0 20 0 20 0 344006844 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115308386744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3600] ppid=3582 vsize=11719520 CPUtime=0.36 cores=0,2,4,6
/proc/3584/task/3600/stat : 3600 (java) S 3582 3584 3411 0 -1 4202560 2117 0 0 0 36 0 0 0 20 0 20 0 344006844 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115307333944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3601] ppid=3582 vsize=11719520 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3601/stat : 3601 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 344006844 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115306281336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3602] ppid=3582 vsize=11719520 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3602/stat : 3602 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 344006844 12000788480 772330 33554432000 1073741824 1073778376 140735453794912 140115305228744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.51
Current children cumulated vsize (KiB) 11719520

[startup+12.7013 s]
/proc/loadavg: 3.75 3.81 3.14 5/220 3640
/proc/meminfo: memFree=23898496/32873648 swapFree=6860/6860
[pid=3584] ppid=3582 vsize=11852648 CPUtime=22.73 cores=0,2,4,6
/proc/3584/stat : 3584 (java) S 3582 3584 3411 0 -1 4202496 13231 0 1 0 2156 117 0 0 20 0 22 0 344006837 12137111552 772408 33554432000 1073741824 1073778376 140735453794912 140735453786048 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3584/statm: 2963162 772408 2274 9 0 2953849 0
[pid=3584/tid=3586] ppid=3582 vsize=11852648 CPUtime=5.36 cores=0,2,4,6

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

/proc/3584/statm: 2963162 965621 2289 9 0 2953849 0
[pid=3584/tid=3586] ppid=3582 vsize=11852648 CPUtime=5.4 cores=0,2,4,6
/proc/3584/task/3586/stat : 3586 (java) S 3582 3584 3411 0 -1 4202560 4134 0 1 0 497 43 0 0 20 0 22 0 344006838 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115965551768 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3587] ppid=3582 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/3584/task/3587/stat : 3587 (java) S 3582 3584 3411 0 -1 4202560 154 0 0 0 68 10 0 0 20 0 22 0 344006840 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115933961256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3588] ppid=3582 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/3584/task/3588/stat : 3588 (java) S 3582 3584 3411 0 -1 4202560 192 0 0 0 78 12 0 0 20 0 22 0 344006840 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115932908456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3589] ppid=3582 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/3584/task/3589/stat : 3589 (java) S 3582 3584 3411 0 -1 4202560 186 0 0 0 76 11 0 0 20 0 22 0 344006840 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115931855656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3590] ppid=3582 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/3584/task/3590/stat : 3590 (java) S 3582 3584 3411 0 -1 4202560 238 0 0 0 92 16 0 0 20 0 22 0 344006840 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115930802856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3591] ppid=3582 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/3584/task/3591/stat : 3591 (java) S 3582 3584 3411 0 -1 4202560 188 0 0 0 77 12 0 0 20 0 22 0 344006840 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115929750056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3592] ppid=3582 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/3584/task/3592/stat : 3592 (java) S 3582 3584 3411 0 -1 4202560 194 0 0 0 74 12 0 0 20 0 22 0 344006840 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115928697256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3593] ppid=3582 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/3584/task/3593/stat : 3593 (java) S 3582 3584 3411 0 -1 4202560 163 0 0 0 74 9 0 0 20 0 22 0 344006840 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115927644456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3594] ppid=3582 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/3584/task/3594/stat : 3594 (java) S 3582 3584 3411 0 -1 4202560 211 0 0 0 76 13 0 0 20 0 22 0 344006840 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115794954408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3595] ppid=3582 vsize=11852648 CPUtime=9.06 cores=0,2,4,6
/proc/3584/task/3595/stat : 3595 (java) S 3582 3584 3411 0 -1 4202560 279 0 0 0 893 13 0 0 20 0 22 0 344006841 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115312597992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3596] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3596/stat : 3596 (java) S 3582 3584 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344006842 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115311544056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3597] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3597/stat : 3597 (java) S 3582 3584 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344006842 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115310491144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3598] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3598/stat : 3598 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344006844 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115309439632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3599] ppid=3582 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/3584/task/3599/stat : 3599 (java) S 3582 3584 3411 0 -1 4202560 8686 0 0 0 101 2 0 0 20 0 22 0 344006844 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115308386744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3600] ppid=3582 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/3584/task/3600/stat : 3600 (java) S 3582 3584 3411 0 -1 4202560 11126 0 0 0 150 2 0 0 20 0 22 0 344006844 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115307333944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3601] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3601/stat : 3601 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344006844 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115306281336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3602] ppid=3582 vsize=11852648 CPUtime=0.32 cores=0,2,4,6
/proc/3584/task/3602/stat : 3602 (java) S 3582 3584 3411 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 344006844 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115305228744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3630] ppid=3582 vsize=11852648 CPUtime=863.54 cores=0,2,4,6
/proc/3584/task/3630/stat : 3630 (java) R 3582 3584 3411 0 -1 4202560 56 0 0 0 86341 13 0 0 20 0 22 0 344007462 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115304173520 140115809539380 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3631] ppid=3582 vsize=11852648 CPUtime=863.32 cores=0,2,4,6
/proc/3584/task/3631/stat : 3631 (java) R 3582 3584 3411 0 -1 4202560 198 0 0 0 86315 17 0 0 20 0 22 0 344007462 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115303119568 140115809234768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3632] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3632/stat : 3632 (java) S 3582 3584 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344007469 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115302069672 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3633] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3633/stat : 3633 (java) S 3582 3584 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344007469 12137111552 965621 33554432000 1073741824 1073778376 140735453794912 140115301016872 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1755.7
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.501 s]
/proc/loadavg: 4.00 3.99 3.65 5/219 3669
/proc/meminfo: memFree=22349728/32873648 swapFree=6860/6860
[pid=3584] ppid=3582 vsize=11852648 CPUtime=1800.19 cores=0,2,4,6
/proc/3584/stat : 3584 (java) S 3582 3584 3411 0 -1 4202496 27260 0 1 0 179850 169 0 0 20 0 22 0 344006837 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140735453786048 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3584/statm: 2963162 967671 2289 9 0 2953849 0
[pid=3584/tid=3586] ppid=3582 vsize=11852648 CPUtime=5.4 cores=0,2,4,6
/proc/3584/task/3586/stat : 3586 (java) S 3582 3584 3411 0 -1 4202560 4134 0 1 0 497 43 0 0 20 0 22 0 344006838 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115965551768 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3587] ppid=3582 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/3584/task/3587/stat : 3587 (java) S 3582 3584 3411 0 -1 4202560 156 0 0 0 69 10 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115933961256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3588] ppid=3582 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/3584/task/3588/stat : 3588 (java) S 3582 3584 3411 0 -1 4202560 193 0 0 0 79 12 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115932908456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3589] ppid=3582 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/3584/task/3589/stat : 3589 (java) S 3582 3584 3411 0 -1 4202560 186 0 0 0 78 11 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115931855656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3590] ppid=3582 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/3584/task/3590/stat : 3590 (java) S 3582 3584 3411 0 -1 4202560 239 0 0 0 94 16 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115930802856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3591] ppid=3582 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/3584/task/3591/stat : 3591 (java) S 3582 3584 3411 0 -1 4202560 188 0 0 0 80 12 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115929750056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3592] ppid=3582 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/3584/task/3592/stat : 3592 (java) S 3582 3584 3411 0 -1 4202560 194 0 0 0 77 12 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115928697256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3593] ppid=3582 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/3584/task/3593/stat : 3593 (java) S 3582 3584 3411 0 -1 4202560 165 0 0 0 77 9 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115927644456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3594] ppid=3582 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/3584/task/3594/stat : 3594 (java) S 3582 3584 3411 0 -1 4202560 211 0 0 0 79 13 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115794954408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3595] ppid=3582 vsize=11852648 CPUtime=9.07 cores=0,2,4,6
/proc/3584/task/3595/stat : 3595 (java) S 3582 3584 3411 0 -1 4202560 281 0 0 0 894 13 0 0 20 0 22 0 344006841 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115312597992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3596] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3596/stat : 3596 (java) S 3582 3584 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344006842 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115311544056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3597] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3597/stat : 3597 (java) S 3582 3584 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344006842 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115310491144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3598] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3598/stat : 3598 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344006844 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115309439632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3599] ppid=3582 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/3584/task/3599/stat : 3599 (java) S 3582 3584 3411 0 -1 4202560 8686 0 0 0 101 2 0 0 20 0 22 0 344006844 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115308386744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3600] ppid=3582 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/3584/task/3600/stat : 3600 (java) S 3582 3584 3411 0 -1 4202560 11126 0 0 0 150 2 0 0 20 0 22 0 344006844 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115307333944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3601] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3601/stat : 3601 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344006844 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115306281336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3602] ppid=3582 vsize=11852648 CPUtime=0.33 cores=0,2,4,6
/proc/3584/task/3602/stat : 3602 (java) S 3582 3584 3411 0 -1 4202560 53 0 0 0 16 17 0 0 20 0 22 0 344006844 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115305228744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3630] ppid=3582 vsize=11852648 CPUtime=885.63 cores=0,2,4,6
/proc/3584/task/3630/stat : 3630 (java) R 3582 3584 3411 0 -1 4202560 62 0 0 0 88550 13 0 0 20 0 22 0 344007462 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115304173600 140115809421347 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3631] ppid=3582 vsize=11852648 CPUtime=885.42 cores=0,2,4,6
/proc/3584/task/3631/stat : 3631 (java) R 3582 3584 3411 0 -1 4202560 200 0 0 0 88525 17 0 0 20 0 22 0 344007462 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115303119568 140115809856065 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3632] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3632/stat : 3632 (java) S 3582 3584 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344007469 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115302069672 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3633] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3633/stat : 3633 (java) S 3582 3584 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344007469 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115301016872 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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+904.501 s]
/proc/loadavg: 4.00 3.99 3.65 5/219 3669
/proc/meminfo: memFree=22349728/32873648 swapFree=6860/6860
[pid=3584] ppid=3582 vsize=11852648 CPUtime=1800.19 cores=0,2,4,6
/proc/3584/stat : 3584 (java) S 3582 3584 3411 0 -1 4202496 27260 0 1 0 179850 169 0 0 20 0 22 0 344006837 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140735453786048 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/3584/statm: 2963162 967671 2289 9 0 2953849 0
[pid=3584/tid=3586] ppid=3582 vsize=11852648 CPUtime=5.4 cores=0,2,4,6
/proc/3584/task/3586/stat : 3586 (java) S 3582 3584 3411 0 -1 4202560 4134 0 1 0 497 43 0 0 20 0 22 0 344006838 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115965551768 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3587] ppid=3582 vsize=11852648 CPUtime=0.79 cores=0,2,4,6
/proc/3584/task/3587/stat : 3587 (java) S 3582 3584 3411 0 -1 4202560 156 0 0 0 69 10 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115933961256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3588] ppid=3582 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/3584/task/3588/stat : 3588 (java) S 3582 3584 3411 0 -1 4202560 193 0 0 0 79 12 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115932908456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3589] ppid=3582 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/3584/task/3589/stat : 3589 (java) S 3582 3584 3411 0 -1 4202560 186 0 0 0 78 11 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115931855656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3590] ppid=3582 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/3584/task/3590/stat : 3590 (java) S 3582 3584 3411 0 -1 4202560 239 0 0 0 94 16 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115930802856 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3591] ppid=3582 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/3584/task/3591/stat : 3591 (java) S 3582 3584 3411 0 -1 4202560 188 0 0 0 80 12 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115929750056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3592] ppid=3582 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/3584/task/3592/stat : 3592 (java) S 3582 3584 3411 0 -1 4202560 194 0 0 0 77 12 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115928697256 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3593] ppid=3582 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/3584/task/3593/stat : 3593 (java) S 3582 3584 3411 0 -1 4202560 165 0 0 0 77 9 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115927644456 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3594] ppid=3582 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/3584/task/3594/stat : 3594 (java) S 3582 3584 3411 0 -1 4202560 211 0 0 0 79 13 0 0 20 0 22 0 344006840 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115794954408 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3595] ppid=3582 vsize=11852648 CPUtime=9.07 cores=0,2,4,6
/proc/3584/task/3595/stat : 3595 (java) S 3582 3584 3411 0 -1 4202560 281 0 0 0 894 13 0 0 20 0 22 0 344006841 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115312597992 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3596] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3596/stat : 3596 (java) S 3582 3584 3411 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344006842 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115311544056 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3597] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3597/stat : 3597 (java) S 3582 3584 3411 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344006842 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115310491144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3598] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3598/stat : 3598 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344006844 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115309439632 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3599] ppid=3582 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/3584/task/3599/stat : 3599 (java) S 3582 3584 3411 0 -1 4202560 8686 0 0 0 101 2 0 0 20 0 22 0 344006844 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115308386744 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3584/tid=3600] ppid=3582 vsize=11852648 CPUtime=1.52 cores=0,2,4,6
/proc/3584/task/3600/stat : 3600 (java) S 3582 3584 3411 0 -1 4202560 11126 0 0 0 150 2 0 0 20 0 22 0 344006844 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115307333944 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3601] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3601/stat : 3601 (java) S 3582 3584 3411 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344006844 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115306281336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3602] ppid=3582 vsize=11852648 CPUtime=0.33 cores=0,2,4,6
/proc/3584/task/3602/stat : 3602 (java) S 3582 3584 3411 0 -1 4202560 53 0 0 0 16 17 0 0 20 0 22 0 344006844 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115305228744 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3630] ppid=3582 vsize=11852648 CPUtime=885.63 cores=0,2,4,6
/proc/3584/task/3630/stat : 3630 (java) R 3582 3584 3411 0 -1 4202560 62 0 0 0 88550 13 0 0 20 0 22 0 344007462 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115304173600 140115809421347 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3584/tid=3631] ppid=3582 vsize=11852648 CPUtime=885.42 cores=0,2,4,6
/proc/3584/task/3631/stat : 3631 (java) R 3582 3584 3411 0 -1 4202560 200 0 0 0 88525 17 0 0 20 0 22 0 344007462 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115303119568 140115809856065 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3584/tid=3632] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3632/stat : 3632 (java) S 3582 3584 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344007469 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115302069672 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3584/tid=3633] ppid=3582 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/3584/task/3633/stat : 3633 (java) S 3582 3584 3411 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344007469 12137111552 967671 33554432000 1073741824 1073778376 140735453794912 140115301016872 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 11852648

Child status: 143

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

Real time (s): 904.552
CPU time (s): 1800.19
CPU user time (s): 1798.5
CPU system time (s): 1.69
CPU usage (%): 199.015
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.87
system time used= 2.19067
maximum resident set size= 3870808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27293
page faults= 1
swaps= 0
block input operations= 0
block output operations= 896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23244
involuntary context switches= 19529

runsolver used 3.42948 second user time and 8.16676 second system time

The end

Launcher Data

Begin job on node124 at 2012-06-04 05:00:10
IDJOB=3743305
IDBENCH=90952
IDSOLVER=2328
FILE ID=node124/3743305-1338778809
RUNJOBID= node124-1338777895-3427
PBS_JOBID= 14636829
Free space on /tmp= 70680 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_unif_10null0mast_rapportOE2.0_TMAX15_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-3743305-1338778809/watcher-3743305-1338778809 -o /tmp/evaluation-result-3743305-1338778809/solver-3743305-1338778809 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3743305-1338778809.opb

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

MD5SUM BENCH= 1534d9d93781c259bc7b88f8b451f924
RANDOM SEED=1899482304

node124.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5357.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30102752 kB
Buffers:          245000 kB
Cached:          1719652 kB
SwapCached:         8264 kB
Active:           519668 kB
Inactive:        1464376 kB
Active(anon):      14152 kB
Inactive(anon):     8240 kB
Active(file):     505516 kB
Inactive(file):  1456136 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67091600 kB
Dirty:             31628 kB
Writeback:             0 kB
AnonPages:         21136 kB
Mapped:             8508 kB
Shmem:                 0 kB
Slab:             647800 kB
SReclaimable:      91540 kB
SUnreclaim:       556260 kB
KernelStack:        1416 kB
PageTables:         3592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     116444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 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= 70652 MiB
End job on node124 at 2012-06-04 05:15:16