Trace number 3743324

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.03 903.745

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null20mast_rapportOE1.0_TMAX60_K192_cod2.opb
MD5SUM768b5e23d0b4ff11a666e1cea764674d
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-11680
Best CPU time to get the best result obtained on this benchmark1314.51
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 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 370041
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 370041
Number of bits of the biggest sum of numbers19
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/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@ae94e92
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-3743324-1338791636.opb
0.09/0.11	c reading problem ... 
10.51/6.67	c ... done. Wall clock time 6.56s.
10.51/6.67	c #vars     400896
10.51/6.67	c #constraints  402763
10.51/6.67	c constraints type 
10.51/6.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
10.51/6.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
10.51/6.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
10.51/6.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
10.51/6.67	c constraints type 
10.51/6.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
10.51/6.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
10.51/6.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
10.51/6.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
131.93/66.87	c cleaning 2497 clauses out of 4998 with flag 5000/5000
259.86/130.82	c cleaning 4249 clauses out of 8504 with flag 11003/11003
409.39/205.95	c cleaning 5587 clauses out of 11252 with flag 18000/18000
584.15/293.65	c cleaning 6825 clauses out of 13667 with flag 26002/26002
794.36/399.23	c cleaning 7915 clauses out of 15840 with flag 35000/35000
1035.60/520.19	c cleaning 8947 clauses out of 17925 with flag 45000/45000
1272.70/638.94	c cleaning 9982 clauses out of 19978 with flag 56000/56000
1577.18/791.64	c cleaning 10991 clauses out of 21997 with flag 68001/68001
1800.03/903.71	c starts		: 86
1800.03/903.71	c conflicts		: 79777
1800.03/903.71	c decisions		: 1617043
1800.03/903.71	c propagations		: 3156071126
1800.03/903.71	c inspects		: 1957943799
1800.03/903.71	c learnt literals	: 2
1800.03/903.71	c learnt binary clauses	: 662
1800.03/903.71	c learnt ternary clauses	: 384
1800.03/903.71	c learnt clauses	: 79775
1800.03/903.71	c ignored clauses	: 0
1800.03/903.71	c root simplifications	: 0
1800.03/903.71	c removed literals (reason simplification)	: 5396882
1800.03/903.71	c reason swapping (by a shorter reason)	: 0
1800.03/903.71	c Calls to reduceDB	: 8
1800.03/903.71	c number of reductions to clauses (during analyze)	: 0
1800.03/903.71	c number of learned constraints concerned by reduction	: 0
1800.03/903.71	c number of learning phase by resolution	: 0
1800.03/903.71	c number of learning phase by cutting planes	: 0
1800.03/903.71	c speed (assignments/second)	: 3518340.590211742
1800.03/903.71	c non guided choices	0
1800.03/903.72	c learnt constraints type 
1800.03/903.72	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 22122
1800.03/903.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 662
1800.03/903.72	c constraints type 
1800.03/903.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 376337
1800.03/903.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.03/903.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.03/903.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.03/903.72	c constraints type 
1800.03/903.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.03/903.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
1800.03/903.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.03/903.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.03/903.72	s UNKNOWN
1800.03/903.72	c Total wall clock time (in seconds): 903.61

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-3743324-1338791636/watcher-3743324-1338791636 -o /tmp/evaluation-result-3743324-1338791636/solver-3743324-1338791636 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743324-1338791636.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.81 3.96 3.88 4/197 16841
/proc/meminfo: memFree=24559476/32873648 swapFree=6852/6852
[pid=16841] ppid=16839 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16841/stat : 16841 (java6) R 16839 16841 15509 0 -1 4202496 252 0 0 0 0 0 0 0 20 0 1 0 345290990 9515008 184 33554432000 1073741824 1073778376 140737072119616 140737072110840 213866147255 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16841/statm: 2325 184 142 9 0 73 0

[startup+0.0963429 s]
/proc/loadavg: 3.81 3.96 3.88 4/197 16841
/proc/meminfo: memFree=24559476/32873648 swapFree=6852/6852
[pid=16841] ppid=16839 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/16841/stat : 16841 (java) S 16839 16841 15509 0 -1 4202496 4616 0 1 0 7 1 0 0 20 0 18 0 345290990 2764726272 6323 33554432000 1073741824 1073778376 140736812169472 140736812160608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16841/statm: 674982 6324 2070 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.100202 s]
/proc/loadavg: 3.81 3.96 3.88 4/197 16841
/proc/meminfo: memFree=24559476/32873648 swapFree=6852/6852
[pid=16841] ppid=16839 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/16841/stat : 16841 (java) S 16839 16841 15509 0 -1 4202496 4694 0 1 0 8 1 0 0 20 0 18 0 345290990 2764726272 6400 33554432000 1073741824 1073778376 140736812169472 140736812160608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16841/statm: 674982 6400 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300173 s]
/proc/loadavg: 3.81 3.96 3.88 4/197 16841
/proc/meminfo: memFree=24559476/32873648 swapFree=6852/6852
[pid=16841] ppid=16839 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/16841/stat : 16841 (java) S 16839 16841 15509 0 -1 4202496 6239 0 1 0 46 2 0 0 20 0 18 0 345290990 2764726272 15943 33554432000 1073741824 1073778376 140736812169472 140736812160608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16841/statm: 674982 15943 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700178 s]
/proc/loadavg: 3.81 3.96 3.88 4/197 16841
/proc/meminfo: memFree=24559476/32873648 swapFree=6852/6852
[pid=16841] ppid=16839 vsize=2699928 CPUtime=1.2 cores=0,2,4,6
/proc/16841/stat : 16841 (java) S 16839 16841 15509 0 -1 4202496 11450 0 1 0 115 5 0 0 20 0 18 0 345290990 2764726272 54231 33554432000 1073741824 1073778376 140736812169472 140736812160608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16841/statm: 674982 54231 2230 9 0 665676 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 2699928

[startup+1.50071 s]
/proc/loadavg: 3.75 3.94 3.87 4/215 16859
/proc/meminfo: memFree=24134108/32873648 swapFree=6852/6852
[pid=16841] ppid=16839 vsize=2699928 CPUtime=2.34 cores=0,2,4,6
/proc/16841/stat : 16841 (java) S 16839 16841 15509 0 -1 4202496 11745 0 1 0 215 19 0 0 20 0 18 0 345290990 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140736812160608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16841/statm: 674982 121344 2248 9 0 665676 0
[pid=16841/tid=16843] ppid=16839 vsize=2699928 CPUtime=1.35 cores=0,2,4,6
/proc/16841/task/16843/stat : 16843 (java) R 16839 16841 15509 0 -1 4202560 2963 0 1 0 128 7 0 0 20 0 18 0 345290991 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140394182729744 140394042475107 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16844] ppid=16839 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/16841/task/16844/stat : 16844 (java) S 16839 16841 15509 0 -1 4202560 40 0 0 0 3 3 0 0 20 0 18 0 345290992 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140394167020456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16845] ppid=16839 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/16841/task/16845/stat : 16845 (java) S 16839 16841 15509 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 345290992 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140394165967912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16846] ppid=16839 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/16841/task/16846/stat : 16846 (java) S 16839 16841 15509 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 345290992 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140394164914856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16847] ppid=16839 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/16841/task/16847/stat : 16847 (java) S 16839 16841 15509 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 345290992 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140394163862312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16848] ppid=16839 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/16841/task/16848/stat : 16848 (java) S 16839 16841 15509 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 18 0 345290992 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140394162809256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16849] ppid=16839 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/16841/task/16849/stat : 16849 (java) S 16839 16841 15509 0 -1 4202560 36 0 0 0 4 2 0 0 20 0 18 0 345290992 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140394161756712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16850] ppid=16839 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/16841/task/16850/stat : 16850 (java) S 16839 16841 15509 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 18 0 345290992 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140394160703656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16851] ppid=16839 vsize=2699928 CPUtime=0.02 cores=0,2,4,6
/proc/16841/task/16851/stat : 16851 (java) S 16839 16841 15509 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 345290992 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140394041960744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16852] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16852/stat : 16852 (java) S 16839 16841 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345290993 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140394029763432 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16853] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16853/stat : 16853 (java) S 16839 16841 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345290994 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140394028709752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16854] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16854/stat : 16854 (java) S 16839 16841 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345290994 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140394027656584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16855] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16855/stat : 16855 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345290996 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140394026605328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16856] ppid=16839 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/16841/task/16856/stat : 16856 (java) S 16839 16841 15509 0 -1 4202560 3686 0 0 0 29 0 0 0 20 0 18 0 345290996 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140393286986040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16857] ppid=16839 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/16841/task/16857/stat : 16857 (java) S 16839 16841 15509 0 -1 4202560 3707 0 0 0 25 0 0 0 20 0 18 0 345290996 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140393285933496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16858] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16858/stat : 16858 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345290996 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140393284880632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16859] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16859/stat : 16859 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345290996 2764726272 121344 33554432000 1073741824 1073778376 140736812169472 140393283828296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 2699928

[startup+3.1007 s]
/proc/loadavg: 3.75 3.94 3.87 10/215 16859
/proc/meminfo: memFree=24061808/32873648 swapFree=6852/6852
[pid=16841] ppid=16839 vsize=2699928 CPUtime=4.51 cores=0,2,4,6
/proc/16841/stat : 16841 (java) S 16839 16841 15509 0 -1 4202496 11949 0 1 0 420 31 0 0 20 0 18 0 345290990 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140736812160608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16841/statm: 674982 142378 2248 9 0 665676 0
[pid=16841/tid=16843] ppid=16839 vsize=2699928 CPUtime=2.76 cores=0,2,4,6
/proc/16841/task/16843/stat : 16843 (java) R 16839 16841 15509 0 -1 4202560 2965 0 1 0 269 7 0 0 20 0 18 0 345290991 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140394182729712 140394042375798 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16844] ppid=16839 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/16841/task/16844/stat : 16844 (java) S 16839 16841 15509 0 -1 4202560 52 0 0 0 8 3 0 0 20 0 18 0 345290992 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140394167020456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16845] ppid=16839 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/16841/task/16845/stat : 16845 (java) S 16839 16841 15509 0 -1 4202560 37 0 0 0 7 1 0 0 20 0 18 0 345290992 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140394165967912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16846] ppid=16839 vsize=2699928 CPUtime=0.16 cores=0,2,4,6
/proc/16841/task/16846/stat : 16846 (java) S 16839 16841 15509 0 -1 4202560 53 0 0 0 12 4 0 0 20 0 18 0 345290992 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140394164914856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16847] ppid=16839 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/16841/task/16847/stat : 16847 (java) S 16839 16841 15509 0 -1 4202560 47 0 0 0 8 3 0 0 20 0 18 0 345290992 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140394163862312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16848] ppid=16839 vsize=2699928 CPUtime=0.14 cores=0,2,4,6
/proc/16841/task/16848/stat : 16848 (java) S 16839 16841 15509 0 -1 4202560 60 0 0 0 11 3 0 0 20 0 18 0 345290992 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140394162809256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16849] ppid=16839 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/16841/task/16849/stat : 16849 (java) S 16839 16841 15509 0 -1 4202560 49 0 0 0 9 3 0 0 20 0 18 0 345290992 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140394161756712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16850] ppid=16839 vsize=2699928 CPUtime=0.21 cores=0,2,4,6
/proc/16841/task/16850/stat : 16850 (java) S 16839 16841 15509 0 -1 4202560 73 0 0 0 17 4 0 0 20 0 18 0 345290992 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140394160703656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16851] ppid=16839 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/16841/task/16851/stat : 16851 (java) S 16839 16841 15509 0 -1 4202560 37 0 0 0 9 2 0 0 20 0 18 0 345290992 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140394041960744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16852] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16852/stat : 16852 (java) S 16839 16841 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345290993 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140394029763432 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16853] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16853/stat : 16853 (java) S 16839 16841 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345290994 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140394028709752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16854] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16854/stat : 16854 (java) S 16839 16841 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345290994 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140394027656584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16855] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16855/stat : 16855 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345290996 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140394026605328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16856] ppid=16839 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/16841/task/16856/stat : 16856 (java) S 16839 16841 15509 0 -1 4202560 3686 0 0 0 29 0 0 0 20 0 18 0 345290996 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140393286986040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16857] ppid=16839 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/16841/task/16857/stat : 16857 (java) S 16839 16841 15509 0 -1 4202560 3707 0 0 0 25 0 0 0 20 0 18 0 345290996 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140393285933496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16858] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16858/stat : 16858 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345290996 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140393284880632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16859] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16859/stat : 16859 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345290996 2764726272 142378 33554432000 1073741824 1073778376 140736812169472 140393283828296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 2699928

[startup+6.30063 s]
/proc/loadavg: 3.75 3.94 3.87 4/215 16859
/proc/meminfo: memFree=23831192/32873648 swapFree=6852/6852
[pid=16841] ppid=16839 vsize=2699928 CPUtime=9.96 cores=0,2,4,6
/proc/16841/stat : 16841 (java) S 16839 16841 15509 0 -1 4202496 13230 0 1 0 946 50 0 0 20 0 18 0 345290990 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140736812160608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16841/statm: 674982 184079 2248 9 0 665676 0
[pid=16841/tid=16843] ppid=16839 vsize=2699928 CPUtime=5.12 cores=0,2,4,6
/proc/16841/task/16843/stat : 16843 (java) R 16839 16841 15509 0 -1 4202560 2992 0 1 0 504 8 0 0 20 0 18 0 345290991 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140394182729712 140394190503016 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16844] ppid=16839 vsize=2699928 CPUtime=0.5 cores=0,2,4,6
/proc/16841/task/16844/stat : 16844 (java) S 16839 16841 15509 0 -1 4202560 139 0 0 0 44 6 0 0 20 0 18 0 345290992 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140394167020456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16845] ppid=16839 vsize=2699928 CPUtime=0.53 cores=0,2,4,6
/proc/16841/task/16845/stat : 16845 (java) S 16839 16841 15509 0 -1 4202560 124 0 0 0 49 4 0 0 20 0 18 0 345290992 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140394165967912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16846] ppid=16839 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/16841/task/16846/stat : 16846 (java) S 16839 16841 15509 0 -1 4202560 121 0 0 0 43 5 0 0 20 0 18 0 345290992 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140394164914856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16847] ppid=16839 vsize=2699928 CPUtime=0.52 cores=0,2,4,6
/proc/16841/task/16847/stat : 16847 (java) S 16839 16841 15509 0 -1 4202560 292 0 0 0 47 5 0 0 20 0 18 0 345290992 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140394163862312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16848] ppid=16839 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/16841/task/16848/stat : 16848 (java) S 16839 16841 15509 0 -1 4202560 346 0 0 0 48 6 0 0 20 0 18 0 345290992 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140394162809256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16849] ppid=16839 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/16841/task/16849/stat : 16849 (java) S 16839 16841 15509 0 -1 4202560 99 0 0 0 42 6 0 0 20 0 18 0 345290992 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140394161756712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16850] ppid=16839 vsize=2699928 CPUtime=0.58 cores=0,2,4,6
/proc/16841/task/16850/stat : 16850 (java) S 16839 16841 15509 0 -1 4202560 195 0 0 0 51 7 0 0 20 0 18 0 345290992 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140394160703656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16851] ppid=16839 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/16841/task/16851/stat : 16851 (java) S 16839 16841 15509 0 -1 4202560 346 0 0 0 49 5 0 0 20 0 18 0 345290992 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140394041960744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16852] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16852/stat : 16852 (java) S 16839 16841 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345290993 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140394029763432 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16853] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16853/stat : 16853 (java) S 16839 16841 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345290994 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140394028709752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16854] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16854/stat : 16854 (java) S 16839 16841 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345290994 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140394027656584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16855] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16855/stat : 16855 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345290996 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140394026605328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16856] ppid=16839 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/16841/task/16856/stat : 16856 (java) S 16839 16841 15509 0 -1 4202560 3686 0 0 0 29 0 0 0 20 0 18 0 345290996 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140393286986040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16857] ppid=16839 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/16841/task/16857/stat : 16857 (java) S 16839 16841 15509 0 -1 4202560 3707 0 0 0 25 0 0 0 20 0 18 0 345290996 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140393285933496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16858] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16858/stat : 16858 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345290996 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140393284880632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16859] ppid=16839 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16859/stat : 16859 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345290996 2764726272 184079 33554432000 1073741824 1073778376 140736812169472 140393283828296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.96
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 4.08 4.01 3.90 5/219 16863
/proc/meminfo: memFree=23817756/32873648 swapFree=6852/6852
[pid=16841] ppid=16839 vsize=2966184 CPUtime=23.52 cores=0,2,4,6
/proc/16841/stat : 16841 (java) S 16839 16841 15509 0 -1 4202496 18200 0 1 0 2300 52 0 0 20 0 22 0 345290990 3037372416 186410 33554432000 1073741824 1073778376 140736812169472 140736812160608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16841/statm: 741546 186410 2273 9 0 732240 0
[pid=16841/tid=16843] ppid=16839 vsize=2966184 CPUtime=5.46 cores=0,2,4,6

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

/proc/16841/statm: 741546 271724 2285 9 0 732240 0
[pid=16841/tid=16843] ppid=16839 vsize=2966184 CPUtime=5.48 cores=0,2,4,6
/proc/16841/task/16843/stat : 16843 (java) S 16839 16841 15509 0 -1 4202560 3011 0 1 0 540 8 0 0 20 0 22 0 345290991 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394182739096 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16844] ppid=16839 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/16841/task/16844/stat : 16844 (java) S 16839 16841 15509 0 -1 4202560 241 0 0 0 69 9 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394167020456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16845] ppid=16839 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/16841/task/16845/stat : 16845 (java) S 16839 16841 15509 0 -1 4202560 169 0 0 0 74 5 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394165967912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16846] ppid=16839 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/16841/task/16846/stat : 16846 (java) S 16839 16841 15509 0 -1 4202560 174 0 0 0 68 8 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394164914856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16847] ppid=16839 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/16841/task/16847/stat : 16847 (java) S 16839 16841 15509 0 -1 4202560 341 0 0 0 77 7 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394163862312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16848] ppid=16839 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/16841/task/16848/stat : 16848 (java) S 16839 16841 15509 0 -1 4202560 386 0 0 0 76 8 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394162809256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16849] ppid=16839 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/16841/task/16849/stat : 16849 (java) S 16839 16841 15509 0 -1 4202560 181 0 0 0 71 8 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394161756712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16850] ppid=16839 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/16841/task/16850/stat : 16850 (java) S 16839 16841 15509 0 -1 4202560 242 0 0 0 80 9 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394160703656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16851] ppid=16839 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/16841/task/16851/stat : 16851 (java) S 16839 16841 15509 0 -1 4202560 398 0 0 0 79 8 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394041960744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16852] ppid=16839 vsize=2966184 CPUtime=7.46 cores=0,2,4,6
/proc/16841/task/16852/stat : 16852 (java) S 16839 16841 15509 0 -1 4202560 96 0 0 0 743 3 0 0 20 0 22 0 345290993 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394029763432 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16853] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16853/stat : 16853 (java) S 16839 16841 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345290994 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394028709752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16854] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16854/stat : 16854 (java) S 16839 16841 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345290994 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394027656584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16855] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16855/stat : 16855 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394026605328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16856] ppid=16839 vsize=2966184 CPUtime=1.54 cores=0,2,4,6
/proc/16841/task/16856/stat : 16856 (java) S 16839 16841 15509 0 -1 4202560 13368 0 0 0 151 3 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393286986040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16857] ppid=16839 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/16841/task/16857/stat : 16857 (java) S 16839 16841 15509 0 -1 4202560 4114 0 0 0 105 0 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393285933496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16858] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16858/stat : 16858 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393284880632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16859] ppid=16839 vsize=2966184 CPUtime=0.36 cores=0,2,4,6
/proc/16841/task/16859/stat : 16859 (java) S 16839 16841 15509 0 -1 4202560 51 0 0 0 17 19 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393283828296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16860] ppid=16839 vsize=2966184 CPUtime=865.08 cores=0,2,4,6
/proc/16841/task/16860/stat : 16860 (java) R 16839 16841 15509 0 -1 4202560 47 0 0 0 86493 15 0 0 20 0 22 0 345291658 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393282772248 140394042921652 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16861] ppid=16839 vsize=2966184 CPUtime=865.24 cores=0,2,4,6
/proc/16841/task/16861/stat : 16861 (java) R 16839 16841 15509 0 -1 4202560 71 0 0 0 86511 13 0 0 20 0 22 0 345291658 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393281719344 140394042577742 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16862] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16862/stat : 16862 (java) S 16839 16841 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345291668 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393280668968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16863] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16863/stat : 16863 (java) S 16839 16841 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345291669 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393279616424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1757.15
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.701 s]
/proc/loadavg: 3.88 3.94 3.90 5/219 16933
/proc/meminfo: memFree=23432864/32873648 swapFree=6852/6852
[pid=16841] ppid=16839 vsize=2966184 CPUtime=1800.03 cores=0,2,4,6
/proc/16841/stat : 16841 (java) S 16839 16841 15509 0 -1 4202496 24084 0 1 0 179908 95 0 0 20 0 22 0 345290990 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140736812160608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16841/statm: 741546 271724 2285 9 0 732240 0
[pid=16841/tid=16843] ppid=16839 vsize=2966184 CPUtime=5.48 cores=0,2,4,6
/proc/16841/task/16843/stat : 16843 (java) S 16839 16841 15509 0 -1 4202560 3011 0 1 0 540 8 0 0 20 0 22 0 345290991 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394182739096 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16844] ppid=16839 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/16841/task/16844/stat : 16844 (java) S 16839 16841 15509 0 -1 4202560 241 0 0 0 70 9 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394167020456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16845] ppid=16839 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/16841/task/16845/stat : 16845 (java) S 16839 16841 15509 0 -1 4202560 169 0 0 0 76 5 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394165967912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16846] ppid=16839 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/16841/task/16846/stat : 16846 (java) S 16839 16841 15509 0 -1 4202560 174 0 0 0 70 8 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394164914856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16847] ppid=16839 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/16841/task/16847/stat : 16847 (java) S 16839 16841 15509 0 -1 4202560 341 0 0 0 78 8 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394163862312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16848] ppid=16839 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/16841/task/16848/stat : 16848 (java) S 16839 16841 15509 0 -1 4202560 386 0 0 0 78 8 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394162809256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16849] ppid=16839 vsize=2966184 CPUtime=0.82 cores=0,2,4,6
/proc/16841/task/16849/stat : 16849 (java) S 16839 16841 15509 0 -1 4202560 181 0 0 0 73 9 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394161756712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16850] ppid=16839 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/16841/task/16850/stat : 16850 (java) S 16839 16841 15509 0 -1 4202560 242 0 0 0 82 9 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394160703656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16851] ppid=16839 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/16841/task/16851/stat : 16851 (java) S 16839 16841 15509 0 -1 4202560 398 0 0 0 80 9 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394041960744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16852] ppid=16839 vsize=2966184 CPUtime=7.46 cores=0,2,4,6
/proc/16841/task/16852/stat : 16852 (java) S 16839 16841 15509 0 -1 4202560 98 0 0 0 743 3 0 0 20 0 22 0 345290993 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394029763432 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16853] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16853/stat : 16853 (java) S 16839 16841 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345290994 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394028709752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16854] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16854/stat : 16854 (java) S 16839 16841 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345290994 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394027656584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16855] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16855/stat : 16855 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394026605328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16856] ppid=16839 vsize=2966184 CPUtime=1.54 cores=0,2,4,6
/proc/16841/task/16856/stat : 16856 (java) S 16839 16841 15509 0 -1 4202560 13368 0 0 0 151 3 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393286986040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16857] ppid=16839 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/16841/task/16857/stat : 16857 (java) S 16839 16841 15509 0 -1 4202560 4114 0 0 0 105 0 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393285933496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16858] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16858/stat : 16858 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393284880632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16859] ppid=16839 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/16841/task/16859/stat : 16859 (java) S 16839 16841 15509 0 -1 4202560 53 0 0 0 17 20 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393283828296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16860] ppid=16839 vsize=2966184 CPUtime=886.4 cores=0,2,4,6
/proc/16841/task/16860/stat : 16860 (java) R 16839 16841 15509 0 -1 4202560 47 0 0 0 88625 15 0 0 20 0 22 0 345291658 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393282772016 140394042921556 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16861] ppid=16839 vsize=2966184 CPUtime=886.56 cores=0,2,4,6
/proc/16841/task/16861/stat : 16861 (java) R 16839 16841 15509 0 -1 4202560 72 0 0 0 88643 13 0 0 20 0 22 0 345291658 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393281720272 140394042577434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16862] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16862/stat : 16862 (java) S 16839 16841 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345291668 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393280668968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16863] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16863/stat : 16863 (java) S 16839 16841 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345291669 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393279616424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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+903.701 s]
/proc/loadavg: 3.88 3.94 3.90 5/219 16933
/proc/meminfo: memFree=23432864/32873648 swapFree=6852/6852
[pid=16841] ppid=16839 vsize=2966184 CPUtime=1800.03 cores=0,2,4,6
/proc/16841/stat : 16841 (java) S 16839 16841 15509 0 -1 4202496 24084 0 1 0 179908 95 0 0 20 0 22 0 345290990 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140736812160608 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16841/statm: 741546 271724 2285 9 0 732240 0
[pid=16841/tid=16843] ppid=16839 vsize=2966184 CPUtime=5.48 cores=0,2,4,6
/proc/16841/task/16843/stat : 16843 (java) S 16839 16841 15509 0 -1 4202560 3011 0 1 0 540 8 0 0 20 0 22 0 345290991 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394182739096 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16844] ppid=16839 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/16841/task/16844/stat : 16844 (java) S 16839 16841 15509 0 -1 4202560 241 0 0 0 70 9 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394167020456 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16845] ppid=16839 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/16841/task/16845/stat : 16845 (java) S 16839 16841 15509 0 -1 4202560 169 0 0 0 76 5 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394165967912 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16846] ppid=16839 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/16841/task/16846/stat : 16846 (java) S 16839 16841 15509 0 -1 4202560 174 0 0 0 70 8 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394164914856 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16847] ppid=16839 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/16841/task/16847/stat : 16847 (java) S 16839 16841 15509 0 -1 4202560 341 0 0 0 78 8 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394163862312 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16848] ppid=16839 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/16841/task/16848/stat : 16848 (java) S 16839 16841 15509 0 -1 4202560 386 0 0 0 78 8 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394162809256 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16849] ppid=16839 vsize=2966184 CPUtime=0.82 cores=0,2,4,6
/proc/16841/task/16849/stat : 16849 (java) S 16839 16841 15509 0 -1 4202560 181 0 0 0 73 9 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394161756712 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16850] ppid=16839 vsize=2966184 CPUtime=0.91 cores=0,2,4,6
/proc/16841/task/16850/stat : 16850 (java) S 16839 16841 15509 0 -1 4202560 242 0 0 0 82 9 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394160703656 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16851] ppid=16839 vsize=2966184 CPUtime=0.89 cores=0,2,4,6
/proc/16841/task/16851/stat : 16851 (java) S 16839 16841 15509 0 -1 4202560 398 0 0 0 80 9 0 0 20 0 22 0 345290992 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394041960744 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16852] ppid=16839 vsize=2966184 CPUtime=7.46 cores=0,2,4,6
/proc/16841/task/16852/stat : 16852 (java) S 16839 16841 15509 0 -1 4202560 98 0 0 0 743 3 0 0 20 0 22 0 345290993 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394029763432 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16853] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16853/stat : 16853 (java) S 16839 16841 15509 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345290994 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394028709752 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16854] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16854/stat : 16854 (java) S 16839 16841 15509 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345290994 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394027656584 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16855] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16855/stat : 16855 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140394026605328 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16856] ppid=16839 vsize=2966184 CPUtime=1.54 cores=0,2,4,6
/proc/16841/task/16856/stat : 16856 (java) S 16839 16841 15509 0 -1 4202560 13368 0 0 0 151 3 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393286986040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16857] ppid=16839 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/16841/task/16857/stat : 16857 (java) S 16839 16841 15509 0 -1 4202560 4114 0 0 0 105 0 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393285933496 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16858] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16858/stat : 16858 (java) S 16839 16841 15509 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393284880632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16859] ppid=16839 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/16841/task/16859/stat : 16859 (java) S 16839 16841 15509 0 -1 4202560 53 0 0 0 17 20 0 0 20 0 22 0 345290996 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393283828296 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16841/tid=16860] ppid=16839 vsize=2966184 CPUtime=886.4 cores=0,2,4,6
/proc/16841/task/16860/stat : 16860 (java) R 16839 16841 15509 0 -1 4202560 47 0 0 0 88625 15 0 0 20 0 22 0 345291658 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393282772016 140394042921556 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16841/tid=16861] ppid=16839 vsize=2966184 CPUtime=886.56 cores=0,2,4,6
/proc/16841/task/16861/stat : 16861 (java) R 16839 16841 15509 0 -1 4202560 72 0 0 0 88643 13 0 0 20 0 22 0 345291658 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393281720272 140394042577434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16841/tid=16862] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16862/stat : 16862 (java) S 16839 16841 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345291668 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393280668968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16841/tid=16863] ppid=16839 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/16841/task/16863/stat : 16863 (java) S 16839 16841 15509 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345291669 3037372416 271724 33554432000 1073741824 1073778376 140736812169472 140393279616424 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 2966184

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16841 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=499194
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=440780
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 903.745
CPU time (s): 1800.03
CPU user time (s): 1799.08
CPU system time (s): 0.95
CPU usage (%): 199.174
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.5
system time used= 1.44078
maximum resident set size= 1087024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24121
page faults= 1
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21929
involuntary context switches= 13911

runsolver used 4.20136 second user time and 7.71383 second system time

The end

Launcher Data

Begin job on node112 at 2012-06-04 08:33:57
IDJOB=3743324
IDBENCH=91029
IDSOLVER=2324
FILE ID=node112/3743324-1338791636
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_10null20mast_rapportOE1.0_TMAX60_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-3743324-1338791636/watcher-3743324-1338791636 -o /tmp/evaluation-result-3743324-1338791636/solver-3743324-1338791636 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743324-1338791636.opb

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

MD5SUM BENCH= 768b5e23d0b4ff11a666e1cea764674d
RANDOM SEED=722000058

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:        24560120 kB
Buffers:          558236 kB
Cached:          6035128 kB
SwapCached:            0 kB
Active:          2670644 kB
Inactive:        4767164 kB
Active(anon):     833524 kB
Inactive(anon):    10920 kB
Active(file):    1837120 kB
Inactive(file):  4756244 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             28060 kB
Writeback:             0 kB
AnonPages:        854972 kB
Mapped:            22608 kB
Shmem:               200 kB
Slab:             732820 kB
SReclaimable:     176072 kB
SUnreclaim:       556748 kB
KernelStack:        1616 kB
PageTables:         5992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1575932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    802816 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= 71176 MiB
End job on node112 at 2012-06-04 08:49:03