Trace number 1855354

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1SAT (TO)17408 1800.31 1759.86

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 benchmark1800.69
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.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1855354-1244873645.opb
0.23/0.21	c reading problem ... 
0.89/0.61	c ... done. Wall clock time 0.397s.
0.89/0.61	c #vars     163
0.89/0.61	c #constraints  73
0.89/0.61	c constraints type 
0.89/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.89/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 70
1.30/0.81	c SATISFIABLE
1.30/0.81	c OPTIMIZING...
1.30/0.81	c Got one! Elapsed wall clock time (in seconds):0.596
1.30/0.81	o 20478
1.30/0.83	c Got one! Elapsed wall clock time (in seconds):0.621
1.30/0.83	o 19772
1.70/1.04	c Got one! Elapsed wall clock time (in seconds):0.83
1.70/1.04	o 19748
1.70/1.09	c Got one! Elapsed wall clock time (in seconds):0.878
1.70/1.09	o 19747
1.84/1.11	c Got one! Elapsed wall clock time (in seconds):0.897
1.84/1.11	o 19740
1.84/1.15	c Got one! Elapsed wall clock time (in seconds):0.935
1.84/1.15	o 19458
1.84/1.18	c Got one! Elapsed wall clock time (in seconds):0.971
1.84/1.18	o 19456
1.95/1.26	c Got one! Elapsed wall clock time (in seconds):1.045
1.95/1.26	o 19010
1.95/1.29	c Got one! Elapsed wall clock time (in seconds):1.073
1.95/1.29	o 19009
2.13/1.30	c Got one! Elapsed wall clock time (in seconds):1.087
2.13/1.30	o 18946
2.13/1.35	c Got one! Elapsed wall clock time (in seconds):1.136
2.13/1.35	o 18945
2.30/1.44	c Got one! Elapsed wall clock time (in seconds):1.222
2.30/1.44	o 18944
2.30/1.47	c Got one! Elapsed wall clock time (in seconds):1.26
2.30/1.47	o 18563
2.47/1.53	c Got one! Elapsed wall clock time (in seconds):1.312
2.47/1.53	o 18562
2.47/1.56	c Got one! Elapsed wall clock time (in seconds):1.342
2.47/1.56	o 18435
2.47/1.59	c Got one! Elapsed wall clock time (in seconds):1.372
2.47/1.59	o 18434
2.66/1.61	c Got one! Elapsed wall clock time (in seconds):1.401
2.66/1.61	o 18433
2.66/1.64	c Got one! Elapsed wall clock time (in seconds):1.422
2.66/1.64	o 18432
3.04/1.86	c Got one! Elapsed wall clock time (in seconds):1.648
3.04/1.86	o 18431
3.18/1.94	c Got one! Elapsed wall clock time (in seconds):1.725
3.18/1.94	o 18430
3.18/1.96	c Got one! Elapsed wall clock time (in seconds):1.743
3.18/1.96	o 18304
3.18/1.98	c Got one! Elapsed wall clock time (in seconds):1.771
3.18/1.98	o 18303
3.36/2.03	c Got one! Elapsed wall clock time (in seconds):1.816
3.36/2.03	o 18301
3.55/2.11	c Got one! Elapsed wall clock time (in seconds):1.892
3.55/2.11	o 18240
3.55/2.13	c Got one! Elapsed wall clock time (in seconds):1.914
3.55/2.13	o 18176
3.55/2.15	c Got one! Elapsed wall clock time (in seconds):1.939
3.55/2.15	o 18175
3.55/2.19	c Got one! Elapsed wall clock time (in seconds):1.975
3.55/2.19	o 18174
3.72/2.21	c Got one! Elapsed wall clock time (in seconds):1.996
3.72/2.21	o 18173
3.72/2.23	c Got one! Elapsed wall clock time (in seconds):2.011
3.72/2.23	o 18168
3.72/2.27	c Got one! Elapsed wall clock time (in seconds):2.06
3.72/2.27	o 18167
3.88/2.34	c Got one! Elapsed wall clock time (in seconds):2.127
3.88/2.34	o 18166
3.88/2.37	c Got one! Elapsed wall clock time (in seconds):2.154
3.88/2.37	o 18163
4.02/2.41	c Got one! Elapsed wall clock time (in seconds):2.197
4.02/2.41	o 18162
4.02/2.43	c Got one! Elapsed wall clock time (in seconds):2.214
4.02/2.43	o 18160
4.02/2.45	c Got one! Elapsed wall clock time (in seconds):2.238
4.02/2.45	o 18151
4.02/2.48	c Got one! Elapsed wall clock time (in seconds):2.268
4.02/2.48	o 18150
4.12/2.50	c Got one! Elapsed wall clock time (in seconds):2.289
4.12/2.50	o 18138
4.12/2.55	c Got one! Elapsed wall clock time (in seconds):2.334
4.12/2.55	o 18137
4.12/2.59	c Got one! Elapsed wall clock time (in seconds):2.373
4.12/2.59	o 18128
4.22/2.62	c Got one! Elapsed wall clock time (in seconds):2.407
4.22/2.62	o 18127
4.22/2.65	c Got one! Elapsed wall clock time (in seconds):2.44
4.22/2.65	o 18126
4.22/2.67	c Got one! Elapsed wall clock time (in seconds):2.456
4.22/2.67	o 18123
4.22/2.68	c Got one! Elapsed wall clock time (in seconds):2.469
4.22/2.68	o 18120
4.32/2.70	c Got one! Elapsed wall clock time (in seconds):2.487
4.32/2.70	o 18119
4.32/2.74	c Got one! Elapsed wall clock time (in seconds):2.522
4.32/2.74	o 18118
4.32/2.76	c Got one! Elapsed wall clock time (in seconds):2.543
4.32/2.76	o 18117
4.32/2.77	c Got one! Elapsed wall clock time (in seconds):2.559
4.32/2.77	o 18115
4.32/2.79	c Got one! Elapsed wall clock time (in seconds):2.574
4.32/2.79	o 18112
4.45/2.81	c Got one! Elapsed wall clock time (in seconds):2.594
4.45/2.81	o 18111
4.45/2.83	c Got one! Elapsed wall clock time (in seconds):2.617
4.45/2.83	o 18110
4.45/2.86	c Got one! Elapsed wall clock time (in seconds):2.643
4.45/2.86	o 18106
4.45/2.87	c Got one! Elapsed wall clock time (in seconds):2.658
4.45/2.87	o 18104
4.45/2.89	c Got one! Elapsed wall clock time (in seconds):2.677
4.45/2.89	o 18103
4.56/2.92	c Got one! Elapsed wall clock time (in seconds):2.706
4.56/2.92	o 18102
4.56/2.94	c Got one! Elapsed wall clock time (in seconds):2.731
4.56/2.94	o 18087
4.56/2.97	c Got one! Elapsed wall clock time (in seconds):2.753
4.56/2.97	o 18083
4.68/3.00	c Got one! Elapsed wall clock time (in seconds):2.79
4.68/3.00	o 18058
4.68/3.04	c Got one! Elapsed wall clock time (in seconds):2.821
4.68/3.04	o 18055
4.68/3.07	c Got one! Elapsed wall clock time (in seconds):2.859
4.68/3.07	o 18054
4.87/3.12	c Got one! Elapsed wall clock time (in seconds):2.907
4.87/3.12	o 18053
4.87/3.14	c Got one! Elapsed wall clock time (in seconds):2.929
4.87/3.14	o 18042
4.99/3.20	c Got one! Elapsed wall clock time (in seconds):2.989
4.99/3.20	o 18041
4.99/3.24	c Got one! Elapsed wall clock time (in seconds):3.028
4.99/3.24	o 17935
4.99/3.27	c Got one! Elapsed wall clock time (in seconds):3.06
4.99/3.27	o 17934
5.13/3.31	c Got one! Elapsed wall clock time (in seconds):3.093
5.13/3.31	o 17933
5.13/3.33	c Got one! Elapsed wall clock time (in seconds):3.115
5.13/3.33	o 17932
5.13/3.35	c Got one! Elapsed wall clock time (in seconds):3.133
5.13/3.35	o 17928
5.13/3.37	c Got one! Elapsed wall clock time (in seconds):3.159
5.13/3.37	o 17927
5.23/3.41	c Got one! Elapsed wall clock time (in seconds):3.197
5.23/3.41	o 17925
5.23/3.47	c Got one! Elapsed wall clock time (in seconds):3.258
5.23/3.47	o 17924
5.33/3.51	c Got one! Elapsed wall clock time (in seconds):3.3
5.33/3.51	o 17923
5.33/3.59	c Got one! Elapsed wall clock time (in seconds):3.372
5.33/3.59	o 17922
5.46/3.63	c Got one! Elapsed wall clock time (in seconds):3.418
5.46/3.63	o 17921
5.56/3.71	c Got one! Elapsed wall clock time (in seconds):3.495
5.56/3.71	o 17920
5.76/3.95	c Got one! Elapsed wall clock time (in seconds):3.741
5.76/3.96	o 17508
5.76/3.99	c Got one! Elapsed wall clock time (in seconds):3.773
5.76/3.99	o 17409
6.21/4.38	c Got one! Elapsed wall clock time (in seconds):4.165
6.21/4.38	o 17408
1800.07/1759.72	c starts		: 90
1800.07/1759.72	c conflicts		: 28483
1800.07/1759.72	c decisions		: 50464
1800.07/1759.72	c propagations		: 251785
1800.07/1759.72	c inspects		: 772429205
1800.07/1759.72	c learnt literals	: 0
1800.07/1759.72	c learnt binary clauses	: 0
1800.07/1759.72	c learnt ternary clauses	: 0
1800.07/1759.72	c learnt clauses	: 28483
1800.07/1759.72	c ignored clauses	: 0
1800.07/1759.72	c root simplifications	: 0
1800.07/1759.72	c removed literals (reason simplification)	: 0
1800.07/1759.72	c reason swapping (by a shorter reason)	: 0
1800.07/1759.72	c Calls to reduceDB	: 0
1800.07/1759.72	c speed (assignments/second)	: 143.43969277694254
1800.07/1759.72	c non guided choices	0
1800.07/1759.78	c learnt constraints type 
1800.07/1759.78	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 198
1800.07/1759.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28285
1800.07/1759.78	c constraints type 
1800.07/1759.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.07/1759.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
1800.07/1759.78	s SATISFIABLE
1800.07/1759.78	v -x1 -x2 x3 -x4 -x5 x6 x7 -x8 -x9 -x10 -x11 -x12 x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 x25 -x26 x27 -x28 x29 x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -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.07/1759.78	c objective function=17408
1800.07/1759.78	c Total wall clock time (in seconds): 1759.565

Verifier Data

OK	17408

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1855354-1244873645/watcher-1855354-1244873645 -o /tmp/evaluation-result-1855354-1244873645/solver-1855354-1244873645 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855354-1244873645.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.89 0.97 0.99 3/64 12832
/proc/meminfo: memFree=977480/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=0 CPUtime=0
/proc/12832/stat : 12832 (runsolver) R 12830 12832 12713 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 154965173 0 0 1992294400 0 0 0 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12832/statm: 0 0 0 0 0 0 0

[startup+0.047679 s]
/proc/loadavg: 0.89 0.97 0.99 3/64 12832
/proc/meminfo: memFree=977480/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=1471112 CPUtime=0.04
/proc/12832/stat : 12832 (java) S 12830 12832 12713 0 -1 0 3191 0 1 0 2 2 0 0 18 0 7 0 154965173 1506418688 2936 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12832/statm: 367778 2936 1007 9 0 365129 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1471112

[startup+0.104707 s]
/proc/loadavg: 0.89 0.97 0.99 3/64 12832
/proc/meminfo: memFree=977480/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=1473608 CPUtime=0.09
/proc/12832/stat : 12832 (java) S 12830 12832 12713 0 -1 0 3658 0 1 0 6 3 0 0 18 0 12 0 154965173 1508974592 3401 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12832/statm: 368402 3401 1069 9 0 365750 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1473608

[startup+0.30275 s]
/proc/loadavg: 0.89 0.97 0.99 3/64 12832
/proc/meminfo: memFree=977480/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=1475004 CPUtime=0.33
/proc/12832/stat : 12832 (java) S 12830 12832 12713 0 -1 0 5008 0 1 0 29 4 0 0 18 0 12 0 154965173 1510404096 4745 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12832/statm: 368751 4745 1353 9 0 366094 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475004

[startup+0.702845 s]
/proc/loadavg: 0.89 0.97 0.99 3/64 12832
/proc/meminfo: memFree=977480/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=1485020 CPUtime=1.09
/proc/12832/stat : 12832 (java) S 12830 12832 12713 0 -1 0 9091 0 1 0 103 6 0 0 18 0 13 0 154965173 1520660480 7503 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12832/statm: 371297 7468 1407 9 0 368640 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1485020

[startup+1.50201 s]
/proc/loadavg: 0.89 0.97 0.99 4/77 12845
/proc/meminfo: memFree=945632/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=1486976 CPUtime=2.47
/proc/12832/stat : 12832 (java) S 12830 12832 12713 0 -1 0 18539 0 1 0 237 10 0 0 18 0 13 0 154965173 1522663424 14774 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12832/statm: 371744 14774 1425 9 0 369087 0
[pid=12832/tid=12834] ppid=12830 vsize=1486976 CPUtime=0.93
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 12713 0 -1 64 10555 0 1 0 87 6 0 0 18 0 13 0 154965174 1522663424 14774 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 12713 0 -1 64 3 0 0 0 0 0 0 0 19 0 13 0 154965176 1522663424 14774 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 154965176 1522663424 14774 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 12713 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 154965177 1522663424 14774 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 12713 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154965178 1522663424 14774 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 12713 0 -1 64 4 0 0 0 0 0 0 0 17 0 13 0 154965178 1522663424 14774 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 12713 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 154965182 1522663424 14774 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1486976 CPUtime=0.7
/proc/12832/task/12841/stat : 12841 (java) R 12830 12832 12713 0 -1 64 1935 0 0 0 69 1 0 0 16 0 13 0 154965182 1522663424 14774 1992294400 134512640 134550932 4294956000 18446744073709551615 105875360 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1486976 CPUtime=0.82
/proc/12832/task/12842/stat : 12842 (java) R 12830 12832 12713 0 -1 64 5303 0 0 0 80 2 0 0 16 0 13 0 154965182 1522663424 14774 1992294400 134512640 134550932 4294956000 18446744073709551615 103861481 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 154965182 1522663424 14774 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154965182 1522663424 14774 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 12713 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154965238 1522663424 14774 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.47
Current children cumulated vsize (KiB) 1486976

[startup+3.10236 s]
/proc/loadavg: 0.89 0.97 0.99 4/77 12845
/proc/meminfo: memFree=887584/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=1486976 CPUtime=4.87
/proc/12832/stat : 12832 (java) S 12830 12832 12713 0 -1 0 42295 0 1 0 468 19 0 0 18 0 13 0 154965173 1522663424 35706 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12832/statm: 371744 35706 1434 9 0 369087 0
[pid=12832/tid=12834] ppid=12830 vsize=1486976 CPUtime=2.24
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 12713 0 -1 64 31028 0 1 0 211 13 0 0 24 0 13 0 154965174 1522663424 35706 1992294400 134512640 134550932 4294956000 18446744073709551615 4109590654 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 12713 0 -1 64 186 0 0 0 0 0 0 0 16 0 13 0 154965176 1522663424 35706 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 12713 0 -1 64 203 0 0 0 0 0 0 0 16 0 13 0 154965176 1522663424 35706 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 12713 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 154965177 1522663424 35706 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 12713 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154965178 1522663424 35706 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 12713 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154965178 1522663424 35706 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 12713 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 154965182 1522663424 35706 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1486976 CPUtime=1.18
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 12713 0 -1 64 3442 0 0 0 117 1 0 0 16 0 13 0 154965182 1522663424 35706 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1486976 CPUtime=1.38
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 12713 0 -1 64 6683 0 0 0 136 2 0 0 16 0 13 0 154965182 1522663424 35706 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 154965182 1522663424 35706 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154965182 1522663424 35706 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1486976 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 12713 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154965238 1522663424 35706 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 1486976

[startup+6.30203 s]
/proc/loadavg: 0.90 0.97 0.99 2/77 12845
/proc/meminfo: memFree=833448/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=1488000 CPUtime=8.78
/proc/12832/stat : 12832 (java) S 12830 12832 12713 0 -1 0 47696 0 1 0 857 21 0 0 18 0 13 0 154965173 1523712000 38754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12832/statm: 372000 38754 1438 9 0 369343 0
[pid=12832/tid=12834] ppid=12830 vsize=1488000 CPUtime=5.15
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 12713 0 -1 64 31035 0 1 0 502 13 0 0 21 0 13 0 154965174 1523712000 38754 1992294400 134512640 134550932 4294956000 18446744073709551615 4109533725 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1488000 CPUtime=0.05
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 12713 0 -1 64 1542 0 0 0 5 0 0 0 16 0 13 0 154965176 1523712000 38754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1488000 CPUtime=0.06
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 12713 0 -1 64 1725 0 0 0 6 0 0 0 16 0 13 0 154965176 1523712000 38754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 12713 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 154965177 1523712000 38754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 12713 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154965178 1523712000 38754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 12713 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154965178 1523712000 38754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 12713 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 154965182 1523712000 38754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1488000 CPUtime=1.68
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 12713 0 -1 64 5142 0 0 0 166 2 0 0 16 0 13 0 154965182 1523712000 38754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1488000 CPUtime=1.78
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 12713 0 -1 64 7480 0 0 0 175 3 0 0 17 0 13 0 154965182 1523712000 38754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 154965182 1523712000 38754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154965182 1523712000 38754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 12713 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154965238 1523712000 38754 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 1488000

[startup+12.7024 s]
/proc/loadavg: 0.91 0.97 0.99 2/77 12845
/proc/meminfo: memFree=794472/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=1488000 CPUtime=15.29
/proc/12832/stat : 12832 (java) S 12830 12832 12713 0 -1 0 56423 0 1 0 1503 26 0 0 18 0 13 0 154965173 1523712000 47101 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12832/statm: 372000 47101 1438 9 0 369343 0
[pid=12832/tid=12834] ppid=12830 vsize=1488000 CPUtime=11.43
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 12713 0 -1 64 35285 0 1 0 1128 15 0 0 25 0 13 0 154965174 1523712000 47101 1992294400 134512640 134550932 4294956000 18446744073709551615 4109520140 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1488000 CPUtime=0.17
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 12713 0 -1 64 3488 0 0 0 15 2 0 0 16 0 13 0 154965176 1523712000 47101 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1488000 CPUtime=0.17
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 12713 0 -1 64 4256 0 0 0 15 2 0 0 16 0 13 0 154965176 1523712000 47101 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 12713 0 -1 64 28 0 0 0 0 0 0 0 16 0 13 0 154965177 1523712000 47101 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 12713 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154965178 1523712000 47101 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 12713 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154965178 1523712000 47101 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 12713 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 154965182 1523712000 47101 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1488000 CPUtime=1.68
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 12713 0 -1 64 5142 0 0 0 166 2 0 0 16 0 13 0 154965182 1523712000 47101 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1488000 CPUtime=1.78
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 12713 0 -1 64 7480 0 0 0 175 3 0 0 17 0 13 0 154965182 1523712000 47101 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 154965182 1523712000 47101 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154965182 1523712000 47101 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1488000 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 12713 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154965238 1523712000 47101 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.29
Current children cumulated vsize (KiB) 1488000

[startup+25.5021 s]
/proc/loadavg: 0.93 0.97 0.99 2/77 12845
/proc/meminfo: memFree=779944/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=1492096 CPUtime=28.5
/proc/12832/stat : 12832 (java) S 12830 12832 12713 0 -1 0 61769 0 1 0 2821 29 0 0 18 0 13 0 154965173 1527906304 50898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12832/statm: 373024 50898 1438 9 0 370367 0
[pid=12832/tid=12834] ppid=12830 vsize=1492096 CPUtime=24.01
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 12713 0 -1 64 35304 0 1 0 2386 15 0 0 25 0 13 0 154965174 1527906304 50898 1992294400 134512640 134550932 4294956000 18446744073709551615 4109528475 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1492096 CPUtime=0.27
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 12713 0 -1 64 5064 0 0 0 25 2 0 0 16 0 13 0 154965176 1527906304 50898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1492096 CPUtime=0.29
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 12713 0 -1 64 5716 0 0 0 26 3 0 0 16 0 13 0 154965176 1527906304 50898 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1492096 CPUtime=0.01

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

[pid=12832/tid=12837] ppid=12830 vsize=1492096 CPUtime=0.26
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 12713 0 -1 64 31 0 0 0 17 9 0 0 15 0 13 0 154965177 1527906304 101883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 12713 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154965178 1527906304 101883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 12713 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154965178 1527906304 101883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 12713 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 154965182 1527906304 101883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1492096 CPUtime=1.76
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 12713 0 -1 64 5147 0 0 0 174 2 0 0 16 0 13 0 154965182 1527906304 101883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1492096 CPUtime=2.17
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 12713 0 -1 64 9801 0 0 0 213 4 0 0 17 0 13 0 154965182 1527906304 101883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 154965182 1527906304 101883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154965182 1527906304 101883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 12713 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154965238 1527906304 101883 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1575.65
Current children cumulated vsize (KiB) 1492096

[startup+1602.3 s]
/proc/loadavg: 1.18 1.09 1.02 2/77 12845
/proc/meminfo: memFree=568488/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=1492096 CPUtime=1637.53
/proc/12832/stat : 12832 (java) S 12830 12832 12713 0 -1 0 118727 0 1 0 163578 175 0 0 18 0 13 0 154965173 1527906304 103280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12832/statm: 373024 103280 1438 9 0 370367 0
[pid=12832/tid=12834] ppid=12830 vsize=1492096 CPUtime=1566.38
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 12713 0 -1 64 36333 0 1 0 156617 21 0 0 25 0 13 0 154965174 1527906304 103280 1992294400 134512640 134550932 4294956000 18446744073709551615 4109528002 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1492096 CPUtime=33.44
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 12713 0 -1 64 32559 0 0 0 3278 66 0 0 17 0 13 0 154965176 1527906304 103280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1492096 CPUtime=33.43
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 12713 0 -1 64 34112 0 0 0 3274 69 0 0 16 0 13 0 154965176 1527906304 103280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1492096 CPUtime=0.27
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 12713 0 -1 64 31 0 0 0 18 9 0 0 15 0 13 0 154965177 1527906304 103280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 12713 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154965178 1527906304 103280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 12713 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154965178 1527906304 103280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 12713 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 154965182 1527906304 103280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1492096 CPUtime=1.76
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 12713 0 -1 64 5147 0 0 0 174 2 0 0 16 0 13 0 154965182 1527906304 103280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1492096 CPUtime=2.17
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 12713 0 -1 64 9801 0 0 0 213 4 0 0 17 0 13 0 154965182 1527906304 103280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 154965182 1527906304 103280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154965182 1527906304 103280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 12713 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154965238 1527906304 103280 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1637.53
Current children cumulated vsize (KiB) 1492096

[startup+1662.3 s]
/proc/loadavg: 1.13 1.08 1.02 2/77 12845
/proc/meminfo: memFree=563368/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=1492096 CPUtime=1699.47
/proc/12832/stat : 12832 (java) S 12830 12832 12713 0 -1 0 120085 0 1 0 169762 185 0 0 18 0 13 0 154965173 1527906304 104562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12832/statm: 373024 104562 1438 9 0 370367 0
[pid=12832/tid=12834] ppid=12830 vsize=1492096 CPUtime=1624.32
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 12713 0 -1 64 36371 0 1 0 162411 21 0 0 25 0 13 0 154965174 1527906304 104562 1992294400 134512640 134550932 4294956000 18446744073709551615 4109519996 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1492096 CPUtime=35.44
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 12713 0 -1 64 33420 0 0 0 3474 70 0 0 16 0 13 0 154965176 1527906304 104562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1492096 CPUtime=35.44
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 12713 0 -1 64 34571 0 0 0 3468 76 0 0 17 0 13 0 154965176 1527906304 104562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1492096 CPUtime=0.28
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 12713 0 -1 64 31 0 0 0 19 9 0 0 15 0 13 0 154965177 1527906304 104562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 12713 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154965178 1527906304 104562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 12713 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154965178 1527906304 104562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 12713 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 154965182 1527906304 104562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1492096 CPUtime=1.76
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 12713 0 -1 64 5147 0 0 0 174 2 0 0 16 0 13 0 154965182 1527906304 104562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1492096 CPUtime=2.17
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 12713 0 -1 64 9801 0 0 0 213 4 0 0 17 0 13 0 154965182 1527906304 104562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 154965182 1527906304 104562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154965182 1527906304 104562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 12713 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154965238 1527906304 104562 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1699.47
Current children cumulated vsize (KiB) 1492096

[startup+1722.3 s]
/proc/loadavg: 1.10 1.08 1.02 3/77 12845
/proc/meminfo: memFree=558824/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=1492096 CPUtime=1761.42
/proc/12832/stat : 12832 (java) S 12830 12832 12713 0 -1 0 121344 0 1 0 175950 192 0 0 18 0 13 0 154965173 1527906304 105750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12832/statm: 373024 105750 1438 9 0 370367 0
[pid=12832/tid=12834] ppid=12830 vsize=1492096 CPUtime=1682.33
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 12713 0 -1 64 36408 0 1 0 168211 22 0 0 25 0 13 0 154965174 1527906304 105750 1992294400 134512640 134550932 4294956000 18446744073709551615 4109528160 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1492096 CPUtime=37.4
/proc/12832/task/12835/stat : 12835 (java) S 12830 12832 12713 0 -1 64 33947 0 0 0 3668 72 0 0 17 0 13 0 154965176 1527906304 105750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1492096 CPUtime=37.42
/proc/12832/task/12836/stat : 12836 (java) S 12830 12832 12713 0 -1 64 35266 0 0 0 3662 80 0 0 16 0 13 0 154965176 1527906304 105750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1492096 CPUtime=0.28
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 12713 0 -1 64 31 0 0 0 19 9 0 0 15 0 13 0 154965177 1527906304 105750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 12713 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154965178 1527906304 105750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 12713 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154965178 1527906304 105750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 12713 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 154965182 1527906304 105750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1492096 CPUtime=1.76
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 12713 0 -1 64 5147 0 0 0 174 2 0 0 16 0 13 0 154965182 1527906304 105750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1492096 CPUtime=2.17
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 12713 0 -1 64 9801 0 0 0 213 4 0 0 17 0 13 0 154965182 1527906304 105750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 154965182 1527906304 105750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154965182 1527906304 105750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 12713 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154965238 1527906304 105750 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1761.42
Current children cumulated vsize (KiB) 1492096



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1759.7 s]
/proc/loadavg: 1.15 1.10 1.03 4/77 12845
/proc/meminfo: memFree=554792/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=1492096 CPUtime=1800.07
/proc/12832/stat : 12832 (java) S 12830 12832 12713 0 -1 0 122340 0 1 0 179811 196 0 0 18 0 13 0 154965173 1527906304 106676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12832/statm: 373024 106676 1438 9 0 370367 0
[pid=12832/tid=12834] ppid=12830 vsize=1492096 CPUtime=1718.42
/proc/12832/task/12834/stat : 12834 (java) R 12830 12832 12713 0 -1 64 36432 0 1 0 171820 22 0 0 25 0 13 0 154965174 1527906304 106676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12835] ppid=12830 vsize=1492096 CPUtime=38.67
/proc/12832/task/12835/stat : 12835 (java) R 12830 12832 12713 0 -1 64 34392 0 0 0 3795 72 0 0 17 0 13 0 154965176 1527906304 106676 1992294400 134512640 134550932 4294956000 18446744073709551615 105886418 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12836] ppid=12830 vsize=1492096 CPUtime=38.7
/proc/12832/task/12836/stat : 12836 (java) R 12830 12832 12713 0 -1 64 35793 0 0 0 3787 83 0 0 17 0 13 0 154965176 1527906304 106676 1992294400 134512640 134550932 4294956000 18446744073709551615 103112552 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12837] ppid=12830 vsize=1492096 CPUtime=0.29
/proc/12832/task/12837/stat : 12837 (java) S 12830 12832 12713 0 -1 64 31 0 0 0 20 9 0 0 15 0 13 0 154965177 1527906304 106676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12838] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12838/stat : 12838 (java) S 12830 12832 12713 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 154965178 1527906304 106676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12839] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12839/stat : 12839 (java) S 12830 12832 12713 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 154965178 1527906304 106676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12840] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12840/stat : 12840 (java) S 12830 12832 12713 0 -1 64 1 0 0 0 0 0 0 0 18 0 13 0 154965182 1527906304 106676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12841] ppid=12830 vsize=1492096 CPUtime=1.76
/proc/12832/task/12841/stat : 12841 (java) S 12830 12832 12713 0 -1 64 5147 0 0 0 174 2 0 0 16 0 13 0 154965182 1527906304 106676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12832/tid=12842] ppid=12830 vsize=1492096 CPUtime=2.17
/proc/12832/task/12842/stat : 12842 (java) S 12830 12832 12713 0 -1 64 9801 0 0 0 213 4 0 0 17 0 13 0 154965182 1527906304 106676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12843] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12843/stat : 12843 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 154965182 1527906304 106676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12844] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12844/stat : 12844 (java) S 12830 12832 12713 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 154965182 1527906304 106676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12832/tid=12845] ppid=12830 vsize=1492096 CPUtime=0
/proc/12832/task/12845/stat : 12845 (java) S 12830 12832 12713 0 -1 64 5 0 0 0 0 0 0 0 18 0 13 0 154965238 1527906304 106676 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1492096

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

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

[startup+1759.81 s]
/proc/loadavg: 1.15 1.10 1.03 4/77 12845
/proc/meminfo: memFree=554792/2055920 swapFree=4192952/4192956
[pid=12832] ppid=12830 vsize=0 CPUtime=1800.25
/proc/12832/stat : 12832 (java) Z 12830 12832 12713 0 -1 1036 122367 0 1 0 179827 198 0 0 16 0 2 0 154965173 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12832/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1759.86
CPU time (s): 1800.31
CPU user time (s): 1798.28
CPU system time (s): 2.03069
CPU usage (%): 102.298
Max. virtual memory (cumulated for all children) (KiB): 1493120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.28
system time used= 2.03069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122367
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50591
involuntary context switches= 42061

runsolver used 2.33465 second user time and 5.32919 second system time

The end

Launcher Data

Begin job on node10 at 2009-06-13 08:14:05
IDJOB=1855354
IDBENCH=1848
IDSOLVER=681
FILE ID=node10/1855354-1244873645
PBS_JOBID= 9354381
Free space on /tmp= 66272 MiB

SOLVER NAME= SAT4J Pseudo CP 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 CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1855354-1244873645/watcher-1855354-1244873645 -o /tmp/evaluation-result-1855354-1244873645/solver-1855354-1244873645 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1855354-1244873645.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 687e90f40c46b53feec9c54ee9b43fa6
RANDOM SEED=1084650689

node10.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        977960 kB
Buffers:         62380 kB
Cached:         929668 kB
SwapCached:          4 kB
Active:          80784 kB
Inactive:       924692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        977960 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:             744 kB
Writeback:           0 kB
Mapped:          23232 kB
Slab:            58556 kB
Committed_AS:   133332 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66272 MiB
End job on node10 at 2009-06-13 08:43:27