Trace number 3737138

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-31OPT-15 46.347 26.5888

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_25_1.opb
MD5SUM009ec87aa7f9a2a2aeb136cc6734ca0d
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-15
Best CPU time to get the best result obtained on this benchmark2.46163
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -15
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint25
Maximum length of a constraint43
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3038
Sum of products size (including duplicates)6076
Number of different products1519
Sum of products size3038

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.0.v20100531
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		1349517296
0.02/0.08	c Max memory 		1356595200
0.02/0.08	c Total memory 		1356595200
0.02/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c Stops conflict analysis at the first Unique Implication Point
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	
0.10/0.11	c solving HOME/instance-3737138-1338753146.opb
0.10/0.11	c reading problem ... 
0.66/0.42	c ... done. Wall clock time 0.308s.
0.66/0.42	c #vars     1619
0.66/0.42	c #constraints  4557
0.66/0.42	c constraints type 
0.66/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1519
0.66/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1519
0.66/0.42	c constraints type 
0.66/0.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1519
0.66/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1519
0.66/0.44	c And the winner is Resolution
0.83/1.42	c SATISFIABLE
0.83/1.42	c OPTIMIZING...
0.83/1.42	c Got one! Elapsed wall clock time (in seconds):1.313
0.83/1.42	o -11
0.83/1.45	c And the winner is Resolution
1.02/2.43	c Got one! Elapsed wall clock time (in seconds):2.314
1.02/2.43	o -12
1.29/2.57	c And the winner is Resolution
1.89/3.43	c Got one! Elapsed wall clock time (in seconds):3.316
1.89/3.43	o -13
1.89/3.49	c And the winner is Resolution
2.19/4.43	c Got one! Elapsed wall clock time (in seconds):4.318
2.19/4.43	o -14
3.02/4.81	c cleaning 2500 clauses out of 5000 with flag 5000/5000
3.65/5.05	c And the winner is Resolution
3.80/5.43	c Got one! Elapsed wall clock time (in seconds):5.32
3.80/5.43	o -15
4.89/5.93	c cleaning 4251 clauses out of 8501 with flag 11001/11001
7.05/6.89	c cleaning 5625 clauses out of 11250 with flag 18001/18001
10.06/8.17	c cleaning 6810 clauses out of 13624 with flag 26000/26000
13.07/9.69	c cleaning 7907 clauses out of 15813 with flag 35000/35000
16.87/11.59	c cleaning 8952 clauses out of 17906 with flag 45000/45000
21.09/13.66	c cleaning 9468 clauses out of 18954 with flag 55000/55000
25.11/15.64	c cleaning 9738 clauses out of 19484 with flag 65000/65000
29.33/17.78	c cleaning 9872 clauses out of 19744 with flag 75000/75000
33.31/19.72	c cleaning 9927 clauses out of 19868 with flag 85001/85001
37.10/21.62	c cleaning 9958 clauses out of 19933 with flag 95000/95000
41.10/23.62	c cleaning 9985 clauses out of 19969 with flag 105000/105000
45.21/25.75	c cleaning 9984 clauses out of 19968 with flag 115001/115001
45.95/26.17	c And the winner is Resolution
46.16/26.58	c starts		: 82
46.16/26.58	c conflicts		: 117351
46.16/26.58	c decisions		: 119478
46.16/26.58	c propagations		: 739093
46.16/26.58	c inspects		: 170516330
46.16/26.58	c learnt literals	: 69
46.16/26.58	c learnt binary clauses	: 922
46.16/26.58	c learnt ternary clauses	: 897
46.16/26.58	c learnt clauses	: 117281
46.16/26.58	c ignored clauses	: 0
46.16/26.58	c root simplifications	: 0
46.16/26.58	c removed literals (reason simplification)	: 1032961
46.16/26.58	c reason swapping (by a shorter reason)	: 0
46.16/26.58	c Calls to reduceDB	: 13
46.16/26.58	c number of reductions to clauses (during analyze)	: 0
46.16/26.58	c number of learned constraints concerned by reduction	: 0
46.16/26.58	c number of learning phase by resolution	: 0
46.16/26.58	c number of learning phase by cutting planes	: 0
46.16/26.58	c speed (assignments/second)	: 34953.558760936394
46.16/26.58	c non guided choices	0
46.16/26.58	c learnt constraints type 
46.16/26.58	c constraints type 
46.16/26.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1519
46.16/26.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
46.16/26.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1519
46.16/26.58	c constraints type 
46.16/26.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1519
46.16/26.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 0
46.16/26.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1519
46.16/26.58	s OPTIMUM FOUND
46.16/26.58	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 x69 -x70 -x71 -x72 -x73 x74 x75 -x76 x77 x78 x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 x94 -x95 x96 -x97 -x98 x99 -x100 
46.16/26.58	c objective function=-15
46.16/26.58	c Total wall clock time (in seconds): 26.466

Verifier Data

OK	-15

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-3737138-1338753146/watcher-3737138-1338753146 -o /tmp/evaluation-result-3737138-1338753146/solver-3737138-1338753146 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737138-1338753146.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.80 3.77 3.58 4/199 21404
/proc/meminfo: memFree=28439992/32873844 swapFree=7620/7620
[pid=21404] ppid=21402 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/21404/stat : 21404 (java) R 21402 21404 19811 0 -1 4202496 990 0 0 0 0 0 0 0 20 0 1 0 341439372 23793664 716 33554432000 1073741824 1073778376 140736839346816 140736839335880 215115413584 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21404/statm: 5809 717 532 9 0 128 0

[startup+0.0397711 s]
/proc/loadavg: 3.80 3.77 3.58 4/199 21404
/proc/meminfo: memFree=28439992/32873844 swapFree=7620/7620
[pid=21404] ppid=21402 vsize=2367080 CPUtime=0.02 cores=0,2,4,6
/proc/21404/stat : 21404 (java) S 21402 21404 19811 0 -1 4202496 3749 0 1 0 2 0 0 0 20 0 13 0 341439372 2423889920 4445 33554432000 1073741824 1073778376 140736839346816 140736839337952 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21404/statm: 591770 4446 1684 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.10025 s]
/proc/loadavg: 3.80 3.77 3.58 4/199 21404
/proc/meminfo: memFree=28439992/32873844 swapFree=7620/7620
[pid=21404] ppid=21402 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/21404/stat : 21404 (java) S 21402 21404 19811 0 -1 4202496 4744 0 1 0 9 1 0 0 20 0 18 0 341439372 2764726272 5940 33554432000 1073741824 1073778376 140736839346816 140736839337952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21404/statm: 674982 5940 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2699928

[startup+0.300222 s]
/proc/loadavg: 3.80 3.77 3.58 4/199 21404
/proc/meminfo: memFree=28439992/32873844 swapFree=7620/7620
[pid=21404] ppid=21402 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/21404/stat : 21404 (java) S 21402 21404 19811 0 -1 4202496 5652 0 1 0 43 2 0 0 20 0 18 0 341439372 2764726272 7556 33554432000 1073741824 1073778376 140736839346816 140736839337952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21404/statm: 674982 7556 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700247 s]
/proc/loadavg: 3.80 3.77 3.58 4/199 21404
/proc/meminfo: memFree=28439992/32873844 swapFree=7620/7620
[pid=21404] ppid=21402 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/21404/stat : 21404 (java) S 21402 21404 19811 0 -1 4202496 8502 0 1 0 79 4 0 0 20 0 20 0 341439372 3037372416 11423 33554432000 1073741824 1073778376 140736839346816 140736839337952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21404/statm: 741546 11423 2237 9 0 732240 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 2966184

[startup+1.50057 s]
/proc/loadavg: 3.80 3.77 3.58 3/219 21426
/proc/meminfo: memFree=28402812/32873844 swapFree=7620/7620
[pid=21404] ppid=21402 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/21404/stat : 21404 (java) S 21402 21404 19811 0 -1 4202496 9904 0 1 0 94 6 0 0 20 0 20 0 341439372 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140736839337952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21404/statm: 741546 14495 2244 9 0 732240 0
[pid=21404/tid=21406] ppid=21402 vsize=2966184 CPUtime=0.4 cores=0,2,4,6
/proc/21404/task/21406/stat : 21406 (java) S 21402 21404 19811 0 -1 4202560 2850 0 1 0 39 1 0 0 20 0 20 0 341439373 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630515369112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21407] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21407/stat : 21407 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630451161640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21408] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21408/stat : 21408 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630380759464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21409] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21409/stat : 21409 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630379706664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21410] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21410/stat : 21410 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630378653864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21411] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21411/stat : 21411 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630377602088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21412] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21412/stat : 21412 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630376549288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21413] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21413/stat : 21413 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630375496488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21414] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21414/stat : 21414 (java) S 21402 21404 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630374443688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21415] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21415/stat : 21415 (java) S 21402 21404 19811 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341439375 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630362245608 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21416] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21416/stat : 21416 (java) S 21402 21404 19811 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341439375 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630361191672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21417] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21417/stat : 21417 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341439375 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630360138760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21418] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21418/stat : 21418 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630359087248 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21419] ppid=21402 vsize=2966184 CPUtime=0.24 cores=0,2,4,6
/proc/21404/task/21419/stat : 21419 (java) R 21402 21404 19811 0 -1 4202560 2965 0 0 0 24 0 0 0 20 0 20 0 341439378 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630358035560 140630522184240 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21420] ppid=21402 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/21404/task/21420/stat : 21420 (java) R 21402 21404 19811 0 -1 4202560 2784 0 0 0 21 0 0 0 20 0 20 0 341439378 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630356982584 140630518274240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21421] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21421/stat : 21421 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630355929976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21422] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21422/stat : 21422 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630354877384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21425] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21425/stat : 21425 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341439416 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630351717288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21426] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21426/stat : 21426 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341439416 3037372416 14495 33554432000 1073741824 1073778376 140736839346816 140630350664488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 2966184

[startup+3.10067 s]
/proc/loadavg: 3.80 3.77 3.58 3/219 21428
/proc/meminfo: memFree=28389652/32873844 swapFree=7620/7620
[pid=21404] ppid=21402 vsize=2966184 CPUtime=1.89 cores=0,2,4,6
/proc/21404/stat : 21404 (java) S 21402 21404 19811 0 -1 4202496 15096 0 1 0 180 9 0 0 20 0 20 0 341439372 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140736839337952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21404/statm: 741546 21793 2247 9 0 732240 0
[pid=21404/tid=21406] ppid=21402 vsize=2966184 CPUtime=0.4 cores=0,2,4,6
/proc/21404/task/21406/stat : 21406 (java) S 21402 21404 19811 0 -1 4202560 2851 0 1 0 39 1 0 0 20 0 20 0 341439373 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630515369112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21407] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21407/stat : 21407 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630451161640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21408] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21408/stat : 21408 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630380759464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21409] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21409/stat : 21409 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630379706664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21410] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21410/stat : 21410 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630378653864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21411] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21411/stat : 21411 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630377602088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21412] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21412/stat : 21412 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630376549288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21413] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21413/stat : 21413 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630375496488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21414] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21414/stat : 21414 (java) S 21402 21404 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341439373 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630374443688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21415] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21415/stat : 21415 (java) S 21402 21404 19811 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341439375 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630362245608 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21416] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21416/stat : 21416 (java) S 21402 21404 19811 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 341439375 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630361191672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21417] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21417/stat : 21417 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341439375 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630360138760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21418] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21418/stat : 21418 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630359087248 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21419] ppid=21402 vsize=2966184 CPUtime=0.54 cores=0,2,4,6
/proc/21404/task/21419/stat : 21419 (java) S 21402 21404 19811 0 -1 4202560 5385 0 0 0 53 1 0 0 20 0 20 0 341439378 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630358035384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21420] ppid=21402 vsize=2966184 CPUtime=0.49 cores=0,2,4,6
/proc/21404/task/21420/stat : 21420 (java) S 21402 21404 19811 0 -1 4202560 5538 0 0 0 49 0 0 0 20 0 20 0 341439378 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630356982584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21421] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21421/stat : 21421 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630355929976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21422] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21422/stat : 21422 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630354877384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21425] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21425/stat : 21425 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341439416 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630351717288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21426] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21426/stat : 21426 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341439416 3037372416 21793 33554432000 1073741824 1073778376 140736839346816 140630350664488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 2966184
heavy processes:

[startup+6.30075 s]
/proc/loadavg: 3.65 3.74 3.57 3/219 21434
/proc/meminfo: memFree=28092828/32873844 swapFree=7620/7620
[pid=21404] ppid=21402 vsize=2966184 CPUtime=6 cores=0,2,4,6
/proc/21404/stat : 21404 (java) S 21402 21404 19811 0 -1 4202496 26144 0 1 0 579 21 0 0 20 0 22 0 341439372 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140736839337952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21404/statm: 741546 108066 2281 9 0 732240 0
[pid=21404/tid=21406] ppid=21402 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/21404/task/21406/stat : 21406 (java) S 21402 21404 19811 0 -1 4202560 2853 0 1 0 40 2 0 0 20 0 22 0 341439373 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630515369112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21407] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21407/stat : 21407 (java) S 21402 21404 19811 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341439373 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630451161640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21408] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21408/stat : 21408 (java) S 21402 21404 19811 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341439373 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630380759464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21409] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21409/stat : 21409 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341439373 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630379706664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21410] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21410/stat : 21410 (java) S 21402 21404 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341439373 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630378653864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21411] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21411/stat : 21411 (java) S 21402 21404 19811 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341439373 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630377602088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21412] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21412/stat : 21412 (java) S 21402 21404 19811 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341439373 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630376549288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21413] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21413/stat : 21413 (java) S 21402 21404 19811 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341439373 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630375496488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21414] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21414/stat : 21414 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341439373 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630374443688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21415] ppid=21402 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/21404/task/21415/stat : 21415 (java) S 21402 21404 19811 0 -1 4202560 36 0 0 0 4 1 0 0 20 0 22 0 341439375 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630362245608 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21416] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21416/stat : 21416 (java) S 21402 21404 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341439375 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630361191672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21417] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21417/stat : 21417 (java) S 21402 21404 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341439375 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630360138760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21418] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21418/stat : 21418 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341439378 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630359087248 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21419] ppid=21402 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/21404/task/21419/stat : 21419 (java) S 21402 21404 19811 0 -1 4202560 9899 0 0 0 98 2 0 0 20 0 22 0 341439378 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630358035384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21420] ppid=21402 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/21404/task/21420/stat : 21420 (java) S 21402 21404 19811 0 -1 4202560 11822 0 0 0 107 2 0 0 20 0 22 0 341439378 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630356982584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21421] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21421/stat : 21421 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341439378 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630355929976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21422] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21422/stat : 21422 (java) S 21402 21404 19811 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341439378 3037372416 108066 33554432000 1073741824 1073778376 140736839346816 140630354877384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21425] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6

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

/proc/21404/task/21419/stat : 21419 (java) S 21402 21404 19811 0 -1 4202560 13448 0 0 0 161 2 0 0 20 0 21 0 341439378 3037372416 140923 33554432000 1073741824 1073778376 140736839346816 140630358035384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21420] ppid=21402 vsize=2966184 CPUtime=1.22 cores=0,2,4,6
/proc/21404/task/21420/stat : 21420 (java) S 21402 21404 19811 0 -1 4202560 11824 0 0 0 119 3 0 0 20 0 21 0 341439378 3037372416 140923 33554432000 1073741824 1073778376 140736839346816 140630356982584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21421] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21421/stat : 21421 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 341439378 3037372416 140923 33554432000 1073741824 1073778376 140736839346816 140630355929976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21422] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21422/stat : 21422 (java) S 21402 21404 19811 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 21 0 341439378 3037372416 140923 33554432000 1073741824 1073778376 140736839346816 140630354877384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21425] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21425/stat : 21425 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 341439416 3037372416 140923 33554432000 1073741824 1073778376 140736839346816 140630351717288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21426] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21426/stat : 21426 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 341439416 3037372416 140923 33554432000 1073741824 1073778376 140736839346816 140630350664488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21436] ppid=21402 vsize=2966184 CPUtime=19.75 cores=0,2,4,6
/proc/21404/task/21436/stat : 21436 (java) R 21402 21404 19811 0 -1 4202560 66 0 0 0 1974 1 0 0 20 0 21 0 341439916 3037372416 140923 33554432000 1073741824 1073778376 140736839346816 140630353820816 140630455621723 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 46.1
Current children cumulated vsize (KiB) 2966184

[startup+26.3008 s]
/proc/loadavg: 3.75 3.76 3.57 3/219 21438
/proc/meminfo: memFree=27803732/32873844 swapFree=7620/7620
[pid=21404] ppid=21402 vsize=2966184 CPUtime=46.09 cores=0,2,4,6
/proc/21404/stat : 21404 (java) S 21402 21404 19811 0 -1 4202496 29892 0 1 0 4580 29 0 0 20 0 20 0 341439372 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140736839337952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21404/statm: 741546 140921 2281 9 0 732240 0
[pid=21404/tid=21406] ppid=21402 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/21404/task/21406/stat : 21406 (java) S 21402 21404 19811 0 -1 4202560 2853 0 1 0 40 2 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630515369112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21407] ppid=21402 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/21404/task/21407/stat : 21407 (java) S 21402 21404 19811 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630451161640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21408] ppid=21402 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/21404/task/21408/stat : 21408 (java) S 21402 21404 19811 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630380759464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21409] ppid=21402 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/21404/task/21409/stat : 21409 (java) S 21402 21404 19811 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630379706664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21410] ppid=21402 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/21404/task/21410/stat : 21410 (java) S 21402 21404 19811 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630378653864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21411] ppid=21402 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/21404/task/21411/stat : 21411 (java) S 21402 21404 19811 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630377602088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21412] ppid=21402 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/21404/task/21412/stat : 21412 (java) S 21402 21404 19811 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630376549288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21413] ppid=21402 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/21404/task/21413/stat : 21413 (java) S 21402 21404 19811 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630375496488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21414] ppid=21402 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/21404/task/21414/stat : 21414 (java) S 21402 21404 19811 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630374443688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21415] ppid=21402 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/21404/task/21415/stat : 21415 (java) S 21402 21404 19811 0 -1 4202560 59 0 0 0 71 2 0 0 20 0 20 0 341439375 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630362245608 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21416] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21416/stat : 21416 (java) S 21402 21404 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341439375 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630361191672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21417] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21417/stat : 21417 (java) S 21402 21404 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341439375 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630360138760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21418] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21418/stat : 21418 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630359087248 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21419] ppid=21402 vsize=2966184 CPUtime=1.63 cores=0,2,4,6
/proc/21404/task/21419/stat : 21419 (java) S 21402 21404 19811 0 -1 4202560 13448 0 0 0 161 2 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630358035384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21420] ppid=21402 vsize=2966184 CPUtime=1.22 cores=0,2,4,6
/proc/21404/task/21420/stat : 21420 (java) S 21402 21404 19811 0 -1 4202560 11824 0 0 0 119 3 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630356982584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21421] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21421/stat : 21421 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630355929976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21422] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21422/stat : 21422 (java) S 21402 21404 19811 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630354877384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21425] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21425/stat : 21425 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341439416 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630351717288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21426] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21426/stat : 21426 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341439416 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630350664488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 46.09
Current children cumulated vsize (KiB) 2966184
#
############


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

[startup+26.3008 s]
/proc/loadavg: 3.75 3.76 3.57 3/219 21438
/proc/meminfo: memFree=27803732/32873844 swapFree=7620/7620
[pid=21404] ppid=21402 vsize=2966184 CPUtime=46.09 cores=0,2,4,6
/proc/21404/stat : 21404 (java) S 21402 21404 19811 0 -1 4202496 29892 0 1 0 4580 29 0 0 20 0 20 0 341439372 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140736839337952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21404/statm: 741546 140921 2281 9 0 732240 0
[pid=21404/tid=21406] ppid=21402 vsize=2966184 CPUtime=0.42 cores=0,2,4,6
/proc/21404/task/21406/stat : 21406 (java) S 21402 21404 19811 0 -1 4202560 2853 0 1 0 40 2 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630515369112 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21407] ppid=21402 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/21404/task/21407/stat : 21407 (java) S 21402 21404 19811 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630451161640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21408] ppid=21402 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/21404/task/21408/stat : 21408 (java) S 21402 21404 19811 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630380759464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21409] ppid=21402 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/21404/task/21409/stat : 21409 (java) S 21402 21404 19811 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630379706664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21410] ppid=21402 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/21404/task/21410/stat : 21410 (java) S 21402 21404 19811 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630378653864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21411] ppid=21402 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/21404/task/21411/stat : 21411 (java) S 21402 21404 19811 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630377602088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21412] ppid=21402 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/21404/task/21412/stat : 21412 (java) S 21402 21404 19811 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630376549288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21413] ppid=21402 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/21404/task/21413/stat : 21413 (java) S 21402 21404 19811 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630375496488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21414] ppid=21402 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/21404/task/21414/stat : 21414 (java) S 21402 21404 19811 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630374443688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21415] ppid=21402 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/21404/task/21415/stat : 21415 (java) S 21402 21404 19811 0 -1 4202560 59 0 0 0 71 2 0 0 20 0 20 0 341439375 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630362245608 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21416] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21416/stat : 21416 (java) S 21402 21404 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341439375 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630361191672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21417] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21417/stat : 21417 (java) S 21402 21404 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341439375 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630360138760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21418] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21418/stat : 21418 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630359087248 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21419] ppid=21402 vsize=2966184 CPUtime=1.63 cores=0,2,4,6
/proc/21404/task/21419/stat : 21419 (java) S 21402 21404 19811 0 -1 4202560 13448 0 0 0 161 2 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630358035384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21420] ppid=21402 vsize=2966184 CPUtime=1.22 cores=0,2,4,6
/proc/21404/task/21420/stat : 21420 (java) S 21402 21404 19811 0 -1 4202560 11824 0 0 0 119 3 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630356982584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21421] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21421/stat : 21421 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630355929976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21422] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21422/stat : 21422 (java) S 21402 21404 19811 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630354877384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21425] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21425/stat : 21425 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341439416 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630351717288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21426] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21426/stat : 21426 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341439416 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630350664488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 46.09
Current children cumulated vsize (KiB) 2966184

[startup+26.5007 s]
/proc/loadavg: 3.75 3.76 3.57 3/219 21438
/proc/meminfo: memFree=27803732/32873844 swapFree=7620/7620
[pid=21404] ppid=21402 vsize=2966184 CPUtime=46.16 cores=0,2,4,6
/proc/21404/stat : 21404 (java) S 21402 21404 19811 0 -1 4202496 29892 0 1 0 4587 29 0 0 20 0 20 0 341439372 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140736839337952 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21404/statm: 741546 140921 2281 9 0 732240 0
[pid=21404/tid=21406] ppid=21402 vsize=2966184 CPUtime=0.48 cores=0,2,4,6
/proc/21404/task/21406/stat : 21406 (java) R 21402 21404 19811 0 -1 4202560 2853 0 1 0 46 2 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630515368616 140630455326608 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21407] ppid=21402 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/21404/task/21407/stat : 21407 (java) S 21402 21404 19811 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630451161640 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21408] ppid=21402 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/21404/task/21408/stat : 21408 (java) S 21402 21404 19811 0 -1 4202560 13 0 0 0 7 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630380759464 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21409] ppid=21402 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/21404/task/21409/stat : 21409 (java) S 21402 21404 19811 0 -1 4202560 25 0 0 0 7 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630379706664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21410] ppid=21402 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/21404/task/21410/stat : 21410 (java) S 21402 21404 19811 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630378653864 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21411] ppid=21402 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/21404/task/21411/stat : 21411 (java) S 21402 21404 19811 0 -1 4202560 29 0 0 0 8 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630377602088 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21412] ppid=21402 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/21404/task/21412/stat : 21412 (java) S 21402 21404 19811 0 -1 4202560 19 0 0 0 7 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630376549288 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21413] ppid=21402 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/21404/task/21413/stat : 21413 (java) S 21402 21404 19811 0 -1 4202560 14 0 0 0 9 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630375496488 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21414] ppid=21402 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/21404/task/21414/stat : 21414 (java) S 21402 21404 19811 0 -1 4202560 22 0 0 0 8 0 0 0 20 0 20 0 341439373 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630374443688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21415] ppid=21402 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/21404/task/21415/stat : 21415 (java) S 21402 21404 19811 0 -1 4202560 59 0 0 0 71 2 0 0 20 0 20 0 341439375 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630362245608 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21404/tid=21416] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21416/stat : 21416 (java) S 21402 21404 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341439375 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630361191672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21417] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21417/stat : 21417 (java) S 21402 21404 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341439375 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630360138760 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21418] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21418/stat : 21418 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630359087248 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21419] ppid=21402 vsize=2966184 CPUtime=1.63 cores=0,2,4,6
/proc/21404/task/21419/stat : 21419 (java) S 21402 21404 19811 0 -1 4202560 13448 0 0 0 161 2 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630358035384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21420] ppid=21402 vsize=2966184 CPUtime=1.24 cores=0,2,4,6
/proc/21404/task/21420/stat : 21420 (java) S 21402 21404 19811 0 -1 4202560 11824 0 0 0 121 3 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630356982584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21421] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21421/stat : 21421 (java) S 21402 21404 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630355929976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21404/tid=21422] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21422/stat : 21422 (java) S 21402 21404 19811 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 341439378 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630354877384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21404/tid=21425] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21425/stat : 21425 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341439416 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630351717288 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21404/tid=21426] ppid=21402 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/21404/task/21426/stat : 21426 (java) S 21402 21404 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341439416 3037372416 140921 33554432000 1073741824 1073778376 140736839346816 140630350664488 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 46.16
Current children cumulated vsize (KiB) 2966184

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0100021
#  lost CPU user time (s): 0.0100021
#  lost CPU system time (s): 0

Real time (s): 26.5888
CPU time (s): 46.347
CPU user time (s): 45.964
CPU system time (s): 0.382941
CPU usage (%): 174.31
Max. virtual memory (cumulated for all children) (KiB): 2967392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.954
system time used= 0.382941
maximum resident set size= 563716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29902
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1761
involuntary context switches= 1603

runsolver used 0.06199 second user time and 0.142978 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-03 21:52:26
IDJOB=3737138
IDBENCH=48186
IDSOLVER=2324
FILE ID=node135/3737138-1338753146
RUNJOBID= node135-1338747255-19827
PBS_JOBID= 14636778
Free space on /tmp= 70980 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_25_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737138-1338753146/watcher-3737138-1338753146 -o /tmp/evaluation-result-3737138-1338753146/solver-3737138-1338753146 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737138-1338753146.opb

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

MD5SUM BENCH= 009ec87aa7f9a2a2aeb136cc6734ca0d
RANDOM SEED=124611121

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
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.820
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	: 5332.55
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.820
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	: 5238.35
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.820
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28440372 kB
Buffers:          379104 kB
Cached:          2521608 kB
SwapCached:         1672 kB
Active:          1833712 kB
Inactive:        1729304 kB
Active(anon):     652476 kB
Inactive(anon):    12036 kB
Active(file):    1181236 kB
Inactive(file):  1717268 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:               140 kB
Writeback:            12 kB
AnonPages:        688904 kB
Mapped:            18516 kB
Shmem:               132 kB
Slab:             709060 kB
SReclaimable:     150680 kB
SUnreclaim:       558380 kB
KernelStack:        1648 kB
PageTables:         5552 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1574076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    626688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70980 MiB
End job on node135 at 2012-06-03 21:52:53