Trace number 3731079

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
PB09: SAT4J Pseudo Resolution 2.1.1SAT (TO)17393 1800.09 1740.98

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos5.opb
MD5SUM687e90f40c46b53feec9c54ee9b43fa6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark15360
Best CPU time to get the best result obtained on this benchmark1352.86
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 15360
Optimality of the best value was proved NO
Number of variables163
Total number of constraints73
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints70
Minimum length of a constraint11
Maximum length of a constraint102
Number of terms in the objective function 163
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 74742
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 74742
Number of bits of the biggest sum of numbers17
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.03/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.03/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.06	c See www.sat4j.org for details.
0.03/0.07	c version 2.1.1.v20090612
0.03/0.07	c sun.arch.data.model	64
0.03/0.07	c java.version	1.6.0_24
0.03/0.07	c os.name	Linux
0.03/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.07	c os.arch	amd64
0.03/0.07	c Free memory 1299577560
0.03/0.07	c Max memory 1306394624
0.03/0.07	c Total memory 1306394624
0.03/0.07	c Number of processors 8
0.03/0.09	c Pseudo Boolean Optimization
0.03/0.09	c --- Begin Solver configuration ---
0.03/0.09	c Stops conflict analysis at the first Unique Implication Point
0.03/0.09	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@28df8ff1
0.03/0.09	c Learn all clauses as in MiniSAT
0.03/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.09	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.03/0.09	c Expensive reason simplification
0.03/0.09	c MiniSAT restarts strategy
0.03/0.09	c Memory based learned constraints deletion strategy
0.03/0.09	c timeout=2147483s
0.03/0.09	c DB Simplification allowed=false
0.03/0.09	c --- End Solver configuration ---
0.03/0.09	c solving HOME/instance-3731079-1338736822.opb
0.03/0.09	c reading problem ... 
0.32/0.21	c ... done. Wall clock time 0.11s.
0.32/0.21	c #vars     163
0.32/0.21	c #constraints  73
0.32/0.21	c constraints type 
0.32/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.32/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70
0.32/0.25	c SATISFIABLE
0.32/0.25	c OPTIMIZING...
0.32/0.25	c Got one! Elapsed wall clock time (in seconds):0.151
0.32/0.25	o 19970
0.62/0.30	c Got one! Elapsed wall clock time (in seconds):0.204
0.62/0.30	o 19772
0.92/0.46	c Got one! Elapsed wall clock time (in seconds):0.369
0.92/0.46	o 19589
1.15/0.53	c Got one! Elapsed wall clock time (in seconds):0.435
1.15/0.53	o 19584
1.35/0.66	c Got one! Elapsed wall clock time (in seconds):0.562
1.35/0.66	o 19520
1.44/0.74	c Got one! Elapsed wall clock time (in seconds):0.645
1.44/0.74	o 19519
1.54/0.80	c Got one! Elapsed wall clock time (in seconds):0.7
1.54/0.80	o 19456
1.69/0.96	c Got one! Elapsed wall clock time (in seconds):0.865
1.69/0.96	o 19424
1.94/1.14	c Got one! Elapsed wall clock time (in seconds):1.046
1.94/1.14	o 19407
2.24/1.41	c Got one! Elapsed wall clock time (in seconds):1.317
2.24/1.41	o 19400
2.24/1.47	c Got one! Elapsed wall clock time (in seconds):1.379
2.24/1.47	o 19392
2.37/1.52	c Got one! Elapsed wall clock time (in seconds):1.425
2.37/1.52	o 19312
2.67/1.87	c Got one! Elapsed wall clock time (in seconds):1.774
2.67/1.87	o 19311
2.79/1.92	c Got one! Elapsed wall clock time (in seconds):1.83
2.79/1.92	o 19296
2.79/1.99	c Got one! Elapsed wall clock time (in seconds):1.897
2.79/1.99	o 19294
2.90/2.04	c Got one! Elapsed wall clock time (in seconds):1.943
2.90/2.04	o 19264
3.24/2.30	c Got one! Elapsed wall clock time (in seconds):2.204
3.24/2.30	o 19263
3.34/2.43	c Got one! Elapsed wall clock time (in seconds):2.333
3.34/2.43	o 19244
3.66/2.77	c Got one! Elapsed wall clock time (in seconds):2.672
3.66/2.77	o 19240
3.76/2.88	c Got one! Elapsed wall clock time (in seconds):2.785
3.76/2.88	o 19207
3.86/2.92	c Got one! Elapsed wall clock time (in seconds):2.826
3.86/2.92	o 19200
3.96/3.04	c Got one! Elapsed wall clock time (in seconds):2.947
3.96/3.04	o 19070
4.67/3.77	c Got one! Elapsed wall clock time (in seconds):3.673
4.67/3.77	o 19040
5.20/4.23	c Got one! Elapsed wall clock time (in seconds):4.131
5.20/4.23	o 19038
5.31/4.35	c Got one! Elapsed wall clock time (in seconds):4.252
5.31/4.35	o 19010
5.80/4.84	c Got one! Elapsed wall clock time (in seconds):4.75
5.80/4.85	o 18969
5.80/4.88	c Got one! Elapsed wall clock time (in seconds):4.781
5.80/4.88	o 18944
9.85/8.72	c Got one! Elapsed wall clock time (in seconds):8.622
9.85/8.72	o 18491
10.16/9.01	c Got one! Elapsed wall clock time (in seconds):8.917
10.16/9.01	o 18482
10.36/9.25	c Got one! Elapsed wall clock time (in seconds):9.16
10.36/9.25	o 18478
10.61/9.43	c Got one! Elapsed wall clock time (in seconds):9.338
10.61/9.43	o 18432
14.87/13.66	c Got one! Elapsed wall clock time (in seconds):13.564
14.87/13.66	o 18400
19.89/18.53	c Got one! Elapsed wall clock time (in seconds):18.437
19.89/18.53	o 18341
29.05/27.45	c Got one! Elapsed wall clock time (in seconds):27.359
29.05/27.45	o 18324
31.27/29.69	c Got one! Elapsed wall clock time (in seconds):29.595
31.27/29.69	o 18322
31.89/30.27	c Got one! Elapsed wall clock time (in seconds):30.17
31.89/30.27	o 18306
54.60/52.34	c Got one! Elapsed wall clock time (in seconds):52.249
54.60/52.34	o 18304
65.60/63.08	c Got one! Elapsed wall clock time (in seconds):62.981
65.60/63.08	o 18141
70.10/67.45	c Got one! Elapsed wall clock time (in seconds):67.352
70.10/67.45	o 18140
77.22/74.31	c Got one! Elapsed wall clock time (in seconds):74.218
77.22/74.31	o 18139
81.96/78.93	c Got one! Elapsed wall clock time (in seconds):78.834
81.96/78.93	o 18138
87.91/84.72	c Got one! Elapsed wall clock time (in seconds):84.628
87.91/84.72	o 17841
92.44/89.15	c Got one! Elapsed wall clock time (in seconds):89.052
92.44/89.15	o 17840
93.04/89.79	c Got one! Elapsed wall clock time (in seconds):89.692
93.04/89.79	o 17824
96.52/93.15	c Got one! Elapsed wall clock time (in seconds):93.053
96.52/93.15	o 17804
100.24/96.72	c Got one! Elapsed wall clock time (in seconds):96.625
100.24/96.72	o 17680
102.28/98.77	c Got one! Elapsed wall clock time (in seconds):98.674
102.28/98.77	o 17679
120.87/116.74	c Got one! Elapsed wall clock time (in seconds):116.642
120.87/116.74	o 17668
131.44/126.96	c Got one! Elapsed wall clock time (in seconds):126.867
131.44/126.96	o 17664
134.18/129.63	c Got one! Elapsed wall clock time (in seconds):129.535
134.18/129.63	o 17663
202.31/194.61	c Got one! Elapsed wall clock time (in seconds):194.513
202.31/194.61	o 17662
246.88/236.62	c Got one! Elapsed wall clock time (in seconds):236.523
246.88/236.62	o 17552
285.77/273.63	c Got one! Elapsed wall clock time (in seconds):273.537
285.77/273.63	o 17393
654.06/626.26	c cleaning 1065988 clauses out of 2132002
1017.52/979.39	c cleaning 979998 clauses out of 1960012
1381.51/1333.56	c cleaning 949488 clauses out of 1899017
1758.43/1701.74	c cleaning 902500 clauses out of 1805027
1800.09/1740.91	c starts		: 467
1800.09/1740.91	c conflicts		: 4985972
1800.09/1740.91	c decisions		: 6284405
1800.09/1740.91	c propagations		: 73479866
1800.09/1740.91	c inspects		: 8350283160
1800.09/1740.91	c learnt literals	: 0
1800.09/1740.91	c learnt binary clauses	: 0
1800.09/1740.91	c learnt ternary clauses	: 0
1800.09/1740.91	c learnt clauses	: 4985972
1800.09/1740.91	c ignored clauses	: 0
1800.09/1740.91	c root simplifications	: 0
1800.09/1740.91	c removed literals (reason simplification)	: 29956998
1800.09/1740.91	c reason swapping (by a shorter reason)	: 0
1800.09/1740.91	c Calls to reduceDB	: 4
1800.09/1740.91	c speed (assignments/second)	: 50079.08050081886
1800.09/1740.91	c non guided choices	571
1800.09/1740.97	c learnt constraints type 
1800.09/1740.97	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 1088107
1800.09/1740.97	c constraints type 
1800.09/1740.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
1800.09/1740.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
1800.09/1740.97	s SATISFIABLE
1800.09/1740.97	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 
1800.09/1740.97	c objective function=17393
1800.09/1740.97	c Total wall clock time (in seconds): 1740.872

Verifier Data

OK	17393

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-3731079-1338736822/watcher-3731079-1338736822 -o /tmp/evaluation-result-3731079-1338736822/solver-3731079-1338736822 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3731079-1338736822.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.00 2.00 3/195 11419
/proc/meminfo: memFree=26249496/32873844 swapFree=6608/6608
[pid=11419] ppid=11417 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/11419/stat : 11419 (java) S 11417 11419 3621 0 -1 4202496 1206 0 0 0 0 0 0 0 20 0 2 0 339806651 94019584 917 33554432000 1073741824 1073778376 140735395484864 140735395476000 213422997565 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11419/statm: 22954 917 697 9 0 16769 0
[pid=11419/tid=11420] ppid=11417 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11420/stat : 11420 (java) R 11417 11419 3621 0 -1 4202560 68 0 0 0 0 0 0 0 20 0 2 0 339806651 95129600 925 33554432000 1073741824 1073778376 140735395484864 140328252632616 213410429491 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0450741 s]
/proc/loadavg: 2.01 2.00 2.00 3/195 11419
/proc/meminfo: memFree=26249496/32873844 swapFree=6608/6608
[pid=11419] ppid=11417 vsize=2315716 CPUtime=0.03 cores=1,3,5,7
/proc/11419/stat : 11419 (java) S 11417 11419 3621 0 -1 4202496 3750 0 1 0 2 1 0 0 20 0 13 0 339806651 2371293184 4447 33554432000 1073741824 1073778376 140735395484864 140735395476000 213422997565 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11419/statm: 578929 4447 1708 9 0 569630 0
[pid=11419/tid=11420] ppid=11417 vsize=2315716 CPUtime=0.02 cores=1,3,5,7
/proc/11419/task/11420/stat : 11420 (java) R 11417 11419 3621 0 -1 4202560 2568 0 1 0 2 0 0 0 20 0 13 0 339806651 2371293184 4447 33554432000 1073741824 1073778376 140735395484864 140328252634688 213423023373 0 4 0 16800971 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2315716

[startup+0.100263 s]
/proc/loadavg: 2.01 2.00 2.00 3/195 11419
/proc/meminfo: memFree=26249496/32873844 swapFree=6608/6608
[pid=11419] ppid=11417 vsize=2648568 CPUtime=0.11 cores=1,3,5,7
/proc/11419/stat : 11419 (java) S 11417 11419 3621 0 -1 4202496 4775 0 1 0 10 1 0 0 20 0 18 0 339806651 2712133632 6493 33554432000 1073741824 1073778376 140735395484864 140735395476000 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11419/statm: 662142 6493 2134 9 0 652835 0
[pid=11419/tid=11420] ppid=11417 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/11419/task/11420/stat : 11420 (java) R 11417 11419 3621 0 -1 4202560 2787 0 1 0 7 0 0 0 20 0 18 0 339806651 2712133632 6493 33554432000 1073741824 1073778376 140735395484864 140328252626856 213423023373 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2648568

[startup+0.30023 s]
/proc/loadavg: 2.01 2.00 2.00 3/195 11419
/proc/meminfo: memFree=26249496/32873844 swapFree=6608/6608
[pid=11419] ppid=11417 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/11419/stat : 11419 (java) S 11417 11419 3621 0 -1 4202496 11576 0 1 0 60 2 0 0 20 0 19 0 339806651 2780295168 12337 33554432000 1073741824 1073778376 140735395484864 140735395476000 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11419/statm: 678783 12337 2223 9 0 669476 0
[pid=11419/tid=11420] ppid=11417 vsize=2715132 CPUtime=0.27 cores=1,3,5,7
/proc/11419/task/11420/stat : 11420 (java) R 11417 11419 3621 0 -1 4202560 2817 0 1 0 26 1 0 0 20 0 19 0 339806651 2780295168 12337 33554432000 1073741824 1073778376 140735395484864 140328252637968 140328255923152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 2715132

[startup+0.700348 s]
/proc/loadavg: 2.01 2.00 2.00 3/195 11419
/proc/meminfo: memFree=26249496/32873844 swapFree=6608/6608
[pid=11419] ppid=11417 vsize=2715132 CPUtime=1.44 cores=1,3,5,7
/proc/11419/stat : 11419 (java) S 11417 11419 3621 0 -1 4202496 12247 0 1 0 140 4 0 0 20 0 19 0 339806651 2780295168 40686 33554432000 1073741824 1073778376 140735395484864 140735395476000 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11419/statm: 678783 40686 2233 9 0 669476 0
[pid=11419/tid=11420] ppid=11417 vsize=2715132 CPUtime=0.67 cores=1,3,5,7
/proc/11419/task/11420/stat : 11420 (java) R 11417 11419 3621 0 -1 4202560 2873 0 1 0 64 3 0 0 20 0 19 0 339806651 2780295168 40686 33554432000 1073741824 1073778376 140735395484864 140328252637968 140328193051757 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 2715132

[startup+1.50082 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 11438
/proc/meminfo: memFree=25952024/32873844 swapFree=6608/6608
[pid=11419] ppid=11417 vsize=2715132 CPUtime=2.37 cores=1,3,5,7
/proc/11419/stat : 11419 (java) S 11417 11419 3621 0 -1 4202496 12404 0 2 0 228 9 0 0 20 0 19 0 339806651 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140735395476000 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11419/statm: 678783 95004 2257 9 0 669476 0
[pid=11419/tid=11420] ppid=11417 vsize=2715132 CPUtime=1.47 cores=1,3,5,7
/proc/11419/task/11420/stat : 11420 (java) R 11417 11419 3621 0 -1 4202560 2981 0 1 0 139 8 0 0 20 0 19 0 339806651 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328252636648 140328192881547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11422] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328119499432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11423] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328118446888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11424] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328117394344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328116341800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328115288232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328114235688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328113183144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328112130600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 339806653 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328099719784 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339806654 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328098666104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11432] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11432/stat : 11432 (java) S 11417 11419 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339806654 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328097613448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11433] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11433/stat : 11433 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328096562192 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11434] ppid=11417 vsize=2715132 CPUtime=0.36 cores=1,3,5,7
/proc/11419/task/11434/stat : 11434 (java) S 11417 11419 3621 0 -1 4202560 4463 0 1 0 36 0 0 0 20 0 19 0 339806656 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328095508536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11435] ppid=11417 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/11419/task/11435/stat : 11435 (java) S 11417 11419 3621 0 -1 4202560 3742 0 0 0 47 0 0 0 20 0 19 0 339806656 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328094455992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11436] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11436/stat : 11436 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328093403640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11437] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11437/stat : 11437 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328092351304 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11438] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11438/stat : 11438 (java) S 11417 11419 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339806672 2780295168 95004 33554432000 1073741824 1073778376 140735395484864 140328090150184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 2715132

[startup+3.10082 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 11438
/proc/meminfo: memFree=25871656/32873844 swapFree=6608/6608
[pid=11419] ppid=11417 vsize=2715132 CPUtime=4.06 cores=1,3,5,7
/proc/11419/stat : 11419 (java) S 11417 11419 3621 0 -1 4202496 12437 0 2 0 396 10 0 0 20 0 19 0 339806651 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140735395476000 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11419/statm: 678783 98089 2259 9 0 669476 0
[pid=11419/tid=11420] ppid=11417 vsize=2715132 CPUtime=3.06 cores=1,3,5,7
/proc/11419/task/11420/stat : 11420 (java) R 11417 11419 3621 0 -1 4202560 2984 0 1 0 298 8 0 0 20 0 19 0 339806651 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328252636696 140328192831052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11422] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 3621 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328119499432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11423] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 3621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328118446888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11424] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 3621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328117394344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 3621 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328116341800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328115288232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 3621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328114235688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328113183144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 3621 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328112130600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 339806653 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328099719784 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339806654 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328098666104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11432] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11432/stat : 11432 (java) S 11417 11419 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339806654 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328097613448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11433] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11433/stat : 11433 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328096562192 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11434] ppid=11417 vsize=2715132 CPUtime=0.42 cores=1,3,5,7
/proc/11419/task/11434/stat : 11434 (java) S 11417 11419 3621 0 -1 4202560 4473 0 1 0 42 0 0 0 20 0 19 0 339806656 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328095508536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11435] ppid=11417 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/11419/task/11435/stat : 11435 (java) S 11417 11419 3621 0 -1 4202560 3743 0 0 0 48 0 0 0 20 0 19 0 339806656 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328094455992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11436] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11436/stat : 11436 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328093403640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11437] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11437/stat : 11437 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328092351304 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11438] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11438/stat : 11438 (java) S 11417 11419 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339806672 2780295168 98089 33554432000 1073741824 1073778376 140735395484864 140328090150184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 2715132

[startup+6.30083 s]
/proc/loadavg: 2.01 2.00 2.00 3/214 11438
/proc/meminfo: memFree=25772924/32873844 swapFree=6608/6608
[pid=11419] ppid=11417 vsize=2715132 CPUtime=7.36 cores=1,3,5,7
/proc/11419/stat : 11419 (java) S 11417 11419 3621 0 -1 4202496 12524 0 2 0 721 15 0 0 20 0 19 0 339806651 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140735395476000 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11419/statm: 678783 122532 2259 9 0 669476 0
[pid=11419/tid=11420] ppid=11417 vsize=2715132 CPUtime=6.2 cores=1,3,5,7
/proc/11419/task/11420/stat : 11420 (java) R 11417 11419 3621 0 -1 4202560 3023 0 1 0 611 9 0 0 20 0 19 0 339806651 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328252636560 140328192823561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11422] ppid=11417 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 3621 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 339806652 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328119499432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11423] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 3621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328118446888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11424] ppid=11417 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 3621 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 339806652 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328117394344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 3621 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 339806652 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328116341800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 339806652 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328115288232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=2715132 CPUtime=0.02 cores=1,3,5,7
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 3621 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 339806652 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328114235688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 3621 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 339806652 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328113183144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=2715132 CPUtime=0.01 cores=1,3,5,7
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 3621 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 339806652 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328112130600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 3621 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 339806653 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328099719784 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339806654 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328098666104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11432] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11432/stat : 11432 (java) S 11417 11419 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339806654 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328097613448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11433] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11433/stat : 11433 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328096562192 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11434] ppid=11417 vsize=2715132 CPUtime=0.42 cores=1,3,5,7
/proc/11419/task/11434/stat : 11434 (java) S 11417 11419 3621 0 -1 4202560 4473 0 1 0 42 0 0 0 20 0 19 0 339806656 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328095508536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11435] ppid=11417 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/11419/task/11435/stat : 11435 (java) S 11417 11419 3621 0 -1 4202560 3743 0 0 0 48 0 0 0 20 0 19 0 339806656 2780295168 122532 33554432000 1073741824 1073778376 140735395484864 140328094455992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

[pid=11419/tid=11434] ppid=11417 vsize=2715132 CPUtime=0.51 cores=1,3,5,7
/proc/11419/task/11434/stat : 11434 (java) S 11417 11419 3621 0 -1 4202560 4505 0 1 0 51 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328095508536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11435] ppid=11417 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/11419/task/11435/stat : 11435 (java) S 11417 11419 3621 0 -1 4202560 3756 0 0 0 56 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328094455992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11436] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11436/stat : 11436 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328093403640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11437] ppid=11417 vsize=2715132 CPUtime=0.81 cores=1,3,5,7
/proc/11419/task/11437/stat : 11437 (java) S 11417 11419 3621 0 -1 4202560 97 0 0 0 40 41 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328092351304 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11438] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11438/stat : 11438 (java) S 11417 11419 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339806672 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328090150184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1719.02
Current children cumulated vsize (KiB) 2715132

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 11566
/proc/meminfo: memFree=25005656/32873844 swapFree=6608/6608
[pid=11419] ppid=11417 vsize=2715132 CPUtime=1780.38 cores=1,3,5,7
/proc/11419/stat : 11419 (java) S 11417 11419 3621 0 -1 4202496 16107 0 2 0 177892 146 0 0 20 0 19 0 339806651 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140735395476000 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11419/statm: 678783 317106 2272 9 0 669476 0
[pid=11419/tid=11420] ppid=11417 vsize=2715132 CPUtime=1694.1 cores=1,3,5,7
/proc/11419/task/11420/stat : 11420 (java) R 11417 11419 3621 0 -1 4202560 3854 0 1 0 169373 37 0 0 20 0 19 0 339806651 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328252636384 140328192951032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11422] ppid=11417 vsize=2715132 CPUtime=9.68 cores=1,3,5,7
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 3621 0 -1 4202560 369 0 0 0 957 11 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328119499432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11423] ppid=11417 vsize=2715132 CPUtime=9.55 cores=1,3,5,7
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 3621 0 -1 4202560 359 0 0 0 947 8 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328118446888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11424] ppid=11417 vsize=2715132 CPUtime=9.38 cores=1,3,5,7
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 3621 0 -1 4202560 255 0 0 0 928 10 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328117394344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=2715132 CPUtime=9.66 cores=1,3,5,7
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 3621 0 -1 4202560 299 0 0 0 957 9 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328116341800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=2715132 CPUtime=9.87 cores=1,3,5,7
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 3621 0 -1 4202560 308 0 0 0 978 9 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328115288232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=2715132 CPUtime=9.53 cores=1,3,5,7
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 3621 0 -1 4202560 296 0 0 0 944 9 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328114235688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=2715132 CPUtime=9.72 cores=1,3,5,7
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 3621 0 -1 4202560 367 0 0 0 962 10 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328113183144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=2715132 CPUtime=9.66 cores=1,3,5,7
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 3621 0 -1 4202560 357 0 0 0 956 10 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328112130600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=2715132 CPUtime=2.53 cores=1,3,5,7
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 3621 0 -1 4202560 102 0 0 0 246 7 0 0 20 0 19 0 339806653 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328099719784 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339806654 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328098666104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11432] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11432/stat : 11432 (java) S 11417 11419 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339806654 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328097613448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11433] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11433/stat : 11433 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328096562192 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11434] ppid=11417 vsize=2715132 CPUtime=0.51 cores=1,3,5,7
/proc/11419/task/11434/stat : 11434 (java) S 11417 11419 3621 0 -1 4202560 4505 0 1 0 51 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328095508536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11435] ppid=11417 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/11419/task/11435/stat : 11435 (java) S 11417 11419 3621 0 -1 4202560 3756 0 0 0 56 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328094455992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11436] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11436/stat : 11436 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328093403640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11437] ppid=11417 vsize=2715132 CPUtime=0.84 cores=1,3,5,7
/proc/11419/task/11437/stat : 11437 (java) S 11417 11419 3621 0 -1 4202560 99 0 0 0 42 42 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328092351304 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11438] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11438/stat : 11438 (java) S 11417 11419 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339806672 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328090150184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1780.38
Current children cumulated vsize (KiB) 2715132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1740.9 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 11566
/proc/meminfo: memFree=24997340/32873844 swapFree=6608/6608
[pid=11419] ppid=11417 vsize=2715132 CPUtime=1800.09 cores=1,3,5,7
/proc/11419/stat : 11419 (java) S 11417 11419 3621 0 -1 4202496 16130 0 2 0 179862 147 0 0 20 0 19 0 339806651 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140735395476000 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11419/statm: 678783 317106 2272 9 0 669476 0
[pid=11419/tid=11420] ppid=11417 vsize=2715132 CPUtime=1712.24 cores=1,3,5,7
/proc/11419/task/11420/stat : 11420 (java) R 11417 11419 3621 0 -1 4202560 3873 0 1 0 171186 38 0 0 20 0 19 0 339806651 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328252636584 140328192951496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11422] ppid=11417 vsize=2715132 CPUtime=9.84 cores=1,3,5,7
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 3621 0 -1 4202560 369 0 0 0 973 11 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328119499432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11423] ppid=11417 vsize=2715132 CPUtime=9.7 cores=1,3,5,7
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 3621 0 -1 4202560 359 0 0 0 962 8 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328118446888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11424] ppid=11417 vsize=2715132 CPUtime=9.61 cores=1,3,5,7
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 3621 0 -1 4202560 255 0 0 0 951 10 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328117394344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=2715132 CPUtime=9.85 cores=1,3,5,7
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 3621 0 -1 4202560 299 0 0 0 976 9 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328116341800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=2715132 CPUtime=10.08 cores=1,3,5,7
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 3621 0 -1 4202560 308 0 0 0 999 9 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328115288232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=2715132 CPUtime=9.71 cores=1,3,5,7
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 3621 0 -1 4202560 296 0 0 0 961 10 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328114235688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=2715132 CPUtime=9.93 cores=1,3,5,7
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 3621 0 -1 4202560 367 0 0 0 983 10 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328113183144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=2715132 CPUtime=9.85 cores=1,3,5,7
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 3621 0 -1 4202560 357 0 0 0 975 10 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328112130600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=2715132 CPUtime=2.53 cores=1,3,5,7
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 3621 0 -1 4202560 104 0 0 0 246 7 0 0 20 0 19 0 339806653 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328099719784 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339806654 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328098666104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11432] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11432/stat : 11432 (java) S 11417 11419 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339806654 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328097613448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11433] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11433/stat : 11433 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328096562192 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11434] ppid=11417 vsize=2715132 CPUtime=0.51 cores=1,3,5,7
/proc/11419/task/11434/stat : 11434 (java) S 11417 11419 3621 0 -1 4202560 4505 0 1 0 51 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328095508536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11435] ppid=11417 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/11419/task/11435/stat : 11435 (java) S 11417 11419 3621 0 -1 4202560 3756 0 0 0 56 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328094455992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11436] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11436/stat : 11436 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328093403640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11437] ppid=11417 vsize=2715132 CPUtime=0.85 cores=1,3,5,7
/proc/11419/task/11437/stat : 11437 (java) S 11417 11419 3621 0 -1 4202560 101 0 0 0 43 42 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328092351304 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11438] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11438/stat : 11438 (java) S 11417 11419 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339806672 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328090150184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2715132

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1740.9 s]
/proc/loadavg: 2.02 2.04 2.00 3/213 11566
/proc/meminfo: memFree=24997340/32873844 swapFree=6608/6608
[pid=11419] ppid=11417 vsize=2715132 CPUtime=1800.09 cores=1,3,5,7
/proc/11419/stat : 11419 (java) S 11417 11419 3621 0 -1 4202496 16130 0 2 0 179862 147 0 0 20 0 19 0 339806651 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140735395476000 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11419/statm: 678783 317106 2272 9 0 669476 0
[pid=11419/tid=11420] ppid=11417 vsize=2715132 CPUtime=1712.24 cores=1,3,5,7
/proc/11419/task/11420/stat : 11420 (java) R 11417 11419 3621 0 -1 4202560 3873 0 1 0 171186 38 0 0 20 0 19 0 339806651 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328252636584 140328192951496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11422] ppid=11417 vsize=2715132 CPUtime=9.84 cores=1,3,5,7
/proc/11419/task/11422/stat : 11422 (java) S 11417 11419 3621 0 -1 4202560 369 0 0 0 973 11 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328119499432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11419/tid=11423] ppid=11417 vsize=2715132 CPUtime=9.7 cores=1,3,5,7
/proc/11419/task/11423/stat : 11423 (java) S 11417 11419 3621 0 -1 4202560 359 0 0 0 962 8 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328118446888 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11424] ppid=11417 vsize=2715132 CPUtime=9.61 cores=1,3,5,7
/proc/11419/task/11424/stat : 11424 (java) S 11417 11419 3621 0 -1 4202560 255 0 0 0 951 10 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328117394344 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11425] ppid=11417 vsize=2715132 CPUtime=9.85 cores=1,3,5,7
/proc/11419/task/11425/stat : 11425 (java) S 11417 11419 3621 0 -1 4202560 299 0 0 0 976 9 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328116341800 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11426] ppid=11417 vsize=2715132 CPUtime=10.08 cores=1,3,5,7
/proc/11419/task/11426/stat : 11426 (java) S 11417 11419 3621 0 -1 4202560 308 0 0 0 999 9 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328115288232 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11427] ppid=11417 vsize=2715132 CPUtime=9.71 cores=1,3,5,7
/proc/11419/task/11427/stat : 11427 (java) S 11417 11419 3621 0 -1 4202560 296 0 0 0 961 10 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328114235688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11428] ppid=11417 vsize=2715132 CPUtime=9.93 cores=1,3,5,7
/proc/11419/task/11428/stat : 11428 (java) S 11417 11419 3621 0 -1 4202560 367 0 0 0 983 10 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328113183144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11429] ppid=11417 vsize=2715132 CPUtime=9.85 cores=1,3,5,7
/proc/11419/task/11429/stat : 11429 (java) S 11417 11419 3621 0 -1 4202560 357 0 0 0 975 10 0 0 20 0 19 0 339806652 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328112130600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11430] ppid=11417 vsize=2715132 CPUtime=2.53 cores=1,3,5,7
/proc/11419/task/11430/stat : 11430 (java) S 11417 11419 3621 0 -1 4202560 104 0 0 0 246 7 0 0 20 0 19 0 339806653 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328099719784 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11431] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11431/stat : 11431 (java) S 11417 11419 3621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 339806654 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328098666104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11432] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11432/stat : 11432 (java) S 11417 11419 3621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 339806654 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328097613448 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11433] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11433/stat : 11433 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328096562192 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11419/tid=11434] ppid=11417 vsize=2715132 CPUtime=0.51 cores=1,3,5,7
/proc/11419/task/11434/stat : 11434 (java) S 11417 11419 3621 0 -1 4202560 4505 0 1 0 51 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328095508536 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11435] ppid=11417 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/11419/task/11435/stat : 11435 (java) S 11417 11419 3621 0 -1 4202560 3756 0 0 0 56 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328094455992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11436] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11436/stat : 11436 (java) S 11417 11419 3621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328093403640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11419/tid=11437] ppid=11417 vsize=2715132 CPUtime=0.85 cores=1,3,5,7
/proc/11419/task/11437/stat : 11437 (java) S 11417 11419 3621 0 -1 4202560 101 0 0 0 43 42 0 0 20 0 19 0 339806656 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328092351304 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11419/tid=11438] ppid=11417 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/11419/task/11438/stat : 11438 (java) S 11417 11419 3621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 339806672 2780295168 317106 33554432000 1073741824 1073778376 140735395484864 140328090150184 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2715132

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11419 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=869290
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=791727
# CPU time returned by wait4() is 1795.66
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1740.98
CPU time (s): 1800.09
CPU user time (s): 1798.62
CPU system time (s): 1.47
CPU usage (%): 103.395
Max. virtual memory (cumulated for all children) (KiB): 2715132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.87
system time used= 1.79173
maximum resident set size= 1268656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16191
page faults= 2
swaps= 0
block input operations= 56
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64451
involuntary context switches= 171863

runsolver used 6.07108 second user time and 15.7726 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-03 17:20:22
IDJOB=3731079
IDBENCH=1848
IDSOLVER=2322
FILE ID=node140/3731079-1338736822
RUNJOBID= node140-1338726417-7719
PBS_JOBID= 14636725
Free space on /tmp= 70624 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos5.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3731079-1338736822/watcher-3731079-1338736822 -o /tmp/evaluation-result-3731079-1338736822/solver-3731079-1338736822 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3731079-1338736822.opb

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

MD5SUM BENCH= 687e90f40c46b53feec9c54ee9b43fa6
RANDOM SEED=1581057059

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26249860 kB
Buffers:          498448 kB
Cached:          3943008 kB
SwapCached:         1620 kB
Active:          2704108 kB
Inactive:        2964784 kB
Active(anon):    1218728 kB
Inactive(anon):    10224 kB
Active(file):    1485380 kB
Inactive(file):  2954560 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105264 kB
Dirty:               252 kB
Writeback:             0 kB
AnonPages:       1256116 kB
Mapped:            18540 kB
Shmem:                 8 kB
Slab:             788620 kB
SReclaimable:     230004 kB
SUnreclaim:       558616 kB
KernelStack:        1640 kB
PageTables:         6288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1517492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1216512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70624 MiB
End job on node140 at 2012-06-03 17:49:25