Trace number 3454801

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 18.1322 8.75043

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111227012.opb
MD5SUMf1ef73d71b7207a4f4673a4d36adcee2
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 benchmark0.19097
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1220
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.18-164.el5
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3454801-1307186827.opb
0.08/0.12	c reading problem ... 
0.08/0.18	c ... done. Wall clock time 0.06s.
0.08/0.18	c #vars     169
0.08/0.18	c #constraints  101
0.08/0.18	c constraints type 
0.08/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.08/0.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.08/0.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.08/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.08/0.18	c constraints type 
0.08/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.08/0.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.08/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.08/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.79/0.65	c cleaning 2497 clauses out of 5001 with flag 5001/5001
2.56/0.89	c cleaning 4248 clauses out of 8503 with flag 11000/11000
3.59/1.17	c cleaning 5622 clauses out of 11255 with flag 18000/18000
4.16/1.47	c cleaning 6816 clauses out of 13635 with flag 26002/26002
4.98/1.82	c cleaning 7906 clauses out of 15817 with flag 35000/35000
5.80/2.22	c cleaning 8948 clauses out of 17911 with flag 45000/45000
6.54/2.61	c cleaning 9479 clauses out of 18963 with flag 55000/55000
7.13/2.99	c cleaning 9739 clauses out of 19486 with flag 65002/65002
7.93/3.33	c cleaning 9873 clauses out of 19747 with flag 75002/75002
8.67/3.75	c cleaning 9932 clauses out of 19873 with flag 85001/85001
9.45/4.13	c cleaning 9963 clauses out of 19940 with flag 95000/95000
10.06/4.47	c cleaning 9984 clauses out of 19978 with flag 105001/105001
10.79/4.82	c cleaning 9993 clauses out of 19995 with flag 115002/115002
11.58/5.25	c cleaning 10000 clauses out of 20004 with flag 125004/125004
12.34/5.65	c cleaning 9997 clauses out of 20002 with flag 135002/135002
13.11/6.06	c cleaning 9998 clauses out of 20003 with flag 145000/145000
13.89/6.47	c cleaning 9998 clauses out of 20005 with flag 155000/155000
14.66/6.82	c cleaning 10000 clauses out of 20009 with flag 165002/165002
15.43/7.26	c cleaning 9998 clauses out of 20007 with flag 175000/175000
16.61/7.67	c cleaning 10003 clauses out of 20011 with flag 185002/185002
17.40/8.08	c cleaning 9999 clauses out of 20006 with flag 195000/195000
17.77/8.28	c  And the winner is Resolution
18.09/8.72	c starts		: 118
18.09/8.72	c conflicts		: 200581
18.09/8.72	c decisions		: 292869
18.09/8.72	c propagations		: 4381245
18.09/8.72	c inspects		: 60449496
18.09/8.72	c shortcuts		: 0
18.09/8.72	c learnt literals	: 8
18.09/8.72	c learnt binary clauses	: 23
18.09/8.72	c learnt ternary clauses	: 120
18.09/8.72	c learnt constraints	: 200572
18.09/8.72	c ignored constraints	: 0
18.09/8.72	c root simplifications	: 0
18.09/8.72	c removed literals (reason simplification)	: 1832753
18.09/8.72	c reason swapping (by a shorter reason)	: 0
18.09/8.72	c Calls to reduceDB	: 21
18.09/8.72	c number of reductions to clauses (during analyze)	: 0
18.09/8.72	c number of learned constraints concerned by reduction	: 0
18.09/8.72	c number of learning phase by resolution	: 0
18.09/8.72	c number of learning phase by cutting planes	: 0
18.09/8.72	c speed (assignments/second)	: 513387.0400749941
18.09/8.72	c non guided choices	41
18.09/8.73	c learnt constraints type 
18.09/8.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 23
18.09/8.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15556
18.09/8.73	c constraints type 
18.09/8.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
18.09/8.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
18.09/8.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
18.09/8.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
18.09/8.73	c constraints type 
18.09/8.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
18.09/8.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
18.09/8.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
18.09/8.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
18.09/8.73	s UNSATISFIABLE
18.09/8.73	c Total wall clock time (in seconds): 8.607

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

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

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


[startup+0 s]
/proc/loadavg: 3.56 3.46 2.74 3/538 18208
/proc/meminfo: memFree=21221152/32950928 swapFree=34259960/67111528
[pid=18208] ppid=18206 vsize=36924 CPUtime=0 cores=0,2,4,6
/proc/18208/stat : 18208 (java) S 18206 18208 15618 0 -1 4202496 1365 0 1 0 0 0 0 0 25 0 2 0 830279366 37810176 1067 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/18208/statm: 9231 1070 830 9 0 387 0
[pid=18208/tid=18209] ppid=18206 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18209/stat : 18209 (java) R 18206 18208 15618 0 -1 4202560 3208 0 1 0 0 0 0 0 25 0 2 0 830279367 10694979584 4024 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.053112 s]
/proc/loadavg: 3.56 3.46 2.74 3/538 18208
/proc/meminfo: memFree=21221152/32950928 swapFree=34259960/67111528
[pid=18208] ppid=18206 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/18208/stat : 18208 (java) S 18206 18208 15618 0 -1 4202496 11339 0 1 0 2 1 0 0 25 0 13 0 830279366 10718699520 11035 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/18208/statm: 2616870 11036 1679 9 0 2607618 0
[pid=18208/tid=18209] ppid=18206 vsize=10467480 CPUtime=0.03 cores=0,2,4,6
/proc/18208/task/18209/stat : 18209 (java) R 18206 18208 15618 0 -1 4202560 10191 0 1 0 2 1 0 0 25 0 13 0 830279367 10718699520 11036 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 47248756684312 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.101063 s]
/proc/loadavg: 3.56 3.46 2.74 3/538 18208
/proc/meminfo: memFree=21221152/32950928 swapFree=34259960/67111528
[pid=18208] ppid=18206 vsize=10473992 CPUtime=0.08 cores=0,2,4,6
/proc/18208/stat : 18208 (java) S 18206 18208 15618 0 -1 4202496 12659 0 1 0 7 1 0 0 25 0 18 0 830279366 10725367808 12355 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18208/statm: 2618498 12355 2079 9 0 2609232 0
[pid=18208/tid=18209] ppid=18206 vsize=10473992 CPUtime=0.06 cores=0,2,4,6
/proc/18208/task/18209/stat : 18209 (java) R 18206 18208 15618 0 -1 4202560 10929 0 1 0 5 1 0 0 25 0 18 0 830279367 10725367808 12355 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10473992

[startup+0.301022 s]
/proc/loadavg: 3.56 3.46 2.74 3/538 18208
/proc/meminfo: memFree=21221152/32950928 swapFree=34259960/67111528
[pid=18208] ppid=18206 vsize=10549100 CPUtime=0.58 cores=0,2,4,6
/proc/18208/stat : 18208 (java) S 18206 18208 15618 0 -1 4202496 17100 0 1 0 56 2 0 0 25 0 22 0 830279366 10802278400 15628 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18208/statm: 2637275 15628 2208 9 0 2628009 0
[pid=18208/tid=18209] ppid=18206 vsize=10549100 CPUtime=0.15 cores=0,2,4,6
/proc/18208/task/18209/stat : 18209 (java) S 18206 18208 15618 0 -1 4202560 11759 0 1 0 14 1 0 0 19 0 22 0 830279367 10802278400 15628 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10549100

[startup+0.700944 s]
/proc/loadavg: 3.56 3.46 2.74 3/538 18208
/proc/meminfo: memFree=21221152/32950928 swapFree=34259960/67111528
[pid=18208] ppid=18206 vsize=10557000 CPUtime=2.15 cores=0,2,4,6
/proc/18208/stat : 18208 (java) S 18206 18208 15618 0 -1 4202496 34830 0 1 0 211 4 0 0 25 0 22 0 830279366 10810368000 28901 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18208/statm: 2639250 28901 2250 9 0 2629984 0
[pid=18208/tid=18209] ppid=18206 vsize=10557000 CPUtime=0.15 cores=0,2,4,6
/proc/18208/task/18209/stat : 18209 (java) S 18206 18208 15618 0 -1 4202560 11759 0 1 0 14 1 0 0 15 0 22 0 830279367 10810368000 28901 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 10557000

[startup+1.50587 s]
/proc/loadavg: 3.56 3.46 2.74 7/560 18230
/proc/meminfo: memFree=21046888/32950928 swapFree=34259960/67111528
[pid=18208] ppid=18206 vsize=10557000 CPUtime=4.37 cores=0,2,4,6
/proc/18208/stat : 18208 (java) S 18206 18208 15618 0 -1 4202496 72477 0 1 0 428 9 0 0 25 0 22 0 830279366 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18208/statm: 2639250 64472 2255 9 0 2629984 0
[pid=18208/tid=18209] ppid=18206 vsize=10557000 CPUtime=0.15 cores=0,2,4,6
/proc/18208/task/18209/stat : 18209 (java) S 18206 18208 15618 0 -1 4202560 11759 0 1 0 14 1 0 0 15 0 22 0 830279367 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18211] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18211/stat : 18211 (java) S 18206 18208 15618 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18212] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18212/stat : 18212 (java) S 18206 18208 15618 0 -1 4202560 293 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18213] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18213/stat : 18213 (java) S 18206 18208 15618 0 -1 4202560 297 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 4 0 0 0
[pid=18208/tid=18214] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18214/stat : 18214 (java) S 18206 18208 15618 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18215] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18215/stat : 18215 (java) S 18206 18208 15618 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18216] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18216/stat : 18216 (java) S 18206 18208 15618 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 4 0 0 0
[pid=18208/tid=18217] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18217/stat : 18217 (java) S 18206 18208 15618 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18218] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18218/stat : 18218 (java) S 18206 18208 15618 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18219] ppid=18206 vsize=10557000 CPUtime=0.06 cores=0,2,4,6
/proc/18208/task/18219/stat : 18219 (java) R 18206 18208 15618 0 -1 4202560 1218 0 0 0 6 0 0 0 15 0 22 0 830279370 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254500389556 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=18208/tid=18220] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18220/stat : 18220 (java) S 18206 18208 15618 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 22 0 830279371 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18221] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18221/stat : 18221 (java) S 18206 18208 15618 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830279371 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18222] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18222/stat : 18222 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830279373 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512515505 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18223] ppid=18206 vsize=10557000 CPUtime=0.82 cores=0,2,4,6
/proc/18208/task/18223/stat : 18223 (java) S 18206 18208 15618 0 -1 4202560 12474 0 0 0 81 1 0 0 15 0 22 0 830279373 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 4 0 0 0
[pid=18208/tid=18224] ppid=18206 vsize=10557000 CPUtime=0.82 cores=0,2,4,6
/proc/18208/task/18224/stat : 18224 (java) S 18206 18208 15618 0 -1 4202560 4657 0 0 0 82 0 0 0 15 0 22 0 830279373 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18225] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18225/stat : 18225 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830279373 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18226] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18226/stat : 18226 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830279373 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18227] ppid=18206 vsize=10557000 CPUtime=1.21 cores=0,2,4,6
/proc/18208/task/18227/stat : 18227 (java) S 18206 18208 15618 0 -1 4202560 305 0 0 0 121 0 0 0 17 0 22 0 830279385 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18228] ppid=18206 vsize=10557000 CPUtime=1.22 cores=0,2,4,6
/proc/18208/task/18228/stat : 18228 (java) S 18206 18208 15618 0 -1 4202560 39680 0 0 0 118 4 0 0 18 0 22 0 830279385 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18229] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18229/stat : 18229 (java) S 18206 18208 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830279386 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18230] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18230/stat : 18230 (java) S 18206 18208 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830279386 10810368000 64472 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 10557000

[startup+3.10147 s]
/proc/loadavg: 3.56 3.46 2.74 5/560 18230
/proc/meminfo: memFree=20966660/32950928 swapFree=34259960/67111528
[pid=18208] ppid=18206 vsize=10557000 CPUtime=7.5 cores=0,2,4,6
/proc/18208/stat : 18208 (java) S 18206 18208 15618 0 -1 4202496 78672 0 1 0 740 10 0 0 25 0 22 0 830279366 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18208/statm: 2639250 70663 2255 9 0 2629984 0
[pid=18208/tid=18209] ppid=18206 vsize=10557000 CPUtime=0.15 cores=0,2,4,6
/proc/18208/task/18209/stat : 18209 (java) S 18206 18208 15618 0 -1 4202560 11759 0 1 0 14 1 0 0 15 0 22 0 830279367 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18211] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18211/stat : 18211 (java) S 18206 18208 15618 0 -1 4202560 241 0 0 0 0 0 0 0 16 0 22 0 830279369 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18212] ppid=18206 vsize=10557000 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18212/stat : 18212 (java) S 18206 18208 15618 0 -1 4202560 294 0 0 0 1 0 0 0 16 0 22 0 830279369 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18213] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18213/stat : 18213 (java) S 18206 18208 15618 0 -1 4202560 297 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18214] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18214/stat : 18214 (java) S 18206 18208 15618 0 -1 4202560 33 0 0 0 0 0 0 0 16 0 22 0 830279369 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18215] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18215/stat : 18215 (java) S 18206 18208 15618 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18216] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18216/stat : 18216 (java) S 18206 18208 15618 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18217] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18217/stat : 18217 (java) S 18206 18208 15618 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18218] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18218/stat : 18218 (java) S 18206 18208 15618 0 -1 4202560 155 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18219] ppid=18206 vsize=10557000 CPUtime=0.15 cores=0,2,4,6
/proc/18208/task/18219/stat : 18219 (java) S 18206 18208 15618 0 -1 4202560 2617 0 0 0 15 0 0 0 15 0 22 0 830279370 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 0 0 16800975 18446604445337563264 0 0 -1 4 0 0 0
[pid=18208/tid=18220] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18220/stat : 18220 (java) S 18206 18208 15618 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 22 0 830279371 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18221] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18221/stat : 18221 (java) S 18206 18208 15618 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830279371 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18222] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18222/stat : 18222 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830279373 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512515505 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18223] ppid=18206 vsize=10557000 CPUtime=0.83 cores=0,2,4,6
/proc/18208/task/18223/stat : 18223 (java) S 18206 18208 15618 0 -1 4202560 12474 0 0 0 82 1 0 0 15 0 22 0 830279373 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 4 0 0 0
[pid=18208/tid=18224] ppid=18206 vsize=10557000 CPUtime=0.84 cores=0,2,4,6
/proc/18208/task/18224/stat : 18224 (java) S 18206 18208 15618 0 -1 4202560 4665 0 0 0 84 0 0 0 16 0 22 0 830279373 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18225] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18225/stat : 18225 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830279373 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18226] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18226/stat : 18226 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830279373 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18227] ppid=18206 vsize=10557000 CPUtime=2.69 cores=0,2,4,6
/proc/18208/task/18227/stat : 18227 (java) R 18206 18208 15618 0 -1 4202560 306 0 0 0 269 0 0 0 18 0 22 0 830279385 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 46912505515952 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18208/tid=18228] ppid=18206 vsize=10557000 CPUtime=2.71 cores=0,2,4,6
/proc/18208/task/18228/stat : 18228 (java) R 18206 18208 15618 0 -1 4202560 44460 0 0 0 267 4 0 0 19 0 22 0 830279385 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 46912505737104 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18208/tid=18229] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18229/stat : 18229 (java) S 18206 18208 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830279386 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18230] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18230/stat : 18230 (java) S 18206 18208 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830279386 10810368000 70663 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 10557000

[startup+6.30089 s]
/proc/loadavg: 3.60 3.47 2.75 5/560 18230
/proc/meminfo: memFree=20919432/32950928 swapFree=34259960/67111528
[pid=18208] ppid=18206 vsize=10557000 CPUtime=13.69 cores=0,2,4,6
/proc/18208/stat : 18208 (java) S 18206 18208 15618 0 -1 4202496 87775 0 1 0 1357 12 0 0 25 0 22 0 830279366 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18208/statm: 2639250 75740 2255 9 0 2629984 0
[pid=18208/tid=18209] ppid=18206 vsize=10557000 CPUtime=0.15 cores=0,2,4,6
/proc/18208/task/18209/stat : 18209 (java) S 18206 18208 15618 0 -1 4202560 11759 0 1 0 14 1 0 0 15 0 22 0 830279367 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18211] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18211/stat : 18211 (java) S 18206 18208 15618 0 -1 4202560 241 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18212] ppid=18206 vsize=10557000 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18212/stat : 18212 (java) S 18206 18208 15618 0 -1 4202560 294 0 0 0 1 0 0 0 15 0 22 0 830279369 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18213] ppid=18206 vsize=10557000 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18213/stat : 18213 (java) S 18206 18208 15618 0 -1 4202560 302 0 0 0 1 0 0 0 15 0 22 0 830279369 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18214] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18214/stat : 18214 (java) S 18206 18208 15618 0 -1 4202560 33 0 0 0 0 0 0 0 16 0 22 0 830279369 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18215] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18215/stat : 18215 (java) S 18206 18208 15618 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 830279369 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18216] ppid=18206 vsize=10557000 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18216/stat : 18216 (java) S 18206 18208 15618 0 -1 4202560 137 0 0 0 1 0 0 0 15 0 22 0 830279369 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18217] ppid=18206 vsize=10557000 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18217/stat : 18217 (java) S 18206 18208 15618 0 -1 4202560 67 0 0 0 1 0 0 0 16 0 22 0 830279369 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18218] ppid=18206 vsize=10557000 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18218/stat : 18218 (java) S 18206 18208 15618 0 -1 4202560 156 0 0 0 1 0 0 0 16 0 22 0 830279369 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0

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

/proc/18208/task/18219/stat : 18219 (java) S 18206 18208 15618 0 -1 4202560 4504 0 0 0 37 0 0 0 15 0 22 0 830279370 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 0 0 16800975 18446604445337563264 0 0 -1 4 0 0 0
[pid=18208/tid=18220] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18220/stat : 18220 (java) S 18206 18208 15618 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 22 0 830279371 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18221] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18221/stat : 18221 (java) S 18206 18208 15618 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830279371 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18222] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18222/stat : 18222 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830279373 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512515505 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18223] ppid=18206 vsize=10557000 CPUtime=0.84 cores=0,2,4,6
/proc/18208/task/18223/stat : 18223 (java) S 18206 18208 15618 0 -1 4202560 12474 0 0 0 83 1 0 0 15 0 22 0 830279373 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 4 0 0 0
[pid=18208/tid=18224] ppid=18206 vsize=10557000 CPUtime=0.85 cores=0,2,4,6
/proc/18208/task/18224/stat : 18224 (java) S 18206 18208 15618 0 -1 4202560 4665 0 0 0 85 0 0 0 15 0 22 0 830279373 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18225] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18225/stat : 18225 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830279373 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18226] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18226/stat : 18226 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830279373 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18227] ppid=18206 vsize=10557000 CPUtime=5.65 cores=0,2,4,6
/proc/18208/task/18227/stat : 18227 (java) R 18206 18208 15618 0 -1 4202560 313 0 0 0 565 0 0 0 22 0 22 0 830279385 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 46912505569851 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18208/tid=18228] ppid=18206 vsize=10557000 CPUtime=5.67 cores=0,2,4,6
/proc/18208/task/18228/stat : 18228 (java) R 18206 18208 15618 0 -1 4202560 51657 0 0 0 561 6 0 0 25 0 22 0 830279385 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 46912506210047 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18208/tid=18229] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18229/stat : 18229 (java) S 18206 18208 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830279386 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18230] ppid=18206 vsize=10557000 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18230/stat : 18230 (java) S 18206 18208 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830279386 10810368000 75740 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 13.69
Current children cumulated vsize (KiB) 10557000

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

[startup+7.9015 s]
/proc/loadavg: 3.60 3.47 2.75 7/560 18279
/proc/meminfo: memFree=21015228/32950928 swapFree=34259960/67111528
[pid=18208] ppid=18206 vsize=10562636 CPUtime=17.2 cores=0,2,4,6
/proc/18208/stat : 18208 (java) S 18206 18208 15618 0 -1 4202496 93797 0 1 0 1708 12 0 0 25 0 22 0 830279366 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18208/statm: 2640659 80403 2257 9 0 2631393 0
[pid=18208/tid=18209] ppid=18206 vsize=10562636 CPUtime=0.15 cores=0,2,4,6
/proc/18208/task/18209/stat : 18209 (java) S 18206 18208 15618 0 -1 4202560 11759 0 1 0 14 1 0 0 15 0 22 0 830279367 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18211] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18211/stat : 18211 (java) S 18206 18208 15618 0 -1 4202560 241 0 0 0 0 0 0 0 16 0 22 0 830279369 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18212] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18212/stat : 18212 (java) S 18206 18208 15618 0 -1 4202560 294 0 0 0 1 0 0 0 15 0 22 0 830279369 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18213] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18213/stat : 18213 (java) S 18206 18208 15618 0 -1 4202560 303 0 0 0 1 0 0 0 15 0 22 0 830279369 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18214] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18214/stat : 18214 (java) S 18206 18208 15618 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 22 0 830279369 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18215] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18215/stat : 18215 (java) S 18206 18208 15618 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 22 0 830279369 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18216] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18216/stat : 18216 (java) S 18206 18208 15618 0 -1 4202560 137 0 0 0 1 0 0 0 15 0 22 0 830279369 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18217] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18217/stat : 18217 (java) S 18206 18208 15618 0 -1 4202560 67 0 0 0 1 0 0 0 15 0 22 0 830279369 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18218] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18218/stat : 18218 (java) S 18206 18208 15618 0 -1 4202560 156 0 0 0 1 0 0 0 15 0 22 0 830279369 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18219] ppid=18206 vsize=10562636 CPUtime=0.5 cores=0,2,4,6
/proc/18208/task/18219/stat : 18219 (java) S 18206 18208 15618 0 -1 4202560 5647 0 0 0 50 0 0 0 15 0 22 0 830279370 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 0 0 16800975 18446604445337563264 0 0 -1 4 0 0 0
[pid=18208/tid=18220] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18220/stat : 18220 (java) S 18206 18208 15618 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 22 0 830279371 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18221] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18221/stat : 18221 (java) S 18206 18208 15618 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830279371 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18222] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18222/stat : 18222 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830279373 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512515505 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18223] ppid=18206 vsize=10562636 CPUtime=0.87 cores=0,2,4,6
/proc/18208/task/18223/stat : 18223 (java) S 18206 18208 15618 0 -1 4202560 12475 0 0 0 86 1 0 0 15 0 22 0 830279373 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 4 0 0 0
[pid=18208/tid=18224] ppid=18206 vsize=10562636 CPUtime=1.27 cores=0,2,4,6
/proc/18208/task/18224/stat : 18224 (java) S 18206 18208 15618 0 -1 4202560 7431 0 0 0 127 0 0 0 15 0 22 0 830279373 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18225] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18225/stat : 18225 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830279373 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18226] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18226/stat : 18226 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830279373 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18227] ppid=18206 vsize=10562636 CPUtime=7.11 cores=0,2,4,6
/proc/18208/task/18227/stat : 18227 (java) R 18206 18208 15618 0 -1 4202560 316 0 0 0 711 0 0 0 25 0 22 0 830279385 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 46912505637031 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18208/tid=18228] ppid=18206 vsize=10562636 CPUtime=7.12 cores=0,2,4,6
/proc/18208/task/18228/stat : 18228 (java) R 18206 18208 15618 0 -1 4202560 53765 0 0 0 706 6 0 0 25 0 22 0 830279385 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 46912505941480 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18208/tid=18229] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18229/stat : 18229 (java) S 18206 18208 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830279386 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18230] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18230/stat : 18230 (java) S 18206 18208 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830279386 10816139264 80403 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.2
Current children cumulated vsize (KiB) 10562636

[startup+8.30144 s]
/proc/loadavg: 3.60 3.47 2.75 7/560 18279
/proc/meminfo: memFree=21015228/32950928 swapFree=34259960/67111528
[pid=18208] ppid=18206 vsize=10562636 CPUtime=17.97 cores=0,2,4,6
/proc/18208/stat : 18208 (java) S 18206 18208 15618 0 -1 4202496 93948 0 1 0 1785 12 0 0 25 0 20 0 830279366 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18208/statm: 2640659 80553 2258 9 0 2631393 0
[pid=18208/tid=18209] ppid=18206 vsize=10562636 CPUtime=0.15 cores=0,2,4,6
/proc/18208/task/18209/stat : 18209 (java) S 18206 18208 15618 0 -1 4202560 11759 0 1 0 14 1 0 0 15 0 20 0 830279367 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18211] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18211/stat : 18211 (java) S 18206 18208 15618 0 -1 4202560 241 0 0 0 0 0 0 0 16 0 20 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18212] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18212/stat : 18212 (java) S 18206 18208 15618 0 -1 4202560 294 0 0 0 1 0 0 0 15 0 20 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18213] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18213/stat : 18213 (java) S 18206 18208 15618 0 -1 4202560 303 0 0 0 1 0 0 0 15 0 20 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18214] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18214/stat : 18214 (java) S 18206 18208 15618 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 20 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18215] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18215/stat : 18215 (java) S 18206 18208 15618 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 20 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18216] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18216/stat : 18216 (java) S 18206 18208 15618 0 -1 4202560 137 0 0 0 1 0 0 0 15 0 20 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18217] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18217/stat : 18217 (java) S 18206 18208 15618 0 -1 4202560 67 0 0 0 1 0 0 0 15 0 20 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18218] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18218/stat : 18218 (java) S 18206 18208 15618 0 -1 4202560 156 0 0 0 1 0 0 0 15 0 20 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18219] ppid=18206 vsize=10562636 CPUtime=0.53 cores=0,2,4,6
/proc/18208/task/18219/stat : 18219 (java) S 18206 18208 15618 0 -1 4202560 5795 0 0 0 53 0 0 0 15 0 20 0 830279370 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 0 0 16800975 18446604445337563264 0 0 -1 4 0 0 0
[pid=18208/tid=18220] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18220/stat : 18220 (java) S 18206 18208 15618 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 20 0 830279371 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18221] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18221/stat : 18221 (java) S 18206 18208 15618 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 20 0 830279371 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18222] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18222/stat : 18222 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830279373 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512515505 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18223] ppid=18206 vsize=10562636 CPUtime=0.87 cores=0,2,4,6
/proc/18208/task/18223/stat : 18223 (java) S 18206 18208 15618 0 -1 4202560 12475 0 0 0 86 1 0 0 15 0 20 0 830279373 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 4 0 0 0
[pid=18208/tid=18224] ppid=18206 vsize=10562636 CPUtime=1.27 cores=0,2,4,6
/proc/18208/task/18224/stat : 18224 (java) S 18206 18208 15618 0 -1 4202560 7431 0 0 0 127 0 0 0 15 0 20 0 830279373 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18225] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18225/stat : 18225 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830279373 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18226] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18226/stat : 18226 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 830279373 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18228] ppid=18206 vsize=10562636 CPUtime=7.49 cores=0,2,4,6
/proc/18208/task/18228/stat : 18228 (java) R 18206 18208 15618 0 -1 4202560 53765 0 0 0 743 6 0 0 25 0 20 0 830279385 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 46912505775136 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18208/tid=18229] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18229/stat : 18229 (java) S 18206 18208 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 20 0 830279386 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 17.97
Current children cumulated vsize (KiB) 10562636

[startup+8.70142 s]
/proc/loadavg: 3.39 3.43 2.74 3/557 18279
/proc/meminfo: memFree=20962428/32950928 swapFree=34259960/67111528
[pid=18208] ppid=18206 vsize=10562636 CPUtime=18.09 cores=0,2,4,6
/proc/18208/stat : 18208 (java) S 18206 18208 15618 0 -1 4202496 93948 0 1 0 1797 12 0 0 25 0 19 0 830279366 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18208/statm: 2640659 80553 2258 9 0 2631393 0
[pid=18208/tid=18209] ppid=18206 vsize=10562636 CPUtime=0.15 cores=0,2,4,6
/proc/18208/task/18209/stat : 18209 (java) S 18206 18208 15618 0 -1 4202560 11759 0 1 0 14 1 0 0 15 0 19 0 830279367 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18211] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18211/stat : 18211 (java) S 18206 18208 15618 0 -1 4202560 241 0 0 0 0 0 0 0 16 0 19 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18212] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18212/stat : 18212 (java) S 18206 18208 15618 0 -1 4202560 294 0 0 0 1 0 0 0 15 0 19 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18213] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18213/stat : 18213 (java) S 18206 18208 15618 0 -1 4202560 303 0 0 0 1 0 0 0 15 0 19 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18214] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18214/stat : 18214 (java) S 18206 18208 15618 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 19 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18215] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18215/stat : 18215 (java) S 18206 18208 15618 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18216] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18216/stat : 18216 (java) S 18206 18208 15618 0 -1 4202560 137 0 0 0 1 0 0 0 15 0 19 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18217] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18217/stat : 18217 (java) S 18206 18208 15618 0 -1 4202560 67 0 0 0 1 0 0 0 15 0 19 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18218] ppid=18206 vsize=10562636 CPUtime=0.01 cores=0,2,4,6
/proc/18208/task/18218/stat : 18218 (java) S 18206 18208 15618 0 -1 4202560 156 0 0 0 1 0 0 0 15 0 19 0 830279369 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18219] ppid=18206 vsize=10562636 CPUtime=0.53 cores=0,2,4,6
/proc/18208/task/18219/stat : 18219 (java) S 18206 18208 15618 0 -1 4202560 5795 0 0 0 53 0 0 0 15 0 19 0 830279370 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 0 0 16800975 18446604445337563264 0 0 -1 4 0 0 0
[pid=18208/tid=18220] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18220/stat : 18220 (java) S 18206 18208 15618 0 -1 4202560 16 0 0 0 0 0 0 0 19 0 19 0 830279371 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18221] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18221/stat : 18221 (java) S 18206 18208 15618 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 830279371 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18222] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18222/stat : 18222 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830279373 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512515505 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18223] ppid=18206 vsize=10562636 CPUtime=0.87 cores=0,2,4,6
/proc/18208/task/18223/stat : 18223 (java) S 18206 18208 15618 0 -1 4202560 12475 0 0 0 86 1 0 0 15 0 19 0 830279373 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 4 0 0 0
[pid=18208/tid=18224] ppid=18206 vsize=10562636 CPUtime=1.27 cores=0,2,4,6
/proc/18208/task/18224/stat : 18224 (java) S 18206 18208 15618 0 -1 4202560 7431 0 0 0 127 0 0 0 15 0 19 0 830279373 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 2 0 0 0
[pid=18208/tid=18225] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18225/stat : 18225 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830279373 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512507801 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
[pid=18208/tid=18226] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18226/stat : 18226 (java) S 18206 18208 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830279373 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 0 0 0 0
[pid=18208/tid=18229] ppid=18206 vsize=10562636 CPUtime=0 cores=0,2,4,6
/proc/18208/task/18229/stat : 18229 (java) S 18206 18208 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830279386 10816139264 80553 33554432000 1073741824 1073778376 140735853078192 18446744073709551615 254512508416 0 4 0 16800975 18446604445337563264 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.09
Current children cumulated vsize (KiB) 10562636

Child status: 20
Real time (s): 8.75043
CPU time (s): 18.1322
CPU user time (s): 17.9913
CPU system time (s): 0.140978
CPU usage (%): 207.215
Max. virtual memory (cumulated for all children) (KiB): 10567608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.9913
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93965
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= 1101
involuntary context switches= 697

runsolver used 0.047992 second user time and 0.122981 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 13:27:07
IDJOB=3454801
IDBENCH=1254
IDSOLVER=1950
FILE ID=node149/3454801-1307186827
RUNJOBID= node149-1307186273-17809
PBS_JOBID= 13508817
Free space on /tmp= 73764 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227012.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454801-1307186827/watcher-3454801-1307186827 -o /tmp/evaluation-result-3454801-1307186827/solver-3454801-1307186827 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454801-1307186827.opb

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

MD5SUM BENCH= f1ef73d71b7207a4f4673a4d36adcee2
RANDOM SEED=763138795

node149.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.806
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.61
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.806
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	: 5332.83
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.806
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.83
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.806
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.73
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.806
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.82
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.806
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.806
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.82
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.806
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:      21221416 kB
Buffers:        337164 kB
Cached:        3270636 kB
SwapCached:     123196 kB
Active:         676728 kB
Inactive:     10715928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21221416 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            1220 kB
Writeback:           0 kB
AnonPages:     7686028 kB
Mapped:          26236 kB
Slab:           148672 kB
PageTables:     118328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183471252 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= 73764 MiB
End job on node149 at 2011-06-04 13:27:16