Trace number 3687280

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 NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 18.9311 8.40601

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900568186.opb
MD5SUM75bd0b27f5ff05dc207afe3c3d5552d1
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.089985
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
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-2012 Artois University and CNRS
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.08/0.08	c version 2.3.2.v20120418
0.08/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.08	c java.vm.version	19.1-b02
0.08/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.08	c sun.arch.data.model	64
0.08/0.08	c java.version		1.6.0_24
0.08/0.08	c os.name		Linux
0.08/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.08	c os.arch		amd64
0.08/0.08	c Free memory 		501472288
0.08/0.08	c Max memory 		7480803328
0.08/0.08	c Total memory 		504102912
0.08/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
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 org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
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 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 org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
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 c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687280-1337871893.opb
0.10/0.11	c reading problem ... 
0.47/0.32	c ... done. Wall clock time 0.203s.
0.47/0.32	c declared #vars     231
0.47/0.32	c #constraints  2707
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.47/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.47/0.32	c 2707 constraints processed.
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.47/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.47/0.32	c 2707 constraints processed.
2.40/0.81	c cleaning 2494 clauses out of 5001 with flag 5001/5001
3.57/1.16	c cleaning 4252 clauses out of 8507 with flag 11001/11001
4.85/1.54	c cleaning 5626 clauses out of 11255 with flag 18001/18001
6.09/2.00	c cleaning 6809 clauses out of 13628 with flag 26000/26000
7.70/2.64	c cleaning 7902 clauses out of 15819 with flag 35000/35000
8.87/3.24	c cleaning 8955 clauses out of 17919 with flag 45002/45002
10.02/3.83	c cleaning 9977 clauses out of 19961 with flag 56001/56001
11.61/4.65	c cleaning 10981 clauses out of 21984 with flag 68002/68002
13.56/5.60	c cleaning 11984 clauses out of 24001 with flag 81001/81001
15.11/6.50	c cleaning 13004 clauses out of 26017 with flag 95004/95004
17.05/7.45	c cleaning 14000 clauses out of 28006 with flag 110001/110001
18.78/8.32	c  And the winner is solver0
18.78/8.37	c starts		: 91
18.78/8.37	c conflicts		: 121847
18.78/8.37	c decisions		: 185597
18.78/8.37	c propagations		: 5134028
18.78/8.37	c inspects		: 71194348
18.78/8.37	c shortcuts		: 0
18.78/8.37	c learnt literals	: 17
18.78/8.37	c learnt binary clauses	: 56
18.78/8.37	c learnt ternary clauses	: 171
18.78/8.38	c learnt constraints	: 121829
18.78/8.38	c ignored constraints	: 0
18.78/8.38	c root simplifications	: 0
18.78/8.38	c removed literals (reason simplification)	: 477448
18.78/8.38	c reason swapping (by a shorter reason)	: 0
18.78/8.38	c Calls to reduceDB	: 11
18.78/8.38	c number of reductions to clauses (during analyze)	: 0
18.78/8.38	c number of learned constraints concerned by reduction	: 0
18.78/8.38	c number of learning phase by resolution	: 0
18.78/8.38	c number of learning phase by cutting planes	: 0
18.78/8.38	c speed (assignments/second)	: 637371.5704531347
18.78/8.38	c non guided choices	169
18.78/8.39	c learnt constraints type 
18.78/8.39	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 56
18.78/8.39	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25789
18.78/8.39	c constraints type 
18.78/8.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
18.78/8.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
18.78/8.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
18.78/8.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
18.78/8.39	c 2707 constraints processed.
18.78/8.39	c constraints type 
18.78/8.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
18.78/8.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
18.78/8.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
18.78/8.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
18.78/8.39	c 2707 constraints processed.
18.78/8.39	s UNSATISFIABLE
18.78/8.39	c Total wall clock time (in seconds): 8.272

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-3687280-1337871893/watcher-3687280-1337871893 -o /tmp/evaluation-result-3687280-1337871893/solver-3687280-1337871893 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687280-1337871893.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.47 0.10 0.03 5/197 20267
/proc/meminfo: memFree=29822308/32873844 swapFree=6868/6868
[pid=20267] ppid=20265 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/20267/stat : 20267 (java) R 20265 20267 20082 0 -1 4202496 1023 0 0 0 0 0 0 0 20 0 1 0 253256320 23793664 750 33554432000 1073741824 1073778376 140735509284480 140735509273544 140216290516704 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20267/statm: 5809 772 569 9 0 128 0

[startup+0.0864651 s]
/proc/loadavg: 0.47 0.10 0.03 5/197 20267
/proc/meminfo: memFree=29822308/32873844 swapFree=6868/6868
[pid=20267] ppid=20265 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/20267/stat : 20267 (java) S 20265 20267 20082 0 -1 4202496 4160 0 1 0 7 1 0 0 20 0 18 0 253256320 9787813888 5351 33554432000 1073741824 1073778376 140735509284480 140735509275616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20267/statm: 2389603 5351 2079 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.100266 s]
/proc/loadavg: 0.47 0.10 0.03 5/197 20267
/proc/meminfo: memFree=29822308/32873844 swapFree=6868/6868
[pid=20267] ppid=20265 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/20267/stat : 20267 (java) S 20265 20267 20082 0 -1 4202496 4330 0 1 0 9 1 0 0 20 0 18 0 253256320 9787813888 6031 33554432000 1073741824 1073778376 140735509284480 140735509275616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20267/statm: 2389603 6031 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300245 s]
/proc/loadavg: 0.47 0.10 0.03 5/197 20267
/proc/meminfo: memFree=29822308/32873844 swapFree=6868/6868
[pid=20267] ppid=20265 vsize=9558412 CPUtime=0.47 cores=1,3,5,7
/proc/20267/stat : 20267 (java) S 20265 20267 20082 0 -1 4202496 5525 0 1 0 46 1 0 0 20 0 18 0 253256320 9787813888 8242 33554432000 1073741824 1073778376 140735509284480 140735509275616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20267/statm: 2389603 8242 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700216 s]
/proc/loadavg: 0.47 0.10 0.03 5/197 20267
/proc/meminfo: memFree=29822308/32873844 swapFree=6868/6868
[pid=20267] ppid=20265 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/20267/stat : 20267 (java) S 20265 20267 20082 0 -1 4202496 15224 0 1 0 197 3 0 0 20 0 22 0 253256320 10060460032 20910 33554432000 1073741824 1073778376 140735509284480 140735509275616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20267/statm: 2456167 20910 2244 9 0 2446860 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824668

[startup+1.5008 s]
/proc/loadavg: 0.47 0.10 0.03 7/219 20289
/proc/meminfo: memFree=29691448/32873844 swapFree=6868/6868
[pid=20267] ppid=20265 vsize=9824668 CPUtime=4.85 cores=1,3,5,7
/proc/20267/stat : 20267 (java) S 20265 20267 20082 0 -1 4202496 24247 0 1 0 478 7 0 0 20 0 22 0 253256320 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140735509275616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20267/statm: 2456167 49394 2278 9 0 2446860 0
[pid=20267/tid=20269] ppid=20265 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/20267/task/20269/stat : 20269 (java) S 20265 20267 20082 0 -1 4202560 2468 0 1 0 29 0 0 0 20 0 22 0 253256320 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140216282829816 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20270] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20270/stat : 20270 (java) S 20265 20267 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140216255281832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20271] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20271/stat : 20271 (java) S 20265 20267 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140216125401896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20272] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20272/stat : 20272 (java) S 20265 20267 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140216124349352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20273] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20273/stat : 20273 (java) S 20265 20267 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140216123296808 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20274] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20274/stat : 20274 (java) S 20265 20267 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140216122243240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20275] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20275/stat : 20275 (java) S 20265 20267 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140216121190696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20276] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20276/stat : 20276 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215784040872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20277] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20277/stat : 20277 (java) S 20265 20267 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215782988328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20278] ppid=20265 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/20267/task/20278/stat : 20278 (java) S 20265 20267 20082 0 -1 4202560 96 0 0 0 3 0 0 0 20 0 22 0 253256322 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215770790504 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20279] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20279/stat : 20279 (java) S 20265 20267 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253256323 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215769736824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20280] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20280/stat : 20280 (java) S 20265 20267 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253256323 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215768684168 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20281] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20281/stat : 20281 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215767632912 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20282] ppid=20265 vsize=9824668 CPUtime=0.99 cores=1,3,5,7
/proc/20267/task/20282/stat : 20282 (java) S 20265 20267 20082 0 -1 4202560 6357 0 0 0 97 2 0 0 20 0 22 0 253256325 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215766579256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20283] ppid=20265 vsize=9824668 CPUtime=1.22 cores=1,3,5,7
/proc/20267/task/20283/stat : 20283 (java) R 20265 20267 20082 0 -1 4202560 13942 0 0 0 119 3 0 0 20 0 22 0 253256325 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215765513456 140216285437611 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20284] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20284/stat : 20284 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215764474360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20285] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20285/stat : 20285 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215763422024 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20286] ppid=20265 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/20267/task/20286/stat : 20286 (java) R 20265 20267 20082 0 -1 4202560 27 0 0 0 110 0 0 0 20 0 22 0 253256352 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215762365200 140216136636354 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20287] ppid=20265 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/20267/task/20287/stat : 20287 (java) R 20265 20267 20082 0 -1 4202560 129 0 0 0 108 2 0 0 20 0 22 0 253256352 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215761313656 140216137166184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20288] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20288/stat : 20288 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256352 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215760262696 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20289] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20289/stat : 20289 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256352 10060460032 49394 33554432000 1073741824 1073778376 140735509284480 140215759210152 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 9824668

[startup+3.10095 s]
/proc/loadavg: 0.47 0.10 0.03 4/193 20314
/proc/meminfo: memFree=29845680/32873844 swapFree=6868/6868
[pid=20267] ppid=20265 vsize=9824668 CPUtime=8.66 cores=1,3,5,7
/proc/20267/stat : 20267 (java) S 20265 20267 20082 0 -1 4202496 27826 0 1 0 855 11 0 0 20 0 22 0 253256320 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140735509275616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20267/statm: 2456167 81588 2279 9 0 2446860 0
[pid=20267/tid=20269] ppid=20265 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/20267/task/20269/stat : 20269 (java) S 20265 20267 20082 0 -1 4202560 2468 0 1 0 29 0 0 0 20 0 22 0 253256320 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140216282829816 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20270] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20270/stat : 20270 (java) S 20265 20267 20082 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140216255281832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20271] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20271/stat : 20271 (java) S 20265 20267 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140216125401896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20272] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20272/stat : 20272 (java) S 20265 20267 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140216124349352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20273] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20273/stat : 20273 (java) S 20265 20267 20082 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140216123296808 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20274] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20274/stat : 20274 (java) S 20265 20267 20082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140216122243240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20275] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20275/stat : 20275 (java) S 20265 20267 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140216121190696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20276] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20276/stat : 20276 (java) S 20265 20267 20082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215784040872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20277] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20277/stat : 20277 (java) S 20265 20267 20082 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215782988328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20278] ppid=20265 vsize=9824668 CPUtime=0.14 cores=1,3,5,7
/proc/20267/task/20278/stat : 20278 (java) S 20265 20267 20082 0 -1 4202560 107 0 0 0 14 0 0 0 20 0 22 0 253256322 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215770790504 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20279] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20279/stat : 20279 (java) S 20265 20267 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253256323 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215769736824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20280] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20280/stat : 20280 (java) S 20265 20267 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253256323 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215768684168 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20281] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20281/stat : 20281 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215767632912 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20282] ppid=20265 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/20267/task/20282/stat : 20282 (java) S 20265 20267 20082 0 -1 4202560 9273 0 0 0 144 3 0 0 20 0 22 0 253256325 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215766579256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20283] ppid=20265 vsize=9824668 CPUtime=1.46 cores=1,3,5,7
/proc/20267/task/20283/stat : 20283 (java) S 20265 20267 20082 0 -1 4202560 14519 0 0 0 143 3 0 0 20 0 22 0 253256325 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215765526712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20284] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20284/stat : 20284 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215764474360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20285] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20285/stat : 20285 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215763422024 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20286] ppid=20265 vsize=9824668 CPUtime=2.56 cores=1,3,5,7
/proc/20267/task/20286/stat : 20286 (java) R 20265 20267 20082 0 -1 4202560 29 0 0 0 256 0 0 0 20 0 22 0 253256352 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215762367032 140216136917740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20287] ppid=20265 vsize=9824668 CPUtime=2.57 cores=1,3,5,7
/proc/20267/task/20287/stat : 20287 (java) R 20265 20267 20082 0 -1 4202560 182 0 0 0 254 3 0 0 20 0 22 0 253256352 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215761314008 140216137424885 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20288] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20288/stat : 20288 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256352 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215760262696 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20289] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20289/stat : 20289 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256352 10060460032 81588 33554432000 1073741824 1073778376 140735509284480 140215759210152 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.66
Current children cumulated vsize (KiB) 9824668

[startup+6.30094 s]
/proc/loadavg: 0.59 0.13 0.04 3/193 20314
/proc/meminfo: memFree=29745132/32873844 swapFree=6868/6868
[pid=20267] ppid=20265 vsize=9824668 CPUtime=14.91 cores=1,3,5,7
/proc/20267/stat : 20267 (java) S 20265 20267 20082 0 -1 4202496 28029 0 1 0 1478 13 0 0 20 0 22 0 253256320 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140735509275616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20267/statm: 2456167 106708 2279 9 0 2446860 0
[pid=20267/tid=20269] ppid=20265 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/20267/task/20269/stat : 20269 (java) S 20265 20267 20082 0 -1 4202560 2469 0 1 0 29 0 0 0 20 0 22 0 253256320 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140216282829816 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20270] ppid=20265 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20267/task/20270/stat : 20270 (java) S 20265 20267 20082 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 253256321 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140216255281832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20271] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20271/stat : 20271 (java) S 20265 20267 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140216125401896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20272] ppid=20265 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20267/task/20272/stat : 20272 (java) S 20265 20267 20082 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253256321 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140216124349352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20273] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20273/stat : 20273 (java) S 20265 20267 20082 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140216123296808 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20274] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20274/stat : 20274 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140216122243240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20275] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20275/stat : 20275 (java) S 20265 20267 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140216121190696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20276] ppid=20265 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20267/task/20276/stat : 20276 (java) S 20265 20267 20082 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253256321 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140215784040872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20277] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20277/stat : 20277 (java) S 20265 20267 20082 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140215782988328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20278] ppid=20265 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/20267/task/20278/stat : 20278 (java) S 20265 20267 20082 0 -1 4202560 241 0 0 0 37 0 0 0 20 0 22 0 253256322 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140215770790504 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20279] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20279/stat : 20279 (java) S 20265 20267 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253256323 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140215769736824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20280] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20280/stat : 20280 (java) S 20265 20267 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253256323 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140215768684168 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20281] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20281/stat : 20281 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140215767632912 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20282] ppid=20265 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/20267/task/20282/stat : 20282 (java) S 20265 20267 20082 0 -1 4202560 9273 0 0 0 147 3 0 0 20 0 22 0 253256325 10060460032 106708 33554432000 1073741824 1073778376 140735509284480 140215766579256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

Current children cumulated CPU time (s) 14.91
Current children cumulated vsize (KiB) 9824668

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

[startup+7.10096 s]
/proc/loadavg: 0.59 0.13 0.04 3/193 20314
/proc/meminfo: memFree=29677580/32873844 swapFree=6868/6868
[pid=20267] ppid=20265 vsize=9824668 CPUtime=16.45 cores=1,3,5,7
/proc/20267/stat : 20267 (java) S 20265 20267 20082 0 -1 4202496 28056 0 1 0 1632 13 0 0 20 0 22 0 253256320 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140735509275616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20267/statm: 2456167 107245 2279 9 0 2446860 0
[pid=20267/tid=20269] ppid=20265 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/20267/task/20269/stat : 20269 (java) S 20265 20267 20082 0 -1 4202560 2469 0 1 0 29 0 0 0 20 0 22 0 253256320 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140216282829816 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20270] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20270/stat : 20270 (java) S 20265 20267 20082 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140216255281832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20271] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20271/stat : 20271 (java) S 20265 20267 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140216125401896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20272] ppid=20265 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20267/task/20272/stat : 20272 (java) S 20265 20267 20082 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253256321 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140216124349352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20273] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20273/stat : 20273 (java) S 20265 20267 20082 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140216123296808 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20274] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20274/stat : 20274 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140216122243240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20275] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20275/stat : 20275 (java) S 20265 20267 20082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140216121190696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20276] ppid=20265 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20267/task/20276/stat : 20276 (java) S 20265 20267 20082 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 22 0 253256321 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215784040872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20277] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20277/stat : 20277 (java) S 20265 20267 20082 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215782988328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20278] ppid=20265 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/20267/task/20278/stat : 20278 (java) S 20265 20267 20082 0 -1 4202560 242 0 0 0 43 0 0 0 20 0 22 0 253256322 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215770790504 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20279] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20279/stat : 20279 (java) S 20265 20267 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253256323 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215769736824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20280] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20280/stat : 20280 (java) S 20265 20267 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253256323 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215768684168 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20281] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20281/stat : 20281 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215767632912 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20282] ppid=20265 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/20267/task/20282/stat : 20282 (java) S 20265 20267 20082 0 -1 4202560 9273 0 0 0 147 3 0 0 20 0 22 0 253256325 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215766579256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20283] ppid=20265 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/20267/task/20283/stat : 20283 (java) S 20265 20267 20082 0 -1 4202560 14519 0 0 0 144 3 0 0 20 0 22 0 253256325 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215765526712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20284] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20284/stat : 20284 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215764474360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20285] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20285/stat : 20285 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215763422024 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20286] ppid=20265 vsize=9824668 CPUtime=6.21 cores=1,3,5,7
/proc/20267/task/20286/stat : 20286 (java) R 20265 20267 20082 0 -1 4202560 39 0 0 0 621 0 0 0 20 0 22 0 253256352 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215762367072 140216136937500 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20287] ppid=20265 vsize=9824668 CPUtime=6.22 cores=1,3,5,7
/proc/20267/task/20287/stat : 20287 (java) R 20265 20267 20082 0 -1 4202560 223 0 0 0 618 4 0 0 20 0 22 0 253256352 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215761312760 140216137422996 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20288] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20288/stat : 20288 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256352 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215760262696 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20289] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20289/stat : 20289 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256352 10060460032 107245 33554432000 1073741824 1073778376 140735509284480 140215759210152 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 16.45
Current children cumulated vsize (KiB) 9824668

[startup+7.90095 s]
/proc/loadavg: 0.59 0.13 0.04 3/193 20314
/proc/meminfo: memFree=29673368/32873844 swapFree=6868/6868
[pid=20267] ppid=20265 vsize=9824668 CPUtime=17.98 cores=1,3,5,7
/proc/20267/stat : 20267 (java) S 20265 20267 20082 0 -1 4202496 28066 0 1 0 1785 13 0 0 20 0 22 0 253256320 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140735509275616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20267/statm: 2456167 107765 2279 9 0 2446860 0
[pid=20267/tid=20269] ppid=20265 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/20267/task/20269/stat : 20269 (java) S 20265 20267 20082 0 -1 4202560 2469 0 1 0 29 0 0 0 20 0 22 0 253256320 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216282829816 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20270] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20270/stat : 20270 (java) S 20265 20267 20082 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216255281832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20271] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20271/stat : 20271 (java) S 20265 20267 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216125401896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20272] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20272/stat : 20272 (java) S 20265 20267 20082 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216124349352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20273] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20273/stat : 20273 (java) S 20265 20267 20082 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216123296808 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20274] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20274/stat : 20274 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216122243240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20275] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20275/stat : 20275 (java) S 20265 20267 20082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216121190696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20276] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20276/stat : 20276 (java) S 20265 20267 20082 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215784040872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20277] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20277/stat : 20277 (java) S 20265 20267 20082 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215782988328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20278] ppid=20265 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/20267/task/20278/stat : 20278 (java) S 20265 20267 20082 0 -1 4202560 243 0 0 0 51 0 0 0 20 0 22 0 253256322 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215770790504 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20279] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20279/stat : 20279 (java) S 20265 20267 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253256323 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215769736824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20280] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20280/stat : 20280 (java) S 20265 20267 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253256323 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215768684168 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20281] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20281/stat : 20281 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215767632912 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20282] ppid=20265 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/20267/task/20282/stat : 20282 (java) S 20265 20267 20082 0 -1 4202560 9273 0 0 0 147 3 0 0 20 0 22 0 253256325 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215766579256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20283] ppid=20265 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/20267/task/20283/stat : 20283 (java) S 20265 20267 20082 0 -1 4202560 14519 0 0 0 144 3 0 0 20 0 22 0 253256325 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215765526712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20284] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20284/stat : 20284 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215764474360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20285] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20285/stat : 20285 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215763422024 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20286] ppid=20265 vsize=9824668 CPUtime=6.93 cores=1,3,5,7
/proc/20267/task/20286/stat : 20286 (java) R 20265 20267 20082 0 -1 4202560 40 0 0 0 693 0 0 0 20 0 22 0 253256352 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215762367072 140216136938204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20287] ppid=20265 vsize=9824668 CPUtime=6.94 cores=1,3,5,7
/proc/20267/task/20287/stat : 20287 (java) R 20265 20267 20082 0 -1 4202560 223 0 0 0 690 4 0 0 20 0 22 0 253256352 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215761312760 140216137009491 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20288] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20288/stat : 20288 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256352 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215760262696 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20289] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20289/stat : 20289 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256352 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215759210152 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 17.98
Current children cumulated vsize (KiB) 9824668

[startup+8.30093 s]
/proc/loadavg: 0.59 0.13 0.04 3/193 20314
/proc/meminfo: memFree=29673368/32873844 swapFree=6868/6868
[pid=20267] ppid=20265 vsize=9824668 CPUtime=18.78 cores=1,3,5,7
/proc/20267/stat : 20267 (java) S 20265 20267 20082 0 -1 4202496 28066 0 1 0 1865 13 0 0 20 0 22 0 253256320 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140735509275616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20267/statm: 2456167 107765 2279 9 0 2446860 0
[pid=20267/tid=20269] ppid=20265 vsize=9824668 CPUtime=0.29 cores=1,3,5,7
/proc/20267/task/20269/stat : 20269 (java) S 20265 20267 20082 0 -1 4202560 2469 0 1 0 29 0 0 0 20 0 22 0 253256320 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216282829816 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20270] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20270/stat : 20270 (java) S 20265 20267 20082 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216255281832 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20271] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20271/stat : 20271 (java) S 20265 20267 20082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216125401896 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20272] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20272/stat : 20272 (java) S 20265 20267 20082 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216124349352 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20273] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20273/stat : 20273 (java) S 20265 20267 20082 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216123296808 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20274] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20274/stat : 20274 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216122243240 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20275] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20275/stat : 20275 (java) S 20265 20267 20082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140216121190696 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20276] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20276/stat : 20276 (java) S 20265 20267 20082 0 -1 4202560 29 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215784040872 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20277] ppid=20265 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20267/task/20277/stat : 20277 (java) S 20265 20267 20082 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 253256321 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215782988328 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20278] ppid=20265 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/20267/task/20278/stat : 20278 (java) S 20265 20267 20082 0 -1 4202560 243 0 0 0 51 0 0 0 20 0 22 0 253256322 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215770790504 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20279] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20279/stat : 20279 (java) S 20265 20267 20082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253256323 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215769736824 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20280] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20280/stat : 20280 (java) S 20265 20267 20082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253256323 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215768684168 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20281] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20281/stat : 20281 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215767632912 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20282] ppid=20265 vsize=9824668 CPUtime=1.5 cores=1,3,5,7
/proc/20267/task/20282/stat : 20282 (java) S 20265 20267 20082 0 -1 4202560 9273 0 0 0 147 3 0 0 20 0 22 0 253256325 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215766579256 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20283] ppid=20265 vsize=9824668 CPUtime=1.47 cores=1,3,5,7
/proc/20267/task/20283/stat : 20283 (java) S 20265 20267 20082 0 -1 4202560 14519 0 0 0 144 3 0 0 20 0 22 0 253256325 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215765526712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20267/tid=20284] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20284/stat : 20284 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215764474360 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20285] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20285/stat : 20285 (java) S 20265 20267 20082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253256325 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215763422024 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20286] ppid=20265 vsize=9824668 CPUtime=7.33 cores=1,3,5,7
/proc/20267/task/20286/stat : 20286 (java) R 20265 20267 20082 0 -1 4202560 40 0 0 0 733 0 0 0 20 0 22 0 253256352 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215762367072 140216136991853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20287] ppid=20265 vsize=9824668 CPUtime=7.34 cores=1,3,5,7
/proc/20267/task/20287/stat : 20287 (java) R 20265 20267 20082 0 -1 4202560 223 0 0 0 730 4 0 0 20 0 22 0 253256352 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215761312760 140216137166213 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20267/tid=20288] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20288/stat : 20288 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256352 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215760262696 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20267/tid=20289] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20289/stat : 20289 (java) S 20265 20267 20082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253256352 10060460032 107765 33554432000 1073741824 1073778376 140735509284480 140215759210152 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 18.78
Current children cumulated vsize (KiB) 9824668

[startup+8.40095 s]
/proc/loadavg: 0.59 0.13 0.04 3/193 20314
/proc/meminfo: memFree=29673368/32873844 swapFree=6868/6868
[pid=20267] ppid=20265 vsize=9824668 CPUtime=18.84 cores=1,3,5,7
/proc/20267/stat : 20267 (java) S 20265 20267 20082 0 -1 4202496 28080 0 1 0 1868 16 0 0 20 0 17 0 253256320 10060460032 107760 33554432000 1073741824 1073778376 140735509284480 140735509275616 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20267/statm: 2456167 107760 2283 9 0 2446860 0
[pid=20267/tid=20269] ppid=20265 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/20267/task/20269/stat : 20269 (java) S 20265 20267 20082 0 -1 4202560 2469 0 1 0 30 0 0 0 20 0 17 0 253256320 10060460032 107760 33554432000 1073741824 1073778376 140735509284480 140216282829816 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20267/tid=20271] ppid=20265 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20267/task/20271/stat : 20271 (java) R 20265 20267 20082 0 -1 4203588 5 0 0 0 0 0 0 0 20 0 2 0 253256321 10060460032 107760 33554432000 1073741824 1073778376 140735509284480 140216125401896 209100780604 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 18.84
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 8.40601
CPU time (s): 18.9311
CPU user time (s): 18.6802
CPU system time (s): 0.250961
CPU usage (%): 225.209
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.6802
system time used= 0.250961
maximum resident set size= 431064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28080
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= 869
involuntary context switches= 536

runsolver used 0.035994 second user time and 0.095985 second system time

The end

Launcher Data

Begin job on node105 at 2012-05-24 17:04:53
IDJOB=3687280
IDBENCH=1298
IDSOLVER=2268
FILE ID=node105/3687280-1337871893
RUNJOBID= node105-1337871882-20099
PBS_JOBID= 14620099
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900568186.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687280-1337871893/watcher-3687280-1337871893 -o /tmp/evaluation-result-3687280-1337871893/solver-3687280-1337871893 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687280-1337871893.opb

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

MD5SUM BENCH= 75bd0b27f5ff05dc207afe3c3d5552d1
RANDOM SEED=882898148

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29822688 kB
Buffers:          171096 kB
Cached:          1829472 kB
SwapCached:         6340 kB
Active:           835432 kB
Inactive:        1451688 kB
Active(anon):     274464 kB
Inactive(anon):    14612 kB
Active(file):     560968 kB
Inactive(file):  1437076 kB
Unevictable:        6868 kB
Mlocked:            6868 kB
SwapTotal:      67108856 kB
SwapFree:       67101824 kB
Dirty:              1124 kB
Writeback:             0 kB
AnonPages:        219872 kB
Mapped:            22416 kB
Shmem:                 8 kB
Slab:             623516 kB
SReclaimable:      65036 kB
SUnreclaim:       558480 kB
KernelStack:        1600 kB
PageTables:         4616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     827648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 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= 71624 MiB
End job on node105 at 2012-05-24 17:05:02