Trace number 3743456

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.05 897.931

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null0mast_rapportOE1.0_TMAX15_K192_cod2.opb
MD5SUMa88af6dd0118c2f12fc3d8f44e999a51
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-432
Best CPU time to get the best result obtained on this benchmark780.628
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 512
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3967
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 61696
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.08	c version 2.2.0.v20100531
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		1349517296
0.01/0.08	c Max memory 		1356595200
0.01/0.08	c Total memory 		1356595200
0.01/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3743456-1338792543.opb
0.09/0.11	c reading problem ... 
10.09/6.31	c ... done. Wall clock time 6.204s.
10.09/6.31	c #vars     400896
10.09/6.31	c #constraints  402763
10.09/6.31	c constraints type 
10.09/6.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
10.09/6.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
10.09/6.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
10.09/6.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
10.09/6.31	c constraints type 
10.09/6.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
10.09/6.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
10.09/6.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
10.09/6.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
184.53/92.65	c cleaning 2133 clauses out of 5001 with flag 5001/5001
366.11/182.85	c cleaning 4375 clauses out of 8869 with flag 11002/11002
566.02/282.61	c cleaning 5743 clauses out of 11493 with flag 18001/18001
749.84/374.15	c cleaning 6868 clauses out of 13749 with flag 26000/26000
986.84/492.10	c cleaning 7941 clauses out of 15883 with flag 35002/35002
1207.73/602.27	c cleaning 8957 clauses out of 17941 with flag 45001/45001
1444.23/720.03	c cleaning 9980 clauses out of 19985 with flag 56002/56002
1686.52/841.02	c cleaning 10981 clauses out of 22003 with flag 68000/68000
1800.05/897.91	c starts		: 78
1800.05/897.91	c conflicts		: 73003
1800.05/897.91	c decisions		: 1763528
1800.05/897.91	c propagations		: 2043797595
1800.05/897.91	c inspects		: 1832538682
1800.05/897.91	c learnt literals	: 0
1800.05/897.91	c learnt binary clauses	: 523
1800.05/897.91	c learnt ternary clauses	: 439
1800.05/897.91	c learnt clauses	: 73003
1800.05/897.91	c ignored clauses	: 0
1800.05/897.91	c root simplifications	: 0
1800.05/897.91	c removed literals (reason simplification)	: 5420139
1800.05/897.91	c reason swapping (by a shorter reason)	: 0
1800.05/897.91	c Calls to reduceDB	: 8
1800.05/897.91	c number of reductions to clauses (during analyze)	: 0
1800.05/897.91	c number of learned constraints concerned by reduction	: 0
1800.05/897.91	c number of learning phase by resolution	: 0
1800.05/897.91	c number of learning phase by cutting planes	: 0
1800.05/897.91	c speed (assignments/second)	: 2292298.382447616
1800.05/897.91	c non guided choices	131
1800.05/897.92	c learnt constraints type 
1800.05/897.92	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 15502
1800.05/897.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 523
1800.05/897.92	c constraints type 
1800.05/897.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.05/897.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.05/897.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.05/897.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.05/897.92	c constraints type 
1800.05/897.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.05/897.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.05/897.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.05/897.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.05/897.92	s UNKNOWN
1800.05/897.92	c Total wall clock time (in seconds): 897.81

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-3743456-1338792543/watcher-3743456-1338792543 -o /tmp/evaluation-result-3743456-1338792543/solver-3743456-1338792543 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743456-1338792543.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.73 3.91 3.89 4/197 16973
/proc/meminfo: memFree=24512048/32873648 swapFree=6852/6852
[pid=16973] ppid=16971 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16973/stat : 16973 (java6) R 16971 16973 15509 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 345381654 9515008 184 33554432000 1073741824 1073778376 140735409829232 140735409820264 213866150119 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16973/statm: 2323 185 142 9 0 71 0

[startup+0.0389911 s]
/proc/loadavg: 3.73 3.91 3.89 4/197 16973
/proc/meminfo: memFree=24512048/32873648 swapFree=6852/6852
[pid=16973] ppid=16971 vsize=2233952 CPUtime=0.01 cores=0,2,4,6
/proc/16973/stat : 16973 (java) S 16971 16973 15509 0 -1 4202496 3631 0 1 0 1 0 0 0 20 0 11 0 345381654 2287566848 4840 33554432000 1073741824 1073778376 140735620259376 140735620250512 213869690941 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16973/statm: 558488 4840 1651 9 0 549189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2233952

[startup+0.100217 s]
/proc/loadavg: 3.73 3.91 3.89 4/197 16973
/proc/meminfo: memFree=24512048/32873648 swapFree=6852/6852
[pid=16973] ppid=16971 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/16973/stat : 16973 (java) S 16971 16973 15509 0 -1 4202496 4696 0 1 0 8 1 0 0 20 0 18 0 345381654 2764726272 6405 33554432000 1073741824 1073778376 140735620259376 140735620250512 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16973/statm: 674982 6405 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300175 s]
/proc/loadavg: 3.73 3.91 3.89 4/197 16973
/proc/meminfo: memFree=24512048/32873648 swapFree=6852/6852
[pid=16973] ppid=16971 vsize=2699928 CPUtime=0.51 cores=0,2,4,6
/proc/16973/stat : 16973 (java) S 16971 16973 15509 0 -1 4202496 6432 0 1 0 49 2 0 0 20 0 18 0 345381654 2764726272 15926 33554432000 1073741824 1073778376 140735620259376 140735620250512 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16973/statm: 674982 15926 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700285 s]
/proc/loadavg: 3.73 3.91 3.89 4/197 16973
/proc/meminfo: memFree=24512048/32873648 swapFree=6852/6852
[pid=16973] ppid=16971 vsize=2699928 CPUtime=1.2 cores=0,2,4,6
/proc/16973/stat : 16973 (java) S 16971 16973 15509 0 -1 4202496 11467 0 1 0 115 5 0 0 20 0 18 0 345381654 2764726272 59849 33554432000 1073741824 1073778376 140735620259376 140735620250512 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16973/statm: 674982 59849 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 2699928

[startup+1.50072 s]
/proc/loadavg: 3.73 3.91 3.89 4/215 16991
/proc/meminfo: memFree=24086268/32873648 swapFree=6852/6852
[pid=16973] ppid=16971 vsize=2699928 CPUtime=2.54 cores=0,2,4,6
/proc/16973/stat : 16973 (java) S 16971 16973 15509 0 -1 4202496 11830 0 1 0 235 19 0 0 20 0 18 0 345381654 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 140735620250512 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16973/statm: 674982 126494 2248 9 0 665676 0
[pid=16973/tid=16975] ppid=16971 vsize=2699928 CPUtime=1.29 cores=0,2,4,6
/proc/16973/task/16975/stat : 16975 (java) R 16971 16973 15509 0 -1 4202560 2987 0 1 0 123 6 0 0 20 0 18 0 345381655 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633850543448 139633698946929 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16976] ppid=16971 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/16973/task/16976/stat : 16976 (java) S 16971 16973 15509 0 -1 4202560 45 0 0 0 9 2 0 0 20 0 18 0 345381656 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633834826152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16977] ppid=16971 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/16973/task/16977/stat : 16977 (java) S 16971 16973 15509 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 18 0 345381656 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633833773608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16978] ppid=16971 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/16973/task/16978/stat : 16978 (java) S 16971 16973 15509 0 -1 4202560 37 0 0 0 7 1 0 0 20 0 18 0 345381656 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633832720552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16979] ppid=16971 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/16973/task/16979/stat : 16979 (java) S 16971 16973 15509 0 -1 4202560 37 0 0 0 5 1 0 0 20 0 18 0 345381656 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633831668008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16980] ppid=16971 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/16973/task/16980/stat : 16980 (java) S 16971 16973 15509 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 18 0 345381656 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633830615976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16981] ppid=16971 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/16973/task/16981/stat : 16981 (java) S 16971 16973 15509 0 -1 4202560 41 0 0 0 6 2 0 0 20 0 18 0 345381656 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633829563432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16982] ppid=16971 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/16973/task/16982/stat : 16982 (java) S 16971 16973 15509 0 -1 4202560 45 0 0 0 9 2 0 0 20 0 18 0 345381656 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633828510376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16983] ppid=16971 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/16973/task/16983/stat : 16983 (java) S 16971 16973 15509 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 345381656 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633827457832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16984] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16984/stat : 16984 (java) S 16971 16973 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345381657 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633697479016 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16985] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16985/stat : 16985 (java) S 16971 16973 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345381658 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633696425336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16986] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16986/stat : 16986 (java) S 16971 16973 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345381658 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633695372168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16987] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16987/stat : 16987 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345381660 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633694320912 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16988] ppid=16971 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/16973/task/16988/stat : 16988 (java) S 16971 16973 15509 0 -1 4202560 3797 0 0 0 26 0 0 0 20 0 18 0 345381660 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633693268792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16989] ppid=16971 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/16973/task/16989/stat : 16989 (java) S 16971 16973 15509 0 -1 4202560 3588 0 0 0 27 1 0 0 20 0 18 0 345381660 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633692216248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16990] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16990/stat : 16990 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345381660 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633691163384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16991] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16991/stat : 16991 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345381660 2764726272 126494 33554432000 1073741824 1073778376 140735620259376 139633690111048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 2699928

[startup+3.10076 s]
/proc/loadavg: 3.73 3.91 3.89 4/215 16991
/proc/meminfo: memFree=24012728/32873648 swapFree=6852/6852
[pid=16973] ppid=16971 vsize=2699928 CPUtime=4.94 cores=0,2,4,6
/proc/16973/stat : 16973 (java) S 16971 16973 15509 0 -1 4202496 12316 0 1 0 459 35 0 0 20 0 18 0 345381654 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 140735620250512 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16973/statm: 674982 156449 2248 9 0 665676 0
[pid=16973/tid=16975] ppid=16971 vsize=2699928 CPUtime=2.61 cores=0,2,4,6
/proc/16973/task/16975/stat : 16975 (java) R 16971 16973 15509 0 -1 4202560 2989 0 1 0 255 6 0 0 20 0 18 0 345381655 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633850543688 213869716749 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16976] ppid=16971 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/16973/task/16976/stat : 16976 (java) S 16971 16973 15509 0 -1 4202560 92 0 0 0 20 5 0 0 20 0 18 0 345381656 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633834826152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16977] ppid=16971 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/16973/task/16977/stat : 16977 (java) S 16971 16973 15509 0 -1 4202560 278 0 0 0 18 4 0 0 20 0 18 0 345381656 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633833773608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16978] ppid=16971 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/16973/task/16978/stat : 16978 (java) S 16971 16973 15509 0 -1 4202560 81 0 0 0 23 3 0 0 20 0 18 0 345381656 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633832720552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16979] ppid=16971 vsize=2699928 CPUtime=0.23 cores=0,2,4,6
/proc/16973/task/16979/stat : 16979 (java) S 16971 16973 15509 0 -1 4202560 71 0 0 0 20 3 0 0 20 0 18 0 345381656 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633831668008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16980] ppid=16971 vsize=2699928 CPUtime=0.13 cores=0,2,4,6
/proc/16973/task/16980/stat : 16980 (java) S 16971 16973 15509 0 -1 4202560 48 0 0 0 11 2 0 0 20 0 18 0 345381656 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633830615976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16981] ppid=16971 vsize=2699928 CPUtime=0.18 cores=0,2,4,6
/proc/16973/task/16981/stat : 16981 (java) S 16971 16973 15509 0 -1 4202560 74 0 0 0 14 4 0 0 20 0 18 0 345381656 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633829563432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16982] ppid=16971 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/16973/task/16982/stat : 16982 (java) S 16971 16973 15509 0 -1 4202560 70 0 0 0 18 4 0 0 20 0 18 0 345381656 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633828510376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16983] ppid=16971 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/16973/task/16983/stat : 16983 (java) S 16971 16973 15509 0 -1 4202560 45 0 0 0 9 2 0 0 20 0 18 0 345381656 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633827457832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16984] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16984/stat : 16984 (java) S 16971 16973 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345381657 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633697479016 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16985] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16985/stat : 16985 (java) S 16971 16973 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345381658 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633696425336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16986] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16986/stat : 16986 (java) S 16971 16973 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345381658 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633695372168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16987] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16987/stat : 16987 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345381660 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633694320912 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16988] ppid=16971 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/16973/task/16988/stat : 16988 (java) S 16971 16973 15509 0 -1 4202560 3797 0 0 0 26 0 0 0 20 0 18 0 345381660 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633693268792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16989] ppid=16971 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/16973/task/16989/stat : 16989 (java) S 16971 16973 15509 0 -1 4202560 3588 0 0 0 27 1 0 0 20 0 18 0 345381660 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633692216248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16990] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16990/stat : 16990 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345381660 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633691163384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16991] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16991/stat : 16991 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345381660 2764726272 156449 33554432000 1073741824 1073778376 140735620259376 139633690111048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 2699928

[startup+6.30066 s]
/proc/loadavg: 4.23 4.01 3.93 8/215 16991
/proc/meminfo: memFree=23781500/32873648 swapFree=6852/6852
[pid=16973] ppid=16971 vsize=2699928 CPUtime=10.09 cores=0,2,4,6
/proc/16973/stat : 16973 (java) S 16971 16973 15509 0 -1 4202496 17621 0 1 0 961 48 0 0 20 0 18 0 345381654 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 140735620250512 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16973/statm: 674982 186434 2256 9 0 665676 0
[pid=16973/tid=16975] ppid=16971 vsize=2699928 CPUtime=5.17 cores=0,2,4,6
/proc/16973/task/16975/stat : 16975 (java) R 16971 16973 15509 0 -1 4202560 3024 0 1 0 511 6 0 0 20 0 18 0 345381655 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633850543800 139633699290851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16976] ppid=16971 vsize=2699928 CPUtime=0.52 cores=0,2,4,6
/proc/16973/task/16976/stat : 16976 (java) S 16971 16973 15509 0 -1 4202560 287 0 0 0 46 6 0 0 20 0 18 0 345381656 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633834826152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16977] ppid=16971 vsize=2699928 CPUtime=0.58 cores=0,2,4,6
/proc/16973/task/16977/stat : 16977 (java) S 16971 16973 15509 0 -1 4202560 312 0 0 0 51 7 0 0 20 0 18 0 345381656 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633833773608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16978] ppid=16971 vsize=2699928 CPUtime=0.53 cores=0,2,4,6
/proc/16973/task/16978/stat : 16978 (java) S 16971 16973 15509 0 -1 4202560 146 0 0 0 49 4 0 0 20 0 18 0 345381656 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633832720552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16979] ppid=16971 vsize=2699928 CPUtime=0.6 cores=0,2,4,6
/proc/16973/task/16979/stat : 16979 (java) S 16971 16973 15509 0 -1 4202560 121 0 0 0 54 6 0 0 20 0 18 0 345381656 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633831668008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16980] ppid=16971 vsize=2699928 CPUtime=0.42 cores=0,2,4,6
/proc/16973/task/16980/stat : 16980 (java) S 16971 16973 15509 0 -1 4202560 105 0 0 0 38 4 0 0 20 0 18 0 345381656 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633830615976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16981] ppid=16971 vsize=2699928 CPUtime=0.43 cores=0,2,4,6
/proc/16973/task/16981/stat : 16981 (java) S 16971 16973 15509 0 -1 4202560 102 0 0 0 38 5 0 0 20 0 18 0 345381656 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633829563432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16982] ppid=16971 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/16973/task/16982/stat : 16982 (java) S 16971 16973 15509 0 -1 4202560 126 0 0 0 48 6 0 0 20 0 18 0 345381656 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633828510376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16983] ppid=16971 vsize=2699928 CPUtime=0.35 cores=0,2,4,6
/proc/16973/task/16983/stat : 16983 (java) S 16971 16973 15509 0 -1 4202560 90 0 0 0 32 3 0 0 20 0 18 0 345381656 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633827457832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16984] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16984/stat : 16984 (java) S 16971 16973 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345381657 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633697479016 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16985] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16985/stat : 16985 (java) S 16971 16973 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345381658 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633696425336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16986] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16986/stat : 16986 (java) S 16971 16973 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345381658 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633695372168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16987] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16987/stat : 16987 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345381660 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633694320912 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16988] ppid=16971 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/16973/task/16988/stat : 16988 (java) S 16971 16973 15509 0 -1 4202560 3797 0 0 0 28 0 0 0 20 0 18 0 345381660 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633693268792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16989] ppid=16971 vsize=2699928 CPUtime=0.5 cores=0,2,4,6
/proc/16973/task/16989/stat : 16989 (java) S 16971 16973 15509 0 -1 4202560 8328 0 0 0 49 1 0 0 20 0 18 0 345381660 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633692216248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16990] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16990/stat : 16990 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345381660 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633691163384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16991] ppid=16971 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16991/stat : 16991 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345381660 2764726272 186434 33554432000 1073741824 1073778376 140735620259376 139633690111048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.09
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 4.21 4.01 3.93 5/219 16995
/proc/meminfo: memFree=23773236/32873648 swapFree=6852/6852
[pid=16973] ppid=16971 vsize=2966184 CPUtime=23.59 cores=0,2,4,6
/proc/16973/stat : 16973 (java) S 16971 16973 15509 0 -1 4202496 17783 0 1 0 2310 49 0 0 20 0 22 0 345381654 3037372416 186139 33554432000 1073741824 1073778376 140735620259376 140735620250512 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16973/statm: 741546 186139 2269 9 0 732240 0
[pid=16973/tid=16975] ppid=16971 vsize=2966184 CPUtime=5.19 cores=0,2,4,6

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

/proc/16973/statm: 741546 237826 2282 9 0 732240 0
[pid=16973/tid=16975] ppid=16971 vsize=2966184 CPUtime=5.21 cores=0,2,4,6
/proc/16973/task/16975/stat : 16975 (java) S 16971 16973 15509 0 -1 4202560 3040 0 1 0 515 6 0 0 20 0 22 0 345381655 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633850545304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16976] ppid=16971 vsize=2966184 CPUtime=4.62 cores=0,2,4,6
/proc/16973/task/16976/stat : 16976 (java) S 16971 16973 15509 0 -1 4202560 306 0 0 0 451 11 0 0 20 0 22 0 345381656 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633834826152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16977] ppid=16971 vsize=2966184 CPUtime=4.98 cores=0,2,4,6
/proc/16973/task/16977/stat : 16977 (java) S 16971 16973 15509 0 -1 4202560 368 0 0 0 482 16 0 0 20 0 22 0 345381656 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633833773608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16978] ppid=16971 vsize=2966184 CPUtime=4.76 cores=0,2,4,6
/proc/16973/task/16978/stat : 16978 (java) S 16971 16973 15509 0 -1 4202560 226 0 0 0 466 10 0 0 20 0 22 0 345381656 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633832720552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16979] ppid=16971 vsize=2966184 CPUtime=4.85 cores=0,2,4,6
/proc/16973/task/16979/stat : 16979 (java) S 16971 16973 15509 0 -1 4202560 192 0 0 0 474 11 0 0 20 0 22 0 345381656 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633831668008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16980] ppid=16971 vsize=2966184 CPUtime=4.53 cores=0,2,4,6
/proc/16973/task/16980/stat : 16980 (java) S 16971 16973 15509 0 -1 4202560 182 0 0 0 444 9 0 0 20 0 22 0 345381656 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633830615976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16981] ppid=16971 vsize=2966184 CPUtime=4.69 cores=0,2,4,6
/proc/16973/task/16981/stat : 16981 (java) S 16971 16973 15509 0 -1 4202560 190 0 0 0 457 12 0 0 20 0 22 0 345381656 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633829563432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16982] ppid=16971 vsize=2966184 CPUtime=4.69 cores=0,2,4,6
/proc/16973/task/16982/stat : 16982 (java) S 16971 16973 15509 0 -1 4202560 309 0 0 0 457 12 0 0 20 0 22 0 345381656 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633828510376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16983] ppid=16971 vsize=2966184 CPUtime=4.5 cores=0,2,4,6
/proc/16973/task/16983/stat : 16983 (java) S 16971 16973 15509 0 -1 4202560 151 0 0 0 441 9 0 0 20 0 22 0 345381656 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633827457832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16984] ppid=16971 vsize=2966184 CPUtime=8.12 cores=0,2,4,6
/proc/16973/task/16984/stat : 16984 (java) S 16971 16973 15509 0 -1 4202560 94331 0 0 0 723 89 0 0 20 0 22 0 345381657 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633697479016 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16985] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16985/stat : 16985 (java) S 16971 16973 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345381658 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633696425336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16986] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16986/stat : 16986 (java) S 16971 16973 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 345381658 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633695372168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16987] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16987/stat : 16987 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345381660 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633694320912 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16988] ppid=16971 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/16973/task/16988/stat : 16988 (java) S 16971 16973 15509 0 -1 4202560 3844 0 0 0 99 0 0 0 20 0 22 0 345381660 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633693268792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16989] ppid=16971 vsize=2966184 CPUtime=2.36 cores=0,2,4,6
/proc/16973/task/16989/stat : 16989 (java) S 16971 16973 15509 0 -1 4202560 18964 0 0 0 233 3 0 0 20 0 22 0 345381660 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633692216248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16990] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16990/stat : 16990 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345381660 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633691163384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16991] ppid=16971 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/16973/task/16991/stat : 16991 (java) S 16971 16973 15509 0 -1 4202560 50 0 0 0 14 18 0 0 20 0 22 0 345381660 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633690111048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16992] ppid=16971 vsize=2966184 CPUtime=854.84 cores=0,2,4,6
/proc/16973/task/16992/stat : 16992 (java) R 16971 16973 15509 0 -1 4202560 480 0 0 0 85468 16 0 0 20 0 22 0 345382286 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633689053776 139633699153052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16993] ppid=16971 vsize=2966184 CPUtime=854.82 cores=0,2,4,6
/proc/16973/task/16993/stat : 16993 (java) R 16971 16973 15509 0 -1 4202560 869 0 0 0 85465 17 0 0 20 0 22 0 345382286 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633688001520 139633699187345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16994] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16994/stat : 16994 (java) S 16971 16973 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345382295 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633686950696 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16995] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16995/stat : 16995 (java) S 16971 16973 15509 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 345382295 3037372416 237826 33554432000 1073741824 1073778376 140735620259376 139633685898152 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1768.63
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.901 s]
/proc/loadavg: 3.88 3.92 3.90 5/219 17102
/proc/meminfo: memFree=23788856/32873648 swapFree=6852/6852
[pid=16973] ppid=16971 vsize=2966184 CPUtime=1800.05 cores=0,2,4,6
/proc/16973/stat : 16973 (java) S 16971 16973 15509 0 -1 4202496 124732 0 1 0 179791 214 0 0 20 0 22 0 345381654 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 140735620250512 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16973/statm: 741546 237828 2282 9 0 732240 0
[pid=16973/tid=16975] ppid=16971 vsize=2966184 CPUtime=5.21 cores=0,2,4,6
/proc/16973/task/16975/stat : 16975 (java) S 16971 16973 15509 0 -1 4202560 3040 0 1 0 515 6 0 0 20 0 22 0 345381655 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633850545304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16976] ppid=16971 vsize=2966184 CPUtime=4.73 cores=0,2,4,6
/proc/16973/task/16976/stat : 16976 (java) S 16971 16973 15509 0 -1 4202560 306 0 0 0 462 11 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633834826152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16977] ppid=16971 vsize=2966184 CPUtime=5.06 cores=0,2,4,6
/proc/16973/task/16977/stat : 16977 (java) S 16971 16973 15509 0 -1 4202560 368 0 0 0 490 16 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633833773608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16978] ppid=16971 vsize=2966184 CPUtime=4.85 cores=0,2,4,6
/proc/16973/task/16978/stat : 16978 (java) S 16971 16973 15509 0 -1 4202560 227 0 0 0 475 10 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633832720552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16979] ppid=16971 vsize=2966184 CPUtime=4.93 cores=0,2,4,6
/proc/16973/task/16979/stat : 16979 (java) S 16971 16973 15509 0 -1 4202560 192 0 0 0 481 12 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633831668008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16980] ppid=16971 vsize=2966184 CPUtime=4.63 cores=0,2,4,6
/proc/16973/task/16980/stat : 16980 (java) S 16971 16973 15509 0 -1 4202560 183 0 0 0 454 9 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633830615976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16981] ppid=16971 vsize=2966184 CPUtime=4.79 cores=0,2,4,6
/proc/16973/task/16981/stat : 16981 (java) S 16971 16973 15509 0 -1 4202560 190 0 0 0 467 12 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633829563432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16982] ppid=16971 vsize=2966184 CPUtime=4.79 cores=0,2,4,6
/proc/16973/task/16982/stat : 16982 (java) S 16971 16973 15509 0 -1 4202560 309 0 0 0 467 12 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633828510376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16983] ppid=16971 vsize=2966184 CPUtime=4.56 cores=0,2,4,6
/proc/16973/task/16983/stat : 16983 (java) S 16971 16973 15509 0 -1 4202560 151 0 0 0 447 9 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633827457832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16984] ppid=16971 vsize=2966184 CPUtime=8.15 cores=0,2,4,6
/proc/16973/task/16984/stat : 16984 (java) S 16971 16973 15509 0 -1 4202560 94333 0 0 0 724 91 0 0 20 0 22 0 345381657 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633697479016 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16985] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16985/stat : 16985 (java) S 16971 16973 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345381658 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633696425336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16986] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16986/stat : 16986 (java) S 16971 16973 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 345381658 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633695372168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16987] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16987/stat : 16987 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345381660 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633694320912 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16988] ppid=16971 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/16973/task/16988/stat : 16988 (java) S 16971 16973 15509 0 -1 4202560 3844 0 0 0 99 0 0 0 20 0 22 0 345381660 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633693268792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16989] ppid=16971 vsize=2966184 CPUtime=2.36 cores=0,2,4,6
/proc/16973/task/16989/stat : 16989 (java) S 16971 16973 15509 0 -1 4202560 18964 0 0 0 233 3 0 0 20 0 22 0 345381660 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633692216248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16990] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16990/stat : 16990 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345381660 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633691163384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16991] ppid=16971 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/16973/task/16991/stat : 16991 (java) S 16971 16973 15509 0 -1 4202560 52 0 0 0 14 18 0 0 20 0 22 0 345381660 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633690111048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16992] ppid=16971 vsize=2966184 CPUtime=870.14 cores=0,2,4,6
/proc/16973/task/16992/stat : 16992 (java) R 16971 16973 15509 0 -1 4202560 488 0 0 0 86997 17 0 0 20 0 22 0 345382286 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633689054592 139633699579503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16993] ppid=16971 vsize=2966184 CPUtime=870.11 cores=0,2,4,6
/proc/16973/task/16993/stat : 16993 (java) R 16971 16973 15509 0 -1 4202560 891 0 0 0 86993 18 0 0 20 0 22 0 345382286 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633688000712 139633699126028 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16994] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16994/stat : 16994 (java) S 16971 16973 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345382295 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633686950696 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16995] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16995/stat : 16995 (java) S 16971 16973 15509 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 345382295 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633685898152 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2966184

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

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

[startup+897.901 s]
/proc/loadavg: 3.88 3.92 3.90 5/219 17102
/proc/meminfo: memFree=23788856/32873648 swapFree=6852/6852
[pid=16973] ppid=16971 vsize=2966184 CPUtime=1800.05 cores=0,2,4,6
/proc/16973/stat : 16973 (java) S 16971 16973 15509 0 -1 4202496 124732 0 1 0 179791 214 0 0 20 0 22 0 345381654 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 140735620250512 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/16973/statm: 741546 237828 2282 9 0 732240 0
[pid=16973/tid=16975] ppid=16971 vsize=2966184 CPUtime=5.21 cores=0,2,4,6
/proc/16973/task/16975/stat : 16975 (java) S 16971 16973 15509 0 -1 4202560 3040 0 1 0 515 6 0 0 20 0 22 0 345381655 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633850545304 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16976] ppid=16971 vsize=2966184 CPUtime=4.73 cores=0,2,4,6
/proc/16973/task/16976/stat : 16976 (java) S 16971 16973 15509 0 -1 4202560 306 0 0 0 462 11 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633834826152 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16977] ppid=16971 vsize=2966184 CPUtime=5.06 cores=0,2,4,6
/proc/16973/task/16977/stat : 16977 (java) S 16971 16973 15509 0 -1 4202560 368 0 0 0 490 16 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633833773608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16978] ppid=16971 vsize=2966184 CPUtime=4.85 cores=0,2,4,6
/proc/16973/task/16978/stat : 16978 (java) S 16971 16973 15509 0 -1 4202560 227 0 0 0 475 10 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633832720552 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16979] ppid=16971 vsize=2966184 CPUtime=4.93 cores=0,2,4,6
/proc/16973/task/16979/stat : 16979 (java) S 16971 16973 15509 0 -1 4202560 192 0 0 0 481 12 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633831668008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16980] ppid=16971 vsize=2966184 CPUtime=4.63 cores=0,2,4,6
/proc/16973/task/16980/stat : 16980 (java) S 16971 16973 15509 0 -1 4202560 183 0 0 0 454 9 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633830615976 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16981] ppid=16971 vsize=2966184 CPUtime=4.79 cores=0,2,4,6
/proc/16973/task/16981/stat : 16981 (java) S 16971 16973 15509 0 -1 4202560 190 0 0 0 467 12 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633829563432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16982] ppid=16971 vsize=2966184 CPUtime=4.79 cores=0,2,4,6
/proc/16973/task/16982/stat : 16982 (java) S 16971 16973 15509 0 -1 4202560 309 0 0 0 467 12 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633828510376 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16983] ppid=16971 vsize=2966184 CPUtime=4.56 cores=0,2,4,6
/proc/16973/task/16983/stat : 16983 (java) S 16971 16973 15509 0 -1 4202560 151 0 0 0 447 9 0 0 20 0 22 0 345381656 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633827457832 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16984] ppid=16971 vsize=2966184 CPUtime=8.15 cores=0,2,4,6
/proc/16973/task/16984/stat : 16984 (java) S 16971 16973 15509 0 -1 4202560 94333 0 0 0 724 91 0 0 20 0 22 0 345381657 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633697479016 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16985] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16985/stat : 16985 (java) S 16971 16973 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345381658 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633696425336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16986] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16986/stat : 16986 (java) S 16971 16973 15509 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 345381658 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633695372168 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16973/tid=16987] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16987/stat : 16987 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345381660 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633694320912 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16988] ppid=16971 vsize=2966184 CPUtime=0.99 cores=0,2,4,6
/proc/16973/task/16988/stat : 16988 (java) S 16971 16973 15509 0 -1 4202560 3844 0 0 0 99 0 0 0 20 0 22 0 345381660 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633693268792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16989] ppid=16971 vsize=2966184 CPUtime=2.36 cores=0,2,4,6
/proc/16973/task/16989/stat : 16989 (java) S 16971 16973 15509 0 -1 4202560 18964 0 0 0 233 3 0 0 20 0 22 0 345381660 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633692216248 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16990] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16990/stat : 16990 (java) S 16971 16973 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345381660 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633691163384 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16973/tid=16991] ppid=16971 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/16973/task/16991/stat : 16991 (java) S 16971 16973 15509 0 -1 4202560 52 0 0 0 14 18 0 0 20 0 22 0 345381660 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633690111048 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16992] ppid=16971 vsize=2966184 CPUtime=870.14 cores=0,2,4,6
/proc/16973/task/16992/stat : 16992 (java) R 16971 16973 15509 0 -1 4202560 488 0 0 0 86997 17 0 0 20 0 22 0 345382286 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633689054592 139633699579503 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16973/tid=16993] ppid=16971 vsize=2966184 CPUtime=870.11 cores=0,2,4,6
/proc/16973/task/16993/stat : 16993 (java) R 16971 16973 15509 0 -1 4202560 891 0 0 0 86993 18 0 0 20 0 22 0 345382286 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633688000712 139633699126028 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16994] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16994/stat : 16994 (java) S 16971 16973 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345382295 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633686950696 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16973/tid=16995] ppid=16971 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16973/task/16995/stat : 16995 (java) S 16971 16973 15509 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 345382295 3037372416 237828 33554432000 1073741824 1073778376 140735620259376 139633685898152 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 2966184

Child status: 143

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

Real time (s): 897.931
CPU time (s): 1800.05
CPU user time (s): 1797.91
CPU system time (s): 2.14
CPU usage (%): 200.466
Max. virtual memory (cumulated for all children) (KiB): 2967488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.36
system time used= 2.59061
maximum resident set size= 991720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124765
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60501
involuntary context switches= 106512

runsolver used 3.74143 second user time and 7.61484 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 08:49:04
IDJOB=3743456
IDBENCH=91155
IDSOLVER=2324
FILE ID=node112/3743456-1338792543
RUNJOBID= node112-1338783624-15525
PBS_JOBID= 14636841
Free space on /tmp= 71176 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_50null0mast_rapportOE1.0_TMAX15_K192_cod2.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743456-1338792543/watcher-3743456-1338792543 -o /tmp/evaluation-result-3743456-1338792543/solver-3743456-1338792543 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743456-1338792543.opb

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

MD5SUM BENCH= a88af6dd0118c2f12fc3d8f44e999a51
RANDOM SEED=964897350

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        24511676 kB
Buffers:          558428 kB
Cached:          6040496 kB
SwapCached:            0 kB
Active:          2716952 kB
Inactive:        4772624 kB
Active(anon):     879596 kB
Inactive(anon):    10920 kB
Active(file):    1837356 kB
Inactive(file):  4761704 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             27624 kB
Writeback:             4 kB
AnonPages:        894608 kB
Mapped:            22520 kB
Shmem:               200 kB
Slab:             732360 kB
SReclaimable:     176144 kB
SUnreclaim:       556216 kB
KernelStack:        1616 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1579676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    833536 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= 71200 MiB
End job on node112 at 2012-06-04 09:04:04