Trace number 4090725

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 52.45 51.4934

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/wcsp/coloring/
normalized-geom30a-4_wcsp.wbo
MD5SUMde59a4d263badb761d8b1cfdb0f0d5d5
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.154975
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables120
Total number of constraints354
Number of soft constraints324
Number of constraints which are clauses324
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Top cost 82
Min constraint cost 1
Max constraint cost 1
Sum of constraints costs 324
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4090725-1466068090.wbo
0.09/0.12	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.051s.
0.09/0.17	c declared #vars     120
0.09/0.17	c internal #vars     444
0.09/0.17	c #constraints  384
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 354
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.09/0.17	c 384 constraints processed.
0.09/0.17	c objective function length is 324 literals
0.24/0.23	c SATISFIABLE
0.24/0.23	c OPTIMIZING...
0.24/0.23	c Got one! Elapsed wall clock time (in seconds):0.111
0.24/0.23	o 14
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.185
0.53/0.30	o 13
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.196
0.53/0.31	o 12
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.202
0.53/0.32	o 11
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.35
0.78/0.47	o 10
0.78/0.47	c Got one! Elapsed wall clock time (in seconds):0.356
0.78/0.47	o 9
1.08/0.63	c cleaning 2775 clauses out of 5549 with flag 13901/5549
1.43/0.91	c cleaning 4378 clauses out of 8773 with flag 45623/11548
1.74/1.22	c cleaning 5698 clauses out of 11395 with flag 85242/18548
2.03/1.59	c cleaning 6845 clauses out of 13698 with flag 133719/26549
2.55/2.09	c cleaning 7926 clauses out of 15858 with flag 181083/35554
3.15/2.62	c cleaning 8956 clauses out of 17926 with flag 234651/45548
3.75/3.28	c cleaning 9980 clauses out of 19968 with flag 302027/56546
3.95/3.43	c Got one! Elapsed wall clock time (in seconds):3.315
3.95/3.43	o 8
3.95/3.47	c Got one! Elapsed wall clock time (in seconds):3.35
3.95/3.47	o 7
4.15/3.64	c cleaning 7943 clauses out of 15894 with flag 7710/62452
4.45/3.98	c cleaning 6972 clauses out of 13948 with flag 33182/68449
4.85/4.33	c cleaning 6971 clauses out of 13976 with flag 67663/75449
5.25/4.71	c cleaning 7506 clauses out of 15011 with flag 112637/83455
5.65/5.18	c cleaning 8250 clauses out of 16501 with flag 162018/92451
6.25/5.74	c cleaning 9107 clauses out of 18249 with flag 217091/102449
6.86/6.33	c cleaning 10069 clauses out of 20142 with flag 276909/113449
7.56/7.05	c cleaning 11030 clauses out of 22074 with flag 337098/125450
8.36/7.81	c cleaning 12014 clauses out of 24044 with flag 404580/138450
9.27/8.73	c cleaning 13014 clauses out of 26029 with flag 480595/152449
10.26/9.79	c cleaning 13986 clauses out of 28015 with flag 556398/167449
11.36/10.87	c cleaning 15008 clauses out of 30029 with flag 642996/183449
12.67/12.17	c cleaning 16000 clauses out of 32021 with flag 733299/200449
14.06/13.57	c cleaning 17004 clauses out of 34021 with flag 837792/218449
15.56/15.01	c cleaning 18003 clauses out of 36017 with flag 930553/237449
17.17/16.63	c cleaning 18998 clauses out of 38015 with flag 1034050/257450
18.86/18.36	c cleaning 20005 clauses out of 40018 with flag 1146348/278451
20.66/20.19	c cleaning 20992 clauses out of 42011 with flag 1261856/300449
22.57/22.09	c cleaning 22011 clauses out of 44021 with flag 1377706/323451
22.67/22.11	c Got one! Elapsed wall clock time (in seconds):21.993
22.67/22.11	o 6
22.97/22.44	c cleaning 13775 clauses out of 27588 with flag 24648/329029
23.27/22.76	c cleaning 9906 clauses out of 19811 with flag 64742/335027
23.57/23.08	c cleaning 8442 clauses out of 16905 with flag 97896/342027
23.97/23.46	c cleaning 8224 clauses out of 16465 with flag 141882/350029
24.47/23.91	c cleaning 8616 clauses out of 17239 with flag 200708/359027
24.97/24.43	c cleaning 9309 clauses out of 18625 with flag 250704/369029
25.47/24.97	c cleaning 10156 clauses out of 20314 with flag 303743/380027
26.17/25.64	c cleaning 11076 clauses out of 22161 with flag 356890/392030
26.87/26.40	c cleaning 12031 clauses out of 24082 with flag 421068/405027
27.77/27.28	c cleaning 13011 clauses out of 26051 with flag 489362/419027
28.67/28.19	c cleaning 14017 clauses out of 28040 with flag 562776/434027
29.68/29.14	c cleaning 15002 clauses out of 30023 with flag 648753/450027
30.78/30.21	c cleaning 16008 clauses out of 32023 with flag 739811/467029
31.88/31.32	c cleaning 17005 clauses out of 34013 with flag 829151/485027
33.08/32.53	c Got one! Elapsed wall clock time (in seconds):32.415
33.08/32.53	o 5
33.48/32.93	c Got one! Elapsed wall clock time (in seconds):32.812
33.48/32.93	o 4
33.72/33.15	c cleaning 20545 clauses out of 41089 with flag 9400/509108
34.50/33.50	c cleaning 13264 clauses out of 26548 with flag 42568/515113
34.81/33.85	c cleaning 10140 clauses out of 20280 with flag 73864/522110
35.23/34.24	c cleaning 9060 clauses out of 18137 with flag 110384/530108
35.62/34.66	c cleaning 9020 clauses out of 18077 with flag 152002/539109
36.12/35.16	c cleaning 9521 clauses out of 19056 with flag 199085/549109
36.62/35.70	c cleaning 10255 clauses out of 20533 with flag 250542/560108
37.33/36.33	c cleaning 11129 clauses out of 22277 with flag 305913/572108
38.12/37.12	c cleaning 12067 clauses out of 24146 with flag 364395/585108
38.92/37.98	c cleaning 13029 clauses out of 26077 with flag 430822/599108
40.12/39.12	c cleaning 14003 clauses out of 28047 with flag 501520/614108
41.23/40.27	c cleaning 14996 clauses out of 30044 with flag 572117/630109
42.53/41.55	c cleaning 16000 clauses out of 32046 with flag 644813/647109
43.96/43.00	c cleaning 17007 clauses out of 34043 with flag 731801/665109
45.55/44.54	c cleaning 18010 clauses out of 36033 with flag 817403/684109
47.05/46.09	c cleaning 19000 clauses out of 38021 with flag 907805/704109
48.85/47.81	c cleaning 19998 clauses out of 40017 with flag 1005520/725108
50.66/49.67	c cleaning 21007 clauses out of 42015 with flag 1103708/747108
52.45/51.48	c starts		: 2398
52.45/51.48	c conflicts		: 769191
52.45/51.48	c decisions		: 3008650
52.45/51.48	c propagations		: 58443545
52.45/51.48	c inspects		: 822527790
52.45/51.48	c shortcuts		: 0
52.45/51.48	c learnt literals	: 55
52.45/51.48	c learnt binary clauses	: 58
52.45/51.48	c learnt ternary clauses	: 3231
52.45/51.48	c learnt constraints	: 769135
52.45/51.48	c ignored constraints	: 0
52.45/51.48	c root simplifications	: 0
52.45/51.48	c removed literals (reason simplification)	: 0
52.45/51.48	c reason swapping (by a shorter reason)	: 0
52.45/51.48	c Calls to reduceDB	: 58
52.45/51.48	c Number of update (reduction) of LBD	: 412778
52.45/51.48	c Imported unit clauses	: 0
52.45/51.48	c number of reductions to clauses (during analyze)	: 0
52.45/51.48	c number of learned constraints concerned by reduction	: 0
52.45/51.48	c number of learning phase by resolution	: 0
52.45/51.48	c number of learning phase by cutting planes	: 0
52.45/51.48	c speed (assignments/second)	: 1139006.1585235135
52.45/51.48	c non guided choices	414
52.45/51.48	c learnt constraints type 
52.45/51.48	s OPTIMUM FOUND
52.45/51.48	c Found 11 solution(s)
52.45/51.48	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 
52.45/51.49	c objective function=4
52.45/51.49	c Total wall clock time (in seconds): 51.368

Verifier Data

OK	4

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4090725-1466068090/watcher-4090725-1466068090 -o /tmp/evaluation-result-4090725-1466068090/solver-4090725-1466068090 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466062117-9737 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090725-1466068090.wbo 

pid=10568
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: 2.11 2.04 2.01 3/196 10571
/proc/meminfo: memFree=31207456/32872528 swapFree=7268/7268
[pid=10571] ppid=10568 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/10571/stat : 10571 (java) R 10568 10571 9721 0 -1 4202496 384 0 0 0 0 0 0 0 20 0 1 0 8854895 5767168 55 33554432000 1073741824 1073778376 140735218602832 140735218599960 206399696167 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10571/statm: 1408 58 46 9 0 30 0

[startup+0.10009 s]
/proc/loadavg: 2.11 2.04 2.01 3/196 10571
/proc/meminfo: memFree=31207456/32872528 swapFree=7268/7268
[pid=10571] ppid=10568 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/10571/stat : 10571 (java) S 10568 10571 9721 0 -1 4202496 4382 0 1 0 8 1 0 0 20 0 18 0 8854895 9787879424 6018 33554432000 1073741824 1073778376 140735218602832 140735218593968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10571/statm: 2389619 6018 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20027 s]
/proc/loadavg: 2.11 2.04 2.01 3/196 10571
/proc/meminfo: memFree=31207456/32872528 swapFree=7268/7268
[pid=10571] ppid=10568 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/10571/stat : 10571 (java) S 10568 10571 9721 0 -1 4202496 5501 0 1 0 22 2 0 0 20 0 19 0 8854895 9856040960 7222 33554432000 1073741824 1073778376 140735218602832 140735218593968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10571/statm: 2406260 7222 2209 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300278 s]
/proc/loadavg: 2.11 2.04 2.01 3/196 10571
/proc/meminfo: memFree=31207456/32872528 swapFree=7268/7268
[pid=10571] ppid=10568 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/10571/stat : 10571 (java) S 10568 10571 9721 0 -1 4202496 7696 0 1 0 51 2 0 0 20 0 19 0 8854895 9856040960 8416 33554432000 1073741824 1073778376 140735218602832 140735218593968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10571/statm: 2406260 8416 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700208 s]
/proc/loadavg: 2.11 2.04 2.01 3/196 10571
/proc/meminfo: memFree=31207456/32872528 swapFree=7268/7268
[pid=10571] ppid=10568 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/10571/stat : 10571 (java) S 10568 10571 9721 0 -1 4202496 9485 0 1 0 119 2 0 0 20 0 19 0 8854895 9856040960 9089 33554432000 1073741824 1073778376 140735218602832 140735218593968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10571/statm: 2406260 9089 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.11 2.04 2.01 3/215 10590
/proc/meminfo: memFree=31177216/32872528 swapFree=7268/7268
[pid=10571] ppid=10568 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/10571/stat : 10571 (java) S 10568 10571 9721 0 -1 4202496 9491 0 1 0 201 2 0 0 20 0 19 0 8854895 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140735218593968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10571/statm: 2406260 10116 2257 9 0 2396937 0
[pid=10571/tid=10573] ppid=10568 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/10571/task/10573/stat : 10573 (java) R 10568 10571 9721 0 -1 4202560 2424 0 1 0 145 1 0 0 20 0 19 0 8854896 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140308299622920 140308143168113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140308261116584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140308142615336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140308141562792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140308140510248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140308139456680 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140308138404136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140308137351592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 9721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140308136299048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 9721 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140307653970536 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 9721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140307652916856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140307651864200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140307650812944 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 9721 0 -1 4202560 1931 0 0 0 21 0 0 0 20 0 19 0 8854902 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140307649759288 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 9721 0 -1 4202560 3864 0 0 0 32 0 0 0 20 0 19 0 8854902 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140307648706744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140307647654392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140307646602056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854913 9856040960 10116 33554432000 1073741824 1073778376 140735218602832 140307645547816 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.11 2.04 2.01 3/215 10590
/proc/meminfo: memFree=31172624/32872528 swapFree=7268/7268
[pid=10571] ppid=10568 vsize=9625040 CPUtime=3.65 cores=0,2,4,6
/proc/10571/stat : 10571 (java) S 10568 10571 9721 0 -1 4202496 9497 0 1 0 363 2 0 0 20 0 19 0 8854895 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140735218593968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10571/statm: 2406260 11144 2257 9 0 2396937 0
[pid=10571/tid=10573] ppid=10568 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/10571/task/10573/stat : 10573 (java) R 10568 10571 9721 0 -1 4202560 2426 0 1 0 305 1 0 0 20 0 19 0 8854896 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140308299615952 140308143168184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140308261116584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140308142615336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140308141562792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140308140510248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140308139456680 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140308138404136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140308137351592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 9721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140308136299048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 9721 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140307653970536 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 9721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140307652916856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140307651864200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140307650812944 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 9721 0 -1 4202560 1935 0 0 0 22 0 0 0 20 0 19 0 8854902 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140307649759288 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 9721 0 -1 4202560 3864 0 0 0 32 0 0 0 20 0 19 0 8854902 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140307648706744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140307647654392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140307646602056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854913 9856040960 11144 33554432000 1073741824 1073778376 140735218602832 140307645547816 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.10 2.04 2.01 3/215 10590
/proc/meminfo: memFree=31162036/32872528 swapFree=7268/7268
[pid=10571] ppid=10568 vsize=9625040 CPUtime=6.86 cores=0,2,4,6
/proc/10571/stat : 10571 (java) S 10568 10571 9721 0 -1 4202496 9505 0 1 0 684 2 0 0 20 0 19 0 8854895 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140735218593968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10571/statm: 2406260 13690 2259 9 0 2396937 0
[pid=10571/tid=10573] ppid=10568 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/10571/task/10573/stat : 10573 (java) R 10568 10571 9721 0 -1 4202560 2432 0 1 0 624 1 0 0 20 0 19 0 8854896 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140308299615952 140308143168184 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140308261116584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140308142615336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140308141562792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140308140510248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140308139456680 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140308138404136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140308137351592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 9721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140308136299048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 9721 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140307653970536 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 9721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140307652916856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140307651864200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140307650812944 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 9721 0 -1 4202560 1936 0 0 0 23 0 0 0 20 0 19 0 8854902 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140307649759288 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 9721 0 -1 4202560 3864 0 0 0 32 0 0 0 20 0 19 0 8854902 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140307648706744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140307647654392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140307646602056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854913 9856040960 13690 33554432000 1073741824 1073778376 140735218602832 140307645547816 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 9625040


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

/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 9721 0 -1 4202560 1936 0 0 0 24 0 0 0 20 0 19 0 8854902 9856040960 24442 33554432000 1073741824 1073778376 140735218602832 140307649759288 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 9721 0 -1 4202560 3864 0 0 0 33 0 0 0 20 0 19 0 8854902 9856040960 24442 33554432000 1073741824 1073778376 140735218602832 140307648706744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 24442 33554432000 1073741824 1073778376 140735218602832 140307647654392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 9721 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 24442 33554432000 1073741824 1073778376 140735218602832 140307646602056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854913 9856040960 24442 33554432000 1073741824 1073778376 140735218602832 140307645547816 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 26.07
Current children cumulated vsize (KiB) 9625040

[startup+51.1008 s]
/proc/loadavg: 2.04 2.03 2.00 3/215 10786
/proc/meminfo: memFree=31773288/32872528 swapFree=7268/7268
[pid=10571] ppid=10568 vsize=9625040 CPUtime=52.15 cores=0,2,4,6
/proc/10571/stat : 10571 (java) S 10568 10571 9721 0 -1 4202496 16821 0 1 0 5209 6 0 0 20 0 19 0 8854895 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140735218593968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10571/statm: 2406260 41357 2260 9 0 2396937 0
[pid=10571/tid=10573] ppid=10568 vsize=9625040 CPUtime=50.93 cores=0,2,4,6
/proc/10571/task/10573/stat : 10573 (java) R 10568 10571 9721 0 -1 4202560 2482 0 1 0 5090 3 0 0 20 0 19 0 8854896 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308299615952 140308143295443 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308261116584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308142615336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308141562792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308140510248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308139456680 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308138404136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308137351592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 9721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308136299048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 9721 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307653970536 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 9721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307652916856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307651864200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307650812944 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 9721 0 -1 4202560 9199 0 0 0 69 1 0 0 20 0 19 0 8854902 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307649759288 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 9721 0 -1 4202560 3864 0 0 0 34 0 0 0 20 0 19 0 8854902 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307648706744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307647654392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 9721 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307646602056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854913 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307645547816 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 52.15
Current children cumulated vsize (KiB) 9625040

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10571 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+51.2009 s]
/proc/loadavg: 2.04 2.03 2.00 3/215 10786
/proc/meminfo: memFree=31773288/32872528 swapFree=7268/7268
[pid=10571] ppid=10568 vsize=9625040 CPUtime=52.25 cores=0,2,4,6
/proc/10571/stat : 10571 (java) S 10568 10571 9721 0 -1 4202496 16821 0 1 0 5219 6 0 0 20 0 19 0 8854895 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140735218593968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10571/statm: 2406260 41357 2260 9 0 2396937 0
[pid=10571/tid=10573] ppid=10568 vsize=9625040 CPUtime=51.03 cores=0,2,4,6
/proc/10571/task/10573/stat : 10573 (java) R 10568 10571 9721 0 -1 4202560 2482 0 1 0 5100 3 0 0 20 0 19 0 8854896 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308299615952 140308143168113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308261116584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308142615336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308141562792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308140510248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308139456680 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308138404136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308137351592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 9721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140308136299048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 9721 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307653970536 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 9721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307652916856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307651864200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307650812944 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 9721 0 -1 4202560 9199 0 0 0 69 1 0 0 20 0 19 0 8854902 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307649759288 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 9721 0 -1 4202560 3864 0 0 0 34 0 0 0 20 0 19 0 8854902 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307648706744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307647654392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 9721 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307646602056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854913 9856040960 41357 33554432000 1073741824 1073778376 140735218602832 140307645547816 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 52.25
Current children cumulated vsize (KiB) 9625040

[startup+51.4007 s]
/proc/loadavg: 2.04 2.03 2.00 3/215 10786
/proc/meminfo: memFree=31773288/32872528 swapFree=7268/7268
[pid=10571] ppid=10568 vsize=9625040 CPUtime=52.45 cores=0,2,4,6
/proc/10571/stat : 10571 (java) S 10568 10571 9721 0 -1 4202496 16822 0 1 0 5239 6 0 0 20 0 19 0 8854895 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140735218593968 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/10571/statm: 2406260 41869 2260 9 0 2396937 0
[pid=10571/tid=10573] ppid=10568 vsize=9625040 CPUtime=51.23 cores=0,2,4,6
/proc/10571/task/10573/stat : 10573 (java) R 10568 10571 9721 0 -1 4202560 2483 0 1 0 5120 3 0 0 20 0 19 0 8854896 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140308299615952 140308143168113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140308261116584 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140308142615336 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140308141562792 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140308140510248 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140308139456680 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140308138404136 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140308137351592 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 9721 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8854898 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140308136299048 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 9721 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140307653970536 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 9721 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140307652916856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854899 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140307651864200 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140307650812944 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 9721 0 -1 4202560 9199 0 0 0 69 1 0 0 20 0 19 0 8854902 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140307649759288 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 9721 0 -1 4202560 3864 0 0 0 34 0 0 0 20 0 19 0 8854902 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140307648706744 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 9721 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140307647654392 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 9721 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 8854902 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140307646602056 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 9721 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8854913 9856040960 41869 33554432000 1073741824 1073778376 140735218602832 140307645547816 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 52.45
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10571 and gives
#  childrusage.ru_utime.tv_sec=52
#  childrusage.ru_utime.tv_usec=353041
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=72988
# CPU time returned by wait4() is 52.426
# while last known CPU time is 52.45
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 51.4934
CPU time (s): 52.45
CPU user time (s): 52.39
CPU system time (s): 0.06
CPU usage (%): 101.858
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.353
system time used= 0.072988
maximum resident set size= 167540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16844
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1378
involuntary context switches= 224

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.149977 second user time and 0.19397 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-16 11:08:10
IDJOB=4090725
IDBENCH=79443
IDSOLVER=2551
FILE ID=node133/4090725-1466068090
RUNJOBID= node133-1466062117-9737
PBS_JOBID= 19904006
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/wcsp/coloring/normalized-geom30a-4_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090725-1466068090/watcher-4090725-1466068090 -o /tmp/evaluation-result-4090725-1466068090/solver-4090725-1466068090 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466062117-9737 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090725-1466068090.wbo

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

MD5SUM BENCH= de59a4d263badb761d8b1cfdb0f0d5d5
RANDOM SEED=468874952

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31208208 kB
Buffers:            8328 kB
Cached:            41884 kB
SwapCached:         1900 kB
Active:           929912 kB
Inactive:          26760 kB
Active(anon):     907716 kB
Inactive(anon):     1232 kB
Active(file):      22196 kB
Inactive(file):    25528 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098864 kB
Dirty:               920 kB
Writeback:             0 kB
AnonPages:        919160 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             564852 kB
SReclaimable:       8412 kB
SUnreclaim:       556440 kB
KernelStack:        1616 kB
PageTables:         6200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1220848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    864256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node133 at 2016-06-16 11:09:01