Trace number 3709783

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 12.6621 11.329

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900584106.opb
MD5SUM4a96a2353b6045ef15a9bfabac06d14b
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.625904
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 737
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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
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=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709783-1338125650.opb
0.10/0.11	c reading problem ... 
0.27/0.28	c ... done. Wall clock time 0.176s.
0.27/0.28	c declared #vars     231
0.27/0.28	c #constraints  2707
0.27/0.28	c constraints type 
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.27/0.28	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.27/0.28	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.27/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.27/0.28	c 2707 constraints processed.
1.12/0.60	c cleaning 2492 clauses out of 5000 with flag 5000/5000
1.36/0.82	c cleaning 4245 clauses out of 8508 with flag 11000/11000
1.58/1.08	c cleaning 5625 clauses out of 11265 with flag 18002/18002
1.88/1.38	c cleaning 6817 clauses out of 13639 with flag 26001/26001
2.34/1.75	c cleaning 7904 clauses out of 15821 with flag 35000/35000
2.75/2.16	c cleaning 8947 clauses out of 17917 with flag 45000/45000
3.25/2.64	c cleaning 9969 clauses out of 19970 with flag 56000/56000
3.76/3.16	c cleaning 10990 clauses out of 22001 with flag 68000/68000
4.37/3.75	c cleaning 11997 clauses out of 24013 with flag 81002/81002
5.10/4.42	c cleaning 12993 clauses out of 26014 with flag 95000/95000
5.81/5.15	c cleaning 13991 clauses out of 28021 with flag 110000/110000
6.64/5.95	c cleaning 15007 clauses out of 30032 with flag 126002/126002
7.62/6.83	c cleaning 16007 clauses out of 32027 with flag 143004/143004
8.80/7.65	c cleaning 11423 clauses out of 22862 with flag 161002/161002
9.72/8.56	c cleaning 10188 clauses out of 20398 with flag 180001/180001
10.83/9.62	c cleaning 15106 clauses out of 30212 with flag 200003/200003
11.95/10.75	c cleaning 11892 clauses out of 23803 with flag 221000/221000
12.58/11.32	c starts		: 116
12.58/11.32	c conflicts		: 233457
12.58/11.32	c decisions		: 338114
12.58/11.32	c propagations		: 10569388
12.58/11.32	c inspects		: 123486354
12.58/11.32	c shortcuts		: 0
12.58/11.32	c learnt literals	: 21
12.58/11.32	c learnt binary clauses	: 45
12.58/11.32	c learnt ternary clauses	: 121
12.58/11.32	c learnt constraints	: 233435
12.58/11.32	c ignored constraints	: 0
12.58/11.32	c root simplifications	: 136
12.58/11.32	c removed literals (reason simplification)	: 518797
12.58/11.32	c reason swapping (by a shorter reason)	: 0
12.58/11.32	c Calls to reduceDB	: 17
12.58/11.32	c number of reductions to clauses (during analyze)	: 0
12.58/11.32	c number of learned constraints concerned by reduction	: 0
12.58/11.32	c number of learning phase by resolution	: 0
12.58/11.32	c number of learning phase by cutting planes	: 0
12.58/11.32	c speed (assignments/second)	: 957805.8903488899
12.58/11.32	c non guided choices	121
12.58/11.32	c learnt constraints type 
12.58/11.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
12.58/11.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 2107
12.58/11.32	c constraints type 
12.58/11.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
12.58/11.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
12.58/11.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
12.58/11.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
12.58/11.32	c 2707 constraints processed.
12.58/11.32	s UNSATISFIABLE
12.58/11.32	c Total wall clock time (in seconds): 11.215

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-3709783-1338125650/watcher-3709783-1338125650 -o /tmp/evaluation-result-3709783-1338125650/solver-3709783-1338125650 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709783-1338125650.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: 1.88 1.52 1.68 3/194 32467
/proc/meminfo: memFree=29110024/32873648 swapFree=6864/6864
[pid=32467] ppid=32465 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/32467/stat : 32467 (java) R 32465 32467 32120 0 -1 4202496 1066 0 0 0 0 0 0 0 20 0 1 0 278690457 23793664 793 33554432000 1073741824 1073778376 140736929853856 140736929842920 139972990629696 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/32467/statm: 5809 810 605 9 0 128 0

[startup+0.0774411 s]
/proc/loadavg: 1.88 1.52 1.68 3/194 32467
/proc/meminfo: memFree=29110024/32873648 swapFree=6864/6864
[pid=32467] ppid=32465 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/32467/stat : 32467 (java) S 32465 32467 32120 0 -1 4202496 3878 0 1 0 6 1 0 0 20 0 18 0 278690457 9787842560 4571 33554432000 1073741824 1073778376 140736929853856 140736929844992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32467/statm: 2389610 4574 2018 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100174 s]
/proc/loadavg: 1.88 1.52 1.68 3/194 32467
/proc/meminfo: memFree=29110024/32873648 swapFree=6864/6864
[pid=32467] ppid=32465 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/32467/stat : 32467 (java) S 32465 32467 32120 0 -1 4202496 4493 0 1 0 9 1 0 0 20 0 18 0 278690457 9787842560 5696 33554432000 1073741824 1073778376 140736929853856 140736929844992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32467/statm: 2389610 5696 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300212 s]
/proc/loadavg: 1.88 1.52 1.68 3/194 32467
/proc/meminfo: memFree=29110024/32873648 swapFree=6864/6864
[pid=32467] ppid=32465 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/32467/stat : 32467 (java) S 32465 32467 32120 0 -1 4202496 5933 0 1 0 48 1 0 0 20 0 19 0 278690457 9856004096 8544 33554432000 1073741824 1073778376 140736929853856 140736929844992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32467/statm: 2406251 8544 2233 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625004

[startup+0.700201 s]
/proc/loadavg: 1.88 1.52 1.68 3/194 32467
/proc/meminfo: memFree=29110024/32873648 swapFree=6864/6864
[pid=32467] ppid=32465 vsize=9625004 CPUtime=1.24 cores=1,3,5,7
/proc/32467/stat : 32467 (java) S 32465 32467 32120 0 -1 4202496 7588 0 1 0 123 1 0 0 20 0 19 0 278690457 9856004096 11286 33554432000 1073741824 1073778376 140736929853856 140736929844992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32467/statm: 2406251 11286 2281 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625004

[startup+1.50064 s]
/proc/loadavg: 1.88 1.52 1.68 3/213 32486
/proc/meminfo: memFree=29073292/32873648 swapFree=6864/6864
[pid=32467] ppid=32465 vsize=9625004 CPUtime=2.14 cores=1,3,5,7
/proc/32467/stat : 32467 (java) S 32465 32467 32120 0 -1 4202496 8084 0 1 0 212 2 0 0 20 0 19 0 278690457 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 140736929844992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32467/statm: 2406251 11840 2281 9 0 2396937 0
[pid=32467/tid=32469] ppid=32465 vsize=9625004 CPUtime=1.43 cores=1,3,5,7
/proc/32467/task/32469/stat : 32469 (java) R 32465 32467 32120 0 -1 4202560 2577 0 1 0 143 0 0 0 20 0 19 0 278690458 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972984295848 139972924535726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32470] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32470/stat : 32470 (java) S 32465 32467 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972923026088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32471] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32471/stat : 32471 (java) S 32465 32467 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972921973544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32472] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32472/stat : 32472 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972920921000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32473] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32473/stat : 32473 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972919868456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32474] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32474/stat : 32474 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972918814888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32475] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32475/stat : 32475 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972822382888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32476] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32476/stat : 32476 (java) S 32465 32467 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972821330344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32477] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32477/stat : 32477 (java) S 32465 32467 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972820277800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32478] ppid=32465 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/32467/task/32478/stat : 32478 (java) S 32465 32467 32120 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 19 0 278690459 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972808079976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32479] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32479/stat : 32479 (java) S 32465 32467 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972807026296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32480] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32480/stat : 32480 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972805973640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32481] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32481/stat : 32481 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972804922384 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32482] ppid=32465 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/32467/task/32482/stat : 32482 (java) S 32465 32467 32120 0 -1 4202560 1406 0 0 0 27 0 0 0 20 0 19 0 278690462 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972803868728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32483] ppid=32465 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/32467/task/32483/stat : 32483 (java) S 32465 32467 32120 0 -1 4202560 2845 0 0 0 34 0 0 0 20 0 19 0 278690462 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972802816184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32484] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32484/stat : 32484 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972801763832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32485] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32485/stat : 32485 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972800711496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32486] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32486/stat : 32486 (java) S 32465 32467 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278690486 9856004096 11840 33554432000 1073741824 1073778376 140736929853856 139972799657256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9625004

[startup+3.10052 s]
/proc/loadavg: 1.88 1.52 1.68 3/213 32486
/proc/meminfo: memFree=29068204/32873648 swapFree=6864/6864
[pid=32467] ppid=32465 vsize=9625004 CPUtime=3.76 cores=1,3,5,7
/proc/32467/stat : 32467 (java) S 32465 32467 32120 0 -1 4202496 8089 0 1 0 374 2 0 0 20 0 19 0 278690457 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 140736929844992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32467/statm: 2406251 12353 2281 9 0 2396937 0
[pid=32467/tid=32469] ppid=32465 vsize=9625004 CPUtime=2.99 cores=1,3,5,7
/proc/32467/task/32469/stat : 32469 (java) R 32465 32467 32120 0 -1 4202560 2580 0 1 0 299 0 0 0 20 0 19 0 278690458 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972984295848 139972924517856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32470] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32470/stat : 32470 (java) S 32465 32467 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972923026088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32471] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32471/stat : 32471 (java) S 32465 32467 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972921973544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32472] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32472/stat : 32472 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972920921000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32473] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32473/stat : 32473 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972919868456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32474] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32474/stat : 32474 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972918814888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32475] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32475/stat : 32475 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972822382888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32476] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32476/stat : 32476 (java) S 32465 32467 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972821330344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32477] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32477/stat : 32477 (java) S 32465 32467 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972820277800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32478] ppid=32465 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/32467/task/32478/stat : 32478 (java) S 32465 32467 32120 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 19 0 278690459 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972808079976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32479] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32479/stat : 32479 (java) S 32465 32467 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972807026296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32480] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32480/stat : 32480 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972805973640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32481] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32481/stat : 32481 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972804922384 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32482] ppid=32465 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/32467/task/32482/stat : 32482 (java) S 32465 32467 32120 0 -1 4202560 1406 0 0 0 27 0 0 0 20 0 19 0 278690462 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972803868728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32483] ppid=32465 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/32467/task/32483/stat : 32483 (java) S 32465 32467 32120 0 -1 4202560 2845 0 0 0 34 0 0 0 20 0 19 0 278690462 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972802816184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32484] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32484/stat : 32484 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972801763832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32485] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32485/stat : 32485 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972800711496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32486] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32486/stat : 32486 (java) S 32465 32467 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278690486 9856004096 12353 33554432000 1073741824 1073778376 140736929853856 139972799657256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625004

[startup+6.30053 s]
/proc/loadavg: 1.89 1.53 1.69 4/213 32486
/proc/meminfo: memFree=29066916/32873648 swapFree=6864/6864
[pid=32467] ppid=32465 vsize=9625004 CPUtime=7.05 cores=1,3,5,7
/proc/32467/stat : 32467 (java) S 32465 32467 32120 0 -1 4202496 8119 0 1 0 703 2 0 0 20 0 19 0 278690457 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 140736929844992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32467/statm: 2406251 11989 2281 9 0 2396937 0
[pid=32467/tid=32469] ppid=32465 vsize=9625004 CPUtime=6.1 cores=1,3,5,7
/proc/32467/task/32469/stat : 32469 (java) R 32465 32467 32120 0 -1 4202560 2586 0 1 0 610 0 0 0 20 0 19 0 278690458 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972984295728 139972924518041 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32470] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32470/stat : 32470 (java) S 32465 32467 32120 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972923026088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32471] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32471/stat : 32471 (java) S 32465 32467 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972921973544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32472] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32472/stat : 32472 (java) S 32465 32467 32120 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972920921000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32473] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32473/stat : 32473 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972919868456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32474] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32474/stat : 32474 (java) S 32465 32467 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972918814888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32475] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32475/stat : 32475 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972822382888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32476] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32476/stat : 32476 (java) S 32465 32467 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972821330344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32477] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32477/stat : 32477 (java) S 32465 32467 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972820277800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32478] ppid=32465 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/32467/task/32478/stat : 32478 (java) S 32465 32467 32120 0 -1 4202560 31 0 0 0 11 0 0 0 20 0 19 0 278690459 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972808079976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32479] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32479/stat : 32479 (java) S 32465 32467 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972807026296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32480] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32480/stat : 32480 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972805973640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32481] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32481/stat : 32481 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972804922384 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32482] ppid=32465 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/32467/task/32482/stat : 32482 (java) S 32465 32467 32120 0 -1 4202560 1406 0 0 0 27 0 0 0 20 0 19 0 278690462 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972803868728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32483] ppid=32465 vsize=9625004 CPUtime=0.35 cores=1,3,5,7
/proc/32467/task/32483/stat : 32483 (java) S 32465 32467 32120 0 -1 4202560 2845 0 0 0 35 0 0 0 20 0 19 0 278690462 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972802816184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32484] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32484/stat : 32484 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972801763832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32485] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32485/stat : 32485 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972800711496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32486] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32486/stat : 32486 (java) S 32465 32467 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278690486 9856004096 11989 33554432000 1073741824 1073778376 140736929853856 139972799657256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9625004

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

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

/proc/32467/task/32470/stat : 32470 (java) S 32465 32467 32120 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972923026088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32471] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32471/stat : 32471 (java) S 32465 32467 32120 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972921973544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32472] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32472/stat : 32472 (java) S 32465 32467 32120 0 -1 4202560 27 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972920921000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32473] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32473/stat : 32473 (java) S 32465 32467 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972919868456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32474] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32474/stat : 32474 (java) S 32465 32467 32120 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972918814888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32475] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32475/stat : 32475 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972822382888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32476] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32476/stat : 32476 (java) S 32465 32467 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972821330344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32477] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32477/stat : 32477 (java) S 32465 32467 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972820277800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32478] ppid=32465 vsize=9625004 CPUtime=0.15 cores=1,3,5,7
/proc/32467/task/32478/stat : 32478 (java) S 32465 32467 32120 0 -1 4202560 53 0 0 0 15 0 0 0 20 0 19 0 278690459 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972808079976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32479] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32479/stat : 32479 (java) S 32465 32467 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972807026296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32480] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32480/stat : 32480 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972805973640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32481] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32481/stat : 32481 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972804922384 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32482] ppid=32465 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/32467/task/32482/stat : 32482 (java) S 32465 32467 32120 0 -1 4202560 1510 0 0 0 32 0 0 0 20 0 19 0 278690462 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972803868728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32483] ppid=32465 vsize=9625004 CPUtime=0.78 cores=1,3,5,7
/proc/32467/task/32483/stat : 32483 (java) S 32465 32467 32120 0 -1 4202560 10549 0 0 0 76 2 0 0 20 0 19 0 278690462 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972802816184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32484] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32484/stat : 32484 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972801763832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32485] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32485/stat : 32485 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972800711496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32486] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32486/stat : 32486 (java) S 32465 32467 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278690486 9856004096 16220 33554432000 1073741824 1073778376 140736929853856 139972799657256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 10.73
Current children cumulated vsize (KiB) 9625004

[startup+10.3006 s]
/proc/loadavg: 1.90 1.54 1.69 3/212 32486
/proc/meminfo: memFree=29051308/32873648 swapFree=6864/6864
[pid=32467] ppid=32465 vsize=9625004 CPUtime=11.55 cores=1,3,5,7
/proc/32467/stat : 32467 (java) S 32465 32467 32120 0 -1 4202496 15962 0 1 0 1152 3 0 0 20 0 19 0 278690457 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 140736929844992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32467/statm: 2406251 14206 2283 9 0 2396937 0
[pid=32467/tid=32469] ppid=32465 vsize=9625004 CPUtime=10.03 cores=1,3,5,7
/proc/32467/task/32469/stat : 32469 (java) R 32465 32467 32120 0 -1 4202560 2591 0 1 0 1003 0 0 0 20 0 19 0 278690458 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972984295912 139972924562874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32470] ppid=32465 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/32467/task/32470/stat : 32470 (java) S 32465 32467 32120 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 278690458 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972923026088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32471] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32471/stat : 32471 (java) S 32465 32467 32120 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972921973544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32472] ppid=32465 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/32467/task/32472/stat : 32472 (java) S 32465 32467 32120 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 19 0 278690458 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972920921000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32473] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32473/stat : 32473 (java) S 32465 32467 32120 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972919868456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32474] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32474/stat : 32474 (java) S 32465 32467 32120 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972918814888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32475] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32475/stat : 32475 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972822382888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32476] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32476/stat : 32476 (java) S 32465 32467 32120 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 278690458 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972821330344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32477] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32477/stat : 32477 (java) S 32465 32467 32120 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972820277800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32478] ppid=32465 vsize=9625004 CPUtime=0.16 cores=1,3,5,7
/proc/32467/task/32478/stat : 32478 (java) S 32465 32467 32120 0 -1 4202560 53 0 0 0 16 0 0 0 20 0 19 0 278690459 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972808079976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32479] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32479/stat : 32479 (java) S 32465 32467 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972807026296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32480] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32480/stat : 32480 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972805973640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32481] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32481/stat : 32481 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972804922384 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32482] ppid=32465 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/32467/task/32482/stat : 32482 (java) S 32465 32467 32120 0 -1 4202560 1510 0 0 0 32 0 0 0 20 0 19 0 278690462 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972803868728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32483] ppid=32465 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/32467/task/32483/stat : 32483 (java) S 32465 32467 32120 0 -1 4202560 10549 0 0 0 77 2 0 0 20 0 19 0 278690462 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972802816184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32484] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32484/stat : 32484 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972801763832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32485] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32485/stat : 32485 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972800711496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32486] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32486/stat : 32486 (java) S 32465 32467 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278690486 9856004096 14206 33554432000 1073741824 1073778376 140736929853856 139972799657256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 11.55
Current children cumulated vsize (KiB) 9625004

[startup+11.1006 s]
/proc/loadavg: 1.90 1.54 1.69 3/212 32486
/proc/meminfo: memFree=29056736/32873648 swapFree=6864/6864
[pid=32467] ppid=32465 vsize=9625004 CPUtime=12.38 cores=1,3,5,7
/proc/32467/stat : 32467 (java) S 32465 32467 32120 0 -1 4202496 15966 0 1 0 1234 4 0 0 20 0 19 0 278690457 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 140736929844992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32467/statm: 2406251 14208 2283 9 0 2396937 0
[pid=32467/tid=32469] ppid=32465 vsize=9625004 CPUtime=10.81 cores=1,3,5,7
/proc/32467/task/32469/stat : 32469 (java) R 32465 32467 32120 0 -1 4202560 2593 0 1 0 1081 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972984296008 139972924518302 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32470] ppid=32465 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/32467/task/32470/stat : 32470 (java) S 32465 32467 32120 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972923026088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32471] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32471/stat : 32471 (java) S 32465 32467 32120 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972921973544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32472] ppid=32465 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/32467/task/32472/stat : 32472 (java) S 32465 32467 32120 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972920921000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32473] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32473/stat : 32473 (java) S 32465 32467 32120 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972919868456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32474] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32474/stat : 32474 (java) S 32465 32467 32120 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972918814888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32475] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32475/stat : 32475 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972822382888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32476] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32476/stat : 32476 (java) S 32465 32467 32120 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972821330344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32477] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32477/stat : 32477 (java) S 32465 32467 32120 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972820277800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32478] ppid=32465 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/32467/task/32478/stat : 32478 (java) S 32465 32467 32120 0 -1 4202560 53 0 0 0 17 0 0 0 20 0 19 0 278690459 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972808079976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32479] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32479/stat : 32479 (java) S 32465 32467 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972807026296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32480] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32480/stat : 32480 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972805973640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32481] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32481/stat : 32481 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972804922384 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32482] ppid=32465 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/32467/task/32482/stat : 32482 (java) S 32465 32467 32120 0 -1 4202560 1510 0 0 0 32 0 0 0 20 0 19 0 278690462 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972803868728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32483] ppid=32465 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/32467/task/32483/stat : 32483 (java) S 32465 32467 32120 0 -1 4202560 10549 0 0 0 77 2 0 0 20 0 19 0 278690462 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972802816184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32484] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32484/stat : 32484 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972801763832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32485] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32485/stat : 32485 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972800711496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32486] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32486/stat : 32486 (java) S 32465 32467 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278690486 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972799657256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 9625004

[startup+11.3007 s]
/proc/loadavg: 1.90 1.54 1.69 3/212 32486
/proc/meminfo: memFree=29056736/32873648 swapFree=6864/6864
[pid=32467] ppid=32465 vsize=9625004 CPUtime=12.58 cores=1,3,5,7
/proc/32467/stat : 32467 (java) S 32465 32467 32120 0 -1 4202496 15966 0 1 0 1254 4 0 0 20 0 19 0 278690457 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 140736929844992 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32467/statm: 2406251 14208 2283 9 0 2396937 0
[pid=32467/tid=32469] ppid=32465 vsize=9625004 CPUtime=11.01 cores=1,3,5,7
/proc/32467/task/32469/stat : 32469 (java) R 32465 32467 32120 0 -1 4202560 2593 0 1 0 1101 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972984296008 139972924518197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32470] ppid=32465 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/32467/task/32470/stat : 32470 (java) S 32465 32467 32120 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972923026088 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32471] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32471/stat : 32471 (java) S 32465 32467 32120 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972921973544 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32472] ppid=32465 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/32467/task/32472/stat : 32472 (java) S 32465 32467 32120 0 -1 4202560 27 0 0 0 2 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972920921000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32473] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32473/stat : 32473 (java) S 32465 32467 32120 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972919868456 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32474] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32474/stat : 32474 (java) S 32465 32467 32120 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972918814888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32475] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32475/stat : 32475 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972822382888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32476] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32476/stat : 32476 (java) S 32465 32467 32120 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972821330344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32477] ppid=32465 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/32467/task/32477/stat : 32477 (java) S 32465 32467 32120 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 278690458 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972820277800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32478] ppid=32465 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/32467/task/32478/stat : 32478 (java) S 32465 32467 32120 0 -1 4202560 53 0 0 0 17 0 0 0 20 0 19 0 278690459 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972808079976 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32479] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32479/stat : 32479 (java) S 32465 32467 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972807026296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32480] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32480/stat : 32480 (java) S 32465 32467 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 278690460 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972805973640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32481] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32481/stat : 32481 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972804922384 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32467/tid=32482] ppid=32465 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/32467/task/32482/stat : 32482 (java) S 32465 32467 32120 0 -1 4202560 1510 0 0 0 32 0 0 0 20 0 19 0 278690462 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972803868728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32467/tid=32483] ppid=32465 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/32467/task/32483/stat : 32483 (java) S 32465 32467 32120 0 -1 4202560 10549 0 0 0 77 2 0 0 20 0 19 0 278690462 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972802816184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32484] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32484/stat : 32484 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972801763832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32467/tid=32485] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32485/stat : 32485 (java) S 32465 32467 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 278690462 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972800711496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32467/tid=32486] ppid=32465 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/32467/task/32486/stat : 32486 (java) S 32465 32467 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 278690486 9856004096 14208 33554432000 1073741824 1073778376 140736929853856 139972799657256 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 11.329
CPU time (s): 12.6621
CPU user time (s): 12.5101
CPU system time (s): 0.151976
CPU usage (%): 111.767
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5101
system time used= 0.151976
maximum resident set size= 66804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15983
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= 991
involuntary context switches= 1189

runsolver used 0.040993 second user time and 0.13098 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 15:34:10
IDJOB=3709783
IDBENCH=1309
IDSOLVER=2289
FILE ID=node125/3709783-1338125650
RUNJOBID= node125-1338125514-32137
PBS_JOBID= 14624515
Free space on /tmp= 71260 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.1900584106.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-3709783-1338125650/watcher-3709783-1338125650 -o /tmp/evaluation-result-3709783-1338125650/solver-3709783-1338125650 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709783-1338125650.opb

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

MD5SUM BENCH= 4a96a2353b6045ef15a9bfabac06d14b
RANDOM SEED=1724540327

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29109652 kB
Buffers:          445064 kB
Cached:          2420136 kB
SwapCached:         2308 kB
Active:          1429360 kB
Inactive:        1490904 kB
Active(anon):      46684 kB
Inactive(anon):     9556 kB
Active(file):    1382676 kB
Inactive(file):  1481348 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102612 kB
Dirty:              1888 kB
Writeback:             0 kB
AnonPages:        109420 kB
Mapped:            22572 kB
Shmem:               104 kB
Slab:             702932 kB
SReclaimable:     146680 kB
SUnreclaim:       556252 kB
KernelStack:        1760 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71260 MiB
End job on node125 at 2012-05-27 15:34:22