Trace number 4120070

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 227.76 228.369

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-tseitin-regular-n76-d3-i3-f.cnf.gz-plain.pb.metafix.opb
MD5SUMa208cee322e7111b1b0813c69ed1a440
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.50862
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables114
Total number of constraints304
Number of constraints which are clauses304
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/1.87	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/1.87	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/1.87	c See www.sat4j.org for details.
0.06/1.88	c version PB16.v20160501
0.06/1.88	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/1.88	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/1.88	c java.vm.version	19.1-b02
0.06/1.88	c java.vm.vendor	Sun Microsystems Inc.
0.06/1.88	c sun.arch.data.model	64
0.06/1.88	c java.version		1.6.0_24
0.06/1.88	c os.name		Linux
0.06/1.88	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/1.88	c os.arch		amd64
0.06/1.88	c Free memory 		501472288
0.06/1.88	c Max memory 		7480803328
0.06/1.88	c Total memory 		504102912
0.06/1.88	c Number of processors 	8
0.11/1.97	c Pseudo Boolean Optimization by upper bound
0.11/1.97	c --- Begin Solver configuration ---
0.11/1.97	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/1.97	c Learn all clauses as in MiniSAT
0.11/1.97	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/1.97	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/1.97	c No reason simplification
0.11/1.97	c Glucose 2.1 dynamic restart strategy
0.11/1.97	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/1.97	c timeout=2147483s
0.11/1.97	c DB Simplification allowed=false
0.11/1.97	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/1.97	c --- End Solver configuration ---
0.11/1.97	c solving HOME/instance-4120070-1467308852.opb
0.11/1.97	c reading problem ... 
0.11/1.98	c  no objective function found
0.17/2.04	c ... done. Wall clock time 0.071s.
0.17/2.04	c declared #vars     114
0.17/2.04	c #constraints  304
0.17/2.04	c constraints type 
0.17/2.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 304
0.17/2.04	c 304 constraints processed.
0.68/2.36	c cleaning 2500 clauses out of 5001 with flag 24759/5001
1.08/2.64	c cleaning 4248 clauses out of 8502 with flag 54724/11002
1.48/3.05	c cleaning 5624 clauses out of 11252 with flag 90114/18000
2.00/3.51	c cleaning 6810 clauses out of 13629 with flag 129560/26001
2.61/4.18	c cleaning 7905 clauses out of 15819 with flag 176078/35001
3.51/5.05	c cleaning 8954 clauses out of 17914 with flag 228454/45001
4.71/6.24	c cleaning 9980 clauses out of 19960 with flag 285864/56001
6.11/7.65	c cleaning 10987 clauses out of 21979 with flag 350100/68000
7.81/9.39	c cleaning 11992 clauses out of 23992 with flag 421551/81000
9.91/11.45	c cleaning 12996 clauses out of 26000 with flag 500688/95000
12.41/13.90	c cleaning 13998 clauses out of 28004 with flag 578269/110000
15.11/16.61	c cleaning 15003 clauses out of 30006 with flag 661897/126000
18.31/19.86	c cleaning 16001 clauses out of 32003 with flag 744981/143000
21.56/23.10	c cleaning 16998 clauses out of 34003 with flag 832501/161001
24.25/25.78	c cleaning 17998 clauses out of 36005 with flag 931940/180001
27.26/28.74	c cleaning 19001 clauses out of 38006 with flag 1031953/200000
30.35/31.90	c cleaning 20000 clauses out of 40005 with flag 1135252/221000
34.55/36.01	c cleaning 21000 clauses out of 42005 with flag 1245562/243000
39.15/40.63	c cleaning 21998 clauses out of 44005 with flag 1367330/266000
43.66/45.11	c cleaning 22997 clauses out of 46007 with flag 1491368/290000
47.75/49.22	c cleaning 24001 clauses out of 48010 with flag 1601870/315000
52.86/54.31	c cleaning 25000 clauses out of 50009 with flag 1726068/341000
57.66/59.18	c cleaning 26002 clauses out of 52009 with flag 1865468/368000
62.56/64.07	c cleaning 27003 clauses out of 54008 with flag 1987947/396001
67.86/69.37	c cleaning 27999 clauses out of 56005 with flag 2138239/425001
74.66/76.17	c cleaning 29002 clauses out of 58005 with flag 2303540/455000
81.97/83.20	c cleaning 29999 clauses out of 60004 with flag 2468793/486001
90.15/91.03	c cleaning 31001 clauses out of 62004 with flag 2675607/518000
98.62/99.44	c cleaning 31998 clauses out of 64004 with flag 2889219/551001
107.72/108.51	c cleaning 33002 clauses out of 66006 with flag 3109523/585001
116.18/116.93	c cleaning 34001 clauses out of 68004 with flag 3324757/620001
127.33/128.04	c cleaning 35000 clauses out of 70002 with flag 3520903/656000
138.93/139.66	c cleaning 35998 clauses out of 72003 with flag 3721972/693001
151.25/151.98	c cleaning 36999 clauses out of 74004 with flag 3928229/731000
164.73/165.47	c cleaning 38002 clauses out of 76005 with flag 4139526/770000
178.62/179.26	c cleaning 38996 clauses out of 78002 with flag 4354685/810000
193.43/194.05	c cleaning 40004 clauses out of 80007 with flag 4575534/851001
211.03/211.69	c cleaning 41000 clauses out of 82000 with flag 4800069/893000
227.57/228.15	c cleaning 41998 clauses out of 83995 with flag 5027654/936000
227.76/228.33	c starts		: 89
227.76/228.33	c conflicts		: 936788
227.76/228.33	c decisions		: 1039179
227.76/228.33	c propagations		: 8759100
227.76/228.33	c inspects		: 6556871724
227.76/228.33	c shortcuts		: 0
227.76/228.33	c learnt literals	: 19
227.76/228.33	c learnt binary clauses	: 17
227.76/228.33	c learnt ternary clauses	: 34
227.76/228.33	c learnt constraints	: 936768
227.76/228.33	c ignored constraints	: 0
227.76/228.33	c root simplifications	: 0
227.76/228.33	c removed literals (reason simplification)	: 0
227.76/228.33	c reason swapping (by a shorter reason)	: 0
227.76/228.33	c Calls to reduceDB	: 39
227.76/228.33	c Number of update (reduction) of LBD	: 58656
227.76/228.33	c Imported unit clauses	: 0
227.76/228.33	c number of reductions to clauses (during analyze)	: 0
227.76/228.33	c number of learned constraints concerned by reduction	: 0
227.76/228.33	c number of learning phase by resolution	: 0
227.76/228.33	c number of learning phase by cutting planes	: 0
227.76/228.33	c speed (assignments/second)	: 38708.60824719488
227.76/228.33	c non guided choices	249
227.76/228.35	c learnt constraints type 
227.76/228.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
227.76/228.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42756
227.76/228.35	s UNSATISFIABLE
227.76/228.35	c Total wall clock time (in seconds): 226.385

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4120070-1467308852/watcher-4120070-1467308852 -o /tmp/evaluation-result-4120070-1467308852/solver-4120070-1467308852 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17536 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120070-1467308852.opb 

pid=17558
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.31 1.85 1.77 4/175 17564
/proc/meminfo: memFree=29378508/32872528 swapFree=1391980/1569808
[pid=17564] ppid=17558 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/17564/stat : 17564 (runsolver) D 17558 17564 17519 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 1 0 11834796 24911872 159 33554432000 4194304 4338465 140736309699616 140736309696808 213419453879 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/17564/statm: 6082 159 113 36 0 2655 0

[startup+0.100154 s]
/proc/loadavg: 1.31 1.85 1.77 4/175 17564
/proc/meminfo: memFree=29378508/32872528 swapFree=1391980/1569808
[pid=17564] ppid=17558 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/17564/stat : 17564 (java) D 17558 17564 17519 0 -1 4202496 172 0 1 0 0 0 0 0 20 0 1 0 11834796 3653632 47 33554432000 1073741824 1073778376 140737315008880 140737315005976 213410479760 0 0 4096 0 18446744071579943789 0 0 17 3 0 0 4 0 0
/proc/17564/statm: 892 47 37 9 0 30 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 3568

[startup+0.200314 s]
/proc/loadavg: 1.31 1.85 1.77 4/175 17564
/proc/meminfo: memFree=29378508/32872528 swapFree=1391980/1569808
[pid=17564] ppid=17558 vsize=20596 CPUtime=0 cores=1,3,5,7
/proc/17564/stat : 17564 (java) D 17558 17564 17519 0 -1 4202496 534 0 1 0 0 0 0 0 20 0 1 0 11834796 21090304 186 33554432000 1073741824 1073778376 140733404389968 140733404378568 213410479688 0 0 4096 0 18446744071579943789 0 0 17 5 0 0 11 0 0
/proc/17564/statm: 5149 186 143 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20596

[startup+0.300296 s]
/proc/loadavg: 1.31 1.85 1.77 4/175 17564
/proc/meminfo: memFree=29378508/32872528 swapFree=1391980/1569808
[pid=17564] ppid=17558 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/17564/stat : 17564 (java) D 17558 17564 17519 0 -1 4202496 614 0 4 0 0 0 0 0 20 0 1 0 11834796 23793664 267 33554432000 1073741824 1073778376 140733404389968 140733404379960 213410429505 0 0 4096 0 18446744071579943789 0 0 17 5 0 0 22 0 0
/proc/17564/statm: 5809 267 208 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.700261 s]
/proc/loadavg: 1.31 1.85 1.77 4/175 17564
/proc/meminfo: memFree=29378508/32872528 swapFree=1391980/1569808
[pid=17564] ppid=17558 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/17564/stat : 17564 (java) D 17558 17564 17519 0 -1 4202496 1138 0 18 0 0 0 0 0 20 0 1 0 11834796 23793664 805 33554432000 1073741824 1073778376 140733404389968 140733404379960 139948781814544 0 0 4096 0 18446744071579943789 0 0 17 5 0 0 61 0 0
/proc/17564/statm: 5809 805 599 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+1.50027 s]
/proc/loadavg: 1.36 1.85 1.77 2/179 17568
/proc/meminfo: memFree=29366076/32872528 swapFree=1391980/1569808
[pid=17564] ppid=17558 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/17564/stat : 17564 (java) S 17558 17564 17519 0 -1 4202496 3107 0 28 0 2 2 0 0 20 0 13 0 11834796 9446973440 3753 33554432000 1073741824 1073778376 140733404389968 140733404381104 213422997565 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 77 0 0
/proc/17564/statm: 2306390 3753 1705 9 0 2297091 0
[pid=17564/tid=17568] ppid=17558 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/17564/task/17568/stat : 17568 (java) D 17558 17564 17519 0 -1 4202560 1869 0 6 0 1 1 0 0 20 0 13 0 11834882 9446973440 3753 33554432000 1073741824 1073778376 140733404389968 139948776164528 213423023373 0 4 0 16800971 18446744071579943789 0 0 -1 1 0 0 49 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+3.10073 s]
/proc/loadavg: 1.36 1.85 1.77 4/213 17602
/proc/meminfo: memFree=29313960/32872528 swapFree=1391980/1569808
[pid=17564] ppid=17558 vsize=9625040 CPUtime=1.59 cores=1,3,5,7
/proc/17564/stat : 17564 (java) S 17558 17564 17519 0 -1 4202496 8686 0 30 0 156 3 0 0 20 0 19 0 11834796 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 140733404381104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 77 0 0
/proc/17564/statm: 2406260 9333 2256 9 0 2396937 0
[pid=17564/tid=17568] ppid=17558 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/17564/task/17568/stat : 17568 (java) R 17558 17564 17519 0 -1 4202560 2382 0 6 0 117 2 0 0 20 0 19 0 11834882 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948776160960 139948640946543 0 4 0 16800975 0 0 0 -1 1 0 0 90 0 0
[pid=17564/tid=17573] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17573/stat : 17573 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948765231656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17575] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17575/stat : 17575 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948764178856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17577] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17577/stat : 17577 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948763126056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17578] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17578/stat : 17578 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948762073256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17580] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17580/stat : 17580 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948761021480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17582] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17582/stat : 17582 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948759968680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17583] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17583/stat : 17583 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948612860712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17584] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17584/stat : 17584 (java) S 17558 17564 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948611807912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17585] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17585/stat : 17585 (java) S 17558 17564 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11834928 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948599609832 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17587] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17587/stat : 17587 (java) S 17558 17564 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948598555896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17589] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17589/stat : 17589 (java) S 17558 17564 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948597502984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17591] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17591/stat : 17591 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948596451472 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17592] ppid=17558 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/17564/task/17592/stat : 17592 (java) S 17558 17564 17519 0 -1 4202560 2039 0 1 0 16 0 0 0 20 0 19 0 11834961 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948595399608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=17564/tid=17593] ppid=17558 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/17564/task/17593/stat : 17593 (java) S 17558 17564 17519 0 -1 4202560 3014 0 1 0 20 0 0 0 20 0 19 0 11834961 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948594346808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=17564/tid=17595] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17595/stat : 17595 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948593294200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17598] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17598/stat : 17598 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948592241608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17602] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17602/stat : 17602 (java) S 17558 17564 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11835002 9856040960 9333 33554432000 1073741824 1073778376 140733404389968 139948591187112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 9625040
heavy processes:
  %CPU=34 pid=1812 uid=0 cmd=

[startup+6.30072 s]
/proc/loadavg: 1.36 1.85 1.77 4/213 17602
/proc/meminfo: memFree=29273368/32872528 swapFree=1391980/1569808
[pid=17564] ppid=17558 vsize=9625040 CPUtime=4.81 cores=1,3,5,7
/proc/17564/stat : 17564 (java) S 17558 17564 17519 0 -1 4202496 8692 0 30 0 478 3 0 0 20 0 19 0 11834796 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 140733404381104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 77 0 0
/proc/17564/statm: 2406260 10871 2257 9 0 2396937 0
[pid=17564/tid=17568] ppid=17558 vsize=9625040 CPUtime=4.38 cores=1,3,5,7
/proc/17564/task/17568/stat : 17568 (java) R 17558 17564 17519 0 -1 4202560 2386 0 6 0 436 2 0 0 20 0 19 0 11834882 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948776160960 139948640946511 0 4 0 16800975 0 0 0 -1 1 0 0 90 0 0
[pid=17564/tid=17573] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17573/stat : 17573 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948765231656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17575] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17575/stat : 17575 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948764178856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17577] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17577/stat : 17577 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948763126056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17578] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17578/stat : 17578 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948762073256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17580] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17580/stat : 17580 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948761021480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17582] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17582/stat : 17582 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948759968680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17583] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17583/stat : 17583 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948612860712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17584] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17584/stat : 17584 (java) S 17558 17564 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948611807912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17585] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17585/stat : 17585 (java) S 17558 17564 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11834928 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948599609832 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17587] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17587/stat : 17587 (java) S 17558 17564 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948598555896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17589] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17589/stat : 17589 (java) S 17558 17564 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948597502984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17591] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17591/stat : 17591 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948596451472 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17592] ppid=17558 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/17564/task/17592/stat : 17592 (java) S 17558 17564 17519 0 -1 4202560 2040 0 1 0 18 0 0 0 20 0 19 0 11834961 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948595399608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=17564/tid=17593] ppid=17558 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/17564/task/17593/stat : 17593 (java) S 17558 17564 17519 0 -1 4202560 3014 0 1 0 21 0 0 0 20 0 19 0 11834961 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948594346808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=17564/tid=17595] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17595/stat : 17595 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948593294200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17598] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17598/stat : 17598 (java) S 17558 17564 17519 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948592241608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17602] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17602/stat : 17602 (java) S 17558 17564 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11835002 9856040960 10871 33554432000 1073741824 1073778376 140733404389968 139948591187112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.81
Current children cumulated vsize (KiB) 9625040
heavy processes:
  %CPU=34 pid=1812 uid=0 cmd=/usr/local/sbin/pbs_mom 

[startup+12.7007 s]
/proc/loadavg: 1.46 1.85 1.77 4/213 17602
/proc/meminfo: memFree=29252924/32872528 swapFree=1391980/1569808
[pid=17564] ppid=17558 vsize=9625040 CPUtime=11.21 cores=1,3,5,7
/proc/17564/stat : 17564 (java) S 17558 17564 17519 0 -1 4202496 8695 0 30 0 1118 3 0 0 20 0 19 0 11834796 9856040960 12387 33554432000 1073741824 1073778376 140733404389968 140733404381104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 77 0 0
/proc/17564/statm: 2406260 12387 2257 9 0 2396937 0
[pid=17564/tid=17568] ppid=17558 vsize=9625040 CPUtime=10.76 cores=1,3,5,7
/proc/17564/task/17568/stat : 17568 (java) R 17558 17564 17519 0 -1 4202560 2389 0 6 0 1074 2 0 0 20 0 19 0 11834882 9856040960 12387 33554432000 1073741824 1073778376 140733404389968 139948776160960 139948640946548 0 4 0 16800975 0 0 0 -1 3 0 0 90 0 0
[pid=17564/tid=17573] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17573/stat : 17573 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 12387 33554432000 1073741824 1073778376 140733404389968 139948765231656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17575] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17575/stat : 17575 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 12387 33554432000 1073741824 1073778376 140733404389968 139948764178856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17577] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17577/stat : 17577 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 12387 33554432000 1073741824 1073778376 140733404389968 139948763126056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17578] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17578/stat : 17578 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 12387 33554432000 1073741824 1073778376 140733404389968 139948762073256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17580] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17580/stat : 17580 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 12387 33554432000 1073741824 1073778376 140733404389968 139948761021480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17582] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17582/stat : 17582 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 12387 33554432000 1073741824 1073778376 140733404389968 139948759968680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17583] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17583/stat : 17583 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 12387 33554432000 1073741824 1073778376 140733404389968 139948612860712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17584] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17584/stat : 17584 (java) S 17558 17564 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 12387 33554432000 1073741824 1073778376 140733404389968 139948611807912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17585] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17585/stat : 17585 (java) S 17558 17564 17519 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 11834928 9856040960 12387 33554432000 1073741824 1073778376 140733404389968 139948599609832 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17587] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17587/stat : 17587 (java) S 17558 17564 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 12387 33554432000 1073741824 1073778376 140733404389968 139948598555896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17589] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17589/stat : 17589 (java) S 17558 17564 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 12387 33554432000 1073741824 1073778376 140733404389968 139948597502984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=17564/tid=17587] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17587/stat : 17587 (java) S 17558 17564 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948598555896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17589] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17589/stat : 17589 (java) S 17558 17564 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948597502984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17591] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17591/stat : 17591 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948596451472 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17592] ppid=17558 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/17564/task/17592/stat : 17592 (java) S 17558 17564 17519 0 -1 4202560 15150 0 1 0 102 3 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948595399608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=17564/tid=17593] ppid=17558 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/17564/task/17593/stat : 17593 (java) S 17558 17564 17519 0 -1 4202560 3752 0 1 0 32 0 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948594346808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=17564/tid=17595] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17595/stat : 17595 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948593294200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17598] ppid=17558 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17564/task/17598/stat : 17598 (java) S 17558 17564 17519 0 -1 4202560 14 0 0 0 1 2 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948592241608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17602] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17602/stat : 17602 (java) S 17558 17564 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11835002 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948591187112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 226.67
Current children cumulated vsize (KiB) 9625040

[startup+228.001 s]
/proc/loadavg: 2.19 2.03 1.85 4/213 17609
/proc/meminfo: memFree=29045320/32872528 swapFree=1391980/1569808
[pid=17564] ppid=17558 vsize=9625040 CPUtime=227.47 cores=1,3,5,7
/proc/17564/stat : 17564 (java) S 17558 17564 17519 0 -1 4202496 22624 0 30 0 22736 11 0 0 20 0 19 0 11834796 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 140733404381104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 77 0 0
/proc/17564/statm: 2406260 40312 2259 9 0 2396937 0
[pid=17564/tid=17568] ppid=17558 vsize=9625040 CPUtime=225.46 cores=1,3,5,7
/proc/17564/task/17568/stat : 17568 (java) R 17558 17564 17519 0 -1 4202560 2455 0 6 0 22539 7 0 0 20 0 19 0 11834882 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948776167808 139948641069247 0 4 0 16800975 0 0 0 -1 5 0 0 90 0 0
[pid=17564/tid=17573] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17573/stat : 17573 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948765231656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17575] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17575/stat : 17575 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948764178856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17577] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17577/stat : 17577 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948763126056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17578] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17578/stat : 17578 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948762073256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17580] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17580/stat : 17580 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948761021480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17582] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17582/stat : 17582 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948759968680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17583] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17583/stat : 17583 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948612860712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17584] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17584/stat : 17584 (java) S 17558 17564 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948611807912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17585] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17585/stat : 17585 (java) S 17558 17564 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11834928 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948599609832 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17587] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17587/stat : 17587 (java) S 17558 17564 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948598555896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17589] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17589/stat : 17589 (java) S 17558 17564 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948597502984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17591] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17591/stat : 17591 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948596451472 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17592] ppid=17558 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/17564/task/17592/stat : 17592 (java) S 17558 17564 17519 0 -1 4202560 15150 0 1 0 102 3 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948595399608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=17564/tid=17593] ppid=17558 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/17564/task/17593/stat : 17593 (java) S 17558 17564 17519 0 -1 4202560 3752 0 1 0 32 0 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948594346808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=17564/tid=17595] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17595/stat : 17595 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948593294200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17598] ppid=17558 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17564/task/17598/stat : 17598 (java) S 17558 17564 17519 0 -1 4202560 14 0 0 0 1 2 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948592241608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17602] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17602/stat : 17602 (java) S 17558 17564 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11835002 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948591187112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 227.47
Current children cumulated vsize (KiB) 9625040

[startup+228.201 s]
/proc/loadavg: 2.19 2.03 1.85 4/213 17609
/proc/meminfo: memFree=29045320/32872528 swapFree=1391980/1569808
[pid=17564] ppid=17558 vsize=9625040 CPUtime=227.67 cores=1,3,5,7
/proc/17564/stat : 17564 (java) S 17558 17564 17519 0 -1 4202496 22624 0 30 0 22756 11 0 0 20 0 19 0 11834796 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 140733404381104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 77 0 0
/proc/17564/statm: 2406260 40312 2259 9 0 2396937 0
[pid=17564/tid=17568] ppid=17558 vsize=9625040 CPUtime=225.66 cores=1,3,5,7
/proc/17564/task/17568/stat : 17568 (java) R 17558 17564 17519 0 -1 4202560 2455 0 6 0 22559 7 0 0 20 0 19 0 11834882 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948776167808 139948640865439 0 4 0 16800975 0 0 0 -1 5 0 0 90 0 0
[pid=17564/tid=17573] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17573/stat : 17573 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948765231656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17575] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17575/stat : 17575 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948764178856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17577] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17577/stat : 17577 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948763126056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17578] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17578/stat : 17578 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948762073256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17580] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17580/stat : 17580 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948761021480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17582] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17582/stat : 17582 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948759968680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17583] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17583/stat : 17583 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948612860712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17584] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17584/stat : 17584 (java) S 17558 17564 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948611807912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17585] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17585/stat : 17585 (java) S 17558 17564 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11834928 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948599609832 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17587] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17587/stat : 17587 (java) S 17558 17564 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948598555896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17589] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17589/stat : 17589 (java) S 17558 17564 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948597502984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17591] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17591/stat : 17591 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948596451472 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17592] ppid=17558 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/17564/task/17592/stat : 17592 (java) S 17558 17564 17519 0 -1 4202560 15150 0 1 0 102 3 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948595399608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=17564/tid=17593] ppid=17558 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/17564/task/17593/stat : 17593 (java) S 17558 17564 17519 0 -1 4202560 3752 0 1 0 32 0 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948594346808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=17564/tid=17595] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17595/stat : 17595 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948593294200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17598] ppid=17558 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17564/task/17598/stat : 17598 (java) S 17558 17564 17519 0 -1 4202560 14 0 0 0 1 2 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948592241608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17602] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17602/stat : 17602 (java) S 17558 17564 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11835002 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948591187112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 227.67
Current children cumulated vsize (KiB) 9625040

[startup+228.301 s]
/proc/loadavg: 2.19 2.03 1.85 4/213 17609
/proc/meminfo: memFree=29045320/32872528 swapFree=1391980/1569808
[pid=17564] ppid=17558 vsize=9625040 CPUtime=227.76 cores=1,3,5,7
/proc/17564/stat : 17564 (java) S 17558 17564 17519 0 -1 4202496 22624 0 30 0 22765 11 0 0 20 0 19 0 11834796 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 140733404381104 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 77 0 0
/proc/17564/statm: 2406260 40312 2259 9 0 2396937 0
[pid=17564/tid=17568] ppid=17558 vsize=9625040 CPUtime=225.76 cores=1,3,5,7
/proc/17564/task/17568/stat : 17568 (java) D 17558 17564 17519 0 -1 4202560 2455 0 6 0 22569 7 0 0 20 0 19 0 11834882 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948776168096 213423023373 0 4 0 16800975 18446744071579943789 0 0 -1 5 0 0 90 0 0
[pid=17564/tid=17573] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17573/stat : 17573 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948765231656 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17575] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17575/stat : 17575 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948764178856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17577] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17577/stat : 17577 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948763126056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17578] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17578/stat : 17578 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948762073256 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17580] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17580/stat : 17580 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948761021480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17582] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17582/stat : 17582 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948759968680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17583] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17583/stat : 17583 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948612860712 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17584] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17584/stat : 17584 (java) S 17558 17564 17519 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 11834909 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948611807912 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17585] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17585/stat : 17585 (java) S 17558 17564 17519 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 11834928 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948599609832 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17587] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17587/stat : 17587 (java) S 17558 17564 17519 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948598555896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17589] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17589/stat : 17589 (java) S 17558 17564 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11834934 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948597502984 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17564/tid=17591] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17591/stat : 17591 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948596451472 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=17564/tid=17592] ppid=17558 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/17564/task/17592/stat : 17592 (java) S 17558 17564 17519 0 -1 4202560 15150 0 1 0 102 3 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948595399608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 1 0 0
[pid=17564/tid=17593] ppid=17558 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/17564/task/17593/stat : 17593 (java) S 17558 17564 17519 0 -1 4202560 3752 0 1 0 32 0 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948594346808 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 1 0 0
[pid=17564/tid=17595] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17595/stat : 17595 (java) S 17558 17564 17519 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948593294200 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17564/tid=17598] ppid=17558 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/17564/task/17598/stat : 17598 (java) S 17558 17564 17519 0 -1 4202560 14 0 0 0 1 2 0 0 20 0 19 0 11834961 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948592241608 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=17564/tid=17602] ppid=17558 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/17564/task/17602/stat : 17602 (java) S 17558 17564 17519 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 11835002 9856040960 40312 33554432000 1073741824 1073778376 140733404389968 139948591187112 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 227.76
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17564 and gives
#  childrusage.ru_utime.tv_sec=227
#  childrusage.ru_utime.tv_usec=127471
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=189971
# CPU time returned by wait4() is 227.317
# while last known CPU time is 227.76
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 228.369
CPU time (s): 227.76
CPU user time (s): 227.65
CPU system time (s): 0.11
CPU usage (%): 99.7334
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 227.127
system time used= 0.189971
maximum resident set size= 171648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22685
page faults= 30
swaps= 0
block input operations= 13392
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5436
involuntary context switches= 1348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.3138 second user time and 1.63475 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-30 19:47:32
IDJOB=4120070
IDBENCH=109687
IDSOLVER=2546
FILE ID=node140/4120070-1467308852
RUNJOBID= node140-1467308852-17536
PBS_JOBID= 20005285
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-tseitin-regular-n76-d3-i3-f.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120070-1467308852/watcher-4120070-1467308852 -o /tmp/evaluation-result-4120070-1467308852/solver-4120070-1467308852 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1467308852-17536 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120070-1467308852.opb

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

MD5SUM BENCH= a208cee322e7111b1b0813c69ed1a440
RANDOM SEED=1352440148

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29380060 kB
Buffers:          141668 kB
Cached:          1028748 kB
SwapCached:            0 kB
Active:           242000 kB
Inactive:         941472 kB
Active(anon):       7936 kB
Inactive(anon):     8448 kB
Active(file):     234064 kB
Inactive(file):   933024 kB
Unevictable:     1569808 kB
Mlocked:         1391980 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1636 kB
Writeback:             0 kB
AnonPages:       1583420 kB
Mapped:            13432 kB
Shmem:               204 kB
Slab:             606324 kB
SReclaimable:      51032 kB
SUnreclaim:       555292 kB
KernelStack:        1352 kB
PageTables:         7404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1668956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    180224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71652 MiB
End job on node140 at 2016-06-30 19:51:21