Trace number 3454847

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 Res//CP 2.3.0UNSAT 28.3637 13.9615

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670675.opb
MD5SUMc118a5f7f4e95d7123e302378befd6ff
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark2.48862
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.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3454847-1307187273.opb
0.09/0.12	c reading problem ... 
0.47/0.33	c ... done. Wall clock time 0.212s.
0.47/0.33	c #vars     231
0.47/0.33	c #constraints  2707
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.47/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.47/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.01/0.80	c cleaning 2498 clauses out of 5004 with flag 5004/5004
2.82/1.09	c cleaning 4247 clauses out of 8503 with flag 11001/11001
3.98/1.45	c cleaning 5614 clauses out of 11256 with flag 18001/18001
4.81/1.87	c cleaning 6813 clauses out of 13641 with flag 26000/26000
5.83/2.32	c cleaning 7908 clauses out of 15829 with flag 35001/35001
6.81/2.86	c cleaning 8957 clauses out of 17921 with flag 45001/45001
7.99/3.41	c cleaning 9479 clauses out of 18963 with flag 55000/55000
8.96/3.97	c cleaning 9741 clauses out of 19485 with flag 65001/65001
10.13/4.56	c cleaning 9871 clauses out of 19744 with flag 75001/75001
11.29/5.10	c cleaning 9932 clauses out of 19872 with flag 85000/85000
12.46/5.71	c cleaning 9962 clauses out of 19940 with flag 95000/95000
13.42/6.28	c cleaning 9988 clauses out of 19982 with flag 105004/105004
14.58/6.86	c cleaning 9991 clauses out of 19990 with flag 115000/115000
15.74/7.50	c cleaning 9992 clauses out of 19999 with flag 125000/125000
16.90/8.07	c cleaning 10002 clauses out of 20008 with flag 135001/135001
18.07/8.63	c cleaning 9997 clauses out of 20006 with flag 145001/145001
19.02/9.14	c cleaning 10001 clauses out of 20008 with flag 155000/155000
19.97/9.62	c cleaning 10000 clauses out of 20009 with flag 165002/165002
20.94/10.16	c cleaning 9999 clauses out of 20007 with flag 175000/175000
22.32/10.64	c cleaning 9999 clauses out of 20008 with flag 185000/185000
23.47/11.23	c cleaning 9998 clauses out of 20009 with flag 195000/195000
24.43/11.74	c cleaning 10001 clauses out of 20012 with flag 205001/205001
25.38/12.25	c cleaning 10000 clauses out of 20011 with flag 215001/215001
26.34/12.76	c cleaning 10002 clauses out of 20012 with flag 225002/225002
27.47/13.35	c cleaning 10003 clauses out of 20009 with flag 235001/235001
28.22/13.74	c  And the winner is Resolution
28.32/13.93	c starts		: 120
28.32/13.93	c conflicts		: 242422
28.32/13.93	c decisions		: 407993
28.32/13.93	c propagations		: 10296723
28.32/13.93	c inspects		: 124532199
28.32/13.93	c shortcuts		: 0
28.32/13.93	c learnt literals	: 7
28.32/13.93	c learnt binary clauses	: 18
28.32/13.93	c learnt ternary clauses	: 209
28.32/13.93	c learnt constraints	: 242414
28.32/13.93	c ignored constraints	: 0
28.32/13.93	c root simplifications	: 0
28.32/13.93	c removed literals (reason simplification)	: 1039729
28.32/13.93	c reason swapping (by a shorter reason)	: 0
28.32/13.93	c Calls to reduceDB	: 25
28.32/13.93	c number of reductions to clauses (during analyze)	: 0
28.32/13.93	c number of learned constraints concerned by reduction	: 0
28.32/13.93	c number of learning phase by resolution	: 0
28.32/13.93	c number of learning phase by cutting planes	: 0
28.32/13.93	c speed (assignments/second)	: 757279.0321394425
28.32/13.93	c non guided choices	162
28.32/13.94	c learnt constraints type 
28.32/13.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
28.32/13.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17401
28.32/13.94	c constraints type 
28.32/13.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
28.32/13.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
28.32/13.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
28.32/13.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
28.32/13.94	c constraints type 
28.32/13.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
28.32/13.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
28.32/13.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
28.32/13.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
28.32/13.94	s UNSATISFIABLE
28.32/13.94	c Total wall clock time (in seconds): 13.821

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 1.07 1.04 1.26 2/482 25950
/proc/meminfo: memFree=24793068/32950928 swapFree=61542356/67111528
[pid=25950] ppid=25945 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/25950/stat : 25950 (java) S 25945 25950 22562 0 -1 4202496 1665 0 1 0 0 0 0 0 21 0 2 0 908957941 10681323520 1366 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/25950/statm: 2607745 1380 906 9 0 2598901 0
[pid=25950/tid=25952] ppid=25945 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25952/stat : 25952 (java) R 25945 25950 22562 0 -1 4202560 5236 0 1 0 0 0 0 0 23 0 2 0 908957942 10694979584 6051 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0863609 s]
/proc/loadavg: 1.07 1.04 1.26 2/482 25950
/proc/meminfo: memFree=24793068/32950928 swapFree=61542356/67111528
[pid=25950] ppid=25945 vsize=10473088 CPUtime=0.07 cores=0,2,4,6
/proc/25950/stat : 25950 (java) S 25945 25950 22562 0 -1 4202496 12083 0 1 0 6 1 0 0 21 0 18 0 908957941 10724442112 11779 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25950/statm: 2618272 11779 1755 9 0 2609006 0
[pid=25950/tid=25952] ppid=25945 vsize=10473088 CPUtime=0.07 cores=0,2,4,6
/proc/25950/task/25952/stat : 25952 (java) R 25945 25950 22562 0 -1 4202560 10908 0 1 0 6 1 0 0 25 0 18 0 908957942 10724442112 11779 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 46912496195075 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10473088

[startup+0.100371 s]
/proc/loadavg: 1.07 1.04 1.26 2/482 25950
/proc/meminfo: memFree=24793068/32950928 swapFree=61542356/67111528
[pid=25950] ppid=25945 vsize=10540132 CPUtime=0.09 cores=0,2,4,6
/proc/25950/stat : 25950 (java) S 25945 25950 22562 0 -1 4202496 12933 0 1 0 8 1 0 0 21 0 18 0 908957941 10793095168 12624 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25950/statm: 2635033 12624 2093 9 0 2625767 0
[pid=25950/tid=25952] ppid=25945 vsize=10540132 CPUtime=0.08 cores=0,2,4,6
/proc/25950/task/25952/stat : 25952 (java) R 25945 25950 22562 0 -1 4202560 11011 0 1 0 7 1 0 0 25 0 18 0 908957942 10793095168 12624 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 46912505173200 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540132

[startup+0.300322 s]
/proc/loadavg: 1.07 1.04 1.26 2/482 25950
/proc/meminfo: memFree=24793068/32950928 swapFree=61542356/67111528
[pid=25950] ppid=25945 vsize=10542112 CPUtime=0.47 cores=0,2,4,6
/proc/25950/stat : 25950 (java) S 25945 25950 22562 0 -1 4202496 15595 0 1 0 45 2 0 0 21 0 18 0 908957941 10795122688 14976 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25950/statm: 2635528 14977 2199 9 0 2626262 0
[pid=25950/tid=25952] ppid=25945 vsize=10542112 CPUtime=0.27 cores=0,2,4,6
/proc/25950/task/25952/stat : 25952 (java) R 25945 25950 22562 0 -1 4202560 12679 0 1 0 26 1 0 0 25 0 18 0 908957942 10795122688 14982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 46912505492926 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10542112

[startup+0.70025 s]
/proc/loadavg: 1.07 1.04 1.26 2/482 25950
/proc/meminfo: memFree=24793068/32950928 swapFree=61542356/67111528
[pid=25950] ppid=25945 vsize=10552960 CPUtime=1.61 cores=0,2,4,6
/proc/25950/stat : 25950 (java) S 25945 25950 22562 0 -1 4202496 25609 0 1 0 158 3 0 0 21 0 22 0 908957941 10806231040 22349 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25950/statm: 2638240 22350 2224 9 0 2628974 0
[pid=25950/tid=25952] ppid=25945 vsize=10552960 CPUtime=0.31 cores=0,2,4,6
/proc/25950/task/25952/stat : 25952 (java) S 25945 25950 22562 0 -1 4202560 13359 0 1 0 30 1 0 0 25 0 22 0 908957942 10806231040 22350 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 10552960

[startup+1.50114 s]
/proc/loadavg: 1.07 1.04 1.26 10/526 25994
/proc/meminfo: memFree=24445220/32950928 swapFree=61542356/67111528
[pid=25950] ppid=25945 vsize=10557660 CPUtime=4.17 cores=0,2,4,6
/proc/25950/stat : 25950 (java) S 25945 25950 22562 0 -1 4202496 76613 0 1 0 406 11 0 0 21 0 22 0 908957941 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25950/statm: 2639415 69391 2257 9 0 2630149 0
[pid=25950/tid=25952] ppid=25945 vsize=10557660 CPUtime=0.31 cores=0,2,4,6
/proc/25950/task/25952/stat : 25952 (java) S 25945 25950 22562 0 -1 4202560 13359 0 1 0 30 1 0 0 15 0 22 0 908957942 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25955] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25955/stat : 25955 (java) S 25945 25950 22562 0 -1 4202560 344 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25957] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25957/stat : 25957 (java) S 25945 25950 22562 0 -1 4202560 243 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25960] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25960/stat : 25960 (java) S 25945 25950 22562 0 -1 4202560 36 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25962] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25962/stat : 25962 (java) S 25945 25950 22562 0 -1 4202560 84 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25963] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25963/stat : 25963 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25965] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25965/stat : 25965 (java) S 25945 25950 22562 0 -1 4202560 171 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25967] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25967/stat : 25967 (java) S 25945 25950 22562 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25969] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25969/stat : 25969 (java) S 25945 25950 22562 0 -1 4202560 214 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25971] ppid=25945 vsize=10557660 CPUtime=0.04 cores=0,2,4,6
/proc/25950/task/25971/stat : 25971 (java) S 25945 25950 22562 0 -1 4202560 1223 0 0 0 4 0 0 0 16 0 22 0 908957945 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 0 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25973] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25973/stat : 25973 (java) S 25945 25950 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908957945 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25975] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25975/stat : 25975 (java) S 25945 25950 22562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 908957945 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25978] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25978/stat : 25978 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908957947 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917217713 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25980] ppid=25945 vsize=10557660 CPUtime=0.92 cores=0,2,4,6
/proc/25950/task/25980/stat : 25980 (java) S 25945 25950 22562 0 -1 4202560 5952 0 0 0 91 1 0 0 23 0 22 0 908957947 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25982] ppid=25945 vsize=10557660 CPUtime=0.8 cores=0,2,4,6
/proc/25950/task/25982/stat : 25982 (java) S 25945 25950 22562 0 -1 4202560 8462 0 0 0 79 1 0 0 23 0 22 0 908957948 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25984] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25984/stat : 25984 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908957948 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25986] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25986/stat : 25986 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908957948 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25991] ppid=25945 vsize=10557660 CPUtime=1.08 cores=0,2,4,6
/proc/25950/task/25991/stat : 25991 (java) R 25945 25950 22562 0 -1 4202560 319 0 0 0 108 0 0 0 25 0 22 0 908957975 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 46912505690069 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=25950/tid=25992] ppid=25945 vsize=10557660 CPUtime=0.95 cores=0,2,4,6
/proc/25950/task/25992/stat : 25992 (java) R 25945 25950 22562 0 -1 4202560 44982 0 0 0 89 6 0 0 25 0 22 0 908957975 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 46912505873702 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25950/tid=25993] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25993/stat : 25993 (java) S 25945 25950 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908957975 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25994] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25994/stat : 25994 (java) S 25945 25950 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908957975 10811043840 69391 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 10557660

[startup+3.10081 s]
/proc/loadavg: 1.07 1.04 1.26 6/526 25994
/proc/meminfo: memFree=24121828/32950928 swapFree=61542356/67111528
[pid=25950] ppid=25945 vsize=10557660 CPUtime=7.39 cores=0,2,4,6
/proc/25950/stat : 25950 (java) S 25945 25950 22562 0 -1 4202496 106646 0 1 0 725 14 0 0 21 0 22 0 908957941 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25950/statm: 2639415 99420 2258 9 0 2630149 0
[pid=25950/tid=25952] ppid=25945 vsize=10557660 CPUtime=0.31 cores=0,2,4,6
/proc/25950/task/25952/stat : 25952 (java) S 25945 25950 22562 0 -1 4202560 13359 0 1 0 30 1 0 0 15 0 22 0 908957942 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25955] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25955/stat : 25955 (java) S 25945 25950 22562 0 -1 4202560 351 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25957] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25957/stat : 25957 (java) S 25945 25950 22562 0 -1 4202560 245 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25960] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25960/stat : 25960 (java) S 25945 25950 22562 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25962] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25962/stat : 25962 (java) S 25945 25950 22562 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25963] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25963/stat : 25963 (java) S 25945 25950 22562 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25965] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25965/stat : 25965 (java) S 25945 25950 22562 0 -1 4202560 181 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25967] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25967/stat : 25967 (java) S 25945 25950 22562 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25969] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25969/stat : 25969 (java) S 25945 25950 22562 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25971] ppid=25945 vsize=10557660 CPUtime=0.12 cores=0,2,4,6
/proc/25950/task/25971/stat : 25971 (java) S 25945 25950 22562 0 -1 4202560 2320 0 0 0 12 0 0 0 16 0 22 0 908957945 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 0 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25973] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25973/stat : 25973 (java) S 25945 25950 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908957945 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25975] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25975/stat : 25975 (java) S 25945 25950 22562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 908957945 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25978] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25978/stat : 25978 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908957947 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917217713 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25980] ppid=25945 vsize=10557660 CPUtime=1.02 cores=0,2,4,6
/proc/25950/task/25980/stat : 25980 (java) S 25945 25950 22562 0 -1 4202560 5965 0 0 0 101 1 0 0 20 0 22 0 908957947 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25982] ppid=25945 vsize=10557660 CPUtime=0.8 cores=0,2,4,6
/proc/25950/task/25982/stat : 25982 (java) S 25945 25950 22562 0 -1 4202560 8463 0 0 0 79 1 0 0 19 0 22 0 908957948 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25984] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25984/stat : 25984 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908957948 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25986] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25986/stat : 25986 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908957948 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25991] ppid=25945 vsize=10557660 CPUtime=2.59 cores=0,2,4,6
/proc/25950/task/25991/stat : 25991 (java) R 25945 25950 22562 0 -1 4202560 322 0 0 0 259 0 0 0 25 0 22 0 908957975 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 46912505674677 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25950/tid=25992] ppid=25945 vsize=10557660 CPUtime=2.45 cores=0,2,4,6
/proc/25950/task/25992/stat : 25992 (java) R 25945 25950 22562 0 -1 4202560 73628 0 0 0 237 8 0 0 25 0 22 0 908957975 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 46912505637957 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25950/tid=25993] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25993/stat : 25993 (java) S 25945 25950 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908957975 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25994] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25994/stat : 25994 (java) S 25945 25950 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908957975 10811043840 99420 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 10557660

[startup+6.3013 s]
/proc/loadavg: 1.31 1.09 1.27 6/526 25994
/proc/meminfo: memFree=23959444/32950928 swapFree=61542356/67111528
[pid=25950] ppid=25945 vsize=10557660 CPUtime=13.61 cores=0,2,4,6
/proc/25950/stat : 25950 (java) S 25945 25950 22562 0 -1 4202496 110342 0 1 0 1347 14 0 0 21 0 22 0 908957941 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25950/statm: 2639415 102806 2258 9 0 2630149 0
[pid=25950/tid=25952] ppid=25945 vsize=10557660 CPUtime=0.31 cores=0,2,4,6
/proc/25950/task/25952/stat : 25952 (java) S 25945 25950 22562 0 -1 4202560 13359 0 1 0 30 1 0 0 15 0 22 0 908957942 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25955] ppid=25945 vsize=10557660 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25955/stat : 25955 (java) S 25945 25950 22562 0 -1 4202560 353 0 0 0 1 0 0 0 16 0 22 0 908957944 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25957] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25957/stat : 25957 (java) S 25945 25950 22562 0 -1 4202560 248 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25960] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25960/stat : 25960 (java) S 25945 25950 22562 0 -1 4202560 102 0 0 0 0 0 0 0 16 0 22 0 908957944 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25962] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25962/stat : 25962 (java) S 25945 25950 22562 0 -1 4202560 184 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25963] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25963/stat : 25963 (java) S 25945 25950 22562 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 22 0 908957944 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25965] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25965/stat : 25965 (java) S 25945 25950 22562 0 -1 4202560 182 0 0 0 0 0 0 0 16 0 22 0 908957944 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25967] ppid=25945 vsize=10557660 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25967/stat : 25967 (java) S 25945 25950 22562 0 -1 4202560 66 0 0 0 1 0 0 0 16 0 22 0 908957944 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25969] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25969/stat : 25969 (java) S 25945 25950 22562 0 -1 4202560 215 0 0 0 0 0 0 0 16 0 22 0 908957944 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0

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

/proc/25950/task/25975/stat : 25975 (java) S 25945 25950 22562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 908957945 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25978] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25978/stat : 25978 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908957947 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917217713 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25980] ppid=25945 vsize=10557660 CPUtime=1.03 cores=0,2,4,6
/proc/25950/task/25980/stat : 25980 (java) S 25945 25950 22562 0 -1 4202560 5965 0 0 0 102 1 0 0 15 0 22 0 908957947 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25982] ppid=25945 vsize=10557660 CPUtime=0.8 cores=0,2,4,6
/proc/25950/task/25982/stat : 25982 (java) S 25945 25950 22562 0 -1 4202560 8463 0 0 0 79 1 0 0 19 0 22 0 908957948 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25984] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25984/stat : 25984 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908957948 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25986] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25986/stat : 25986 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908957948 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25991] ppid=25945 vsize=10557660 CPUtime=5.58 cores=0,2,4,6
/proc/25950/task/25991/stat : 25991 (java) S 25945 25950 22562 0 -1 4202560 328 0 0 0 558 0 0 0 25 0 22 0 908957975 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25992] ppid=25945 vsize=10557660 CPUtime=5.46 cores=0,2,4,6
/proc/25950/task/25992/stat : 25992 (java) S 25945 25950 22562 0 -1 4202560 76235 0 0 0 537 9 0 0 25 0 22 0 908957975 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25993] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25993/stat : 25993 (java) S 25945 25950 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908957975 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25994] ppid=25945 vsize=10557660 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25994/stat : 25994 (java) S 25945 25950 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908957975 10811043840 102806 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 13.61
Current children cumulated vsize (KiB) 10557660

[startup+12.7012 s]
/proc/loadavg: 1.52 1.14 1.29 6/526 25994
/proc/meminfo: memFree=23933384/32950928 swapFree=61542356/67111528
[pid=25950] ppid=25945 vsize=10566372 CPUtime=26.34 cores=0,2,4,6
/proc/25950/stat : 25950 (java) S 25945 25950 22562 0 -1 4202496 113997 0 1 0 2619 15 0 0 21 0 22 0 908957941 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25950/statm: 2641593 105982 2259 9 0 2632327 0
[pid=25950/tid=25952] ppid=25945 vsize=10566372 CPUtime=0.31 cores=0,2,4,6
/proc/25950/task/25952/stat : 25952 (java) S 25945 25950 22562 0 -1 4202560 13359 0 1 0 30 1 0 0 15 0 22 0 908957942 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25955] ppid=25945 vsize=10566372 CPUtime=0.02 cores=0,2,4,6
/proc/25950/task/25955/stat : 25955 (java) S 25945 25950 22562 0 -1 4202560 353 0 0 0 2 0 0 0 15 0 22 0 908957944 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25957] ppid=25945 vsize=10566372 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25957/stat : 25957 (java) S 25945 25950 22562 0 -1 4202560 248 0 0 0 1 0 0 0 15 0 22 0 908957944 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25960] ppid=25945 vsize=10566372 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25960/stat : 25960 (java) S 25945 25950 22562 0 -1 4202560 104 0 0 0 1 0 0 0 15 0 22 0 908957944 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25962] ppid=25945 vsize=10566372 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25962/stat : 25962 (java) S 25945 25950 22562 0 -1 4202560 184 0 0 0 1 0 0 0 15 0 22 0 908957944 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25963] ppid=25945 vsize=10566372 CPUtime=0.02 cores=0,2,4,6
/proc/25950/task/25963/stat : 25963 (java) S 25945 25950 22562 0 -1 4202560 95 0 0 0 2 0 0 0 15 0 22 0 908957944 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25965] ppid=25945 vsize=10566372 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25965/stat : 25965 (java) S 25945 25950 22562 0 -1 4202560 185 0 0 0 1 0 0 0 15 0 22 0 908957944 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25967] ppid=25945 vsize=10566372 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25967/stat : 25967 (java) S 25945 25950 22562 0 -1 4202560 69 0 0 0 1 0 0 0 15 0 22 0 908957944 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25969] ppid=25945 vsize=10566372 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25969/stat : 25969 (java) S 25945 25950 22562 0 -1 4202560 215 0 0 0 1 0 0 0 15 0 22 0 908957944 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25971] ppid=25945 vsize=10566372 CPUtime=0.85 cores=0,2,4,6
/proc/25950/task/25971/stat : 25971 (java) S 25945 25950 22562 0 -1 4202560 4964 0 0 0 85 0 0 0 16 0 22 0 908957945 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 0 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25973] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25973/stat : 25973 (java) S 25945 25950 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908957945 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25975] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25975/stat : 25975 (java) S 25945 25950 22562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 908957945 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25978] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25978/stat : 25978 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908957947 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917217713 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25980] ppid=25945 vsize=10566372 CPUtime=1.07 cores=0,2,4,6
/proc/25950/task/25980/stat : 25980 (java) S 25945 25950 22562 0 -1 4202560 5965 0 0 0 106 1 0 0 15 0 22 0 908957947 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25982] ppid=25945 vsize=10566372 CPUtime=1.21 cores=0,2,4,6
/proc/25950/task/25982/stat : 25982 (java) S 25945 25950 22562 0 -1 4202560 10521 0 0 0 120 1 0 0 17 0 22 0 908957948 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25984] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25984/stat : 25984 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908957948 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25986] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25986/stat : 25986 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908957948 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25991] ppid=25945 vsize=10566372 CPUtime=11.41 cores=0,2,4,6
/proc/25950/task/25991/stat : 25991 (java) R 25945 25950 22562 0 -1 4202560 342 0 0 0 1141 0 0 0 25 0 22 0 908957975 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 46912505674677 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25950/tid=25992] ppid=25945 vsize=10566372 CPUtime=11.28 cores=0,2,4,6
/proc/25950/task/25992/stat : 25992 (java) R 25945 25950 22562 0 -1 4202560 76235 0 0 0 1119 9 0 0 25 0 22 0 908957975 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 46912505873472 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25950/tid=25993] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25993/stat : 25993 (java) S 25945 25950 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908957975 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25994] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25994/stat : 25994 (java) S 25945 25950 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908957975 10819964928 105982 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 26.34
Current children cumulated vsize (KiB) 10566372

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

[startup+13.501 s]
/proc/loadavg: 1.72 1.18 1.30 6/526 25994
/proc/meminfo: memFree=23932276/32950928 swapFree=61542356/67111528
[pid=25950] ppid=25945 vsize=10566372 CPUtime=27.82 cores=0,2,4,6
/proc/25950/stat : 25950 (java) S 25945 25950 22562 0 -1 4202496 114040 0 1 0 2767 15 0 0 21 0 22 0 908957941 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25950/statm: 2641593 106023 2259 9 0 2632327 0
[pid=25950/tid=25952] ppid=25945 vsize=10566372 CPUtime=0.31 cores=0,2,4,6
/proc/25950/task/25952/stat : 25952 (java) S 25945 25950 22562 0 -1 4202560 13359 0 1 0 30 1 0 0 15 0 22 0 908957942 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25955] ppid=25945 vsize=10566372 CPUtime=0.02 cores=0,2,4,6
/proc/25950/task/25955/stat : 25955 (java) S 25945 25950 22562 0 -1 4202560 353 0 0 0 2 0 0 0 15 0 22 0 908957944 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25957] ppid=25945 vsize=10566372 CPUtime=0.02 cores=0,2,4,6
/proc/25950/task/25957/stat : 25957 (java) S 25945 25950 22562 0 -1 4202560 248 0 0 0 2 0 0 0 15 0 22 0 908957944 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25960] ppid=25945 vsize=10566372 CPUtime=0.02 cores=0,2,4,6
/proc/25950/task/25960/stat : 25960 (java) S 25945 25950 22562 0 -1 4202560 105 0 0 0 2 0 0 0 16 0 22 0 908957944 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25962] ppid=25945 vsize=10566372 CPUtime=0.02 cores=0,2,4,6
/proc/25950/task/25962/stat : 25962 (java) S 25945 25950 22562 0 -1 4202560 185 0 0 0 2 0 0 0 15 0 22 0 908957944 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25963] ppid=25945 vsize=10566372 CPUtime=0.02 cores=0,2,4,6
/proc/25950/task/25963/stat : 25963 (java) S 25945 25950 22562 0 -1 4202560 95 0 0 0 2 0 0 0 15 0 22 0 908957944 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25965] ppid=25945 vsize=10566372 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25965/stat : 25965 (java) S 25945 25950 22562 0 -1 4202560 185 0 0 0 1 0 0 0 15 0 22 0 908957944 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25967] ppid=25945 vsize=10566372 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25967/stat : 25967 (java) S 25945 25950 22562 0 -1 4202560 69 0 0 0 1 0 0 0 15 0 22 0 908957944 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25969] ppid=25945 vsize=10566372 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25969/stat : 25969 (java) S 25945 25950 22562 0 -1 4202560 215 0 0 0 1 0 0 0 15 0 22 0 908957944 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25971] ppid=25945 vsize=10566372 CPUtime=0.97 cores=0,2,4,6
/proc/25950/task/25971/stat : 25971 (java) S 25945 25950 22562 0 -1 4202560 5003 0 0 0 97 0 0 0 16 0 22 0 908957945 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 0 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25973] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25973/stat : 25973 (java) S 25945 25950 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 908957945 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25975] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25975/stat : 25975 (java) S 25945 25950 22562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 908957945 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25978] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25978/stat : 25978 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908957947 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917217713 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25980] ppid=25945 vsize=10566372 CPUtime=1.07 cores=0,2,4,6
/proc/25950/task/25980/stat : 25980 (java) S 25945 25950 22562 0 -1 4202560 5965 0 0 0 106 1 0 0 15 0 22 0 908957947 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25982] ppid=25945 vsize=10566372 CPUtime=1.21 cores=0,2,4,6
/proc/25950/task/25982/stat : 25982 (java) S 25945 25950 22562 0 -1 4202560 10521 0 0 0 120 1 0 0 17 0 22 0 908957948 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25984] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25984/stat : 25984 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908957948 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25986] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25986/stat : 25986 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908957948 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25991] ppid=25945 vsize=10566372 CPUtime=12.09 cores=0,2,4,6
/proc/25950/task/25991/stat : 25991 (java) R 25945 25950 22562 0 -1 4202560 344 0 0 0 1209 0 0 0 25 0 22 0 908957975 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 46912505690149 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=25950/tid=25992] ppid=25945 vsize=10566372 CPUtime=11.96 cores=0,2,4,6
/proc/25950/task/25992/stat : 25992 (java) R 25945 25950 22562 0 -1 4202560 76235 0 0 0 1187 9 0 0 25 0 22 0 908957975 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 46912505873511 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=25950/tid=25993] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25993/stat : 25993 (java) S 25945 25950 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908957975 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25994] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25994/stat : 25994 (java) S 25945 25950 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 908957975 10819964928 106023 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 27.82
Current children cumulated vsize (KiB) 10566372

[startup+13.9009 s]
/proc/loadavg: 1.72 1.18 1.30 6/526 25994
/proc/meminfo: memFree=23932276/32950928 swapFree=61542356/67111528
[pid=25950] ppid=25945 vsize=10566372 CPUtime=28.32 cores=0,2,4,6
/proc/25950/stat : 25950 (java) S 25945 25950 22562 0 -1 4202496 114042 0 1 0 2817 15 0 0 21 0 19 0 908957941 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/25950/statm: 2641593 106025 2260 9 0 2632327 0
[pid=25950/tid=25952] ppid=25945 vsize=10566372 CPUtime=0.31 cores=0,2,4,6
/proc/25950/task/25952/stat : 25952 (java) S 25945 25950 22562 0 -1 4202560 13359 0 1 0 30 1 0 0 15 0 19 0 908957942 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25955] ppid=25945 vsize=10566372 CPUtime=0.02 cores=0,2,4,6
/proc/25950/task/25955/stat : 25955 (java) S 25945 25950 22562 0 -1 4202560 353 0 0 0 2 0 0 0 15 0 19 0 908957944 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25957] ppid=25945 vsize=10566372 CPUtime=0.02 cores=0,2,4,6
/proc/25950/task/25957/stat : 25957 (java) S 25945 25950 22562 0 -1 4202560 248 0 0 0 2 0 0 0 15 0 19 0 908957944 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25960] ppid=25945 vsize=10566372 CPUtime=0.02 cores=0,2,4,6
/proc/25950/task/25960/stat : 25960 (java) S 25945 25950 22562 0 -1 4202560 105 0 0 0 2 0 0 0 16 0 19 0 908957944 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25962] ppid=25945 vsize=10566372 CPUtime=0.02 cores=0,2,4,6
/proc/25950/task/25962/stat : 25962 (java) S 25945 25950 22562 0 -1 4202560 185 0 0 0 2 0 0 0 15 0 19 0 908957944 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25963] ppid=25945 vsize=10566372 CPUtime=0.02 cores=0,2,4,6
/proc/25950/task/25963/stat : 25963 (java) S 25945 25950 22562 0 -1 4202560 95 0 0 0 2 0 0 0 15 0 19 0 908957944 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25965] ppid=25945 vsize=10566372 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25965/stat : 25965 (java) S 25945 25950 22562 0 -1 4202560 185 0 0 0 1 0 0 0 15 0 19 0 908957944 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25967] ppid=25945 vsize=10566372 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25967/stat : 25967 (java) S 25945 25950 22562 0 -1 4202560 69 0 0 0 1 0 0 0 15 0 19 0 908957944 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25969] ppid=25945 vsize=10566372 CPUtime=0.01 cores=0,2,4,6
/proc/25950/task/25969/stat : 25969 (java) S 25945 25950 22562 0 -1 4202560 215 0 0 0 1 0 0 0 15 0 19 0 908957944 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 0 0 0 0
[pid=25950/tid=25971] ppid=25945 vsize=10566372 CPUtime=0.97 cores=0,2,4,6
/proc/25950/task/25971/stat : 25971 (java) S 25945 25950 22562 0 -1 4202560 5003 0 0 0 97 0 0 0 16 0 19 0 908957945 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 0 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25973] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25973/stat : 25973 (java) S 25945 25950 22562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 908957945 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25975] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25975/stat : 25975 (java) S 25945 25950 22562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 908957945 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 2 0 0 0
[pid=25950/tid=25978] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25978/stat : 25978 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 908957947 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917217713 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25980] ppid=25945 vsize=10566372 CPUtime=1.07 cores=0,2,4,6
/proc/25950/task/25980/stat : 25980 (java) S 25945 25950 22562 0 -1 4202560 5965 0 0 0 106 1 0 0 15 0 19 0 908957947 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25982] ppid=25945 vsize=10566372 CPUtime=1.21 cores=0,2,4,6
/proc/25950/task/25982/stat : 25982 (java) S 25945 25950 22562 0 -1 4202560 10521 0 0 0 120 1 0 0 17 0 19 0 908957948 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
[pid=25950/tid=25984] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25984/stat : 25984 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 908957948 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210009 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25986] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25986/stat : 25986 (java) S 25945 25950 22562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 908957948 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 6 0 0 0
[pid=25950/tid=25993] ppid=25945 vsize=10566372 CPUtime=0 cores=0,2,4,6
/proc/25950/task/25993/stat : 25993 (java) S 25945 25950 22562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 908957975 10819964928 106025 33554432000 1073741824 1073778376 140733667344272 18446744073709551615 260917210624 0 4 0 16800975 18446604452978947008 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 28.32
Current children cumulated vsize (KiB) 10566372

Child status: 20
Real time (s): 13.9615
CPU time (s): 28.3637
CPU user time (s): 28.1897
CPU system time (s): 0.173973
CPU usage (%): 203.157
Max. virtual memory (cumulated for all children) (KiB): 10566372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.1897
system time used= 0.173973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114053
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1501
involuntary context switches= 619

runsolver used 0.06299 second user time and 0.184971 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-04 13:34:33
IDJOB=3454847
IDBENCH=1308
IDSOLVER=1950
FILE ID=node116/3454847-1307187273
RUNJOBID= node116-1307187273-25931
PBS_JOBID= 13508818
Free space on /tmp= 73888 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670675.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454847-1307187273/watcher-3454847-1307187273 -o /tmp/evaluation-result-3454847-1307187273/solver-3454847-1307187273 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454847-1307187273.opb

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

MD5SUM BENCH= c118a5f7f4e95d7123e302378befd6ff
RANDOM SEED=716467355

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24793488 kB
Buffers:        276504 kB
Cached:         501696 kB
SwapCached:      12580 kB
Active:        7495072 kB
Inactive:       392288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24793488 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:             776 kB
Writeback:           0 kB
AnonPages:     7106976 kB
Mapped:          21968 kB
Slab:           140264 kB
PageTables:      62572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139579980 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73888 MiB
End job on node116 at 2011-06-04 13:34:47