Trace number 3709787

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
SAT4J PB specific settings 2.3.2 snapshotUNSAT 11.3133 10.0797

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670675.opb
MD5SUMc118a5f7f4e95d7123e302378befd6ff
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.708892
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 671
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.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.07/0.08	c version 2.3.2.v20120418
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		501472288
0.07/0.08	c Max memory 		7480803328
0.07/0.08	c Total memory 		504102912
0.07/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=true
0.10/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3709787-1338125642.opb
0.10/0.12	c reading problem ... 
0.46/0.30	c ... done. Wall clock time 0.179s.
0.46/0.30	c declared #vars     231
0.46/0.30	c #constraints  2707
0.46/0.30	c constraints type 
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.46/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.46/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.46/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.46/0.30	c 2707 constraints processed.
1.09/0.65	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.45/0.90	c cleaning 4247 clauses out of 8502 with flag 11000/11000
1.67/1.19	c cleaning 5620 clauses out of 11255 with flag 18000/18000
2.08/1.57	c cleaning 6811 clauses out of 13635 with flag 26000/26000
2.53/1.99	c cleaning 7903 clauses out of 15825 with flag 35001/35001
3.03/2.47	c cleaning 8955 clauses out of 17921 with flag 45000/45000
3.63/3.01	c cleaning 9972 clauses out of 19966 with flag 56000/56000
4.24/3.63	c cleaning 10987 clauses out of 21995 with flag 68001/68001
4.85/4.29	c cleaning 11984 clauses out of 24007 with flag 81000/81000
5.65/5.09	c cleaning 13000 clauses out of 26024 with flag 95001/95001
6.60/5.92	c cleaning 14008 clauses out of 28027 with flag 110004/110004
8.03/6.90	c cleaning 15004 clauses out of 30015 with flag 126000/126000
9.04/7.91	c cleaning 15998 clauses out of 32013 with flag 143002/143002
10.07/8.98	c cleaning 17005 clauses out of 34014 with flag 161001/161001
11.19/10.06	c starts		: 114
11.19/10.06	c conflicts		: 178663
11.19/10.06	c decisions		: 259985
11.19/10.06	c propagations		: 7496567
11.19/10.06	c inspects		: 102573611
11.19/10.06	c shortcuts		: 0
11.19/10.07	c learnt literals	: 3
11.19/10.07	c learnt binary clauses	: 18
11.19/10.07	c learnt ternary clauses	: 106
11.19/10.07	c learnt constraints	: 178659
11.19/10.07	c ignored constraints	: 0
11.19/10.07	c root simplifications	: 116
11.19/10.07	c removed literals (reason simplification)	: 481135
11.19/10.07	c reason swapping (by a shorter reason)	: 0
11.19/10.07	c Calls to reduceDB	: 14
11.19/10.07	c number of reductions to clauses (during analyze)	: 0
11.19/10.07	c number of learned constraints concerned by reduction	: 0
11.19/10.07	c number of learning phase by resolution	: 0
11.19/10.07	c number of learning phase by cutting planes	: 0
11.19/10.07	c speed (assignments/second)	: 767933.5177217782
11.19/10.07	c non guided choices	121
11.19/10.07	c learnt constraints type 
11.19/10.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
11.19/10.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9291
11.19/10.07	c constraints type 
11.19/10.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
11.19/10.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
11.19/10.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
11.19/10.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
11.19/10.07	c 2707 constraints processed.
11.19/10.07	s UNSATISFIABLE
11.19/10.07	c Total wall clock time (in seconds): 9.949

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-3709787-1338125642/watcher-3709787-1338125642 -o /tmp/evaluation-result-3709787-1338125642/solver-3709787-1338125642 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709787-1338125642.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: 2.05 2.07 2.05 3/194 21356
/proc/meminfo: memFree=29280096/32873844 swapFree=7116/7116
[pid=21356] ppid=21354 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/21356/stat : 21356 (java) R 21354 21356 19004 0 -1 4202496 1018 0 0 0 0 0 0 0 20 0 1 0 278689128 23793664 746 33554432000 1073741824 1073778376 140736308293888 140736308282952 140325100203620 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21356/statm: 5809 757 556 9 0 128 0

[startup+0.0843631 s]
/proc/loadavg: 2.05 2.07 2.05 3/194 21356
/proc/meminfo: memFree=29280096/32873844 swapFree=7116/7116
[pid=21356] ppid=21354 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/21356/stat : 21356 (java) S 21354 21356 19004 0 -1 4202496 3487 0 1 0 6 1 0 0 20 0 18 0 278689128 9787842560 4695 33554432000 1073741824 1073778376 140736308293888 140736308285024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21356/statm: 2389610 4695 1779 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100316 s]
/proc/loadavg: 2.05 2.07 2.05 3/194 21356
/proc/meminfo: memFree=29280096/32873844 swapFree=7116/7116
[pid=21356] ppid=21354 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/21356/stat : 21356 (java) S 21354 21356 19004 0 -1 4202496 4258 0 1 0 9 1 0 0 20 0 18 0 278689128 9787842560 5465 33554432000 1073741824 1073778376 140736308293888 140736308285024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21356/statm: 2389610 5465 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300304 s]
/proc/loadavg: 2.05 2.07 2.05 3/194 21356
/proc/meminfo: memFree=29280096/32873844 swapFree=7116/7116
[pid=21356] ppid=21354 vsize=9558440 CPUtime=0.46 cores=1,3,5,7
/proc/21356/stat : 21356 (java) S 21354 21356 19004 0 -1 4202496 5424 0 1 0 44 2 0 0 20 0 18 0 278689128 9787842560 8266 33554432000 1073741824 1073778376 140736308293888 140736308285024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21356/statm: 2389610 8258 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.700281 s]
/proc/loadavg: 2.05 2.07 2.05 3/194 21356
/proc/meminfo: memFree=29280096/32873844 swapFree=7116/7116
[pid=21356] ppid=21354 vsize=9625004 CPUtime=1.22 cores=1,3,5,7
/proc/21356/stat : 21356 (java) S 21354 21356 19004 0 -1 4202496 7878 0 1 0 120 2 0 0 20 0 19 0 278689128 9856004096 11664 33554432000 1073741824 1073778376 140736308293888 140736308285024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21356/statm: 2406251 11664 2281 9 0 2396937 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625004

[startup+1.50065 s]
/proc/loadavg: 2.05 2.07 2.05 3/213 21375
/proc/meminfo: memFree=29241488/32873844 swapFree=7116/7116
[pid=21356] ppid=21354 vsize=9625004 CPUtime=2.08 cores=1,3,5,7
/proc/21356/stat : 21356 (java) S 21354 21356 19004 0 -1 4202496 7897 0 1 0 205 3 0 0 20 0 19 0 278689128 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140736308285024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21356/statm: 2406251 11673 2281 9 0 2396937 0
[pid=21356/tid=21358] ppid=21354 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/21356/task/21358/stat : 21358 (java) R 21354 21356 19004 0 -1 4202560 2509 0 1 0 142 1 0 0 20 0 19 0 278689129 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140325092213288 140324920368808 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21359] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21359/stat : 21359 (java) S 21354 21356 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140325053704744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21360] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21360/stat : 21360 (java) S 21354 21356 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140325052651944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21361] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21361/stat : 21361 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140325051599144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21362] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21362/stat : 21362 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140325050546344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21363] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21363/stat : 21363 (java) S 21354 21356 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140325049494568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21364] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21364/stat : 21364 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140325048441768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21365] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21365/stat : 21365 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140325047388968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21366] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21366/stat : 21366 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140325046336168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21367] ppid=21354 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/21356/task/21367/stat : 21367 (java) S 21354 21356 19004 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 19 0 278689131 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140324915620328 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21368] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21368/stat : 21368 (java) S 21354 21356 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140324914566392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21369] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21369/stat : 21369 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140324913513480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21370] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21370/stat : 21370 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140324912461968 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21371] ppid=21354 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21356/task/21371/stat : 21371 (java) S 21354 21356 19004 0 -1 4202560 1877 0 0 0 26 0 0 0 20 0 19 0 278689134 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140324911410104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21372] ppid=21354 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/21356/task/21372/stat : 21372 (java) S 21354 21356 19004 0 -1 4202560 2265 0 0 0 29 0 0 0 20 0 19 0 278689134 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140324910357304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21373] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21373/stat : 21373 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140324909304696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21374] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21374/stat : 21374 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140324908252104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21375] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21375/stat : 21375 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689159 9856004096 11673 33554432000 1073741824 1073778376 140736308293888 140324907197608 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625004

[startup+3.10066 s]
/proc/loadavg: 2.05 2.07 2.05 3/213 21375
/proc/meminfo: memFree=29236772/32873844 swapFree=7116/7116
[pid=21356] ppid=21354 vsize=9625004 CPUtime=3.74 cores=1,3,5,7
/proc/21356/stat : 21356 (java) S 21354 21356 19004 0 -1 4202496 8327 0 1 0 371 3 0 0 20 0 19 0 278689128 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140736308285024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21356/statm: 2406251 12715 2281 9 0 2396937 0
[pid=21356/tid=21358] ppid=21354 vsize=9625004 CPUtime=2.98 cores=1,3,5,7
/proc/21356/task/21358/stat : 21358 (java) R 21354 21356 19004 0 -1 4202560 2512 0 1 0 296 2 0 0 20 0 19 0 278689129 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140325092213160 140324920380331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21359] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21359/stat : 21359 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140325053704744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21360] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21360/stat : 21360 (java) S 21354 21356 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140325052651944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21361] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21361/stat : 21361 (java) S 21354 21356 19004 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140325051599144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21362] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21362/stat : 21362 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140325050546344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21363] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21363/stat : 21363 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140325049494568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21364] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21364/stat : 21364 (java) S 21354 21356 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140325048441768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21365] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21365/stat : 21365 (java) S 21354 21356 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140325047388968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21366] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21366/stat : 21366 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140325046336168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21367] ppid=21354 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/21356/task/21367/stat : 21367 (java) S 21354 21356 19004 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 19 0 278689131 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140324915620328 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21368] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21368/stat : 21368 (java) S 21354 21356 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140324914566392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21369] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21369/stat : 21369 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140324913513480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21370] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21370/stat : 21370 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140324912461968 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21371] ppid=21354 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/21356/task/21371/stat : 21371 (java) S 21354 21356 19004 0 -1 4202560 1877 0 0 0 26 0 0 0 20 0 19 0 278689134 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140324911410104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21372] ppid=21354 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/21356/task/21372/stat : 21372 (java) S 21354 21356 19004 0 -1 4202560 2670 0 0 0 34 0 0 0 20 0 19 0 278689134 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140324910357304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21373] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21373/stat : 21373 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140324909304696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21374] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21374/stat : 21374 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140324908252104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21375] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21375/stat : 21375 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689159 9856004096 12715 33554432000 1073741824 1073778376 140736308293888 140324907197608 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625004

[startup+6.30082 s]
/proc/loadavg: 2.05 2.07 2.05 3/213 21375
/proc/meminfo: memFree=29236780/32873844 swapFree=7116/7116
[pid=21356] ppid=21354 vsize=9625004 CPUtime=7.41 cores=1,3,5,7
/proc/21356/stat : 21356 (java) S 21354 21356 19004 0 -1 4202496 15597 0 1 0 736 5 0 0 20 0 19 0 278689128 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140736308285024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21356/statm: 2406251 16720 2283 9 0 2396937 0
[pid=21356/tid=21358] ppid=21354 vsize=9625004 CPUtime=6.1 cores=1,3,5,7
/proc/21356/task/21358/stat : 21358 (java) R 21354 21356 19004 0 -1 4202560 2517 0 1 0 608 2 0 0 20 0 19 0 278689129 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140325092213000 140324920369264 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21359] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21359/stat : 21359 (java) S 21354 21356 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140325053704744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21360] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21360/stat : 21360 (java) S 21354 21356 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140325052651944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21361] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21361/stat : 21361 (java) S 21354 21356 19004 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140325051599144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21362] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21362/stat : 21362 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140325050546344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21363] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21363/stat : 21363 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140325049494568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21364] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21364/stat : 21364 (java) S 21354 21356 19004 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140325048441768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21365] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21365/stat : 21365 (java) S 21354 21356 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140325047388968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21366] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21366/stat : 21366 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140325046336168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21367] ppid=21354 vsize=9625004 CPUtime=0.12 cores=1,3,5,7
/proc/21356/task/21367/stat : 21367 (java) S 21354 21356 19004 0 -1 4202560 60 0 0 0 12 0 0 0 20 0 19 0 278689131 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140324915620328 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21368] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21368/stat : 21368 (java) S 21354 21356 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140324914566392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21369] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21369/stat : 21369 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140324913513480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21370] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21370/stat : 21370 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140324912461968 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21371] ppid=21354 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/21356/task/21371/stat : 21371 (java) S 21354 21356 19004 0 -1 4202560 1882 0 0 0 27 0 0 0 20 0 19 0 278689134 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140324911410104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21372] ppid=21354 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/21356/task/21372/stat : 21372 (java) S 21354 21356 19004 0 -1 4202560 9894 0 0 0 76 2 0 0 20 0 19 0 278689134 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140324910357304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21373] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21373/stat : 21373 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140324909304696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21374] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21374/stat : 21374 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140324908252104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21375] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21375/stat : 21375 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689159 9856004096 16720 33554432000 1073741824 1073778376 140736308293888 140324907197608 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9625004

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

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

/proc/21356/task/21359/stat : 21359 (java) S 21354 21356 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140325053704744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21360] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21360/stat : 21360 (java) S 21354 21356 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140325052651944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21361] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21361/stat : 21361 (java) S 21354 21356 19004 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140325051599144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21362] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21362/stat : 21362 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140325050546344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21363] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21363/stat : 21363 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140325049494568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21364] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21364/stat : 21364 (java) S 21354 21356 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140325048441768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21365] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21365/stat : 21365 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140325047388968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21366] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21366/stat : 21366 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140325046336168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21367] ppid=21354 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/21356/task/21367/stat : 21367 (java) S 21354 21356 19004 0 -1 4202560 60 0 0 0 15 0 0 0 20 0 19 0 278689131 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140324915620328 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21368] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21368/stat : 21368 (java) S 21354 21356 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140324914566392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21369] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21369/stat : 21369 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140324913513480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21370] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21370/stat : 21370 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140324912461968 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21371] ppid=21354 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/21356/task/21371/stat : 21371 (java) S 21354 21356 19004 0 -1 4202560 1882 0 0 0 27 0 0 0 20 0 19 0 278689134 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140324911410104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21372] ppid=21354 vsize=9625004 CPUtime=0.81 cores=1,3,5,7
/proc/21356/task/21372/stat : 21372 (java) S 21354 21356 19004 0 -1 4202560 9894 0 0 0 79 2 0 0 20 0 19 0 278689134 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140324910357304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21373] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21373/stat : 21373 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140324909304696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21374] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21374/stat : 21374 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140324908252104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21375] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21375/stat : 21375 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689159 9856004096 16722 33554432000 1073741824 1073778376 140736308293888 140324907197608 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (KiB) 9625004

[startup+9.50066 s]
/proc/loadavg: 2.12 2.09 2.05 3/213 21375
/proc/meminfo: memFree=29220304/32873844 swapFree=7116/7116
[pid=21356] ppid=21354 vsize=9625004 CPUtime=10.68 cores=1,3,5,7
/proc/21356/stat : 21356 (java) S 21354 21356 19004 0 -1 4202496 15614 0 1 0 1063 5 0 0 20 0 19 0 278689128 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140736308285024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21356/statm: 2406251 16732 2283 9 0 2396937 0
[pid=21356/tid=21358] ppid=21354 vsize=9625004 CPUtime=9.24 cores=1,3,5,7
/proc/21356/task/21358/stat : 21358 (java) R 21354 21356 19004 0 -1 4202560 2521 0 1 0 922 2 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325092213384 140324920368892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21359] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21359/stat : 21359 (java) S 21354 21356 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325053704744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21360] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21360/stat : 21360 (java) S 21354 21356 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325052651944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21361] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21361/stat : 21361 (java) S 21354 21356 19004 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325051599144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21362] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21362/stat : 21362 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325050546344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21363] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21363/stat : 21363 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325049494568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21364] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21364/stat : 21364 (java) S 21354 21356 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325048441768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21365] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21365/stat : 21365 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325047388968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21366] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21366/stat : 21366 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325046336168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21367] ppid=21354 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/21356/task/21367/stat : 21367 (java) S 21354 21356 19004 0 -1 4202560 60 0 0 0 17 0 0 0 20 0 19 0 278689131 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324915620328 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21368] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21368/stat : 21368 (java) S 21354 21356 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324914566392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21369] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21369/stat : 21369 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324913513480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21370] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21370/stat : 21370 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324912461968 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21371] ppid=21354 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/21356/task/21371/stat : 21371 (java) S 21354 21356 19004 0 -1 4202560 1892 0 0 0 28 0 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324911410104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21372] ppid=21354 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/21356/task/21372/stat : 21372 (java) S 21354 21356 19004 0 -1 4202560 9894 0 0 0 81 2 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324910357304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21373] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21373/stat : 21373 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324909304696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21374] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21374/stat : 21374 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324908252104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21375] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21375/stat : 21375 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689159 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324907197608 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 10.68
Current children cumulated vsize (KiB) 9625004

[startup+9.90725 s]
/proc/loadavg: 2.12 2.09 2.05 3/213 21375
/proc/meminfo: memFree=29220180/32873844 swapFree=7116/7116
[pid=21356] ppid=21354 vsize=9625004 CPUtime=11.09 cores=1,3,5,7
/proc/21356/stat : 21356 (java) S 21354 21356 19004 0 -1 4202496 15614 0 1 0 1104 5 0 0 20 0 19 0 278689128 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140736308285024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21356/statm: 2406251 16732 2283 9 0 2396937 0
[pid=21356/tid=21358] ppid=21354 vsize=9625004 CPUtime=9.64 cores=1,3,5,7
/proc/21356/task/21358/stat : 21358 (java) R 21354 21356 19004 0 -1 4202560 2521 0 1 0 962 2 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325092213320 140324920356699 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21359] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21359/stat : 21359 (java) S 21354 21356 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325053704744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21360] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21360/stat : 21360 (java) S 21354 21356 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325052651944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21361] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21361/stat : 21361 (java) S 21354 21356 19004 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325051599144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21362] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21362/stat : 21362 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325050546344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21363] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21363/stat : 21363 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325049494568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21364] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21364/stat : 21364 (java) S 21354 21356 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325048441768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21365] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21365/stat : 21365 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325047388968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21366] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21366/stat : 21366 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325046336168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21367] ppid=21354 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/21356/task/21367/stat : 21367 (java) S 21354 21356 19004 0 -1 4202560 60 0 0 0 17 0 0 0 20 0 19 0 278689131 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324915620328 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21368] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21368/stat : 21368 (java) S 21354 21356 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324914566392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21369] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21369/stat : 21369 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324913513480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21370] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21370/stat : 21370 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324912461968 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21371] ppid=21354 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/21356/task/21371/stat : 21371 (java) S 21354 21356 19004 0 -1 4202560 1892 0 0 0 28 0 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324911410104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21372] ppid=21354 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/21356/task/21372/stat : 21372 (java) S 21354 21356 19004 0 -1 4202560 9894 0 0 0 81 2 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324910357304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21373] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21373/stat : 21373 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324909304696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21374] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21374/stat : 21374 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324908252104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21375] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21375/stat : 21375 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689159 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324907197608 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 11.09
Current children cumulated vsize (KiB) 9625004

[startup+10.0007 s]
/proc/loadavg: 2.12 2.09 2.05 3/213 21375
/proc/meminfo: memFree=29220180/32873844 swapFree=7116/7116
[pid=21356] ppid=21354 vsize=9625004 CPUtime=11.19 cores=1,3,5,7
/proc/21356/stat : 21356 (java) S 21354 21356 19004 0 -1 4202496 15614 0 1 0 1114 5 0 0 20 0 19 0 278689128 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140736308285024 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21356/statm: 2406251 16732 2283 9 0 2396937 0
[pid=21356/tid=21358] ppid=21354 vsize=9625004 CPUtime=9.74 cores=1,3,5,7
/proc/21356/task/21358/stat : 21358 (java) R 21354 21356 19004 0 -1 4202560 2521 0 1 0 972 2 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325092213320 140324920480544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21359] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21359/stat : 21359 (java) S 21354 21356 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325053704744 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21360] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21360/stat : 21360 (java) S 21354 21356 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325052651944 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21361] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21361/stat : 21361 (java) S 21354 21356 19004 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325051599144 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21362] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21362/stat : 21362 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325050546344 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21356/tid=21363] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21363/stat : 21363 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325049494568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21364] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21364/stat : 21364 (java) S 21354 21356 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325048441768 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21365] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21365/stat : 21365 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325047388968 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21366] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21366/stat : 21366 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689129 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140325046336168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21367] ppid=21354 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/21356/task/21367/stat : 21367 (java) S 21354 21356 19004 0 -1 4202560 60 0 0 0 17 0 0 0 20 0 19 0 278689131 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324915620328 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21368] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21368/stat : 21368 (java) S 21354 21356 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324914566392 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21369] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21369/stat : 21369 (java) S 21354 21356 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278689131 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324913513480 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21370] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21370/stat : 21370 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324912461968 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21371] ppid=21354 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/21356/task/21371/stat : 21371 (java) S 21354 21356 19004 0 -1 4202560 1892 0 0 0 28 0 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324911410104 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21372] ppid=21354 vsize=9625004 CPUtime=0.83 cores=1,3,5,7
/proc/21356/task/21372/stat : 21372 (java) S 21354 21356 19004 0 -1 4202560 9894 0 0 0 81 2 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324910357304 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21356/tid=21373] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21373/stat : 21373 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324909304696 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21356/tid=21374] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21374/stat : 21374 (java) S 21354 21356 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278689134 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324908252104 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21356/tid=21375] ppid=21354 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/21356/task/21375/stat : 21375 (java) S 21354 21356 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278689159 9856004096 16732 33554432000 1073741824 1073778376 140736308293888 140324907197608 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 11.19
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 10.0797
CPU time (s): 11.3133
CPU user time (s): 11.1703
CPU system time (s): 0.142978
CPU usage (%): 112.238
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1703
system time used= 0.142978
maximum resident set size= 68568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15632
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= 811
involuntary context switches= 269

runsolver used 0.020996 second user time and 0.06199 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 15:34:02
IDJOB=3709787
IDBENCH=1308
IDSOLVER=2289
FILE ID=node146/3709787-1338125642
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670675.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709787-1338125642/watcher-3709787-1338125642 -o /tmp/evaluation-result-3709787-1338125642/solver-3709787-1338125642 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709787-1338125642.opb

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

MD5SUM BENCH= c118a5f7f4e95d7123e302378befd6ff
RANDOM SEED=141751330

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29280516 kB
Buffers:          302552 kB
Cached:           751548 kB
SwapCached:         2184 kB
Active:          2596716 kB
Inactive:         156556 kB
Active(anon):    1698144 kB
Inactive(anon):     2668 kB
Active(file):     898572 kB
Inactive(file):   153888 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               604 kB
Writeback:             0 kB
AnonPages:       1727048 kB
Mapped:            17628 kB
Shmem:                 0 kB
Slab:             691492 kB
SReclaimable:     132460 kB
SUnreclaim:       559032 kB
KernelStack:        1760 kB
PageTables:         7472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2143580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1683456 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= 71184 MiB
End job on node146 at 2012-05-27 15:34:12