Trace number 3688580

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 RES // CP 2.3.2 SnapshotOPT3 104.658 52.3941

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
MD5SUM12f1f3305860fafcd361cd1c61e0d104
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.086986
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 variables168
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 constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)448
Sum of products size (including duplicates)896
Number of different products448
Sum of products size896

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c ManyCore solver with 2 solvers running in parallel
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c Expensive reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3688580-1337878533.opb
0.08/0.12	c reading problem ... 
0.21/0.22	c ... done. Wall clock time 0.101s.
0.21/0.22	c declared #vars     168
0.21/0.22	c internal #vars     616
0.21/0.22	c #constraints  918
0.21/0.22	c constraints type 
0.21/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
0.21/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.21/0.22	c 918 constraints processed.
0.21/0.22	c constraints type 
0.21/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
0.21/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
0.21/0.22	c 918 constraints processed.
0.21/0.22	c objective function length is 8 literals
1.77/0.69	c cleaning 2498 clauses out of 5000 with flag 5000/5000
2.93/0.94	c cleaning 4250 clauses out of 8503 with flag 11001/11001
3.32/1.02	c  And the winner is solver0
3.59/1.22	c SATISFIABLE
3.59/1.22	c OPTIMIZING...
3.59/1.22	c Got one! Elapsed wall clock time (in seconds):1.103
3.59/1.22	o 3
3.84/1.36	c cleaning 4992 clauses out of 9988 with flag 4001/16736
4.24/1.58	c cleaning 5491 clauses out of 10996 with flag 10001/22736
4.86/1.81	c cleaning 6241 clauses out of 12504 with flag 17000/29735
5.47/2.18	c cleaning 7119 clauses out of 14264 with flag 25001/37736
6.47/2.63	c cleaning 8064 clauses out of 16144 with flag 34000/46735
7.59/3.09	c cleaning 9037 clauses out of 18081 with flag 44001/56736
9.15/3.65	c cleaning 9992 clauses out of 20044 with flag 55001/67736
10.34/4.22	c cleaning 11016 clauses out of 22051 with flag 67000/79735
11.99/5.03	c cleaning 12009 clauses out of 24035 with flag 80000/92735
13.37/5.71	c cleaning 12998 clauses out of 26026 with flag 94001/106736
14.75/6.46	c cleaning 14001 clauses out of 28028 with flag 109001/121736
16.32/7.26	c cleaning 14997 clauses out of 30026 with flag 125000/137735
18.29/8.27	c cleaning 16001 clauses out of 32030 with flag 142001/154736
20.05/9.16	c cleaning 17003 clauses out of 34031 with flag 160003/172738
22.20/10.22	c cleaning 18010 clauses out of 36025 with flag 179000/191735
25.99/12.19	c cleaning 18998 clauses out of 38016 with flag 199001/211736
28.54/13.40	c cleaning 20003 clauses out of 40017 with flag 220000/232735
30.90/14.70	c cleaning 20982 clauses out of 42014 with flag 242000/254735
33.23/15.81	c cleaning 21995 clauses out of 44032 with flag 265000/277735
35.78/17.18	c cleaning 23012 clauses out of 46036 with flag 289000/301735
39.12/18.85	c cleaning 23988 clauses out of 48025 with flag 314001/326736
42.27/20.43	c cleaning 0 clauses out of 5329 with flag 0/5330
44.33/21.33	c cleaning 25008 clauses out of 50035 with flag 340000/352735
48.91/23.67	c cleaning 26008 clauses out of 52030 with flag 367003/379738
52.68/25.60	c cleaning 27001 clauses out of 54018 with flag 395000/407735
58.66/28.53	c cleaning 28001 clauses out of 56018 with flag 424001/436736
62.76/30.62	c cleaning 28998 clauses out of 58017 with flag 454001/466736
66.70/32.63	c cleaning 30004 clauses out of 60019 with flag 485001/497736
71.65/35.13	c cleaning 31003 clauses out of 62014 with flag 517001/529736
78.00/38.37	c cleaning 31996 clauses out of 64010 with flag 550000/562735
83.91/41.33	c cleaning 33004 clauses out of 66014 with flag 584000/596735
90.87/44.87	c cleaning 34000 clauses out of 68010 with flag 619001/631736
98.43/48.67	c cleaning 34999 clauses out of 70009 with flag 655000/667735
104.19/51.54	c  And the winner is solver0
104.38/52.38	c starts		: 166
104.38/52.38	c conflicts		: 695003
104.38/52.38	c decisions		: 724955
104.38/52.38	c propagations		: 12273000
104.38/52.38	c inspects		: 557446707
104.38/52.38	c shortcuts		: 0
104.38/52.38	c learnt literals	: 16
104.38/52.38	c learnt binary clauses	: 26
104.38/52.38	c learnt ternary clauses	: 54
104.38/52.38	c learnt constraints	: 694986
104.38/52.38	c ignored constraints	: 0
104.38/52.38	c root simplifications	: 0
104.38/52.38	c removed literals (reason simplification)	: 1879524
104.38/52.38	c reason swapping (by a shorter reason)	: 0
104.38/52.38	c Calls to reduceDB	: 34
104.38/52.38	c number of reductions to clauses (during analyze)	: 0
104.38/52.38	c number of learned constraints concerned by reduction	: 0
104.38/52.38	c number of learning phase by resolution	: 0
104.38/52.38	c number of learning phase by cutting planes	: 0
104.38/52.38	c speed (assignments/second)	: 235304.2678016795
104.38/52.38	c non guided choices	4138
104.38/52.38	c learnt constraints type 
104.38/52.38	c constraints type 
104.38/52.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 448
104.38/52.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
104.38/52.38	c 918 constraints processed.
104.38/52.38	c constraints type 
104.38/52.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 448
104.38/52.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 470
104.38/52.38	c 918 constraints processed.
104.38/52.38	s OPTIMUM FOUND
104.38/52.38	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 x9 x10 x11 -x12 x13 x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 x25 x26 -x27 -x28 x29 x30 x31 -x32 x33 x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 -x43 x44 x45 -x46 -x47 x48 x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 x57 x58 -x59 -x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 -x69 x70 -x71 x72 x73 -x74 x75 -x76 -x77 -x78 x79 -x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 -x90 -x91 x92 -x93 x94 -x95 x96 x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 x123 -x124 x125 -x126 -x127 -x128 -x129 x130 x131 x132 x133 -x134 -x135 -x136 -x137 x138 x139 -x140 x141 -x142 x143 -x144 x145 -x146 x147 -x148 -x149 x150 x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 
104.38/52.38	c objective function=3
104.38/52.38	c Total wall clock time (in seconds): 52.266

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-3688580-1337878533/watcher-3688580-1337878533 -o /tmp/evaluation-result-3688580-1337878533/solver-3688580-1337878533 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688580-1337878533.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.00 4.00 3.93 4/197 23810
/proc/meminfo: memFree=28671912/32873660 swapFree=7108/7108
[pid=23810] ppid=23808 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23810/stat : 23810 (java) R 23808 23810 21381 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 253979066 9515008 184 33554432000 1073741824 1073778376 140734354745424 140734354736648 270329867703 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23810/statm: 2323 184 142 9 0 71 0

[startup+0.021452 s]
/proc/loadavg: 4.00 4.00 3.93 4/197 23810
/proc/meminfo: memFree=28671912/32873660 swapFree=7108/7108
[pid=23810] ppid=23808 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/23810/stat : 23810 (java) S 23808 23810 21381 0 -1 4202496 2068 0 1 0 0 0 0 0 20 0 10 0 253979066 9231130624 2261 33554432000 1073741824 1073778376 140733275696032 140733275687168 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23810/statm: 2253694 2275 964 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100248 s]
/proc/loadavg: 4.00 4.00 3.93 4/197 23810
/proc/meminfo: memFree=28671912/32873660 swapFree=7108/7108
[pid=23810] ppid=23808 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/23810/stat : 23810 (java) S 23808 23810 21381 0 -1 4202496 4295 0 1 0 8 0 0 0 20 0 18 0 253979066 9787813888 5490 33554432000 1073741824 1073778376 140733275696032 140733275687168 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23810/statm: 2389603 5490 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30017 s]
/proc/loadavg: 4.00 4.00 3.93 4/197 23810
/proc/meminfo: memFree=28671912/32873660 swapFree=7108/7108
[pid=23810] ppid=23808 vsize=9824668 CPUtime=0.58 cores=0,2,4,6
/proc/23810/stat : 23810 (java) S 23808 23810 21381 0 -1 4202496 7546 0 1 0 56 2 0 0 20 0 22 0 253979066 10060460032 9830 33554432000 1073741824 1073778376 140733275696032 140733275687168 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23810/statm: 2456167 9830 2221 9 0 2446860 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9824668

[startup+0.700174 s]
/proc/loadavg: 4.00 4.00 3.93 4/197 23810
/proc/meminfo: memFree=28671912/32873660 swapFree=7108/7108
[pid=23810] ppid=23808 vsize=9824668 CPUtime=2.17 cores=0,2,4,6
/proc/23810/stat : 23810 (java) S 23808 23810 21381 0 -1 4202496 19104 0 1 0 212 5 0 0 20 0 22 0 253979066 10060460032 26513 33554432000 1073741824 1073778376 140733275696032 140733275687168 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23810/statm: 2456167 26513 2258 9 0 2446860 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824668

[startup+1.50066 s]
/proc/loadavg: 4.00 4.00 3.93 7/219 23832
/proc/meminfo: memFree=28545396/32873660 swapFree=7108/7108
[pid=23810] ppid=23808 vsize=9824668 CPUtime=4.24 cores=0,2,4,6
/proc/23810/stat : 23810 (java) S 23808 23810 21381 0 -1 4202496 27413 0 1 0 415 9 0 0 20 0 22 0 253979066 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140733275687168 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23810/statm: 2456167 33435 2276 9 0 2446860 0
[pid=23810/tid=23812] ppid=23808 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/23810/task/23812/stat : 23812 (java) S 23808 23810 21381 0 -1 4202560 2444 0 1 0 17 1 0 0 20 0 22 0 253979067 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626939855864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23813] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23813/stat : 23813 (java) S 23808 23810 21381 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626901347112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23810/tid=23814] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23814/stat : 23814 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626900294312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23815] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23815/stat : 23815 (java) S 23808 23810 21381 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626899242024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23816] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23816/stat : 23816 (java) S 23808 23810 21381 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626898189224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23817] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23817/stat : 23817 (java) S 23808 23810 21381 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626897135912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23810/tid=23818] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23818/stat : 23818 (java) S 23808 23810 21381 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626896083112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23810/tid=23819] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23819/stat : 23819 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626895030824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23820] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23820/stat : 23820 (java) S 23808 23810 21381 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626775501224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23821] ppid=23808 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/23810/task/23821/stat : 23821 (java) S 23808 23810 21381 0 -1 4202560 33 0 0 0 3 0 0 0 20 0 22 0 253979069 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626763303656 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23810/tid=23822] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23822/stat : 23822 (java) S 23808 23810 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253979069 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626762249720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23823] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23823/stat : 23823 (java) S 23808 23810 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253979069 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626761197320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23824] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23824/stat : 23824 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253979072 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626760145808 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23825] ppid=23808 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/23810/task/23825/stat : 23825 (java) S 23808 23810 21381 0 -1 4202560 10969 0 0 0 93 2 0 0 20 0 22 0 253979072 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626020526264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23826] ppid=23808 vsize=9824668 CPUtime=0.92 cores=0,2,4,6
/proc/23810/task/23826/stat : 23826 (java) S 23808 23810 21381 0 -1 4202560 12591 0 0 0 90 2 0 0 20 0 22 0 253979072 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626019473464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23827] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23827/stat : 23827 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253979072 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626018421368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23828] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23828/stat : 23828 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253979072 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626017368776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23831] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23831/stat : 23831 (java) S 23808 23810 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253979088 10060460032 33435 33554432000 1073741824 1073778376 140733275696032 140626014209704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9824668

[startup+3.10072 s]
/proc/loadavg: 4.00 4.00 3.93 5/219 23835
/proc/meminfo: memFree=28487360/32873660 swapFree=7108/7108
[pid=23810] ppid=23808 vsize=9824668 CPUtime=7.81 cores=0,2,4,6
/proc/23810/stat : 23810 (java) S 23808 23810 21381 0 -1 4202496 30866 0 1 0 769 12 0 0 20 0 22 0 253979066 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140733275687168 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23810/statm: 2456167 70814 2277 9 0 2446860 0
[pid=23810/tid=23812] ppid=23808 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/23810/task/23812/stat : 23812 (java) S 23808 23810 21381 0 -1 4202560 2444 0 1 0 17 1 0 0 20 0 22 0 253979067 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626939855864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23813] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23813/stat : 23813 (java) S 23808 23810 21381 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626901347112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23810/tid=23814] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23814/stat : 23814 (java) S 23808 23810 21381 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626900294312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23815] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23815/stat : 23815 (java) S 23808 23810 21381 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626899242024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23816] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23816/stat : 23816 (java) S 23808 23810 21381 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626898189224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23817] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23817/stat : 23817 (java) S 23808 23810 21381 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626897135912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23818] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23818/stat : 23818 (java) S 23808 23810 21381 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626896083112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23819] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23819/stat : 23819 (java) S 23808 23810 21381 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626895030824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23820] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23820/stat : 23820 (java) S 23808 23810 21381 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 253979068 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626775501224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23821] ppid=23808 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/23810/task/23821/stat : 23821 (java) R 23808 23810 21381 0 -1 4202560 99 0 0 0 13 0 0 0 20 0 22 0 253979069 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626763302512 140626943992188 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23822] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23822/stat : 23822 (java) S 23808 23810 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253979069 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626762249720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23823] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23823/stat : 23823 (java) S 23808 23810 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253979069 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626761197320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23824] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23824/stat : 23824 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253979072 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626760145808 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23825] ppid=23808 vsize=9824668 CPUtime=1.36 cores=0,2,4,6
/proc/23810/task/23825/stat : 23825 (java) S 23808 23810 21381 0 -1 4202560 14254 0 0 0 133 3 0 0 20 0 22 0 253979072 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626020502568 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23826] ppid=23808 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/23810/task/23826/stat : 23826 (java) S 23808 23810 21381 0 -1 4202560 12592 0 0 0 96 2 0 0 20 0 22 0 253979072 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626019473464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23827] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23827/stat : 23827 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253979072 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626018421368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23828] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23828/stat : 23828 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253979072 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626017368776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23831] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23831/stat : 23831 (java) S 23808 23810 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253979088 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626014209704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23833] ppid=23808 vsize=9824668 CPUtime=1.71 cores=0,2,4,6
/proc/23810/task/23833/stat : 23833 (java) S 23808 23810 21381 0 -1 4202560 17 0 0 0 171 0 0 0 20 0 22 0 253979188 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626015260984 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23810/tid=23834] ppid=23808 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/23810/task/23834/stat : 23834 (java) S 23808 23810 21381 0 -1 4202560 66 0 0 0 170 2 0 0 20 0 22 0 253979188 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626016313656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23835] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23835/stat : 23835 (java) S 23808 23810 21381 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253979189 10060460032 70814 33554432000 1073741824 1073778376 140733275696032 140626013156520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 9824668

[startup+6.30085 s]
/proc/loadavg: 3.92 3.98 3.93 5/219 23835
/proc/meminfo: memFree=28327560/32873660 swapFree=7108/7108
[pid=23810] ppid=23808 vsize=9824668 CPUtime=14.55 cores=0,2,4,6
/proc/23810/stat : 23810 (java) S 23808 23810 21381 0 -1 4202496 31129 0 1 0 1440 15 0 0 20 0 22 0 253979066 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140733275687168 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23810/statm: 2456167 90759 2277 9 0 2446860 0
[pid=23810/tid=23812] ppid=23808 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/23810/task/23812/stat : 23812 (java) S 23808 23810 21381 0 -1 4202560 2446 0 1 0 17 1 0 0 20 0 22 0 253979067 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626939855864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23813] ppid=23808 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23810/task/23813/stat : 23813 (java) S 23808 23810 21381 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 253979068 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626901347112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23810/tid=23814] ppid=23808 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23810/task/23814/stat : 23814 (java) S 23808 23810 21381 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253979068 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626900294312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23815] ppid=23808 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23810/task/23815/stat : 23815 (java) S 23808 23810 21381 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253979068 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626899242024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23816] ppid=23808 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23810/task/23816/stat : 23816 (java) S 23808 23810 21381 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253979068 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626898189224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23817] ppid=23808 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23810/task/23817/stat : 23817 (java) S 23808 23810 21381 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253979068 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626897135912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23818] ppid=23808 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23810/task/23818/stat : 23818 (java) S 23808 23810 21381 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 253979068 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626896083112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23819] ppid=23808 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23810/task/23819/stat : 23819 (java) S 23808 23810 21381 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 253979068 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626895030824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23820] ppid=23808 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23810/task/23820/stat : 23820 (java) S 23808 23810 21381 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 253979068 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626775501224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23810/tid=23821] ppid=23808 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/23810/task/23821/stat : 23821 (java) S 23808 23810 21381 0 -1 4202560 234 0 0 0 28 2 0 0 20 0 22 0 253979069 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626763303656 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23822] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23822/stat : 23822 (java) S 23808 23810 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253979069 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626762249720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23823] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23823/stat : 23823 (java) S 23808 23810 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253979069 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626761197320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23824] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23824/stat : 23824 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253979072 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626760145808 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23825] ppid=23808 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/23810/task/23825/stat : 23825 (java) S 23808 23810 21381 0 -1 4202560 14311 0 0 0 179 3 0 0 20 0 22 0 253979072 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626020526264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23826] ppid=23808 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/23810/task/23826/stat : 23826 (java) S 23808 23810 21381 0 -1 4202560 12592 0 0 0 96 2 0 0 20 0 22 0 253979072 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626019473464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23827] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23827/stat : 23827 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253979072 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626018421368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23828] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23828/stat : 23828 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253979072 10060460032 90759 33554432000 1073741824 1073778376 140733275696032 140626017368776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/23810/task/23823/stat : 23823 (java) S 23808 23810 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253979069 10060460032 274343 33554432000 1073741824 1073778376 140733275696032 140626761197320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23824] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23824/stat : 23824 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253979072 10060460032 274343 33554432000 1073741824 1073778376 140733275696032 140626760145808 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23825] ppid=23808 vsize=9824668 CPUtime=2.22 cores=0,2,4,6
/proc/23810/task/23825/stat : 23825 (java) S 23808 23810 21381 0 -1 4202560 14320 0 0 0 219 3 0 0 20 0 22 0 253979072 10060460032 274343 33554432000 1073741824 1073778376 140733275696032 140626020526264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23826] ppid=23808 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/23810/task/23826/stat : 23826 (java) S 23808 23810 21381 0 -1 4202560 12597 0 0 0 101 3 0 0 20 0 22 0 253979072 10060460032 274343 33554432000 1073741824 1073778376 140733275696032 140626019473464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23827] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23827/stat : 23827 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253979072 10060460032 274343 33554432000 1073741824 1073778376 140733275696032 140626018421368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23828] ppid=23808 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23810/task/23828/stat : 23828 (java) S 23808 23810 21381 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 253979072 10060460032 274343 33554432000 1073741824 1073778376 140733275696032 140626017368776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23831] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23831/stat : 23831 (java) S 23808 23810 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253979088 10060460032 274343 33554432000 1073741824 1073778376 140733275696032 140626014209704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23833] ppid=23808 vsize=9824668 CPUtime=47.77 cores=0,2,4,6
/proc/23810/task/23833/stat : 23833 (java) R 23808 23810 21381 0 -1 4202560 69 0 0 0 4776 1 0 0 20 0 22 0 253979188 10060460032 274343 33554432000 1073741824 1073778376 140733275696032 140626015259920 140626776067986 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23834] ppid=23808 vsize=9824668 CPUtime=47.78 cores=0,2,4,6
/proc/23810/task/23834/stat : 23834 (java) R 23808 23810 21381 0 -1 4202560 911 0 0 0 4766 12 0 0 20 0 22 0 253979188 10060460032 274343 33554432000 1073741824 1073778376 140733275696032 140626016311504 140626776089049 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23835] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23835/stat : 23835 (java) S 23808 23810 21381 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253979189 10060460032 274343 33554432000 1073741824 1073778376 140733275696032 140626013156520 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 104.19
Current children cumulated vsize (KiB) 9824668

[startup+51.6008 s]
/proc/loadavg: 3.74 3.92 3.90 5/214 23896
/proc/meminfo: memFree=28337240/32873660 swapFree=7108/7108
[pid=23810] ppid=23808 vsize=9824668 CPUtime=104.07 cores=0,2,4,6
/proc/23810/stat : 23810 (java) S 23808 23810 21381 0 -1 4202496 34127 0 1 0 10372 35 0 0 20 0 19 0 253979066 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140733275687168 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23810/statm: 2456167 274331 2279 9 0 2446860 0
[pid=23810/tid=23812] ppid=23808 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/23810/task/23812/stat : 23812 (java) S 23808 23810 21381 0 -1 4202560 2451 0 1 0 17 1 0 0 20 0 19 0 253979067 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626939855864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23813] ppid=23808 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/23810/task/23813/stat : 23813 (java) S 23808 23810 21381 0 -1 4202560 126 0 0 0 17 1 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626901347112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23814] ppid=23808 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/23810/task/23814/stat : 23814 (java) S 23808 23810 21381 0 -1 4202560 241 0 0 0 14 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626900294312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23815] ppid=23808 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/23810/task/23815/stat : 23815 (java) S 23808 23810 21381 0 -1 4202560 128 0 0 0 16 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626899242024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23816] ppid=23808 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/23810/task/23816/stat : 23816 (java) S 23808 23810 21381 0 -1 4202560 247 0 0 0 15 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626898189224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23817] ppid=23808 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/23810/task/23817/stat : 23817 (java) S 23808 23810 21381 0 -1 4202560 273 0 0 0 13 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626897135912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23810/tid=23818] ppid=23808 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/23810/task/23818/stat : 23818 (java) S 23808 23810 21381 0 -1 4202560 230 0 0 0 15 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626896083112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23819] ppid=23808 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/23810/task/23819/stat : 23819 (java) S 23808 23810 21381 0 -1 4202560 382 0 0 0 14 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626895030824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23820] ppid=23808 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/23810/task/23820/stat : 23820 (java) S 23808 23810 21381 0 -1 4202560 285 0 0 0 15 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626775501224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23821] ppid=23808 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/23810/task/23821/stat : 23821 (java) S 23808 23810 21381 0 -1 4202560 539 0 0 0 190 5 0 0 20 0 19 0 253979069 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626763303656 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23822] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23822/stat : 23822 (java) S 23808 23810 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253979069 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626762249720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23823] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23823/stat : 23823 (java) S 23808 23810 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253979069 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626761197320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23824] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23824/stat : 23824 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626760145808 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23825] ppid=23808 vsize=9824668 CPUtime=2.22 cores=0,2,4,6
/proc/23810/task/23825/stat : 23825 (java) S 23808 23810 21381 0 -1 4202560 14320 0 0 0 219 3 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626020526264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23826] ppid=23808 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/23810/task/23826/stat : 23826 (java) S 23808 23810 21381 0 -1 4202560 12597 0 0 0 101 3 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626019473464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23827] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23827/stat : 23827 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626018421368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23828] ppid=23808 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23810/task/23828/stat : 23828 (java) S 23808 23810 21381 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626017368776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23831] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23831/stat : 23831 (java) S 23808 23810 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253979088 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626014209704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 104.07
Current children cumulated vsize (KiB) 9824668
#
############


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

[startup+51.9007 s]
/proc/loadavg: 3.74 3.92 3.90 5/214 23896
/proc/meminfo: memFree=28337240/32873660 swapFree=7108/7108
[pid=23810] ppid=23808 vsize=9824668 CPUtime=104.07 cores=0,2,4,6
/proc/23810/stat : 23810 (java) S 23808 23810 21381 0 -1 4202496 34127 0 1 0 10372 35 0 0 20 0 19 0 253979066 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140733275687168 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23810/statm: 2456167 274331 2279 9 0 2446860 0
[pid=23810/tid=23812] ppid=23808 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/23810/task/23812/stat : 23812 (java) S 23808 23810 21381 0 -1 4202560 2451 0 1 0 17 1 0 0 20 0 19 0 253979067 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626939855864 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23813] ppid=23808 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/23810/task/23813/stat : 23813 (java) S 23808 23810 21381 0 -1 4202560 126 0 0 0 17 1 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626901347112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23814] ppid=23808 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/23810/task/23814/stat : 23814 (java) S 23808 23810 21381 0 -1 4202560 241 0 0 0 14 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626900294312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23815] ppid=23808 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/23810/task/23815/stat : 23815 (java) S 23808 23810 21381 0 -1 4202560 128 0 0 0 16 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626899242024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23816] ppid=23808 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/23810/task/23816/stat : 23816 (java) S 23808 23810 21381 0 -1 4202560 247 0 0 0 15 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626898189224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23817] ppid=23808 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/23810/task/23817/stat : 23817 (java) S 23808 23810 21381 0 -1 4202560 273 0 0 0 13 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626897135912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23810/tid=23818] ppid=23808 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/23810/task/23818/stat : 23818 (java) S 23808 23810 21381 0 -1 4202560 230 0 0 0 15 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626896083112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23819] ppid=23808 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/23810/task/23819/stat : 23819 (java) S 23808 23810 21381 0 -1 4202560 382 0 0 0 14 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626895030824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23820] ppid=23808 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/23810/task/23820/stat : 23820 (java) S 23808 23810 21381 0 -1 4202560 285 0 0 0 15 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626775501224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23821] ppid=23808 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/23810/task/23821/stat : 23821 (java) S 23808 23810 21381 0 -1 4202560 539 0 0 0 190 5 0 0 20 0 19 0 253979069 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626763303656 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23822] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23822/stat : 23822 (java) S 23808 23810 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253979069 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626762249720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23823] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23823/stat : 23823 (java) S 23808 23810 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253979069 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626761197320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23824] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23824/stat : 23824 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626760145808 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23825] ppid=23808 vsize=9824668 CPUtime=2.22 cores=0,2,4,6
/proc/23810/task/23825/stat : 23825 (java) S 23808 23810 21381 0 -1 4202560 14320 0 0 0 219 3 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626020526264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23826] ppid=23808 vsize=9824668 CPUtime=1.04 cores=0,2,4,6
/proc/23810/task/23826/stat : 23826 (java) S 23808 23810 21381 0 -1 4202560 12597 0 0 0 101 3 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626019473464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23827] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23827/stat : 23827 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626018421368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23828] ppid=23808 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23810/task/23828/stat : 23828 (java) S 23808 23810 21381 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626017368776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23831] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23831/stat : 23831 (java) S 23808 23810 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253979088 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626014209704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 104.07
Current children cumulated vsize (KiB) 9824668

[startup+52.3007 s]
/proc/loadavg: 3.74 3.92 3.90 5/214 23896
/proc/meminfo: memFree=28337240/32873660 swapFree=7108/7108
[pid=23810] ppid=23808 vsize=9824668 CPUtime=104.38 cores=0,2,4,6
/proc/23810/stat : 23810 (java) S 23808 23810 21381 0 -1 4202496 34128 0 1 0 10403 35 0 0 20 0 19 0 253979066 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140733275687168 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23810/statm: 2456167 274331 2279 9 0 2446860 0
[pid=23810/tid=23812] ppid=23808 vsize=9824668 CPUtime=0.47 cores=0,2,4,6
/proc/23810/task/23812/stat : 23812 (java) R 23808 23810 21381 0 -1 4202560 2451 0 1 0 46 1 0 0 20 0 19 0 253979067 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626939855640 140626776578055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23813] ppid=23808 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/23810/task/23813/stat : 23813 (java) S 23808 23810 21381 0 -1 4202560 126 0 0 0 17 1 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626901347112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23814] ppid=23808 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/23810/task/23814/stat : 23814 (java) S 23808 23810 21381 0 -1 4202560 241 0 0 0 14 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626900294312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23815] ppid=23808 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/23810/task/23815/stat : 23815 (java) S 23808 23810 21381 0 -1 4202560 128 0 0 0 16 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626899242024 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23816] ppid=23808 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/23810/task/23816/stat : 23816 (java) S 23808 23810 21381 0 -1 4202560 247 0 0 0 15 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626898189224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23817] ppid=23808 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/23810/task/23817/stat : 23817 (java) S 23808 23810 21381 0 -1 4202560 273 0 0 0 13 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626897135912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23810/tid=23818] ppid=23808 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/23810/task/23818/stat : 23818 (java) S 23808 23810 21381 0 -1 4202560 230 0 0 0 15 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626896083112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23819] ppid=23808 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/23810/task/23819/stat : 23819 (java) S 23808 23810 21381 0 -1 4202560 382 0 0 0 14 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626895030824 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23820] ppid=23808 vsize=9824668 CPUtime=0.15 cores=0,2,4,6
/proc/23810/task/23820/stat : 23820 (java) S 23808 23810 21381 0 -1 4202560 285 0 0 0 15 0 0 0 20 0 19 0 253979068 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626775501224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23821] ppid=23808 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/23810/task/23821/stat : 23821 (java) S 23808 23810 21381 0 -1 4202560 539 0 0 0 190 5 0 0 20 0 19 0 253979069 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626763303656 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23822] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23822/stat : 23822 (java) S 23808 23810 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253979069 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626762249720 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23823] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23823/stat : 23823 (java) S 23808 23810 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253979069 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626761197320 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23824] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23824/stat : 23824 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626760145808 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23810/tid=23825] ppid=23808 vsize=9824668 CPUtime=2.22 cores=0,2,4,6
/proc/23810/task/23825/stat : 23825 (java) S 23808 23810 21381 0 -1 4202560 14320 0 0 0 219 3 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626020526264 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23826] ppid=23808 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/23810/task/23826/stat : 23826 (java) S 23808 23810 21381 0 -1 4202560 12598 0 0 0 102 3 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626019473464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23827] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23827/stat : 23827 (java) S 23808 23810 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626018421368 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23810/tid=23828] ppid=23808 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/23810/task/23828/stat : 23828 (java) S 23808 23810 21381 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 19 0 253979072 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626017368776 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23810/tid=23831] ppid=23808 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23810/task/23831/stat : 23831 (java) S 23808 23810 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253979088 10060460032 274331 33554432000 1073741824 1073778376 140733275696032 140626014209704 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 104.38
Current children cumulated vsize (KiB) 9824668

Child status: 30

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.119995
#  lost CPU user time (s): 0.119995
#  lost CPU system time (s): 0

Real time (s): 52.3941
CPU time (s): 104.658
CPU user time (s): 104.207
CPU system time (s): 0.450931
CPU usage (%): 199.752
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 104.087
system time used= 0.450931
maximum resident set size= 1162372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34139
page faults= 1
swaps= 0
block input operations= 240
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3002
involuntary context switches= 3039

runsolver used 0.246962 second user time and 0.489925 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-24 18:55:33
IDJOB=3688580
IDBENCH=48017
IDSOLVER=2268
FILE ID=node117/3688580-1337878533
RUNJOBID= node117-1337871880-21397
PBS_JOBID= 14620087
Free space on /tmp= 71608 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=229-P1=67-P2=149-P3=97-P4=149-P5=211-P6=89-P7=59-B.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688580-1337878533/watcher-3688580-1337878533 -o /tmp/evaluation-result-3688580-1337878533/solver-3688580-1337878533 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688580-1337878533.opb

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

MD5SUM BENCH= 12f1f3305860fafcd361cd1c61e0d104
RANDOM SEED=422789

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        28672292 kB
Buffers:          221380 kB
Cached:          2303812 kB
SwapCached:            0 kB
Active:          1306296 kB
Inactive:        2117788 kB
Active(anon):     900952 kB
Inactive(anon):        0 kB
Active(file):     405344 kB
Inactive(file):  2117788 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               472 kB
Writeback:             0 kB
AnonPages:        905208 kB
Mapped:            22532 kB
Shmem:               200 kB
Slab:             638144 kB
SReclaimable:      82576 kB
SUnreclaim:       555568 kB
KernelStack:        1624 kB
PageTables:         6028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1688356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    837632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71624 MiB
End job on node117 at 2012-05-24 18:56:26