Trace number 3710537

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotOPT62027 9.11261 7.78805

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
MD5SUMab21eb5817d07a398a94670d7815d5fb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark62027
Best CPU time to get the best result obtained on this benchmark0.001998
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 62027
Optimality of the best value was proved YES
Number of variables40
Total number of constraints23
Number of constraints which are clauses10
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint4
Maximum length of a constraint10
Number of terms in the objective function 40
Biggest coefficient in the objective function 8161
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 265332
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 8161
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 265332
Number of bits of the biggest sum of numbers19
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.05/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c read org.sat4j.minisat.orders.VarOrderHeap
0.07/0.13	c configuring ORDERS
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@70535b58
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=true
0.07/0.14	c Heuristics kept accross calls (keep the solver "hot")
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3710537-1338137036.opb
0.07/0.14	c reading problem ... 
0.07/0.16	c ... done. Wall clock time 0.018s.
0.07/0.16	c declared #vars     40
0.07/0.16	c #constraints  23
0.07/0.16	c constraints type 
0.07/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
0.07/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.07/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3
0.07/0.16	c 23 constraints processed.
0.07/0.16	c SATISFIABLE
0.07/0.16	c OPTIMIZING...
0.07/0.16	c Got one! Elapsed wall clock time (in seconds):0.022
0.07/0.16	o 66305
0.07/0.16	c Got one! Elapsed wall clock time (in seconds):0.024
0.07/0.16	o 63341
0.23/0.21	c Got one! Elapsed wall clock time (in seconds):0.073
0.23/0.21	o 63052
0.23/0.22	c Got one! Elapsed wall clock time (in seconds):0.084
0.23/0.22	o 62664
0.23/0.27	c Got one! Elapsed wall clock time (in seconds):0.132
0.23/0.27	o 62449
0.72/0.40	c cleaning 3206 clauses out of 6416 with flag 5000/6416
0.72/0.49	c cleaning 4600 clauses out of 9211 with flag 11001/12417
0.89/0.58	c cleaning 5799 clauses out of 11610 with flag 18000/19416
0.89/0.59	c Got one! Elapsed wall clock time (in seconds):0.457
0.89/0.59	o 62154
1.00/0.67	c cleaning 5445 clauses out of 10897 with flag 5000/24502
1.12/0.75	c cleaning 5721 clauses out of 11452 with flag 11000/30502
1.24/0.87	c cleaning 6359 clauses out of 12731 with flag 18000/37502
1.34/0.98	c cleaning 7177 clauses out of 14372 with flag 26000/45502
1.56/1.14	c cleaning 8094 clauses out of 16196 with flag 35001/54503
1.66/1.29	c cleaning 9046 clauses out of 18101 with flag 45000/64502
1.86/1.49	c cleaning 10024 clauses out of 20056 with flag 56001/75503
2.16/1.71	c cleaning 11011 clauses out of 22032 with flag 68001/87503
2.38/1.95	c cleaning 12003 clauses out of 24021 with flag 81001/100503
2.70/2.27	c cleaning 13006 clauses out of 26017 with flag 95000/114502
2.81/2.33	c Got one! Elapsed wall clock time (in seconds):2.191
2.81/2.33	o 62129
2.91/2.40	c cleaning 9199 clauses out of 18409 with flag 3001/119900
3.02/2.50	c cleaning 7601 clauses out of 15209 with flag 9000/125899
3.13/2.61	c cleaning 7300 clauses out of 14609 with flag 16001/132900
3.25/2.74	c cleaning 7648 clauses out of 15309 with flag 24001/140900
3.35/2.88	c cleaning 8325 clauses out of 16661 with flag 33001/149900
3.55/3.04	c cleaning 9163 clauses out of 18335 with flag 43000/159899
3.78/3.22	c cleaning 10081 clauses out of 20173 with flag 54001/170900
3.78/3.28	c Got one! Elapsed wall clock time (in seconds):3.145
3.78/3.28	o 62101
3.88/3.33	c cleaning 7569 clauses out of 15151 with flag 2001/175959
3.98/3.43	c cleaning 6784 clauses out of 13582 with flag 8001/181959
4.08/3.53	c cleaning 6897 clauses out of 13797 with flag 15000/188958
4.19/3.66	c cleaning 7438 clauses out of 14900 with flag 23000/196958
4.39/3.81	c cleaning 8222 clauses out of 16463 with flag 32001/205959
4.51/3.98	c cleaning 9113 clauses out of 18241 with flag 42001/215959
4.71/4.17	c cleaning 10058 clauses out of 20127 with flag 53000/226958
4.92/4.37	c cleaning 11028 clauses out of 22069 with flag 65000/238958
5.23/4.65	c cleaning 12015 clauses out of 24041 with flag 78000/251958
5.43/4.86	c Got one! Elapsed wall clock time (in seconds):4.724
5.43/4.86	o 62027
5.64/5.04	c cleaning 14087 clauses out of 28185 with flag 5000/268117
5.78/5.19	c cleaning 10044 clauses out of 20099 with flag 11001/274118
5.98/5.32	c cleaning 8519 clauses out of 17055 with flag 18001/281118
6.08/5.46	c cleaning 8257 clauses out of 16536 with flag 26001/289118
6.29/5.62	c cleaning 8634 clauses out of 17279 with flag 35001/298118
6.50/5.81	c cleaning 9315 clauses out of 18644 with flag 45000/308117
6.71/6.05	c cleaning 10158 clauses out of 20329 with flag 56000/319117
6.93/6.29	c cleaning 11078 clauses out of 22172 with flag 68001/331118
7.24/6.54	c cleaning 12042 clauses out of 24093 with flag 81000/344117
7.55/6.86	c cleaning 13024 clauses out of 26052 with flag 95001/358118
8.03/7.22	c cleaning 14010 clauses out of 28028 with flag 110001/373118
8.82/7.60	c cleaning 3471 clauses out of 6952 with flag 126000/389117
8.94/7.78	c starts		: 145
8.94/7.78	c conflicts		: 403098
8.94/7.78	c decisions		: 423153
8.94/7.78	c propagations		: 2134284
8.94/7.78	c inspects		: 81241906
8.94/7.78	c shortcuts		: 0
8.94/7.78	c learnt literals	: 20
8.94/7.78	c learnt binary clauses	: 19
8.94/7.78	c learnt ternary clauses	: 46
8.94/7.78	c learnt constraints	: 403077
8.94/7.78	c ignored constraints	: 0
8.94/7.78	c root simplifications	: 164
8.94/7.78	c removed literals (reason simplification)	: 40847
8.94/7.78	c reason swapping (by a shorter reason)	: 0
8.94/7.78	c Calls to reduceDB	: 41
8.94/7.78	c number of reductions to clauses (during analyze)	: 0
8.94/7.78	c number of learned constraints concerned by reduction	: 0
8.94/7.78	c number of learning phase by resolution	: 0
8.94/7.78	c number of learning phase by cutting planes	: 0
8.94/7.78	c speed (assignments/second)	: 280089.76377952757
8.94/7.78	c non guided choices	25
8.94/7.78	c learnt constraints type 
8.94/7.78	c constraints type 
8.94/7.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 10
8.94/7.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
8.94/7.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3
8.94/7.78	c 23 constraints processed.
8.94/7.78	s OPTIMUM FOUND
8.94/7.78	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 
8.94/7.78	c objective function=62027
8.94/7.78	c Total wall clock time (in seconds): 7.641

Verifier Data

OK	62027

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-3710537-1338137036/watcher-3710537-1338137036 -o /tmp/evaluation-result-3710537-1338137036/solver-3710537-1338137036 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710537-1338137036.opb 

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.92 1.98 1.99 3/194 22746
/proc/meminfo: memFree=30657712/32873844 swapFree=7116/7116
[pid=22746] ppid=22744 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22746/stat : 22746 (java) D 22744 22746 19004 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 279828488 9515008 175 33554432000 1073741824 1073778376 140735241996112 140735241978840 240565175184 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22746/statm: 2323 175 133 9 0 71 0

[startup+0.078854 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 22746
/proc/meminfo: memFree=30657712/32873844 swapFree=7116/7116
[pid=22746] ppid=22744 vsize=9558440 CPUtime=0.05 cores=1,3,5,7
/proc/22746/stat : 22746 (java) S 22744 22746 19004 0 -1 4202496 3214 0 1 0 4 1 0 0 20 0 18 0 279828488 9787842560 4422 33554432000 1073741824 1073778376 140733907940400 140733907931536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22746/statm: 2389610 4422 1764 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100338 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 22746
/proc/meminfo: memFree=30657712/32873844 swapFree=7116/7116
[pid=22746] ppid=22744 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/22746/stat : 22746 (java) S 22744 22746 19004 0 -1 4202496 3584 0 1 0 6 1 0 0 20 0 18 0 279828488 9787842560 4793 33554432000 1073741824 1073778376 140733907940400 140733907931536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22746/statm: 2389610 4803 1867 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.300294 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 22746
/proc/meminfo: memFree=30657712/32873844 swapFree=7116/7116
[pid=22746] ppid=22744 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/22746/stat : 22746 (java) S 22744 22746 19004 0 -1 4202496 6648 0 1 0 51 1 0 0 20 0 19 0 279828488 9856004096 7747 33554432000 1073741824 1073778376 140733907940400 140733907931536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22746/statm: 2406251 7747 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625004

[startup+0.700298 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 22746
/proc/meminfo: memFree=30657712/32873844 swapFree=7116/7116
[pid=22746] ppid=22744 vsize=9625004 CPUtime=1.12 cores=1,3,5,7
/proc/22746/stat : 22746 (java) S 22744 22746 19004 0 -1 4202496 7945 0 1 0 110 2 0 0 20 0 19 0 279828488 9856004096 10263 33554432000 1073741824 1073778376 140733907940400 140733907931536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22746/statm: 2406251 10263 2274 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625004

[startup+1.50074 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 22765
/proc/meminfo: memFree=30623292/32873844 swapFree=7116/7116
[pid=22746] ppid=22744 vsize=9625004 CPUtime=1.96 cores=1,3,5,7
/proc/22746/stat : 22746 (java) S 22744 22746 19004 0 -1 4202496 7967 0 1 0 194 2 0 0 20 0 19 0 279828488 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 140733907931536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22746/statm: 2406251 10788 2274 9 0 2396937 0
[pid=22746/tid=22748] ppid=22744 vsize=9625004 CPUtime=1.35 cores=1,3,5,7
/proc/22746/task/22748/stat : 22748 (java) S 22744 22746 19004 0 -1 4202560 2514 0 1 0 133 2 0 0 20 0 19 0 279828489 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645931966568 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22749] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22749/stat : 22749 (java) S 22744 22746 19004 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 279828490 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645904419624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22746/tid=22750] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22750/stat : 22750 (java) S 22744 22746 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279828490 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645903366824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22751] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22751/stat : 22751 (java) S 22744 22746 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279828490 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645902314536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22752] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22752/stat : 22752 (java) S 22744 22746 19004 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 279828490 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645901261736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22753] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22753/stat : 22753 (java) S 22744 22746 19004 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 279828490 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645900208424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22754] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22754/stat : 22754 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279828490 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645899155624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22755] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22755/stat : 22755 (java) S 22744 22746 19004 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 279828490 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645898103336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22746/tid=22756] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22756/stat : 22756 (java) S 22744 22746 19004 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 279828490 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645897050536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22757] ppid=22744 vsize=9625004 CPUtime=0.08 cores=1,3,5,7
/proc/22746/task/22757/stat : 22757 (java) R 22744 22746 19004 0 -1 4202560 31 0 0 0 8 0 0 0 20 0 19 0 279828491 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645285271272 139645938090918 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22758] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22758/stat : 22758 (java) S 22744 22746 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279828492 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645284218360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22759] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22759/stat : 22759 (java) S 22744 22746 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279828492 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645283165960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22760] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22760/stat : 22760 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645282114448 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22761] ppid=22744 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/22746/task/22761/stat : 22761 (java) S 22744 22746 19004 0 -1 4202560 2317 0 0 0 22 0 0 0 20 0 19 0 279828495 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645281061048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22762] ppid=22744 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/22746/task/22762/stat : 22762 (java) S 22744 22746 19004 0 -1 4202560 1867 0 0 0 21 0 0 0 20 0 19 0 279828495 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645280008248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22763] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22763/stat : 22763 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645278956152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22764] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22764/stat : 22764 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645277903560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22765] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22765/stat : 22765 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279828504 9856004096 10788 33554432000 1073741824 1073778376 140733907940400 139645276849576 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9625004

[startup+3.10067 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 22765
/proc/meminfo: memFree=30622920/32873844 swapFree=7116/7116
[pid=22746] ppid=22744 vsize=9625004 CPUtime=3.67 cores=1,3,5,7
/proc/22746/stat : 22746 (java) S 22744 22746 19004 0 -1 4202496 7994 0 1 0 365 2 0 0 20 0 19 0 279828488 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 140733907931536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22746/statm: 2406251 10806 2274 9 0 2396937 0
[pid=22746/tid=22748] ppid=22744 vsize=9625004 CPUtime=2.8 cores=1,3,5,7
/proc/22746/task/22748/stat : 22748 (java) R 22744 22746 19004 0 -1 4202560 2523 0 1 0 278 2 0 0 20 0 19 0 279828489 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645931966888 139645778544240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22749] ppid=22744 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22746/task/22749/stat : 22749 (java) S 22744 22746 19004 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 279828490 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645904419624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22746/tid=22750] ppid=22744 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22746/task/22750/stat : 22750 (java) S 22744 22746 19004 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 279828490 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645903366824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22751] ppid=22744 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22746/task/22751/stat : 22751 (java) S 22744 22746 19004 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 279828490 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645902314536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22752] ppid=22744 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22746/task/22752/stat : 22752 (java) S 22744 22746 19004 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 279828490 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645901261736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22753] ppid=22744 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22746/task/22753/stat : 22753 (java) S 22744 22746 19004 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 279828490 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645900208424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22754] ppid=22744 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/22746/task/22754/stat : 22754 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 19 0 279828490 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645899155624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22746/tid=22755] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22755/stat : 22755 (java) S 22744 22746 19004 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 279828490 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645898103336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22746/tid=22756] ppid=22744 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/22746/task/22756/stat : 22756 (java) S 22744 22746 19004 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 279828490 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645897050536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22757] ppid=22744 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/22746/task/22757/stat : 22757 (java) S 22744 22746 19004 0 -1 4202560 31 0 0 0 17 0 0 0 20 0 19 0 279828491 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645285272296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22758] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22758/stat : 22758 (java) S 22744 22746 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279828492 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645284218360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22759] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22759/stat : 22759 (java) S 22744 22746 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279828492 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645283165960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22760] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22760/stat : 22760 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645282114448 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22761] ppid=22744 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/22746/task/22761/stat : 22761 (java) S 22744 22746 19004 0 -1 4202560 2317 0 0 0 22 0 0 0 20 0 19 0 279828495 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645281061048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22762] ppid=22744 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/22746/task/22762/stat : 22762 (java) S 22744 22746 19004 0 -1 4202560 1867 0 0 0 21 0 0 0 20 0 19 0 279828495 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645280008248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22763] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22763/stat : 22763 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645278956152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22764] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22764/stat : 22764 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645277903560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22765] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22765/stat : 22765 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279828504 9856004096 10806 33554432000 1073741824 1073778376 140733907940400 139645276849576 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 9625004

[startup+6.30069 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 22765
/proc/meminfo: memFree=30620500/32873844 swapFree=7116/7116
[pid=22746] ppid=22744 vsize=9625004 CPUtime=7.03 cores=1,3,5,7
/proc/22746/stat : 22746 (java) S 22744 22746 19004 0 -1 4202496 8030 0 1 0 700 3 0 0 20 0 19 0 279828488 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 140733907931536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22746/statm: 2406251 11276 2274 9 0 2396937 0
[pid=22746/tid=22748] ppid=22744 vsize=9625004 CPUtime=5.72 cores=1,3,5,7
/proc/22746/task/22748/stat : 22748 (java) S 22744 22746 19004 0 -1 4202560 2541 0 1 0 570 2 0 0 20 0 19 0 279828489 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645931966888 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22749] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22749/stat : 22749 (java) S 22744 22746 19004 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645904419624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22750] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22750/stat : 22750 (java) S 22744 22746 19004 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645903366824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22751] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22751/stat : 22751 (java) S 22744 22746 19004 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645902314536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22752] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22752/stat : 22752 (java) S 22744 22746 19004 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645901261736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22746/tid=22753] ppid=22744 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22746/task/22753/stat : 22753 (java) S 22744 22746 19004 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 279828490 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645900208424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22754] ppid=22744 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22746/task/22754/stat : 22754 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 5 0 0 0 20 0 19 0 279828490 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645899155624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22755] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22755/stat : 22755 (java) S 22744 22746 19004 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645898103336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22746/tid=22756] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22756/stat : 22756 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645897050536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22757] ppid=22744 vsize=9625004 CPUtime=0.36 cores=1,3,5,7
/proc/22746/task/22757/stat : 22757 (java) R 22744 22746 19004 0 -1 4202560 31 0 0 0 36 0 0 0 20 0 19 0 279828491 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645285271152 139645938090899 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22758] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22758/stat : 22758 (java) S 22744 22746 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279828492 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645284218360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22759] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22759/stat : 22759 (java) S 22744 22746 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279828492 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645283165960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22760] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22760/stat : 22760 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645282114448 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22761] ppid=22744 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/22746/task/22761/stat : 22761 (java) S 22744 22746 19004 0 -1 4202560 2317 0 0 0 22 0 0 0 20 0 19 0 279828495 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645281061048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22762] ppid=22744 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/22746/task/22762/stat : 22762 (java) S 22744 22746 19004 0 -1 4202560 1867 0 0 0 22 0 0 0 20 0 19 0 279828495 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645280008248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22763] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22763/stat : 22763 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645278956152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22764] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22764/stat : 22764 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645277903560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22765] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22765/stat : 22765 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279828504 9856004096 11276 33554432000 1073741824 1073778376 140733907940400 139645276849576 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 9625004

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

[startup+7.10068 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 22765
/proc/meminfo: memFree=30620376/32873844 swapFree=7116/7116
[pid=22746] ppid=22744 vsize=9625004 CPUtime=7.87 cores=1,3,5,7
/proc/22746/stat : 22746 (java) S 22744 22746 19004 0 -1 4202496 8179 0 1 0 784 3 0 0 20 0 19 0 279828488 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 140733907931536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22746/statm: 2406251 11330 2274 9 0 2396937 0
[pid=22746/tid=22748] ppid=22744 vsize=9625004 CPUtime=6.48 cores=1,3,5,7
/proc/22746/task/22748/stat : 22748 (java) R 22744 22746 19004 0 -1 4202560 2544 0 1 0 646 2 0 0 20 0 19 0 279828489 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645931966888 139645778798930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22749] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22749/stat : 22749 (java) S 22744 22746 19004 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645904419624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22750] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22750/stat : 22750 (java) S 22744 22746 19004 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645903366824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22751] ppid=22744 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22746/task/22751/stat : 22751 (java) S 22744 22746 19004 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 19 0 279828490 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645902314536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22752] ppid=22744 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22746/task/22752/stat : 22752 (java) S 22744 22746 19004 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 279828490 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645901261736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22746/tid=22753] ppid=22744 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22746/task/22753/stat : 22753 (java) S 22744 22746 19004 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 279828490 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645900208424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22754] ppid=22744 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/22746/task/22754/stat : 22754 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 6 0 0 0 20 0 19 0 279828490 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645899155624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22755] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22755/stat : 22755 (java) S 22744 22746 19004 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645898103336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22746/tid=22756] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22756/stat : 22756 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645897050536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22757] ppid=22744 vsize=9625004 CPUtime=0.38 cores=1,3,5,7
/proc/22746/task/22757/stat : 22757 (java) S 22744 22746 19004 0 -1 4202560 31 0 0 0 38 0 0 0 20 0 19 0 279828491 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645285272296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22758] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22758/stat : 22758 (java) S 22744 22746 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279828492 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645284218360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22759] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22759/stat : 22759 (java) S 22744 22746 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279828492 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645283165960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22760] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22760/stat : 22760 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645282114448 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22761] ppid=22744 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/22746/task/22761/stat : 22761 (java) S 22744 22746 19004 0 -1 4202560 2317 0 0 0 22 0 0 0 20 0 19 0 279828495 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645281061048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22762] ppid=22744 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/22746/task/22762/stat : 22762 (java) S 22744 22746 19004 0 -1 4202560 2013 0 0 0 24 0 0 0 20 0 19 0 279828495 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645280008248 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22763] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22763/stat : 22763 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645278956152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22764] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22764/stat : 22764 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645277903560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22765] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22765/stat : 22765 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279828504 9856004096 11330 33554432000 1073741824 1073778376 140733907940400 139645276849576 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 9625004

[startup+7.50082 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 22765
/proc/meminfo: memFree=30620376/32873844 swapFree=7116/7116
[pid=22746] ppid=22744 vsize=9625004 CPUtime=8.62 cores=1,3,5,7
/proc/22746/stat : 22746 (java) S 22744 22746 19004 0 -1 4202496 15460 0 1 0 857 5 0 0 20 0 19 0 279828488 9856004096 16434 33554432000 1073741824 1073778376 140733907940400 140733907931536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22746/statm: 2406251 16449 2274 9 0 2396937 0
[pid=22746/tid=22748] ppid=22744 vsize=9625004 CPUtime=6.87 cores=1,3,5,7
/proc/22746/task/22748/stat : 22748 (java) R 22744 22746 19004 0 -1 4202560 2544 0 1 0 685 2 0 0 20 0 19 0 279828489 9856004096 16458 33554432000 1073741824 1073778376 140733907940400 139645931966888 139645778775551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22749] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22749/stat : 22749 (java) S 22744 22746 19004 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 16466 33554432000 1073741824 1073778376 140733907940400 139645904419624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22750] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22750/stat : 22750 (java) S 22744 22746 19004 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 16473 33554432000 1073741824 1073778376 140733907940400 139645903366824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22751] ppid=22744 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22746/task/22751/stat : 22751 (java) S 22744 22746 19004 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 19 0 279828490 9856004096 16480 33554432000 1073741824 1073778376 140733907940400 139645902314536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22752] ppid=22744 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22746/task/22752/stat : 22752 (java) S 22744 22746 19004 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 279828490 9856004096 16489 33554432000 1073741824 1073778376 140733907940400 139645901261736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22746/tid=22753] ppid=22744 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22746/task/22753/stat : 22753 (java) S 22744 22746 19004 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 279828490 9856004096 16495 33554432000 1073741824 1073778376 140733907940400 139645900208424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22754] ppid=22744 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/22746/task/22754/stat : 22754 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 6 0 0 0 20 0 19 0 279828490 9856004096 16495 33554432000 1073741824 1073778376 140733907940400 139645899155624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22755] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22755/stat : 22755 (java) S 22744 22746 19004 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 16495 33554432000 1073741824 1073778376 140733907940400 139645898103336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22746/tid=22756] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22756/stat : 22756 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 16495 33554432000 1073741824 1073778376 140733907940400 139645897050536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22757] ppid=22744 vsize=9625004 CPUtime=0.4 cores=1,3,5,7
/proc/22746/task/22757/stat : 22757 (java) S 22744 22746 19004 0 -1 4202560 52 0 0 0 40 0 0 0 20 0 19 0 279828491 9856004096 16495 33554432000 1073741824 1073778376 140733907940400 139645285272296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22758] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22758/stat : 22758 (java) S 22744 22746 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279828492 9856004096 16495 33554432000 1073741824 1073778376 140733907940400 139645284218360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22759] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22759/stat : 22759 (java) S 22744 22746 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279828492 9856004096 16495 33554432000 1073741824 1073778376 140733907940400 139645283165960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22760] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22760/stat : 22760 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 16495 33554432000 1073741824 1073778376 140733907940400 139645282114448 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22761] ppid=22744 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/22746/task/22761/stat : 22761 (java) S 22744 22746 19004 0 -1 4202560 2353 0 0 0 23 0 0 0 20 0 19 0 279828495 9856004096 16495 33554432000 1073741824 1073778376 140733907940400 139645281061048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22762] ppid=22744 vsize=9625004 CPUtime=0.58 cores=1,3,5,7
/proc/22746/task/22762/stat : 22762 (java) R 22744 22746 19004 0 -1 4202560 9299 0 0 0 56 2 0 0 20 0 19 0 279828495 9856004096 16495 33554432000 1073741824 1073778376 140733907940400 139645279995528 139645936083408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22763] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22763/stat : 22763 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 16495 33554432000 1073741824 1073778376 140733907940400 139645278956152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22764] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22764/stat : 22764 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 16495 33554432000 1073741824 1073778376 140733907940400 139645277903560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22765] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22765/stat : 22765 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279828504 9856004096 16495 33554432000 1073741824 1073778376 140733907940400 139645276849576 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.62
Current children cumulated vsize (KiB) 9625004

[startup+7.70729 s]
/proc/loadavg: 1.93 1.98 1.99 4/213 22765
/proc/meminfo: memFree=30601048/32873844 swapFree=7116/7116
[pid=22746] ppid=22744 vsize=9625004 CPUtime=8.94 cores=1,3,5,7
/proc/22746/stat : 22746 (java) S 22744 22746 19004 0 -1 4202496 15946 0 1 0 889 5 0 0 20 0 19 0 279828488 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 140733907931536 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22746/statm: 2406251 16075 2274 9 0 2396937 0
[pid=22746/tid=22748] ppid=22744 vsize=9625004 CPUtime=7.06 cores=1,3,5,7
/proc/22746/task/22748/stat : 22748 (java) R 22744 22746 19004 0 -1 4202560 2545 0 1 0 704 2 0 0 20 0 19 0 279828489 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645931966888 139645778553416 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22749] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22749/stat : 22749 (java) S 22744 22746 19004 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645904419624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22750] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22750/stat : 22750 (java) S 22744 22746 19004 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645903366824 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22751] ppid=22744 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22746/task/22751/stat : 22751 (java) S 22744 22746 19004 0 -1 4202560 9 0 0 0 5 0 0 0 20 0 19 0 279828490 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645902314536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22752] ppid=22744 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22746/task/22752/stat : 22752 (java) S 22744 22746 19004 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 279828490 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645901261736 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22746/tid=22753] ppid=22744 vsize=9625004 CPUtime=0.05 cores=1,3,5,7
/proc/22746/task/22753/stat : 22753 (java) S 22744 22746 19004 0 -1 4202560 11 0 0 0 5 0 0 0 20 0 19 0 279828490 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645900208424 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22754] ppid=22744 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/22746/task/22754/stat : 22754 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 6 0 0 0 20 0 19 0 279828490 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645899155624 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22755] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22755/stat : 22755 (java) S 22744 22746 19004 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645898103336 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22746/tid=22756] ppid=22744 vsize=9625004 CPUtime=0.04 cores=1,3,5,7
/proc/22746/task/22756/stat : 22756 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 279828490 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645897050536 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22757] ppid=22744 vsize=9625004 CPUtime=0.41 cores=1,3,5,7
/proc/22746/task/22757/stat : 22757 (java) S 22744 22746 19004 0 -1 4202560 53 0 0 0 41 0 0 0 20 0 19 0 279828491 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645285272296 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22758] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22758/stat : 22758 (java) S 22744 22746 19004 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 279828492 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645284218360 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22759] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22759/stat : 22759 (java) S 22744 22746 19004 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 279828492 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645283165960 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22760] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22760/stat : 22760 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645282114448 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22761] ppid=22744 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/22746/task/22761/stat : 22761 (java) S 22744 22746 19004 0 -1 4202560 2353 0 0 0 23 0 0 0 20 0 19 0 279828495 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645281061048 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22746/tid=22762] ppid=22744 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/22746/task/22762/stat : 22762 (java) R 22744 22746 19004 0 -1 4202560 9721 0 0 0 67 3 0 0 20 0 19 0 279828495 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645280008248 240568546364 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22763] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22763/stat : 22763 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645278956152 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22746/tid=22764] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22764/stat : 22764 (java) S 22744 22746 19004 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 279828495 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645277903560 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22746/tid=22765] ppid=22744 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/22746/task/22765/stat : 22765 (java) S 22744 22746 19004 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 279828504 9856004096 16075 33554432000 1073741824 1073778376 140733907940400 139645276849576 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 9625004

Child status: 30
Real time (s): 7.78805
CPU time (s): 9.11261
CPU user time (s): 8.93964
CPU system time (s): 0.172973
CPU usage (%): 117.008
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.93964
system time used= 0.172973
maximum resident set size= 65984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15958
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= 1537
involuntary context switches= 2462

runsolver used 0.009998 second user time and 0.088986 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-27 18:43:56
IDJOB=3710537
IDBENCH=1867
IDSOLVER=2289
FILE ID=node146/3710537-1338137036
RUNJOBID= node146-1338124629-19021
PBS_JOBID= 14624512
Free space on /tmp= 71184 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p0040.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710537-1338137036/watcher-3710537-1338137036 -o /tmp/evaluation-result-3710537-1338137036/solver-3710537-1338137036 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710537-1338137036.opb

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

MD5SUM BENCH= ab21eb5817d07a398a94670d7815d5fb
RANDOM SEED=1373414866

node146.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.034
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.06
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.034
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.92
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.034
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.034
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.91
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.034
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.034
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.034
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.034
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        30658348 kB
Buffers:          310796 kB
Cached:           752952 kB
SwapCached:         2184 kB
Active:          1207184 kB
Inactive:         167800 kB
Active(anon):     310368 kB
Inactive(anon):     2668 kB
Active(file):     896816 kB
Inactive(file):   165132 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               864 kB
Writeback:             0 kB
AnonPages:        318368 kB
Mapped:            17584 kB
Shmem:                 0 kB
Slab:             691336 kB
SReclaimable:     132580 kB
SUnreclaim:       558756 kB
KernelStack:        1608 kB
PageTables:         4968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    294912 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= 71184 MiB
End job on node146 at 2012-05-27 18:44:03