Trace number 3718140

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 2012-05-28OPTIMUM 7.47286 6.1076

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227012--soft-66-100-0.wbo
MD5SUMbda3418eb2779577fc492619368d84b3
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark0.720889
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints26
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
Top cost 1243
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 1242
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1220
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120528
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3718140-1338251675.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.053s.
0.09/0.16	c declared #vars     169
0.09/0.16	c internal #vars     195
0.09/0.16	c #constraints  101
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
0.09/0.16	c ignored satisfied constraints => 1
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.09/0.16	c 102 constraints processed.
0.09/0.16	c objective function length is 26 literals
0.53/0.36	c SATISFIABLE
0.53/0.36	c OPTIMIZING...
0.53/0.36	c Got one! Elapsed wall clock time (in seconds):0.256
0.53/0.36	o 882
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.291
0.69/0.40	o 694
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.307
0.69/0.41	o 495
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.317
0.69/0.42	o 318
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.319
0.69/0.43	o 239
0.69/0.45	c Got one! Elapsed wall clock time (in seconds):0.34
0.69/0.45	o 218
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.349
0.69/0.46	o 206
0.81/0.51	c cleaning 3746 clauses out of 7502 with flag 3075/7502
0.81/0.57	c Got one! Elapsed wall clock time (in seconds):0.458
0.81/0.57	o 195
0.81/0.58	c Got one! Elapsed wall clock time (in seconds):0.468
0.81/0.58	o 185
0.81/0.59	c Got one! Elapsed wall clock time (in seconds):0.486
0.81/0.59	o 159
0.97/0.67	c cleaning 4865 clauses out of 9737 with flag 9621/13483
1.07/0.71	c Got one! Elapsed wall clock time (in seconds):0.601
1.07/0.71	o 150
1.07/0.74	c Got one! Elapsed wall clock time (in seconds):0.635
1.07/0.74	o 146
1.17/0.82	c cleaning 5495 clauses out of 11003 with flag 11075/19614
1.28/0.97	c cleaning 5744 clauses out of 11507 with flag 32671/25614
1.41/1.07	c Got one! Elapsed wall clock time (in seconds):0.963
1.41/1.07	o 141
1.41/1.10	c cleaning 5423 clauses out of 10848 with flag 3805/30700
1.61/1.25	c cleaning 5704 clauses out of 11424 with flag 24744/36699
1.81/1.41	c cleaning 6354 clauses out of 12722 with flag 49032/43701
2.03/1.61	c cleaning 7175 clauses out of 14366 with flag 78729/51699
2.13/1.77	c Got one! Elapsed wall clock time (in seconds):1.659
2.13/1.77	o 135
2.13/1.77	c Got one! Elapsed wall clock time (in seconds):1.666
2.13/1.77	o 116
2.33/1.92	c cleaning 9623 clauses out of 19253 with flag 20295/63761
2.44/2.08	c cleaning 7814 clauses out of 15630 with flag 43740/69761
2.65/2.26	c cleaning 7404 clauses out of 14816 with flag 71268/76761
2.84/2.47	c cleaning 7707 clauses out of 15413 with flag 103037/84762
2.95/2.60	c Got one! Elapsed wall clock time (in seconds):2.489
2.95/2.60	o 110
3.05/2.63	c cleaning 6746 clauses out of 13495 with flag 4619/90552
3.26/2.82	c cleaning 6372 clauses out of 12749 with flag 32904/96552
3.26/2.87	c Got one! Elapsed wall clock time (in seconds):2.762
3.26/2.87	o 109
3.36/2.99	c cleaning 6166 clauses out of 12361 with flag 18626/102537
3.56/3.15	c cleaning 6095 clauses out of 12194 with flag 43580/108537
3.68/3.26	c Got one! Elapsed wall clock time (in seconds):3.153
3.68/3.26	o 108
3.78/3.32	c cleaning 6026 clauses out of 12077 with flag 9378/114516
3.99/3.51	c cleaning 6021 clauses out of 12054 with flag 36027/120519
4.10/3.62	c Got one! Elapsed wall clock time (in seconds):3.509
4.10/3.62	o 81
4.10/3.68	c cleaning 5970 clauses out of 11946 with flag 8015/126432
4.31/3.83	c cleaning 5981 clauses out of 11976 with flag 31624/132432
4.51/4.02	c cleaning 6497 clauses out of 12995 with flag 59297/139432
4.51/4.04	c Got one! Elapsed wall clock time (in seconds):3.929
4.51/4.04	o 80
4.61/4.18	c cleaning 5946 clauses out of 11902 with flag 23025/144836
4.82/4.35	c cleaning 5976 clauses out of 11958 with flag 48655/150839
5.03/4.55	c cleaning 6486 clauses out of 12977 with flag 78856/157836
5.03/4.57	c Got one! Elapsed wall clock time (in seconds):4.458
5.03/4.57	o 49
5.25/4.71	c cleaning 5841 clauses out of 11693 with flag 23622/163038
5.47/4.90	c cleaning 5919 clauses out of 11851 with flag 51102/169037
5.67/5.10	c cleaning 6465 clauses out of 12932 with flag 82673/176037
5.87/5.35	c cleaning 7226 clauses out of 14466 with flag 118020/184037
6.48/5.65	c cleaning 8113 clauses out of 16240 with flag 156843/193037
7.08/5.97	c cleaning 9059 clauses out of 18123 with flag 200273/203040
7.41/6.10	c starts		: 136
7.41/6.10	c conflicts		: 206896
7.41/6.10	c decisions		: 314927
7.41/6.10	c propagations		: 4002082
7.41/6.10	c inspects		: 38778799
7.41/6.10	c shortcuts		: 0
7.41/6.10	c learnt literals	: 25
7.41/6.10	c learnt binary clauses	: 5
7.41/6.10	c learnt ternary clauses	: 113
7.41/6.10	c learnt constraints	: 206870
7.41/6.10	c ignored constraints	: 0
7.41/6.10	c root simplifications	: 0
7.41/6.10	c removed literals (reason simplification)	: 0
7.41/6.10	c reason swapping (by a shorter reason)	: 0
7.41/6.10	c Calls to reduceDB	: 30
7.41/6.10	c Number of update (reduction) of LBD	: 49922
7.41/6.10	c number of reductions to clauses (during analyze)	: 0
7.41/6.10	c number of learned constraints concerned by reduction	: 0
7.41/6.10	c number of learning phase by resolution	: 0
7.41/6.10	c number of learning phase by cutting planes	: 0
7.41/6.10	c speed (assignments/second)	: 674432.4233232221
7.41/6.10	c non guided choices	661
7.41/6.10	c learnt constraints type 
7.41/6.10	c constraints type 
7.41/6.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
7.41/6.10	c org.sat4j.minisat.constraints.card.MinWatchCard => 49
7.41/6.10	c ignored satisfied constraints => 1
7.41/6.10	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
7.41/6.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
7.41/6.10	c 102 constraints processed.
7.41/6.10	s OPTIMUM FOUND
7.41/6.10	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 -x167 -x168 -x169 
7.41/6.10	c objective function=49
7.41/6.10	c Total wall clock time (in seconds): 5.992

Verifier Data

OK	49

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3718140-1338251675/watcher-3718140-1338251675 -o /tmp/evaluation-result-3718140-1338251675/solver-3718140-1338251675 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718140-1338251675.wbo 

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: 2.37 2.22 2.07 2/194 16431
/proc/meminfo: memFree=31387600/32873844 swapFree=6872/6872
[pid=16431] ppid=16429 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/16431/stat : 16431 (java) R 16429 16431 13427 0 -1 4202496 1062 0 0 0 0 0 0 0 20 0 1 0 291296001 23793664 790 33554432000 1073741824 1073778376 140736155853808 140736155842872 140168526266304 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16431/statm: 5809 809 603 9 0 128 0

[startup+0.012956 s]
/proc/loadavg: 2.37 2.22 2.07 2/194 16431
/proc/meminfo: memFree=31387600/32873844 swapFree=6872/6872
[pid=16431] ppid=16429 vsize=8615392 CPUtime=0 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16429 16431 13427 0 -1 4202496 1993 0 1 0 0 0 0 0 20 0 4 0 291296001 8822161408 2185 33554432000 1073741824 1073778376 140736155853808 140736155844944 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16431/statm: 2154105 2189 951 9 0 2145214 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8615392

[startup+0.100286 s]
/proc/loadavg: 2.37 2.22 2.07 2/194 16431
/proc/meminfo: memFree=31387600/32873844 swapFree=6872/6872
[pid=16431] ppid=16429 vsize=9558416 CPUtime=0.09 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16429 16431 13427 0 -1 4202496 4375 0 1 0 9 0 0 0 20 0 18 0 291296001 9787817984 5565 33554432000 1073741824 1073778376 140736155853808 140736155844944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16431/statm: 2389604 5566 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300244 s]
/proc/loadavg: 2.37 2.22 2.07 2/194 16431
/proc/meminfo: memFree=31387600/32873844 swapFree=6872/6872
[pid=16431] ppid=16429 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16429 16431 13427 0 -1 4202496 7054 0 1 0 52 1 0 0 20 0 19 0 291296001 9855979520 7692 33554432000 1073741824 1073778376 140736155853808 140736155844944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16431/statm: 2406245 7692 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9624980

[startup+0.70026 s]
/proc/loadavg: 2.37 2.22 2.07 2/194 16431
/proc/meminfo: memFree=31387600/32873844 swapFree=6872/6872
[pid=16431] ppid=16429 vsize=9624980 CPUtime=1.07 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16429 16431 13427 0 -1 4202496 7775 0 1 0 106 1 0 0 20 0 19 0 291296001 9855979520 9804 33554432000 1073741824 1073778376 140736155853808 140736155844944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16431/statm: 2406245 9804 2266 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9624980

[startup+1.50062 s]
/proc/loadavg: 2.37 2.22 2.07 3/213 16450
/proc/meminfo: memFree=31357184/32873844 swapFree=6872/6872
[pid=16431] ppid=16429 vsize=9624980 CPUtime=1.93 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16429 16431 13427 0 -1 4202496 7793 0 1 0 191 2 0 0 20 0 19 0 291296001 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140736155844944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16431/statm: 2406245 10328 2267 9 0 2396937 0
[pid=16431/tid=16433] ppid=16429 vsize=9624980 CPUtime=1.39 cores=1,3,5,7
/proc/16431/task/16433/stat : 16433 (java) R 16429 16431 13427 0 -1 4202560 2470 0 1 0 139 0 0 0 20 0 19 0 291296001 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168519741848 140168355451706 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16434] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16434/stat : 16434 (java) S 16429 16431 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168481233064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16435] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16435/stat : 16435 (java) S 16429 16431 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168480180520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16436] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16436/stat : 16436 (java) S 16429 16431 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168479127976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16431/tid=16437] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16437/stat : 16437 (java) S 16429 16431 13427 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168478075432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16438] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16438/stat : 16438 (java) S 16429 16431 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168477022888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16439] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16439/stat : 16439 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168475970344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16440] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16440/stat : 16440 (java) S 16429 16431 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168474917800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16441] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16441/stat : 16441 (java) S 16429 16431 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168473865256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16431/tid=16442] ppid=16429 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/16431/task/16442/stat : 16442 (java) S 16429 16431 13427 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 19 0 291296003 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168343492712 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16443] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16443/stat : 16443 (java) S 16429 16431 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296004 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168342439032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16444] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16444/stat : 16444 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296004 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168341386376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16445] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16445/stat : 16445 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168340335120 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16446] ppid=16429 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/16431/task/16446/stat : 16446 (java) S 16429 16431 13427 0 -1 4202560 1516 0 0 0 19 0 0 0 20 0 19 0 291296006 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140168339282488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16447] ppid=16429 vsize=9624980 CPUtime=0.21 cores=1,3,5,7
/proc/16431/task/16447/stat : 16447 (java) S 16429 16431 13427 0 -1 4202560 2555 0 0 0 21 0 0 0 20 0 19 0 291296006 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140167465659064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16448] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16448/stat : 16448 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140167464606712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16449] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16449/stat : 16449 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140167463554376 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16450] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16450/stat : 16450 (java) S 16429 16431 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296017 9855979520 10328 33554432000 1073741824 1073778376 140736155853808 140167462499112 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9624980

[startup+3.10076 s]
/proc/loadavg: 2.37 2.22 2.07 3/213 16450
/proc/meminfo: memFree=31352592/32873844 swapFree=6872/6872
[pid=16431] ppid=16429 vsize=9624980 CPUtime=3.56 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16429 16431 13427 0 -1 4202496 7810 0 1 0 354 2 0 0 20 0 19 0 291296001 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140736155844944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16431/statm: 2406245 10846 2267 9 0 2396937 0
[pid=16431/tid=16433] ppid=16429 vsize=9624980 CPUtime=2.89 cores=1,3,5,7
/proc/16431/task/16433/stat : 16433 (java) R 16429 16431 13427 0 -1 4202560 2478 0 1 0 289 0 0 0 20 0 19 0 291296001 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168519741728 140168355308743 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16434] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16434/stat : 16434 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168481233064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16431/tid=16435] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16435/stat : 16435 (java) S 16429 16431 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168480180520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16436] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16436/stat : 16436 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168479127976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16437] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16437/stat : 16437 (java) S 16429 16431 13427 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168478075432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16438] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16438/stat : 16438 (java) S 16429 16431 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168477022888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16439] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16439/stat : 16439 (java) S 16429 16431 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168475970344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16431/tid=16440] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16440/stat : 16440 (java) S 16429 16431 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168474917800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16441] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16441/stat : 16441 (java) S 16429 16431 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168473865256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16442] ppid=16429 vsize=9624980 CPUtime=0.13 cores=1,3,5,7
/proc/16431/task/16442/stat : 16442 (java) S 16429 16431 13427 0 -1 4202560 30 0 0 0 13 0 0 0 20 0 19 0 291296003 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168343492712 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16431/tid=16443] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16443/stat : 16443 (java) S 16429 16431 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296004 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168342439032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16444] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16444/stat : 16444 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296004 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168341386376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16445] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16445/stat : 16445 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168340335120 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16446] ppid=16429 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/16431/task/16446/stat : 16446 (java) S 16429 16431 13427 0 -1 4202560 1516 0 0 0 20 0 0 0 20 0 19 0 291296006 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140168339282488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16447] ppid=16429 vsize=9624980 CPUtime=0.21 cores=1,3,5,7
/proc/16431/task/16447/stat : 16447 (java) S 16429 16431 13427 0 -1 4202560 2555 0 0 0 21 0 0 0 20 0 19 0 291296006 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140167465659064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16448] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16448/stat : 16448 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140167464606712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16449] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16449/stat : 16449 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140167463554376 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16450] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16450/stat : 16450 (java) S 16429 16431 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296017 9855979520 10846 33554432000 1073741824 1073778376 140736155853808 140167462499112 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9624980

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

[startup+4.70074 s]
/proc/loadavg: 2.26 2.20 2.06 3/213 16450
/proc/meminfo: memFree=31357616/32873844 swapFree=6872/6872
[pid=16431] ppid=16429 vsize=9624980 CPUtime=5.25 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16429 16431 13427 0 -1 4202496 7823 0 1 0 523 2 0 0 20 0 19 0 291296001 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140736155844944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16431/statm: 2406245 10849 2267 9 0 2396937 0
[pid=16431/tid=16433] ppid=16429 vsize=9624980 CPUtime=4.37 cores=1,3,5,7
/proc/16431/task/16433/stat : 16433 (java) R 16429 16431 13427 0 -1 4202560 2488 0 1 0 437 0 0 0 20 0 19 0 291296001 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168519741960 140168355304339 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16434] ppid=16429 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16431/task/16434/stat : 16434 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291296002 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168481233064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16435] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16435/stat : 16435 (java) S 16429 16431 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168480180520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16436] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16436/stat : 16436 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168479127976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16437] ppid=16429 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16431/task/16437/stat : 16437 (java) S 16429 16431 13427 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 291296002 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168478075432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16438] ppid=16429 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16431/task/16438/stat : 16438 (java) S 16429 16431 13427 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291296002 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168477022888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16439] ppid=16429 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16431/task/16439/stat : 16439 (java) S 16429 16431 13427 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291296002 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168475970344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16431/tid=16440] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16440/stat : 16440 (java) S 16429 16431 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291296002 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168474917800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16431/tid=16441] ppid=16429 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16431/task/16441/stat : 16441 (java) S 16429 16431 13427 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291296002 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168473865256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16431/tid=16442] ppid=16429 vsize=9624980 CPUtime=0.21 cores=1,3,5,7
/proc/16431/task/16442/stat : 16442 (java) S 16429 16431 13427 0 -1 4202560 30 0 0 0 21 0 0 0 20 0 19 0 291296003 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168343492712 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16443] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16443/stat : 16443 (java) S 16429 16431 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296004 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168342439032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16444] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16444/stat : 16444 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296004 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168341386376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16445] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16445/stat : 16445 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168340335120 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16446] ppid=16429 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/16431/task/16446/stat : 16446 (java) S 16429 16431 13427 0 -1 4202560 1516 0 0 0 20 0 0 0 20 0 19 0 291296006 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140168339282488 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16447] ppid=16429 vsize=9624980 CPUtime=0.21 cores=1,3,5,7
/proc/16431/task/16447/stat : 16447 (java) S 16429 16431 13427 0 -1 4202560 2555 0 0 0 21 0 0 0 20 0 19 0 291296006 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140167465659064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16448] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16448/stat : 16448 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140167464606712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16449] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16449/stat : 16449 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140167463554376 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16450] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16450/stat : 16450 (java) S 16429 16431 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296017 9855979520 10849 33554432000 1073741824 1073778376 140736155853808 140167462499112 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.25
Current children cumulated vsize (KiB) 9624980

[startup+5.50722 s]
/proc/loadavg: 2.26 2.20 2.06 4/213 16450
/proc/meminfo: memFree=31348936/32873844 swapFree=6872/6872
[pid=16431] ppid=16429 vsize=9624980 CPUtime=6.28 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16429 16431 13427 0 -1 4202496 13533 0 1 0 625 3 0 0 20 0 19 0 291296001 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140736155844944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16431/statm: 2406245 14696 2268 9 0 2396937 0
[pid=16431/tid=16433] ppid=16429 vsize=9624980 CPUtime=5.11 cores=1,3,5,7
/proc/16431/task/16433/stat : 16433 (java) R 16429 16431 13427 0 -1 4202560 2491 0 1 0 511 0 0 0 20 0 19 0 291296001 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168519741912 140168355480941 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16434] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16434/stat : 16434 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168481233064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16435] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16435/stat : 16435 (java) S 16429 16431 13427 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168480180520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16436] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16436/stat : 16436 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168479127976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16437] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16437/stat : 16437 (java) S 16429 16431 13427 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168478075432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16438] ppid=16429 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16431/task/16438/stat : 16438 (java) S 16429 16431 13427 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291296002 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168477022888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16439] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16439/stat : 16439 (java) S 16429 16431 13427 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168475970344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16440] ppid=16429 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16431/task/16440/stat : 16440 (java) S 16429 16431 13427 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291296002 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168474917800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16441] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16441/stat : 16441 (java) S 16429 16431 13427 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168473865256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16431/tid=16442] ppid=16429 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/16431/task/16442/stat : 16442 (java) S 16429 16431 13427 0 -1 4202560 53 0 0 0 25 0 0 0 20 0 19 0 291296003 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168343492712 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16443] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16443/stat : 16443 (java) S 16429 16431 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296004 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168342439032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16444] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16444/stat : 16444 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296004 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168341386376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16445] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16445/stat : 16445 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168340335120 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16446] ppid=16429 vsize=9624980 CPUtime=0.36 cores=1,3,5,7
/proc/16431/task/16446/stat : 16446 (java) R 16429 16431 13427 0 -1 4202560 7200 0 0 0 34 2 0 0 20 0 19 0 291296006 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140168339258696 140168526725696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16447] ppid=16429 vsize=9624980 CPUtime=0.22 cores=1,3,5,7
/proc/16431/task/16447/stat : 16447 (java) S 16429 16431 13427 0 -1 4202560 2555 0 0 0 22 0 0 0 20 0 19 0 291296006 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140167465659064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16448] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16448/stat : 16448 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140167464606712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16449] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16449/stat : 16449 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140167463554376 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16450] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16450/stat : 16450 (java) S 16429 16431 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296017 9855979520 14696 33554432000 1073741824 1073778376 140736155853808 140167462499112 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 9624980

[startup+5.90077 s]
/proc/loadavg: 2.26 2.20 2.06 4/213 16450
/proc/meminfo: memFree=31348936/32873844 swapFree=6872/6872
[pid=16431] ppid=16429 vsize=9624980 CPUtime=7.08 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16429 16431 13427 0 -1 4202496 17767 0 1 0 704 4 0 0 20 0 19 0 291296001 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140736155844944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16431/statm: 2406245 15759 2268 9 0 2396937 0
[pid=16431/tid=16433] ppid=16429 vsize=9624980 CPUtime=5.49 cores=1,3,5,7
/proc/16431/task/16433/stat : 16433 (java) R 16429 16431 13427 0 -1 4202560 2491 0 1 0 549 0 0 0 20 0 19 0 291296001 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168519741728 140168355330037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16434] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16434/stat : 16434 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168481233064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16431/tid=16435] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16435/stat : 16435 (java) S 16429 16431 13427 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168480180520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16436] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16436/stat : 16436 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168479127976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16437] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16437/stat : 16437 (java) S 16429 16431 13427 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168478075432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16438] ppid=16429 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16431/task/16438/stat : 16438 (java) S 16429 16431 13427 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291296002 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168477022888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16439] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16439/stat : 16439 (java) S 16429 16431 13427 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168475970344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16440] ppid=16429 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16431/task/16440/stat : 16440 (java) S 16429 16431 13427 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291296002 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168474917800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16441] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16441/stat : 16441 (java) S 16429 16431 13427 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168473865256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16431/tid=16442] ppid=16429 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/16431/task/16442/stat : 16442 (java) S 16429 16431 13427 0 -1 4202560 54 0 0 0 26 0 0 0 20 0 19 0 291296003 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168343492712 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16443] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16443/stat : 16443 (java) S 16429 16431 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296004 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168342439032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16444] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16444/stat : 16444 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296004 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168341386376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16445] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16445/stat : 16445 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168340335120 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16446] ppid=16429 vsize=9624980 CPUtime=0.75 cores=1,3,5,7
/proc/16431/task/16446/stat : 16446 (java) R 16429 16431 13427 0 -1 4202560 11414 0 0 0 72 3 0 0 20 0 19 0 291296006 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140168339259848 140168523858431 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16447] ppid=16429 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/16431/task/16447/stat : 16447 (java) S 16429 16431 13427 0 -1 4202560 2574 0 0 0 24 0 0 0 20 0 19 0 291296006 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140167465659064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16448] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16448/stat : 16448 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140167464606712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16449] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16449/stat : 16449 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140167463554376 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16450] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16450/stat : 16450 (java) S 16429 16431 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296017 9855979520 15759 33554432000 1073741824 1073778376 140736155853808 140167462499112 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 9624980

[startup+6.10077 s]
/proc/loadavg: 2.26 2.20 2.06 4/213 16450
/proc/meminfo: memFree=31348936/32873844 swapFree=6872/6872
[pid=16431] ppid=16429 vsize=9624980 CPUtime=7.41 cores=1,3,5,7
/proc/16431/stat : 16431 (java) S 16429 16431 13427 0 -1 4202496 18619 0 1 0 737 4 0 0 20 0 19 0 291296001 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140736155844944 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16431/statm: 2406245 15007 2268 9 0 2396937 0
[pid=16431/tid=16433] ppid=16429 vsize=9624980 CPUtime=5.68 cores=1,3,5,7
/proc/16431/task/16433/stat : 16433 (java) R 16429 16431 13427 0 -1 4202560 2492 0 1 0 568 0 0 0 20 0 19 0 291296001 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168519741728 140168354970908 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16434] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16434/stat : 16434 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168481233064 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16431/tid=16435] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16435/stat : 16435 (java) S 16429 16431 13427 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168480180520 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16436] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16436/stat : 16436 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168479127976 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16437] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16437/stat : 16437 (java) S 16429 16431 13427 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168478075432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16438] ppid=16429 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16431/task/16438/stat : 16438 (java) S 16429 16431 13427 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291296002 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168477022888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16439] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16439/stat : 16439 (java) S 16429 16431 13427 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168475970344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16440] ppid=16429 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16431/task/16440/stat : 16440 (java) S 16429 16431 13427 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 291296002 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168474917800 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16441] ppid=16429 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/16431/task/16441/stat : 16441 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291296002 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168473865256 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16431/tid=16442] ppid=16429 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/16431/task/16442/stat : 16442 (java) S 16429 16431 13427 0 -1 4202560 54 0 0 0 27 0 0 0 20 0 19 0 291296003 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168343492712 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16443] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16443/stat : 16443 (java) S 16429 16431 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291296004 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168342439032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16444] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16444/stat : 16444 (java) S 16429 16431 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291296004 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168341386376 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16445] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16445/stat : 16445 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168340335120 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16446] ppid=16429 vsize=9624980 CPUtime=0.87 cores=1,3,5,7
/proc/16431/task/16446/stat : 16446 (java) R 16429 16431 13427 0 -1 4202560 12263 0 0 0 84 3 0 0 20 0 19 0 291296006 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140168339282488 140168525589174 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16431/tid=16447] ppid=16429 vsize=9624980 CPUtime=0.25 cores=1,3,5,7
/proc/16431/task/16447/stat : 16447 (java) R 16429 16431 13427 0 -1 4202560 2574 0 0 0 25 0 0 0 20 0 19 0 291296006 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140167465659064 140168526716327 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16448] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16448/stat : 16448 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140167464606712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16431/tid=16449] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16449/stat : 16449 (java) S 16429 16431 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291296006 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140167463554376 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16431/tid=16450] ppid=16429 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16431/task/16450/stat : 16450 (java) S 16429 16431 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291296017 9855979520 15007 33554432000 1073741824 1073778376 140736155853808 140167462499112 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 6.1076
CPU time (s): 7.47286
CPU user time (s): 7.32289
CPU system time (s): 0.149977
CPU usage (%): 122.353
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.32289
system time used= 0.149977
maximum resident set size= 63060
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18638
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1121
involuntary context switches= 1007

runsolver used 0.009998 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:34:35
IDJOB=3718140
IDBENCH=78813
IDSOLVER=2301
FILE ID=node106/3718140-1338251675
RUNJOBID= node106-1338247868-15528
PBS_JOBID= 14624657
Free space on /tmp= 71332 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227012--soft-66-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718140-1338251675/watcher-3718140-1338251675 -o /tmp/evaluation-result-3718140-1338251675/solver-3718140-1338251675 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718140-1338251675.wbo

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

MD5SUM BENCH= bda3418eb2779577fc492619368d84b3
RANDOM SEED=1270680099

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31388136 kB
Buffers:           70260 kB
Cached:            51176 kB
SwapCached:         1836 kB
Active:           658092 kB
Inactive:          34284 kB
Active(anon):     570584 kB
Inactive(anon):     3012 kB
Active(file):      87508 kB
Inactive(file):    31272 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               620 kB
Writeback:             0 kB
AnonPages:        598440 kB
Mapped:            15848 kB
Shmem:                 0 kB
Slab:             651460 kB
SReclaimable:      93504 kB
SUnreclaim:       557956 kB
KernelStack:        1760 kB
PageTables:         4968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     844012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71332 MiB
End job on node106 at 2012-05-29 02:34:41