Trace number 3454761

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 20.9618 10.3623

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110977273.opb
MD5SUM3e6af77ac44df40c1eda4de6fd376120
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.242962
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 1243
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.09	c Total memory 		10048897024
0.03/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454761-1307186785.opb
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.06s.
0.10/0.17	c #vars     169
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.10/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.10/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.82/0.63	c cleaning 2496 clauses out of 5000 with flag 5000/5000
2.58/0.85	c cleaning 4251 clauses out of 8505 with flag 11001/11001
3.19/1.09	c cleaning 5622 clauses out of 11253 with flag 18000/18000
3.85/1.38	c cleaning 6814 clauses out of 13631 with flag 26000/26000
4.46/1.68	c cleaning 7905 clauses out of 15817 with flag 35000/35000
5.26/2.04	c cleaning 8954 clauses out of 17913 with flag 45001/45001
5.84/2.38	c cleaning 9476 clauses out of 18958 with flag 55000/55000
6.62/2.71	c cleaning 9734 clauses out of 19482 with flag 65000/65000
7.19/3.04	c cleaning 9871 clauses out of 19748 with flag 75000/75000
7.97/3.44	c cleaning 9937 clauses out of 19877 with flag 85000/85000
8.55/3.78	c cleaning 9968 clauses out of 19941 with flag 95001/95001
9.33/4.14	c cleaning 9981 clauses out of 19972 with flag 105000/105000
10.10/4.50	c cleaning 9993 clauses out of 19991 with flag 115000/115000
10.89/4.90	c cleaning 9998 clauses out of 19999 with flag 125001/125001
11.46/5.27	c cleaning 9999 clauses out of 20006 with flag 135006/135006
12.24/5.60	c cleaning 9998 clauses out of 20003 with flag 145002/145002
12.81/5.96	c cleaning 9997 clauses out of 20003 with flag 155000/155000
13.59/6.31	c cleaning 10000 clauses out of 20008 with flag 165002/165002
14.20/6.69	c cleaning 9999 clauses out of 20006 with flag 175000/175000
14.94/7.09	c cleaning 10002 clauses out of 20010 with flag 185003/185003
15.71/7.45	c cleaning 9999 clauses out of 20005 with flag 195000/195000
16.49/7.80	c cleaning 9997 clauses out of 20007 with flag 205001/205001
17.06/8.17	c cleaning 9999 clauses out of 20009 with flag 215000/215000
17.84/8.50	c cleaning 10001 clauses out of 20011 with flag 225001/225001
18.44/8.86	c cleaning 10001 clauses out of 20010 with flag 235001/235001
19.17/9.20	c cleaning 9995 clauses out of 20008 with flag 245000/245000
19.75/9.54	c cleaning 10000 clauses out of 20014 with flag 255001/255001
20.37/9.88	c  And the winner is Resolution
20.92/10.33	c starts		: 128
20.92/10.33	c conflicts		: 263363
20.92/10.33	c decisions		: 389376
20.92/10.33	c propagations		: 5774791
20.92/10.33	c inspects		: 76093927
20.92/10.33	c shortcuts		: 0
20.92/10.33	c learnt literals	: 6
20.92/10.33	c learnt binary clauses	: 16
20.92/10.33	c learnt ternary clauses	: 181
20.92/10.33	c learnt constraints	: 263356
20.92/10.33	c ignored constraints	: 0
20.92/10.33	c root simplifications	: 0
20.92/10.33	c removed literals (reason simplification)	: 2316775
20.92/10.33	c reason swapping (by a shorter reason)	: 0
20.92/10.33	c Calls to reduceDB	: 27
20.92/10.33	c number of reductions to clauses (during analyze)	: 0
20.92/10.33	c number of learned constraints concerned by reduction	: 0
20.92/10.33	c number of learning phase by resolution	: 0
20.92/10.33	c number of learning phase by cutting planes	: 0
20.92/10.33	c speed (assignments/second)	: 568384.9409448819
20.92/10.33	c non guided choices	42
20.92/10.34	c learnt constraints type 
20.92/10.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
20.92/10.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18353
20.92/10.34	c constraints type 
20.92/10.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
20.92/10.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
20.92/10.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
20.92/10.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
20.92/10.34	c constraints type 
20.92/10.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
20.92/10.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
20.92/10.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
20.92/10.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
20.92/10.34	s UNSATISFIABLE
20.92/10.35	c Total wall clock time (in seconds): 10.232

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-3454761-1307186785/watcher-3454761-1307186785 -o /tmp/evaluation-result-3454761-1307186785/solver-3454761-1307186785 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454761-1307186785.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.62 3.46 2.71 3/538 17962
/proc/meminfo: memFree=20527344/32950928 swapFree=34259960/67111528
[pid=17962] ppid=17960 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17960 17962 15618 0 -1 4202496 3667 0 1 0 0 0 0 0 17 0 2 0 830275216 10694979584 3368 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17962/statm: 2611079 3381 917 9 0 2602235 0
[pid=17962/tid=17963] ppid=17960 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17963/stat : 17963 (java) R 17960 17962 15618 0 -1 4202560 5503 0 1 0 0 0 0 0 18 0 2 0 830275217 10694979584 6319 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.055328 s]
/proc/loadavg: 3.62 3.46 2.71 3/538 17962
/proc/meminfo: memFree=20527344/32950928 swapFree=34259960/67111528
[pid=17962] ppid=17960 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17960 17962 15618 0 -1 4202496 11439 0 1 0 3 0 0 0 17 0 13 0 830275216 10718838784 11135 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512494565 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/17962/statm: 2616904 11135 1684 9 0 2607652 0
[pid=17962/tid=17963] ppid=17960 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/17962/task/17963/stat : 17963 (java) S 17960 17962 15618 0 -1 4202560 10291 0 1 0 3 0 0 0 24 0 13 0 830275217 10718838784 11135 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512521183 0 2147483391 0 16800971 18446744071699199166 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467616

[startup+0.106221 s]
/proc/loadavg: 3.62 3.46 2.71 3/538 17962
/proc/meminfo: memFree=20527344/32950928 swapFree=34259960/67111528
[pid=17962] ppid=17960 vsize=10539720 CPUtime=0.1 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17960 17962 15618 0 -1 4202496 13018 0 1 0 9 1 0 0 17 0 18 0 830275216 10792673280 12714 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17962/statm: 2634930 12714 2092 9 0 2625664 0
[pid=17962/tid=17963] ppid=17960 vsize=10539720 CPUtime=0.09 cores=0,2,4,6
/proc/17962/task/17963/stat : 17963 (java) R 17960 17962 15618 0 -1 4202560 11205 0 1 0 8 1 0 0 25 0 18 0 830275217 10792673280 12714 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254500384464 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539720

[startup+0.301119 s]
/proc/loadavg: 3.62 3.46 2.71 3/538 17962
/proc/meminfo: memFree=20527344/32950928 swapFree=34259960/67111528
[pid=17962] ppid=17960 vsize=10549044 CPUtime=0.64 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17960 17962 15618 0 -1 4202496 17953 0 1 0 62 2 0 0 17 0 22 0 830275216 10802221056 16104 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17962/statm: 2637261 16104 2212 9 0 2627995 0
[pid=17962/tid=17963] ppid=17960 vsize=10549044 CPUtime=0.16 cores=0,2,4,6
/proc/17962/task/17963/stat : 17963 (java) S 17960 17962 15618 0 -1 4202560 11785 0 1 0 15 1 0 0 25 0 22 0 830275217 10802221056 16104 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 10549044

[startup+0.70104 s]
/proc/loadavg: 3.62 3.46 2.71 3/538 17962
/proc/meminfo: memFree=20527344/32950928 swapFree=34259960/67111528
[pid=17962] ppid=17960 vsize=10557140 CPUtime=2.18 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17960 17962 15618 0 -1 4202496 41077 0 1 0 213 5 0 0 17 0 22 0 830275216 10810511360 36854 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17962/statm: 2639285 36859 2251 9 0 2630019 0
[pid=17962/tid=17963] ppid=17960 vsize=10557140 CPUtime=0.16 cores=0,2,4,6
/proc/17962/task/17963/stat : 17963 (java) S 17960 17962 15618 0 -1 4202560 11785 0 1 0 15 1 0 0 20 0 22 0 830275217 10810511360 36862 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 10557140

[startup+1.50094 s]
/proc/loadavg: 3.62 3.46 2.71 5/560 17984
/proc/meminfo: memFree=20347308/32950928 swapFree=34259960/67111528
[pid=17962] ppid=17960 vsize=10555896 CPUtime=4.26 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17960 17962 15618 0 -1 4202496 64221 0 1 0 418 8 0 0 17 0 22 0 830275216 10809237504 56442 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17962/statm: 2638974 56443 2256 9 0 2629708 0
[pid=17962/tid=17963] ppid=17960 vsize=10555896 CPUtime=0.16 cores=0,2,4,6
/proc/17962/task/17963/stat : 17963 (java) S 17960 17962 15618 0 -1 4202560 11785 0 1 0 15 1 0 0 15 0 22 0 830275217 10809237504 56449 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17965] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17965/stat : 17965 (java) S 17960 17962 15618 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 56456 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17966] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17966/stat : 17966 (java) S 17960 17962 15618 0 -1 4202560 110 0 0 0 0 0 0 0 16 0 22 0 830275219 10809237504 56463 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17967] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17967/stat : 17967 (java) S 17960 17962 15618 0 -1 4202560 189 0 0 0 0 0 0 0 16 0 22 0 830275219 10809237504 56463 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17968] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17968/stat : 17968 (java) S 17960 17962 15618 0 -1 4202560 273 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 56464 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17969] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17969/stat : 17969 (java) S 17960 17962 15618 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 56464 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17970] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17970/stat : 17970 (java) S 17960 17962 15618 0 -1 4202560 105 0 0 0 0 0 0 0 16 0 22 0 830275219 10809237504 56465 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 4 0 0 0
[pid=17962/tid=17971] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17971/stat : 17971 (java) S 17960 17962 15618 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 56472 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17972] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17972/stat : 17972 (java) S 17960 17962 15618 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 56479 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17973] ppid=17960 vsize=10555896 CPUtime=0.06 cores=0,2,4,6
/proc/17962/task/17973/stat : 17973 (java) S 17960 17962 15618 0 -1 4202560 1431 0 0 0 6 0 0 0 15 0 22 0 830275220 10809237504 56484 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 0 0 16800975 18446604441335275584 0 0 -1 4 0 0 0
[pid=17962/tid=17974] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17974/stat : 17974 (java) S 17960 17962 15618 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 830275220 10809237504 56484 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17975] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17975/stat : 17975 (java) S 17960 17962 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830275220 10809237504 56485 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17976] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17976/stat : 17976 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830275223 10809237504 56485 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512515505 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17977] ppid=17960 vsize=10555896 CPUtime=0.73 cores=0,2,4,6
/proc/17962/task/17977/stat : 17977 (java) S 17960 17962 15618 0 -1 4202560 7550 0 0 0 73 0 0 0 21 0 22 0 830275223 10809237504 56489 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17978] ppid=17960 vsize=10555896 CPUtime=0.78 cores=0,2,4,6
/proc/17962/task/17978/stat : 17978 (java) S 17960 17962 15618 0 -1 4202560 6430 0 0 0 78 0 0 0 22 0 22 0 830275223 10809237504 56496 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17979] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17979/stat : 17979 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830275223 10809237504 56503 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17980] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17980/stat : 17980 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830275223 10809237504 56505 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17981] ppid=17960 vsize=10555896 CPUtime=1.23 cores=0,2,4,6
/proc/17962/task/17981/stat : 17981 (java) R 17960 17962 15618 0 -1 4202560 294 0 0 0 123 0 0 0 18 0 22 0 830275234 10809237504 56505 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 46912505557999 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17962/tid=17982] ppid=17960 vsize=10555896 CPUtime=1.22 cores=0,2,4,6
/proc/17962/task/17982/stat : 17982 (java) R 17960 17962 15618 0 -1 4202560 34338 0 0 0 117 5 0 0 25 0 22 0 830275234 10809237504 56506 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 46912505366066 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17962/tid=17983] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17983/stat : 17983 (java) S 17960 17962 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830275235 10809237504 56507 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17984] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17984/stat : 17984 (java) S 17960 17962 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830275235 10809237504 56512 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 10555896

[startup+3.10162 s]
/proc/loadavg: 3.62 3.46 2.71 5/560 17984
/proc/meminfo: memFree=20290384/32950928 swapFree=34259960/67111528
[pid=17962] ppid=17960 vsize=10555896 CPUtime=7.37 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17960 17962 15618 0 -1 4202496 70763 0 1 0 728 9 0 0 17 0 22 0 830275216 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17962/statm: 2638974 62979 2256 9 0 2629708 0
[pid=17962/tid=17963] ppid=17960 vsize=10555896 CPUtime=0.16 cores=0,2,4,6
/proc/17962/task/17963/stat : 17963 (java) S 17960 17962 15618 0 -1 4202560 11785 0 1 0 15 1 0 0 15 0 22 0 830275217 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17965] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17965/stat : 17965 (java) S 17960 17962 15618 0 -1 4202560 206 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17966] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17966/stat : 17966 (java) S 17960 17962 15618 0 -1 4202560 122 0 0 0 0 0 0 0 16 0 22 0 830275219 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17967] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17967/stat : 17967 (java) S 17960 17962 15618 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17968] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17968/stat : 17968 (java) S 17960 17962 15618 0 -1 4202560 295 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17969] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17969/stat : 17969 (java) S 17960 17962 15618 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17970] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17970/stat : 17970 (java) S 17960 17962 15618 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17971] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17971/stat : 17971 (java) S 17960 17962 15618 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17972] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17972/stat : 17972 (java) S 17960 17962 15618 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17973] ppid=17960 vsize=10555896 CPUtime=0.16 cores=0,2,4,6
/proc/17962/task/17973/stat : 17973 (java) S 17960 17962 15618 0 -1 4202560 2627 0 0 0 16 0 0 0 16 0 22 0 830275220 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 0 0 16800975 18446604441335275584 0 0 -1 4 0 0 0
[pid=17962/tid=17974] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17974/stat : 17974 (java) S 17960 17962 15618 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 830275220 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17975] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17975/stat : 17975 (java) S 17960 17962 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830275220 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17976] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17976/stat : 17976 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830275223 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512515505 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17977] ppid=17960 vsize=10555896 CPUtime=0.75 cores=0,2,4,6
/proc/17962/task/17977/stat : 17977 (java) S 17960 17962 15618 0 -1 4202560 7552 0 0 0 75 0 0 0 15 0 22 0 830275223 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17978] ppid=17960 vsize=10555896 CPUtime=0.79 cores=0,2,4,6
/proc/17962/task/17978/stat : 17978 (java) S 17960 17962 15618 0 -1 4202560 6430 0 0 0 79 0 0 0 15 0 22 0 830275223 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17979] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17979/stat : 17979 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830275223 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17980] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17980/stat : 17980 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830275223 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17981] ppid=17960 vsize=10555896 CPUtime=2.72 cores=0,2,4,6
/proc/17962/task/17981/stat : 17981 (java) R 17960 17962 15618 0 -1 4202560 298 0 0 0 272 0 0 0 19 0 22 0 830275234 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 46912505525238 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17962/tid=17982] ppid=17960 vsize=10555896 CPUtime=2.7 cores=0,2,4,6
/proc/17962/task/17982/stat : 17982 (java) R 17960 17962 15618 0 -1 4202560 39574 0 0 0 264 6 0 0 25 0 22 0 830275234 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 46912505540488 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17962/tid=17983] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17983/stat : 17983 (java) S 17960 17962 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830275235 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17984] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17984/stat : 17984 (java) S 17960 17962 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830275235 10809237504 62979 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 10555896

[startup+6.30098 s]
/proc/loadavg: 3.65 3.47 2.72 5/560 17984
/proc/meminfo: memFree=20279848/32950928 swapFree=34259960/67111528
[pid=17962] ppid=17960 vsize=10555896 CPUtime=13.59 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17960 17962 15618 0 -1 4202496 71255 0 1 0 1349 10 0 0 17 0 22 0 830275216 10809237504 63462 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17962/statm: 2638974 63462 2256 9 0 2629708 0
[pid=17962/tid=17963] ppid=17960 vsize=10555896 CPUtime=0.16 cores=0,2,4,6
/proc/17962/task/17963/stat : 17963 (java) S 17960 17962 15618 0 -1 4202560 11785 0 1 0 15 1 0 0 15 0 22 0 830275217 10809237504 63462 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17965] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17965/stat : 17965 (java) S 17960 17962 15618 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 63462 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17966] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17966/stat : 17966 (java) S 17960 17962 15618 0 -1 4202560 122 0 0 0 1 0 0 0 15 0 22 0 830275219 10809237504 63462 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17967] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17967/stat : 17967 (java) S 17960 17962 15618 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 63462 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17968] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17968/stat : 17968 (java) S 17960 17962 15618 0 -1 4202560 297 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 63462 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17969] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17969/stat : 17969 (java) S 17960 17962 15618 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 63462 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17970] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17970/stat : 17970 (java) S 17960 17962 15618 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 63462 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17971] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17971/stat : 17971 (java) S 17960 17962 15618 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 63462 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17972] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17972/stat : 17972 (java) S 17960 17962 15618 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 63462 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0

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

/proc/17962/task/17973/stat : 17973 (java) S 17960 17962 15618 0 -1 4202560 3940 0 0 0 47 1 0 0 15 0 22 0 830275220 10809237504 66187 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 0 0 16800975 18446604441335275584 0 0 -1 4 0 0 0
[pid=17962/tid=17974] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17974/stat : 17974 (java) S 17960 17962 15618 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 830275220 10809237504 66187 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17975] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17975/stat : 17975 (java) S 17960 17962 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830275220 10809237504 66187 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17976] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17976/stat : 17976 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830275223 10809237504 66187 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512515505 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17977] ppid=17960 vsize=10555896 CPUtime=0.75 cores=0,2,4,6
/proc/17962/task/17977/stat : 17977 (java) S 17960 17962 15618 0 -1 4202560 7552 0 0 0 75 0 0 0 15 0 22 0 830275223 10809237504 66187 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17978] ppid=17960 vsize=10555896 CPUtime=0.8 cores=0,2,4,6
/proc/17962/task/17978/stat : 17978 (java) S 17960 17962 15618 0 -1 4202560 6430 0 0 0 80 0 0 0 15 0 22 0 830275223 10809237504 66187 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17979] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17979/stat : 17979 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830275223 10809237504 66187 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17980] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17980/stat : 17980 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830275223 10809237504 66187 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17981] ppid=17960 vsize=10555896 CPUtime=7.18 cores=0,2,4,6
/proc/17962/task/17981/stat : 17981 (java) R 17960 17962 15618 0 -1 4202560 306 0 0 0 718 0 0 0 25 0 22 0 830275234 10809237504 66187 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 46912505572200 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17962/tid=17982] ppid=17960 vsize=10555896 CPUtime=7.16 cores=0,2,4,6
/proc/17962/task/17982/stat : 17982 (java) R 17960 17962 15618 0 -1 4202560 41460 0 0 0 710 6 0 0 25 0 22 0 830275234 10809237504 66187 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 46912505679073 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17962/tid=17983] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17983/stat : 17983 (java) S 17960 17962 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830275235 10809237504 66187 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17984] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17984/stat : 17984 (java) S 17960 17962 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830275235 10809237504 66187 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 16.66
Current children cumulated vsize (KiB) 10555896

[startup+9.50135 s]
/proc/loadavg: 3.65 3.47 2.72 7/560 17984
/proc/meminfo: memFree=20267932/32950928 swapFree=34259960/67111528
[pid=17962] ppid=17960 vsize=10555896 CPUtime=19.75 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17960 17962 15618 0 -1 4202496 74700 0 1 0 1965 10 0 0 17 0 22 0 830275216 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17962/statm: 2638974 66898 2256 9 0 2629708 0
[pid=17962/tid=17963] ppid=17960 vsize=10555896 CPUtime=0.16 cores=0,2,4,6
/proc/17962/task/17963/stat : 17963 (java) S 17960 17962 15618 0 -1 4202560 11787 0 1 0 15 1 0 0 15 0 22 0 830275217 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17965] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17965/stat : 17965 (java) S 17960 17962 15618 0 -1 4202560 209 0 0 0 1 0 0 0 15 0 22 0 830275219 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17966] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17966/stat : 17966 (java) S 17960 17962 15618 0 -1 4202560 123 0 0 0 1 0 0 0 15 0 22 0 830275219 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17967] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17967/stat : 17967 (java) S 17960 17962 15618 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 22 0 830275219 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17968] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17968/stat : 17968 (java) S 17960 17962 15618 0 -1 4202560 297 0 0 0 1 0 0 0 15 0 22 0 830275219 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17969] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17969/stat : 17969 (java) S 17960 17962 15618 0 -1 4202560 138 0 0 0 0 0 0 0 16 0 22 0 830275219 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17970] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17970/stat : 17970 (java) S 17960 17962 15618 0 -1 4202560 110 0 0 0 1 0 0 0 15 0 22 0 830275219 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17971] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17971/stat : 17971 (java) S 17960 17962 15618 0 -1 4202560 175 0 0 0 1 0 0 0 15 0 22 0 830275219 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17972] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17972/stat : 17972 (java) S 17960 17962 15618 0 -1 4202560 113 0 0 0 1 0 0 0 15 0 22 0 830275219 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17973] ppid=17960 vsize=10555896 CPUtime=0.59 cores=0,2,4,6
/proc/17962/task/17973/stat : 17973 (java) S 17960 17962 15618 0 -1 4202560 4650 0 0 0 58 1 0 0 15 0 22 0 830275220 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 0 0 16800975 18446604441335275584 0 0 -1 4 0 0 0
[pid=17962/tid=17974] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17974/stat : 17974 (java) S 17960 17962 15618 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 22 0 830275220 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17975] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17975/stat : 17975 (java) S 17960 17962 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830275220 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17976] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17976/stat : 17976 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830275223 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512515505 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17977] ppid=17960 vsize=10555896 CPUtime=0.75 cores=0,2,4,6
/proc/17962/task/17977/stat : 17977 (java) S 17960 17962 15618 0 -1 4202560 7552 0 0 0 75 0 0 0 15 0 22 0 830275223 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17978] ppid=17960 vsize=10555896 CPUtime=0.8 cores=0,2,4,6
/proc/17962/task/17978/stat : 17978 (java) S 17960 17962 15618 0 -1 4202560 6430 0 0 0 80 0 0 0 15 0 22 0 830275223 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17979] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17979/stat : 17979 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830275223 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17980] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17980/stat : 17980 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830275223 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17981] ppid=17960 vsize=10555896 CPUtime=8.66 cores=0,2,4,6
/proc/17962/task/17981/stat : 17981 (java) R 17960 17962 15618 0 -1 4202560 307 0 0 0 866 0 0 0 25 0 22 0 830275234 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 46912505683675 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17962/tid=17982] ppid=17960 vsize=10555896 CPUtime=8.65 cores=0,2,4,6
/proc/17962/task/17982/stat : 17982 (java) R 17960 17962 15618 0 -1 4202560 41462 0 0 0 859 6 0 0 25 0 22 0 830275234 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 46912505725462 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17962/tid=17983] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17983/stat : 17983 (java) S 17960 17962 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830275235 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17984] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17984/stat : 17984 (java) S 17960 17962 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830275235 10809237504 66898 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 19.75
Current children cumulated vsize (KiB) 10555896

[startup+9.92026 s]
/proc/loadavg: 3.65 3.47 2.72 5/560 17984
/proc/meminfo: memFree=20264352/32950928 swapFree=34259960/67111528
[pid=17962] ppid=17960 vsize=10555896 CPUtime=20.54 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17960 17962 15618 0 -1 4202496 74977 0 1 0 2044 10 0 0 17 0 20 0 830275216 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17962/statm: 2638974 67173 2258 9 0 2629708 0
[pid=17962/tid=17963] ppid=17960 vsize=10555896 CPUtime=0.16 cores=0,2,4,6
/proc/17962/task/17963/stat : 17963 (java) S 17960 17962 15618 0 -1 4202560 11787 0 1 0 15 1 0 0 15 0 20 0 830275217 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17965] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17965/stat : 17965 (java) S 17960 17962 15618 0 -1 4202560 209 0 0 0 1 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17966] ppid=17960 vsize=10555896 CPUtime=0.02 cores=0,2,4,6
/proc/17962/task/17966/stat : 17966 (java) S 17960 17962 15618 0 -1 4202560 123 0 0 0 2 0 0 0 16 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17967] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17967/stat : 17967 (java) S 17960 17962 15618 0 -1 4202560 189 0 0 0 1 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17968] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17968/stat : 17968 (java) S 17960 17962 15618 0 -1 4202560 297 0 0 0 1 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17969] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17969/stat : 17969 (java) S 17960 17962 15618 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17970] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17970/stat : 17970 (java) S 17960 17962 15618 0 -1 4202560 110 0 0 0 1 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17971] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17971/stat : 17971 (java) S 17960 17962 15618 0 -1 4202560 175 0 0 0 1 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17972] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17972/stat : 17972 (java) S 17960 17962 15618 0 -1 4202560 113 0 0 0 1 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17973] ppid=17960 vsize=10555896 CPUtime=0.61 cores=0,2,4,6
/proc/17962/task/17973/stat : 17973 (java) S 17960 17962 15618 0 -1 4202560 4922 0 0 0 60 1 0 0 15 0 20 0 830275220 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 0 0 16800975 18446604441335275584 0 0 -1 4 0 0 0
[pid=17962/tid=17974] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17974/stat : 17974 (java) S 17960 17962 15618 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 20 0 830275220 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17975] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17975/stat : 17975 (java) S 17960 17962 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 830275220 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17976] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17976/stat : 17976 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830275223 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512515505 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17977] ppid=17960 vsize=10555896 CPUtime=0.76 cores=0,2,4,6
/proc/17962/task/17977/stat : 17977 (java) S 17960 17962 15618 0 -1 4202560 7552 0 0 0 76 0 0 0 15 0 20 0 830275223 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17978] ppid=17960 vsize=10555896 CPUtime=0.81 cores=0,2,4,6
/proc/17962/task/17978/stat : 17978 (java) S 17960 17962 15618 0 -1 4202560 6430 0 0 0 81 0 0 0 15 0 20 0 830275223 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17979] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17979/stat : 17979 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830275223 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17980] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17980/stat : 17980 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 830275223 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17982] ppid=17960 vsize=10555896 CPUtime=9.04 cores=0,2,4,6
/proc/17962/task/17982/stat : 17982 (java) R 17960 17962 15618 0 -1 4202560 41463 0 0 0 898 6 0 0 25 0 20 0 830275234 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 46912505754385 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17962/tid=17984] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17984/stat : 17984 (java) S 17960 17962 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 20 0 830275235 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.54
Current children cumulated vsize (KiB) 10555896

[startup+10.3012 s]
/proc/loadavg: 3.65 3.47 2.72 5/560 17984
/proc/meminfo: memFree=20264352/32950928 swapFree=34259960/67111528
[pid=17962] ppid=17960 vsize=10555896 CPUtime=20.92 cores=0,2,4,6
/proc/17962/stat : 17962 (java) S 17960 17962 15618 0 -1 4202496 74977 0 1 0 2082 10 0 0 17 0 20 0 830275216 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17962/statm: 2638974 67173 2258 9 0 2629708 0
[pid=17962/tid=17963] ppid=17960 vsize=10555896 CPUtime=0.16 cores=0,2,4,6
/proc/17962/task/17963/stat : 17963 (java) S 17960 17962 15618 0 -1 4202560 11787 0 1 0 15 1 0 0 15 0 20 0 830275217 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17965] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17965/stat : 17965 (java) S 17960 17962 15618 0 -1 4202560 209 0 0 0 1 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17966] ppid=17960 vsize=10555896 CPUtime=0.02 cores=0,2,4,6
/proc/17962/task/17966/stat : 17966 (java) S 17960 17962 15618 0 -1 4202560 123 0 0 0 2 0 0 0 16 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17967] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17967/stat : 17967 (java) S 17960 17962 15618 0 -1 4202560 189 0 0 0 1 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17968] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17968/stat : 17968 (java) S 17960 17962 15618 0 -1 4202560 297 0 0 0 1 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17969] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17969/stat : 17969 (java) S 17960 17962 15618 0 -1 4202560 138 0 0 0 0 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17970] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17970/stat : 17970 (java) S 17960 17962 15618 0 -1 4202560 110 0 0 0 1 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17971] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17971/stat : 17971 (java) S 17960 17962 15618 0 -1 4202560 175 0 0 0 1 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17972] ppid=17960 vsize=10555896 CPUtime=0.01 cores=0,2,4,6
/proc/17962/task/17972/stat : 17972 (java) S 17960 17962 15618 0 -1 4202560 113 0 0 0 1 0 0 0 15 0 20 0 830275219 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17973] ppid=17960 vsize=10555896 CPUtime=0.61 cores=0,2,4,6
/proc/17962/task/17973/stat : 17973 (java) S 17960 17962 15618 0 -1 4202560 4922 0 0 0 60 1 0 0 15 0 20 0 830275220 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 0 0 16800975 18446604441335275584 0 0 -1 4 0 0 0
[pid=17962/tid=17974] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17974/stat : 17974 (java) S 17960 17962 15618 0 -1 4202560 17 0 0 0 0 0 0 0 17 0 20 0 830275220 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17975] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17975/stat : 17975 (java) S 17960 17962 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 830275220 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17976] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17976/stat : 17976 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830275223 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512515505 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17977] ppid=17960 vsize=10555896 CPUtime=0.76 cores=0,2,4,6
/proc/17962/task/17977/stat : 17977 (java) S 17960 17962 15618 0 -1 4202560 7552 0 0 0 76 0 0 0 15 0 20 0 830275223 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 0 0 0 0
[pid=17962/tid=17978] ppid=17960 vsize=10555896 CPUtime=0.81 cores=0,2,4,6
/proc/17962/task/17978/stat : 17978 (java) S 17960 17962 15618 0 -1 4202560 6430 0 0 0 81 0 0 0 15 0 20 0 830275223 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17979] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17979/stat : 17979 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830275223 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512507801 0 4 0 16800975 18446604441335275584 0 0 -1 6 0 0 0
[pid=17962/tid=17980] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17980/stat : 17980 (java) S 17960 17962 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 830275223 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 2 0 0 0
[pid=17962/tid=17982] ppid=17960 vsize=10555896 CPUtime=9.42 cores=0,2,4,6
/proc/17962/task/17982/stat : 17982 (java) R 17960 17962 15618 0 -1 4202560 41463 0 0 0 936 6 0 0 25 0 20 0 830275234 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 46912505672693 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17962/tid=17984] ppid=17960 vsize=10555896 CPUtime=0 cores=0,2,4,6
/proc/17962/task/17984/stat : 17984 (java) S 17960 17962 15618 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 20 0 830275235 10809237504 67173 33554432000 1073741824 1073778376 140737332209744 18446744073709551615 254512508416 0 4 0 16800975 18446604441335275584 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.92
Current children cumulated vsize (KiB) 10555896

Child status: 20
Real time (s): 10.3623
CPU time (s): 20.9618
CPU user time (s): 20.8408
CPU system time (s): 0.120981
CPU usage (%): 202.29
Max. virtual memory (cumulated for all children) (KiB): 10565172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.8408
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75000
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= 1311
involuntary context switches= 607

runsolver used 0.054991 second user time and 0.136979 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 13:26:25
IDJOB=3454761
IDBENCH=1214
IDSOLVER=1950
FILE ID=node149/3454761-1307186785
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.1110977273.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454761-1307186785/watcher-3454761-1307186785 -o /tmp/evaluation-result-3454761-1307186785/solver-3454761-1307186785 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454761-1307186785.opb

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

MD5SUM BENCH= 3e6af77ac44df40c1eda4de6fd376120
RANDOM SEED=662897052

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:      20527608 kB
Buffers:        337120 kB
Cached:        3270644 kB
SwapCached:     123196 kB
Active:        1368836 kB
Inactive:     10715984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20527608 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:             468 kB
Writeback:           0 kB
AnonPages:     8378056 kB
Mapped:          26232 kB
Slab:           148208 kB
PageTables:     119912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183470140 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:26:36