Trace number 3688543

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
Sat 4j PB Resolution 2.3.2 SnapshotOPT3 10.9023 9.69969

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=107-P1=13-P2=17-P3=127-P4=13-P5=53-P6=73-P7=59-B.opb
MD5SUMc07fae5b4c60769a268376cf318d4faa
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.062989
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables147
Total number of constraints15
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints15
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)343
Sum of products size (including duplicates)686
Number of different products343
Sum of products size686

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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
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.10/0.10	c java.vm.version	19.1-b02
0.10/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		1.6.0_24
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		501472288
0.10/0.10	c Max memory 		7480803328
0.10/0.10	c Total memory 		504102912
0.10/0.10	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688543-1337884853.opb
0.10/0.10	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.057s.
0.10/0.16	c declared #vars     147
0.10/0.16	c internal #vars     490
0.10/0.16	c #constraints  708
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 365
0.10/0.16	c 708 constraints processed.
0.10/0.16	c objective function length is 7 literals
0.64/0.42	c cleaning 2501 clauses out of 5001 with flag 5001/5001
0.92/0.61	c cleaning 4241 clauses out of 8499 with flag 11000/11000
1.14/0.84	c cleaning 5614 clauses out of 11258 with flag 18000/18000
1.14/0.89	c SATISFIABLE
1.14/0.89	c OPTIMIZING...
1.14/0.89	c Got one! Elapsed wall clock time (in seconds):0.793
1.14/0.89	o 109
1.35/1.01	c cleaning 5577 clauses out of 11188 with flag 4001/23544
1.35/1.03	c Got one! Elapsed wall clock time (in seconds):0.925
1.35/1.03	o 19
1.47/1.17	c cleaning 5343 clauses out of 10696 with flag 5000/28629
1.57/1.20	c Got one! Elapsed wall clock time (in seconds):1.099
1.57/1.20	o 9
1.67/1.32	c Got one! Elapsed wall clock time (in seconds):1.215
1.67/1.32	o 3
1.67/1.34	c cleaning 5705 clauses out of 11426 with flag 1000/34702
1.87/1.53	c cleaning 5858 clauses out of 11722 with flag 7001/40703
2.22/1.80	c cleaning 6412 clauses out of 12862 with flag 14000/47702
2.60/2.09	c cleaning 7221 clauses out of 14450 with flag 22000/55702
3.39/2.44	c cleaning 8101 clauses out of 16229 with flag 31000/64702
3.90/2.85	c cleaning 9052 clauses out of 18129 with flag 41001/74703
4.20/3.19	c cleaning 10029 clauses out of 20076 with flag 52000/85702
4.71/3.63	c cleaning 11017 clauses out of 22047 with flag 64001/97703
5.32/4.27	c cleaning 12005 clauses out of 24029 with flag 77000/110702
6.02/4.96	c cleaning 13007 clauses out of 26025 with flag 91001/124703
6.73/5.65	c cleaning 13997 clauses out of 28016 with flag 106000/139702
7.43/6.37	c cleaning 15001 clauses out of 30019 with flag 122000/155702
8.23/7.17	c cleaning 15992 clauses out of 32017 with flag 139000/172702
9.04/7.96	c cleaning 17007 clauses out of 34025 with flag 157000/190702
9.95/8.83	c cleaning 18000 clauses out of 36018 with flag 176001/209703
10.75/9.69	c starts		: 122
10.75/9.69	c conflicts		: 226356
10.75/9.69	c decisions		: 240884
10.75/9.69	c propagations		: 3501836
10.75/9.69	c inspects		: 94066281
10.75/9.69	c shortcuts		: 0
10.75/9.69	c learnt literals	: 16
10.75/9.69	c learnt binary clauses	: 18
10.75/9.69	c learnt ternary clauses	: 28
10.75/9.69	c learnt constraints	: 226339
10.75/9.69	c ignored constraints	: 0
10.75/9.69	c root simplifications	: 0
10.75/9.69	c removed literals (reason simplification)	: 0
10.75/9.69	c reason swapping (by a shorter reason)	: 0
10.75/9.69	c Calls to reduceDB	: 20
10.75/9.69	c number of reductions to clauses (during analyze)	: 0
10.75/9.69	c number of learned constraints concerned by reduction	: 0
10.75/9.69	c number of learning phase by resolution	: 0
10.75/9.69	c number of learning phase by cutting planes	: 0
10.75/9.69	c speed (assignments/second)	: 367453.9349422875
10.75/9.69	c non guided choices	2194
10.75/9.69	c learnt constraints type 
10.75/9.69	c constraints type 
10.75/9.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 343
10.75/9.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 365
10.75/9.69	c 708 constraints processed.
10.75/9.69	s OPTIMUM FOUND
10.75/9.69	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 
10.75/9.69	c objective function=3
10.75/9.69	c Total wall clock time (in seconds): 9.591

Verifier Data

OK	3

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-3688543-1337884853/watcher-3688543-1337884853 -o /tmp/evaluation-result-3688543-1337884853/solver-3688543-1337884853 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688543-1337884853.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: 2.07 2.02 2.00 3/195 27011
/proc/meminfo: memFree=28955028/32873844 swapFree=7364/7364
[pid=27011] ppid=27009 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/27011/stat : 27011 (java) R 27009 27011 24862 0 -1 4202496 973 0 0 0 0 0 0 0 20 0 1 0 254609645 23793664 700 33554432000 1073741824 1073778376 140733365387712 140733365376776 254741090747 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/27011/statm: 5809 706 520 9 0 128 0

[startup+0.0214231 s]
/proc/loadavg: 2.07 2.02 2.00 3/195 27011
/proc/meminfo: memFree=28955028/32873844 swapFree=7364/7364
[pid=27011] ppid=27009 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/27011/stat : 27011 (java) S 27009 27011 24862 0 -1 4202496 2767 0 1 0 0 0 0 0 20 0 10 0 254609645 9233014784 3466 33554432000 1073741824 1073778376 140733365387712 140733365378848 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27011/statm: 2254154 3466 1536 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100322 s]
/proc/loadavg: 2.07 2.02 2.00 3/195 27011
/proc/meminfo: memFree=28955028/32873844 swapFree=7364/7364
[pid=27011] ppid=27009 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/27011/stat : 27011 (java) S 27009 27011 24862 0 -1 4202496 4428 0 1 0 9 1 0 0 20 0 18 0 254609645 9787813888 6084 33554432000 1073741824 1073778376 140733365387712 140733365378848 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27011/statm: 2389603 6085 2123 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300279 s]
/proc/loadavg: 2.07 2.02 2.00 3/195 27011
/proc/meminfo: memFree=28955028/32873844 swapFree=7364/7364
[pid=27011] ppid=27009 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/27011/stat : 27011 (java) S 27009 27011 24862 0 -1 4202496 6402 0 1 0 50 2 0 0 20 0 19 0 254609645 9855975424 7637 33554432000 1073741824 1073778376 140733365387712 140733365378848 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27011/statm: 2406244 7637 2219 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624976

[startup+0.700262 s]
/proc/loadavg: 2.07 2.02 2.00 3/195 27011
/proc/meminfo: memFree=28955028/32873844 swapFree=7364/7364
[pid=27011] ppid=27009 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/27011/stat : 27011 (java) S 27009 27011 24862 0 -1 4202496 7224 0 1 0 101 3 0 0 20 0 19 0 254609645 9855975424 10265 33554432000 1073741824 1073778376 140733365387712 140733365378848 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27011/statm: 2406244 10265 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9624976

[startup+1.50078 s]
/proc/loadavg: 2.07 2.02 2.00 3/214 27030
/proc/meminfo: memFree=28922096/32873844 swapFree=7364/7364
[pid=27011] ppid=27009 vsize=9624976 CPUtime=1.87 cores=1,3,5,7
/proc/27011/stat : 27011 (java) S 27009 27011 24862 0 -1 4202496 7234 0 1 0 184 3 0 0 20 0 19 0 254609645 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140733365378848 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27011/statm: 2406244 10271 2262 9 0 2396937 0
[pid=27011/tid=27013] ppid=27009 vsize=9624976 CPUtime=1.39 cores=1,3,5,7
/proc/27011/task/27013/stat : 27013 (java) R 27009 27011 24862 0 -1 4202560 2451 0 1 0 138 1 0 0 20 0 19 0 254609646 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140060262453656 140060108686232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27014] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27014/stat : 27014 (java) S 27009 27011 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140060234906280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27015] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27015/stat : 27015 (java) S 27009 27011 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140060233853736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27016] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27016/stat : 27016 (java) S 27009 27011 24862 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140060232801192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27017] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27017/stat : 27017 (java) S 27009 27011 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140060231748648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27018] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27018/stat : 27018 (java) S 27009 27011 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140060230695080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27019] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27019/stat : 27019 (java) S 27009 27011 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140060229642536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27020] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27020/stat : 27020 (java) S 27009 27011 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140060228589992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27021] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27021/stat : 27021 (java) S 27009 27011 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140060227537448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27022] ppid=27009 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/27011/task/27022/stat : 27022 (java) S 27009 27011 24862 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 254609647 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140059615398504 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27023] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27023/stat : 27023 (java) S 27009 27011 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140059614344824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27024] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27024/stat : 27024 (java) S 27009 27011 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140059613292168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27025] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27025/stat : 27025 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140059612240912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27026] ppid=27009 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/27011/task/27026/stat : 27026 (java) S 27009 27011 24862 0 -1 4202560 1678 0 0 0 18 0 0 0 20 0 19 0 254609650 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140059611187256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27027] ppid=27009 vsize=9624976 CPUtime=0.15 cores=1,3,5,7
/proc/27011/task/27027/stat : 27027 (java) S 27009 27011 24862 0 -1 4202560 1846 0 0 0 15 0 0 0 20 0 19 0 254609650 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140059610134712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27028] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27028/stat : 27028 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140059609082360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27029] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27029/stat : 27029 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140059608030024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27030] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27030/stat : 27030 (java) S 27009 27011 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254609661 9855975424 10271 33554432000 1073741824 1073778376 140733365387712 140059606975784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 2.07 2.02 2.00 3/214 27030
/proc/meminfo: memFree=28908084/32873844 swapFree=7364/7364
[pid=27011] ppid=27009 vsize=9624976 CPUtime=4.2 cores=1,3,5,7
/proc/27011/stat : 27011 (java) S 27009 27011 24862 0 -1 4202496 16137 0 1 0 415 5 0 0 20 0 19 0 254609645 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140733365378848 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27011/statm: 2406244 15686 2267 9 0 2396937 0
[pid=27011/tid=27013] ppid=27009 vsize=9624976 CPUtime=2.92 cores=1,3,5,7
/proc/27011/task/27013/stat : 27013 (java) R 27009 27011 24862 0 -1 4202560 2462 0 1 0 291 1 0 0 20 0 19 0 254609646 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140060262453656 140060108743993 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27014] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27014/stat : 27014 (java) S 27009 27011 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140060234906280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27015] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27015/stat : 27015 (java) S 27009 27011 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140060233853736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27016] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27016/stat : 27016 (java) S 27009 27011 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140060232801192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27017] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27017/stat : 27017 (java) S 27009 27011 24862 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140060231748648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27018] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27018/stat : 27018 (java) S 27009 27011 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140060230695080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27019] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27019/stat : 27019 (java) S 27009 27011 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140060229642536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27020] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27020/stat : 27020 (java) S 27009 27011 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140060228589992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27021] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27021/stat : 27021 (java) S 27009 27011 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140060227537448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27022] ppid=27009 vsize=9624976 CPUtime=0.11 cores=1,3,5,7
/proc/27011/task/27022/stat : 27022 (java) S 27009 27011 24862 0 -1 4202560 63 0 0 0 11 0 0 0 20 0 19 0 254609647 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140059615398504 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27023] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27023/stat : 27023 (java) S 27009 27011 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140059614344824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27024] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27024/stat : 27024 (java) S 27009 27011 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140059613292168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27025] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27025/stat : 27025 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140059612240912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27026] ppid=27009 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/27011/task/27026/stat : 27026 (java) S 27009 27011 24862 0 -1 4202560 1763 0 0 0 21 0 0 0 20 0 19 0 254609650 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140059611187256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27027] ppid=27009 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/27011/task/27027/stat : 27027 (java) S 27009 27011 24862 0 -1 4202560 10614 0 0 0 82 3 0 0 20 0 19 0 254609650 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140059610134712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27028] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27028/stat : 27028 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140059609082360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27029] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27029/stat : 27029 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140059608030024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27030] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27030/stat : 27030 (java) S 27009 27011 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254609661 9855975424 15686 33554432000 1073741824 1073778376 140733365387712 140059606975784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 2.06 2.02 2.00 3/214 27030
/proc/meminfo: memFree=28903740/32873844 swapFree=7364/7364
[pid=27011] ppid=27009 vsize=9624976 CPUtime=7.43 cores=1,3,5,7
/proc/27011/stat : 27011 (java) S 27009 27011 24862 0 -1 4202496 16163 0 1 0 738 5 0 0 20 0 19 0 254609645 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140733365378848 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27011/statm: 2406244 14746 2267 9 0 2396937 0
[pid=27011/tid=27013] ppid=27009 vsize=9624976 CPUtime=6.02 cores=1,3,5,7
/proc/27011/task/27013/stat : 27013 (java) R 27009 27011 24862 0 -1 4202560 2468 0 1 0 601 1 0 0 20 0 19 0 254609646 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140060262453536 140060108713485 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27014] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27014/stat : 27014 (java) S 27009 27011 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140060234906280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27015] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27015/stat : 27015 (java) S 27009 27011 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140060233853736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27016] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27016/stat : 27016 (java) S 27009 27011 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140060232801192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27017] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27017/stat : 27017 (java) S 27009 27011 24862 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140060231748648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27018] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27018/stat : 27018 (java) S 27009 27011 24862 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140060230695080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27019] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27019/stat : 27019 (java) S 27009 27011 24862 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140060229642536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27020] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27020/stat : 27020 (java) S 27009 27011 24862 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140060228589992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27021] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27021/stat : 27021 (java) S 27009 27011 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140060227537448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27022] ppid=27009 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/27011/task/27022/stat : 27022 (java) S 27009 27011 24862 0 -1 4202560 64 0 0 0 19 0 0 0 20 0 19 0 254609647 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140059615398504 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27023] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27023/stat : 27023 (java) S 27009 27011 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140059614344824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27024] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27024/stat : 27024 (java) S 27009 27011 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140059613292168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27025] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27025/stat : 27025 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140059612240912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27026] ppid=27009 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/27011/task/27026/stat : 27026 (java) S 27009 27011 24862 0 -1 4202560 1763 0 0 0 21 0 0 0 20 0 19 0 254609650 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140059611187256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27027] ppid=27009 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/27011/task/27027/stat : 27027 (java) S 27009 27011 24862 0 -1 4202560 10614 0 0 0 83 3 0 0 20 0 19 0 254609650 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140059610134712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27028] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27028/stat : 27028 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140059609082360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27029] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27029/stat : 27029 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140059608030024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27030] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27030/stat : 27030 (java) S 27009 27011 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254609661 9855975424 14746 33554432000 1073741824 1073778376 140733365387712 140059606975784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 9624976

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

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

/proc/27011/task/27014/stat : 27014 (java) S 27009 27011 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140060234906280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27015] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27015/stat : 27015 (java) S 27009 27011 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140060233853736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27016] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27016/stat : 27016 (java) S 27009 27011 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140060232801192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27017] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27017/stat : 27017 (java) S 27009 27011 24862 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140060231748648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27018] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27018/stat : 27018 (java) S 27009 27011 24862 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140060230695080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27019] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27019/stat : 27019 (java) S 27009 27011 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140060229642536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27020] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27020/stat : 27020 (java) S 27009 27011 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140060228589992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27021] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27021/stat : 27021 (java) S 27009 27011 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140060227537448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27022] ppid=27009 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/27011/task/27022/stat : 27022 (java) S 27009 27011 24862 0 -1 4202560 65 0 0 0 24 0 0 0 20 0 19 0 254609647 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140059615398504 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27023] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27023/stat : 27023 (java) S 27009 27011 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140059614344824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27024] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27024/stat : 27024 (java) S 27009 27011 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140059613292168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27025] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27025/stat : 27025 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140059612240912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27026] ppid=27009 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/27011/task/27026/stat : 27026 (java) S 27009 27011 24862 0 -1 4202560 1763 0 0 0 21 0 0 0 20 0 19 0 254609650 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140059611187256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27027] ppid=27009 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/27011/task/27027/stat : 27027 (java) S 27009 27011 24862 0 -1 4202560 10614 0 0 0 83 3 0 0 20 0 19 0 254609650 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140059610134712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27028] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27028/stat : 27028 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140059609082360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27029] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27029/stat : 27029 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140059608030024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27030] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27030/stat : 27030 (java) S 27009 27011 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254609661 9855975424 15267 33554432000 1073741824 1073778376 140733365387712 140059606975784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 9.85
Current children cumulated vsize (KiB) 9624976

[startup+9.10065 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 27030
/proc/meminfo: memFree=28901516/32873844 swapFree=7364/7364
[pid=27011] ppid=27009 vsize=9624976 CPUtime=10.25 cores=1,3,5,7
/proc/27011/stat : 27011 (java) S 27009 27011 24862 0 -1 4202496 16182 0 1 0 1019 6 0 0 20 0 19 0 254609645 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140733365378848 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27011/statm: 2406244 15781 2267 9 0 2396937 0
[pid=27011/tid=27013] ppid=27009 vsize=9624976 CPUtime=8.73 cores=1,3,5,7
/proc/27011/task/27013/stat : 27013 (java) R 27009 27011 24862 0 -1 4202560 2472 0 1 0 872 1 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060262453496 140060108706472 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27014] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27014/stat : 27014 (java) S 27009 27011 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060234906280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27015] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27015/stat : 27015 (java) S 27009 27011 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060233853736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27016] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27016/stat : 27016 (java) S 27009 27011 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060232801192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27017] ppid=27009 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27011/task/27017/stat : 27017 (java) S 27009 27011 24862 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060231748648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27018] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27018/stat : 27018 (java) S 27009 27011 24862 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060230695080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27019] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27019/stat : 27019 (java) S 27009 27011 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060229642536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27020] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27020/stat : 27020 (java) S 27009 27011 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060228589992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27021] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27021/stat : 27021 (java) S 27009 27011 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060227537448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27022] ppid=27009 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27011/task/27022/stat : 27022 (java) S 27009 27011 24862 0 -1 4202560 65 0 0 0 26 0 0 0 20 0 19 0 254609647 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059615398504 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27023] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27023/stat : 27023 (java) S 27009 27011 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059614344824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27024] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27024/stat : 27024 (java) S 27009 27011 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059613292168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27025] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27025/stat : 27025 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059612240912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27026] ppid=27009 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/27011/task/27026/stat : 27026 (java) S 27009 27011 24862 0 -1 4202560 1763 0 0 0 21 0 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059611187256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27027] ppid=27009 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/27011/task/27027/stat : 27027 (java) S 27009 27011 24862 0 -1 4202560 10614 0 0 0 83 3 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059610134712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27028] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27028/stat : 27028 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059609082360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27029] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27029/stat : 27029 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059608030024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27030] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27030/stat : 27030 (java) S 27009 27011 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254609661 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059606975784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 10.25
Current children cumulated vsize (KiB) 9624976

[startup+9.50066 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 27030
/proc/meminfo: memFree=28901516/32873844 swapFree=7364/7364
[pid=27011] ppid=27009 vsize=9624976 CPUtime=10.65 cores=1,3,5,7
/proc/27011/stat : 27011 (java) S 27009 27011 24862 0 -1 4202496 16182 0 1 0 1059 6 0 0 20 0 19 0 254609645 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140733365378848 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27011/statm: 2406244 15781 2267 9 0 2396937 0
[pid=27011/tid=27013] ppid=27009 vsize=9624976 CPUtime=9.12 cores=1,3,5,7
/proc/27011/task/27013/stat : 27013 (java) R 27009 27011 24862 0 -1 4202560 2472 0 1 0 911 1 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060262453536 140060108766295 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27014] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27014/stat : 27014 (java) S 27009 27011 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060234906280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27015] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27015/stat : 27015 (java) S 27009 27011 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060233853736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27016] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27016/stat : 27016 (java) S 27009 27011 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060232801192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27017] ppid=27009 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27011/task/27017/stat : 27017 (java) S 27009 27011 24862 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060231748648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27018] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27018/stat : 27018 (java) S 27009 27011 24862 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060230695080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27019] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27019/stat : 27019 (java) S 27009 27011 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060229642536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27020] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27020/stat : 27020 (java) S 27009 27011 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060228589992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27021] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27021/stat : 27021 (java) S 27009 27011 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060227537448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27022] ppid=27009 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27011/task/27022/stat : 27022 (java) S 27009 27011 24862 0 -1 4202560 65 0 0 0 26 0 0 0 20 0 19 0 254609647 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059615398504 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27023] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27023/stat : 27023 (java) S 27009 27011 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059614344824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27024] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27024/stat : 27024 (java) S 27009 27011 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059613292168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27025] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27025/stat : 27025 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059612240912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27026] ppid=27009 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/27011/task/27026/stat : 27026 (java) S 27009 27011 24862 0 -1 4202560 1763 0 0 0 21 0 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059611187256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27027] ppid=27009 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/27011/task/27027/stat : 27027 (java) S 27009 27011 24862 0 -1 4202560 10614 0 0 0 83 3 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059610134712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27028] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27028/stat : 27028 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059609082360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27029] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27029/stat : 27029 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059608030024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27030] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27030/stat : 27030 (java) S 27009 27011 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254609661 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059606975784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 10.65
Current children cumulated vsize (KiB) 9624976

[startup+9.60066 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 27030
/proc/meminfo: memFree=28901516/32873844 swapFree=7364/7364
[pid=27011] ppid=27009 vsize=9624976 CPUtime=10.75 cores=1,3,5,7
/proc/27011/stat : 27011 (java) S 27009 27011 24862 0 -1 4202496 16182 0 1 0 1069 6 0 0 20 0 19 0 254609645 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140733365378848 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27011/statm: 2406244 15781 2267 9 0 2396937 0
[pid=27011/tid=27013] ppid=27009 vsize=9624976 CPUtime=9.22 cores=1,3,5,7
/proc/27011/task/27013/stat : 27013 (java) R 27009 27011 24862 0 -1 4202560 2472 0 1 0 921 1 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060262453536 140060108701772 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27014] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27014/stat : 27014 (java) S 27009 27011 24862 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060234906280 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27015] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27015/stat : 27015 (java) S 27009 27011 24862 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060233853736 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27016] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27016/stat : 27016 (java) S 27009 27011 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060232801192 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27017] ppid=27009 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27011/task/27017/stat : 27017 (java) S 27009 27011 24862 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060231748648 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27018] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27018/stat : 27018 (java) S 27009 27011 24862 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060230695080 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27019] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27019/stat : 27019 (java) S 27009 27011 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060229642536 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27020] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27020/stat : 27020 (java) S 27009 27011 24862 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060228589992 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27011/tid=27021] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27021/stat : 27021 (java) S 27009 27011 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254609646 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140060227537448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27022] ppid=27009 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27011/task/27022/stat : 27022 (java) S 27009 27011 24862 0 -1 4202560 65 0 0 0 26 0 0 0 20 0 19 0 254609647 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059615398504 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27023] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27023/stat : 27023 (java) S 27009 27011 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059614344824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27024] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27024/stat : 27024 (java) S 27009 27011 24862 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254609648 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059613292168 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27025] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27025/stat : 27025 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059612240912 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27026] ppid=27009 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/27011/task/27026/stat : 27026 (java) S 27009 27011 24862 0 -1 4202560 1763 0 0 0 21 0 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059611187256 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27027] ppid=27009 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/27011/task/27027/stat : 27027 (java) S 27009 27011 24862 0 -1 4202560 10614 0 0 0 83 3 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059610134712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27011/tid=27028] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27028/stat : 27028 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059609082360 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27011/tid=27029] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27029/stat : 27029 (java) S 27009 27011 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254609650 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059608030024 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27011/tid=27030] ppid=27009 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27011/task/27030/stat : 27030 (java) S 27009 27011 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254609661 9855975424 15781 33554432000 1073741824 1073778376 140733365387712 140059606975784 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 10.75
Current children cumulated vsize (KiB) 9624976

Child status: 30
Real time (s): 9.69969
CPU time (s): 10.9023
CPU user time (s): 10.7404
CPU system time (s): 0.161975
CPU usage (%): 112.399
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7404
system time used= 0.161975
maximum resident set size= 64868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16194
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= 939
involuntary context switches= 268

runsolver used 0.045993 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-24 20:40:53
IDJOB=3688543
IDBENCH=47909
IDSOLVER=2269
FILE ID=node145/3688543-1337884853
RUNJOBID= node145-1337871881-24879
PBS_JOBID= 14620059
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=107-P1=13-P2=17-P3=127-P4=13-P5=53-P6=73-P7=59-B.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688543-1337884853/watcher-3688543-1337884853 -o /tmp/evaluation-result-3688543-1337884853/solver-3688543-1337884853 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688543-1337884853.opb

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

MD5SUM BENCH= c07fae5b4c60769a268376cf318d4faa
RANDOM SEED=1563686388

node145.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.149
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.29
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.149
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.149
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	: 5313.38
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.149
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.149
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.149
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.149
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.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28955408 kB
Buffers:          215556 kB
Cached:          2681652 kB
SwapCached:            0 kB
Active:           679936 kB
Inactive:        2470204 kB
Active(anon):     255500 kB
Inactive(anon):        0 kB
Active(file):     424436 kB
Inactive(file):  2470204 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               472 kB
Writeback:            40 kB
AnonPages:        263724 kB
Mapped:            22564 kB
Shmem:               200 kB
Slab:             630928 kB
SReclaimable:      72780 kB
SUnreclaim:       558148 kB
KernelStack:        1720 kB
PageTables:         4540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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= 71648 MiB
End job on node145 at 2012-05-24 20:41:03