Trace number 3456855

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
Sat4j CuttingPlanes 2.3.0SAT (TO)487 1800.28 1795.52

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_6_50_4.opb
MD5SUM740b964ee569656e2f29dedde6e3939b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark1798.93
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4
Optimality of the best value was proved NO
Number of variables146
Total number of constraints12
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint62
Maximum length of a constraint66
Number of terms in the objective function 96
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3060
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1486
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4969
Number of bits of the biggest sum of numbers13
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3456855-1307221876.opb
0.10/0.10	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.039s.
0.10/0.15	c #vars     146
0.10/0.15	c #constraints  12
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 12
1.40/0.65	c SATISFIABLE
1.40/0.65	c OPTIMIZING...
1.40/0.65	c Got one! Elapsed wall clock time (in seconds):0.543
1.40/0.65	o 2233
1.81/0.90	c Got one! Elapsed wall clock time (in seconds):0.797
1.81/0.90	o 1833
2.51/1.62	c Got one! Elapsed wall clock time (in seconds):1.511
2.51/1.62	o 1816
2.90/1.99	c Got one! Elapsed wall clock time (in seconds):1.89
2.90/1.99	o 1563
3.92/2.94	c Got one! Elapsed wall clock time (in seconds):2.835
3.92/2.94	o 1499
6.55/5.50	c Got one! Elapsed wall clock time (in seconds):5.393
6.55/5.50	o 1400
8.65/7.62	c Got one! Elapsed wall clock time (in seconds):7.515
8.65/7.62	o 1276
10.78/9.75	c Got one! Elapsed wall clock time (in seconds):9.643
10.78/9.75	o 1249
14.08/13.02	c Got one! Elapsed wall clock time (in seconds):12.911
14.08/13.02	o 1160
27.33/26.24	c Got one! Elapsed wall clock time (in seconds):26.137
27.33/26.24	o 1098
30.99/29.84	c Got one! Elapsed wall clock time (in seconds):29.736
30.99/29.84	o 1088
41.31/40.18	c Got one! Elapsed wall clock time (in seconds):40.072
41.31/40.18	o 1058
56.46/55.18	c Got one! Elapsed wall clock time (in seconds):55.074
56.46/55.18	o 1025
162.19/160.76	c Got one! Elapsed wall clock time (in seconds):160.655
162.19/160.76	o 991
179.66/178.18	c Got one! Elapsed wall clock time (in seconds):178.073
179.66/178.18	o 867
241.95/240.38	c Got one! Elapsed wall clock time (in seconds):240.273
241.95/240.38	o 725
372.24/370.50	c Got one! Elapsed wall clock time (in seconds):370.399
372.24/370.50	o 721
565.10/563.10	c Got one! Elapsed wall clock time (in seconds):562.993
565.10/563.10	o 720
938.76/936.33	c Got one! Elapsed wall clock time (in seconds):936.227
938.76/936.33	o 706
1037.51/1034.90	c Got one! Elapsed wall clock time (in seconds):1034.796
1037.51/1034.90	o 698
1213.56/1210.59	c Got one! Elapsed wall clock time (in seconds):1210.489
1213.56/1210.59	o 688
1418.80/1415.22	c Got one! Elapsed wall clock time (in seconds):1415.116
1418.80/1415.22	o 577
1462.26/1458.58	c Got one! Elapsed wall clock time (in seconds):1458.473
1462.26/1458.58	o 575
1533.92/1529.98	c Got one! Elapsed wall clock time (in seconds):1529.875
1533.92/1529.98	o 572
1592.11/1587.95	c Got one! Elapsed wall clock time (in seconds):1587.846
1592.11/1587.95	o 487
1800.07/1795.33	c starts		: 58
1800.07/1795.33	c conflicts		: 11282
1800.07/1795.33	c decisions		: 19258
1800.07/1795.33	c propagations		: 112046
1800.07/1795.33	c inspects		: 244571479
1800.07/1795.33	c shortcuts		: 0
1800.07/1795.33	c learnt literals	: 0
1800.07/1795.33	c learnt binary clauses	: 0
1800.07/1795.33	c learnt ternary clauses	: 0
1800.07/1795.33	c learnt constraints	: 11281
1800.07/1795.33	c ignored constraints	: 0
1800.07/1795.33	c root simplifications	: 0
1800.07/1795.33	c removed literals (reason simplification)	: 0
1800.07/1795.33	c reason swapping (by a shorter reason)	: 0
1800.07/1795.33	c Calls to reduceDB	: 0
1800.07/1795.33	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.33	c number of learned constraints concerned by reduction	: 0
1800.07/1795.33	c number of learning phase by resolution	: 0
1800.07/1795.33	c number of learning phase by cutting planes	: 0
1800.07/1795.33	c speed (assignments/second)	: 540.2853657242879
1800.07/1795.33	c non guided choices	545
1800.07/1795.34	c learnt constraints type 
1800.07/1795.34	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 51
1800.07/1795.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11230
1800.07/1795.34	c constraints type 
1800.07/1795.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13
1800.07/1795.34	s SATISFIABLE
1800.07/1795.34	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 
1800.07/1795.34	c objective function=487
1800.07/1795.34	c Total wall clock time (in seconds): 1795.238

Verifier Data

OK	487

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3456855-1307221876/watcher-3456855-1307221876 -o /tmp/evaluation-result-3456855-1307221876/solver-3456855-1307221876 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456855-1307221876.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.03 2.03 2.00 2/461 1140
/proc/meminfo: memFree=27102040/32950928 swapFree=52246700/67111528
[pid=1140] ppid=1138 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/1140/stat : 1140 (java) R 1138 1140 31238 0 -1 4202496 667 0 0 0 0 0 0 0 25 0 1 0 912418240 23580672 411 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231890528021 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1140/statm: 5757 422 320 9 0 124 0
[pid=1140/tid=1141] ppid=1138 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1141/stat : 1141 (java) R 1138 1140 31238 0 -1 4202560 5533 0 1 0 0 0 0 0 25 0 2 0 912418240 10694979584 6349 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231895184443 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0445451 s]
/proc/loadavg: 2.03 2.03 2.00 2/461 1140
/proc/meminfo: memFree=27102040/32950928 swapFree=52246700/67111528
[pid=1140] ppid=1138 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/1140/stat : 1140 (java) S 1138 1140 31238 0 -1 4202496 11308 0 1 0 2 1 0 0 25 0 13 0 912418240 10718699520 11005 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907293157 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/1140/statm: 2616870 11005 1675 9 0 2607618 0
[pid=1140/tid=1141] ppid=1138 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/1140/task/1141/stat : 1141 (java) R 1138 1140 31238 0 -1 4202560 10160 0 1 0 2 1 0 0 25 0 13 0 912418240 10718699520 11005 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 47224253996963 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100512 s]
/proc/loadavg: 2.03 2.03 2.00 2/461 1140
/proc/meminfo: memFree=27102040/32950928 swapFree=52246700/67111528
[pid=1140] ppid=1138 vsize=10540020 CPUtime=0.1 cores=1,3,5,7
/proc/1140/stat : 1140 (java) S 1138 1140 31238 0 -1 4202496 13122 0 1 0 9 1 0 0 25 0 18 0 912418240 10792980480 12750 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1140/statm: 2635005 12752 2092 9 0 2625739 0
[pid=1140/tid=1141] ppid=1138 vsize=10540020 CPUtime=0.08 cores=1,3,5,7
/proc/1140/task/1141/stat : 1141 (java) R 1138 1140 31238 0 -1 4202560 11164 0 1 0 7 1 0 0 18 0 18 0 912418240 10792980480 12752 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907317195 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540020

[startup+0.518495 s]
/proc/loadavg: 2.03 2.03 2.00 2/461 1140
/proc/meminfo: memFree=27102040/32950928 swapFree=52246700/67111528
[pid=1140] ppid=1138 vsize=10551640 CPUtime=1.18 cores=1,3,5,7
/proc/1140/stat : 1140 (java) S 1138 1140 31238 0 -1 4202496 28925 0 1 0 115 3 0 0 25 0 19 0 912418240 10804879360 25748 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1140/statm: 2637910 25749 2219 9 0 2628644 0
[pid=1140/tid=1141] ppid=1138 vsize=10551640 CPUtime=0.5 cores=1,3,5,7
/proc/1140/task/1141/stat : 1141 (java) R 1138 1140 31238 0 -1 4202560 18611 0 1 0 48 2 0 0 18 0 19 0 912418240 10804879360 25749 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 46912505558769 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 10551640

[startup+0.700424 s]
/proc/loadavg: 2.03 2.03 2.00 2/461 1140
/proc/meminfo: memFree=27102040/32950928 swapFree=52246700/67111528
[pid=1140] ppid=1138 vsize=10551640 CPUtime=1.56 cores=1,3,5,7
/proc/1140/stat : 1140 (java) S 1138 1140 31238 0 -1 4202496 42185 0 1 0 151 5 0 0 25 0 19 0 912418240 10804879360 39008 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1140/statm: 2637910 39016 2222 9 0 2628644 0
[pid=1140/tid=1141] ppid=1138 vsize=10551640 CPUtime=0.68 cores=1,3,5,7
/proc/1140/task/1141/stat : 1141 (java) R 1138 1140 31238 0 -1 4202560 31846 0 1 0 65 3 0 0 18 0 19 0 912418240 10804879360 39016 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 46912505571099 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 10551640

[startup+1.50128 s]
/proc/loadavg: 2.03 2.03 2.00 3/480 1159
/proc/meminfo: memFree=26775032/32950928 swapFree=52246700/67111528
[pid=1140] ppid=1138 vsize=10551640 CPUtime=2.42 cores=1,3,5,7
/proc/1140/stat : 1140 (java) S 1138 1140 31238 0 -1 4202496 112343 0 1 0 229 13 0 0 25 0 19 0 912418240 10804879360 109165 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1140/statm: 2637910 109168 2224 9 0 2628644 0
[pid=1140/tid=1141] ppid=1138 vsize=10551640 CPUtime=1.48 cores=1,3,5,7
/proc/1140/task/1141/stat : 1141 (java) R 1138 1140 31238 0 -1 4202560 101991 0 1 0 137 11 0 0 18 0 19 0 912418240 10804879360 109170 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 46912505526628 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1140/tid=1143] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1143/stat : 1143 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 109172 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1144] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1144/stat : 1144 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 109173 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1145] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1145/stat : 1145 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 109175 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1146] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1146/stat : 1146 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 109176 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1147] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1147/stat : 1147 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 109178 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1148] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1148/stat : 1148 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 109182 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1149] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1149/stat : 1149 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 109187 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1150] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1150/stat : 1150 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 109191 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1151] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1151/stat : 1151 (java) S 1138 1140 31238 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 912418243 10804879360 109195 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 0 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1152] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1152/stat : 1152 (java) S 1138 1140 31238 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912418243 10804879360 109200 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1153] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1153/stat : 1153 (java) S 1138 1140 31238 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 912418243 10804879360 109204 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1154] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1154/stat : 1154 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418245 10804879360 109207 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907314097 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1155] ppid=1138 vsize=10551640 CPUtime=0.46 cores=1,3,5,7
/proc/1140/task/1155/stat : 1155 (java) S 1138 1140 31238 0 -1 4202560 4908 0 0 0 46 0 0 0 15 0 19 0 912418245 10804879360 109209 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 5 0 0 0
[pid=1140/tid=1156] ppid=1138 vsize=10551640 CPUtime=0.45 cores=1,3,5,7
/proc/1140/task/1156/stat : 1156 (java) S 1138 1140 31238 0 -1 4202560 4288 0 0 0 45 0 0 0 15 0 19 0 912418245 10804879360 109211 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1157] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1157/stat : 1157 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418245 10804879360 109213 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1158] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1158/stat : 1158 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912418245 10804879360 109215 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 4 0 16800975 18446604462362756288 0 0 -1 5 0 0 0
[pid=1140/tid=1159] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1159/stat : 1159 (java) S 1138 1140 31238 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912418255 10804879360 109217 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 10551640

[startup+3.10097 s]
/proc/loadavg: 2.03 2.03 2.00 3/480 1159
/proc/meminfo: memFree=26387160/32950928 swapFree=52246700/67111528
[pid=1140] ppid=1138 vsize=10551640 CPUtime=4.13 cores=1,3,5,7
/proc/1140/stat : 1140 (java) S 1138 1140 31238 0 -1 4202496 251877 0 1 0 386 27 0 0 25 0 19 0 912418240 10804879360 247676 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1140/statm: 2637910 247679 2226 9 0 2628644 0
[pid=1140/tid=1141] ppid=1138 vsize=10551640 CPUtime=3.08 cores=1,3,5,7
/proc/1140/task/1141/stat : 1141 (java) R 1138 1140 31238 0 -1 4202560 240485 0 1 0 283 25 0 0 18 0 19 0 912418240 10804879360 247680 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 46912505804820 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1140/tid=1143] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1143/stat : 1143 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 247681 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1144] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1144/stat : 1144 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 247682 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1145] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1145/stat : 1145 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 247684 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1146] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1146/stat : 1146 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 247686 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1147] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1147/stat : 1147 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 247687 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1148] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1148/stat : 1148 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 247688 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1149] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1149/stat : 1149 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 247690 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1150] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1150/stat : 1150 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10804879360 247691 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1151] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1151/stat : 1151 (java) S 1138 1140 31238 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 912418243 10804879360 247692 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 0 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1152] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1152/stat : 1152 (java) S 1138 1140 31238 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912418243 10804879360 247694 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1153] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1153/stat : 1153 (java) S 1138 1140 31238 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 912418243 10804879360 247695 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1154] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1154/stat : 1154 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418245 10804879360 247697 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907314097 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1155] ppid=1138 vsize=10551640 CPUtime=0.46 cores=1,3,5,7
/proc/1140/task/1155/stat : 1155 (java) S 1138 1140 31238 0 -1 4202560 4908 0 0 0 46 0 0 0 15 0 19 0 912418245 10804879360 247697 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 5 0 0 0
[pid=1140/tid=1156] ppid=1138 vsize=10551640 CPUtime=0.56 cores=1,3,5,7
/proc/1140/task/1156/stat : 1156 (java) S 1138 1140 31238 0 -1 4202560 5327 0 0 0 56 0 0 0 15 0 19 0 912418245 10804879360 247699 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1157] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1157/stat : 1157 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418245 10804879360 247701 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1158] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1158/stat : 1158 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912418245 10804879360 247701 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 4 0 16800975 18446604462362756288 0 0 -1 5 0 0 0
[pid=1140/tid=1159] ppid=1138 vsize=10551640 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1159/stat : 1159 (java) S 1138 1140 31238 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912418255 10804879360 247703 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.13
Current children cumulated vsize (KiB) 10551640

[startup+6.30137 s]
/proc/loadavg: 2.03 2.03 2.00 3/480 1159
/proc/meminfo: memFree=25320592/32950928 swapFree=52246700/67111528
[pid=1140] ppid=1138 vsize=10548112 CPUtime=7.35 cores=1,3,5,7
/proc/1140/stat : 1140 (java) S 1138 1140 31238 0 -1 4202496 495748 0 1 0 681 54 0 0 25 0 19 0 912418240 10801266688 490710 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1140/statm: 2637028 490713 2227 9 0 2627762 0
[pid=1140/tid=1141] ppid=1138 vsize=10548112 CPUtime=6.28 cores=1,3,5,7
/proc/1140/task/1141/stat : 1141 (java) R 1138 1140 31238 0 -1 4202560 484344 0 1 0 576 52 0 0 21 0 19 0 912418240 10801266688 490714 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 46912505575376 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1140/tid=1143] ppid=1138 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1143/stat : 1143 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10801266688 490716 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1144] ppid=1138 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1144/stat : 1144 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10801266688 490717 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1145] ppid=1138 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1145/stat : 1145 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10801266688 490719 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1146] ppid=1138 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1146/stat : 1146 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10801266688 490720 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1147] ppid=1138 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1147/stat : 1147 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10801266688 490721 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1148] ppid=1138 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1148/stat : 1148 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10801266688 490723 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1149] ppid=1138 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1149/stat : 1149 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10801266688 490724 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1150] ppid=1138 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1150/stat : 1150 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418242 10801266688 490726 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1151] ppid=1138 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1151/stat : 1151 (java) S 1138 1140 31238 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 912418243 10801266688 490727 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 0 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1152] ppid=1138 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1152/stat : 1152 (java) S 1138 1140 31238 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 912418243 10801266688 490729 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1153] ppid=1138 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1153/stat : 1153 (java) S 1138 1140 31238 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 912418243 10801266688 490730 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1154] ppid=1138 vsize=10548112 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1154/stat : 1154 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418245 10801266688 490731 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907314097 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1155] ppid=1138 vsize=10548112 CPUtime=0.48 cores=1,3,5,7
/proc/1140/task/1155/stat : 1155 (java) S 1138 1140 31238 0 -1 4202560 4919 0 0 0 48 0 0 0 15 0 19 0 912418245 10801266688 490733 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 5 0 0 0
[pid=1140/tid=1156] ppid=1138 vsize=10548112 CPUtime=0.56 cores=1,3,5,7
/proc/1140/task/1156/stat : 1156 (java) S 1138 1140 31238 0 -1 4202560 5327 0 0 0 56 0 0 0 15 0 19 0 912418245 10801266688 490734 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0

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

[pid=1140/tid=1159] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1159/stat : 1159 (java) S 1138 1140 31238 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912418255 10798960640 1034513 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1666.69
Current children cumulated vsize (KiB) 10545860

[startup+1722.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/480 1208
/proc/meminfo: memFree=21472600/32950928 swapFree=52246700/67111528
[pid=1140] ppid=1138 vsize=10545860 CPUtime=1726.89 cores=1,3,5,7
/proc/1140/stat : 1140 (java) S 1138 1140 31238 0 -1 4202496 1058804 0 1 0 172565 124 0 0 25 0 19 0 912418240 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1140/statm: 2636465 1040821 2243 9 0 2627199 0
[pid=1140/tid=1141] ppid=1138 vsize=10545860 CPUtime=1720.61 cores=1,3,5,7
/proc/1140/task/1141/stat : 1141 (java) R 1138 1140 31238 0 -1 4202560 804740 0 1 0 171976 85 0 0 25 0 19 0 912418240 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 46912505805675 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1140/tid=1143] ppid=1138 vsize=10545860 CPUtime=0.6 cores=1,3,5,7
/proc/1140/task/1143/stat : 1143 (java) S 1138 1140 31238 0 -1 4202560 27619 0 0 0 58 2 0 0 16 0 19 0 912418242 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1144] ppid=1138 vsize=10545860 CPUtime=0.69 cores=1,3,5,7
/proc/1140/task/1144/stat : 1144 (java) S 1138 1140 31238 0 -1 4202560 30321 0 0 0 65 4 0 0 16 0 19 0 912418242 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1145] ppid=1138 vsize=10545860 CPUtime=0.59 cores=1,3,5,7
/proc/1140/task/1145/stat : 1145 (java) S 1138 1140 31238 0 -1 4202560 39919 0 0 0 54 5 0 0 15 0 19 0 912418242 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1146] ppid=1138 vsize=10545860 CPUtime=0.62 cores=1,3,5,7
/proc/1140/task/1146/stat : 1146 (java) S 1138 1140 31238 0 -1 4202560 32176 0 0 0 58 4 0 0 16 0 19 0 912418242 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1147] ppid=1138 vsize=10545860 CPUtime=0.58 cores=1,3,5,7
/proc/1140/task/1147/stat : 1147 (java) S 1138 1140 31238 0 -1 4202560 29972 0 0 0 54 4 0 0 15 0 19 0 912418242 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1148] ppid=1138 vsize=10545860 CPUtime=0.65 cores=1,3,5,7
/proc/1140/task/1148/stat : 1148 (java) S 1138 1140 31238 0 -1 4202560 30852 0 0 0 60 5 0 0 15 0 19 0 912418242 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1149] ppid=1138 vsize=10545860 CPUtime=0.67 cores=1,3,5,7
/proc/1140/task/1149/stat : 1149 (java) S 1138 1140 31238 0 -1 4202560 30275 0 0 0 64 3 0 0 15 0 19 0 912418242 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1150] ppid=1138 vsize=10545860 CPUtime=0.54 cores=1,3,5,7
/proc/1140/task/1150/stat : 1150 (java) S 1138 1140 31238 0 -1 4202560 21247 0 0 0 51 3 0 0 15 0 19 0 912418242 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1151] ppid=1138 vsize=10545860 CPUtime=0.03 cores=1,3,5,7
/proc/1140/task/1151/stat : 1151 (java) S 1138 1140 31238 0 -1 4202560 101 0 0 0 1 2 0 0 15 0 19 0 912418243 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 0 0 16800975 18446604462362756288 0 0 -1 5 0 0 0
[pid=1140/tid=1152] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1152/stat : 1152 (java) S 1138 1140 31238 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912418243 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1153] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1153/stat : 1153 (java) S 1138 1140 31238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 912418243 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1154] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1154/stat : 1154 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418245 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907314097 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1155] ppid=1138 vsize=10545860 CPUtime=0.63 cores=1,3,5,7
/proc/1140/task/1155/stat : 1155 (java) S 1138 1140 31238 0 -1 4202560 5005 0 0 0 63 0 0 0 15 0 19 0 912418245 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 5 0 0 0
[pid=1140/tid=1156] ppid=1138 vsize=10545860 CPUtime=0.56 cores=1,3,5,7
/proc/1140/task/1156/stat : 1156 (java) S 1138 1140 31238 0 -1 4202560 5327 0 0 0 56 0 0 0 15 0 19 0 912418245 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1157] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1157/stat : 1157 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418245 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1158] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1158/stat : 1158 (java) S 1138 1140 31238 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 912418245 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1159] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1159/stat : 1159 (java) S 1138 1140 31238 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912418255 10798960640 1040821 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1726.89
Current children cumulated vsize (KiB) 10545860

[startup+1782.3 s]
/proc/loadavg: 2.17 2.06 2.01 3/480 1257
/proc/meminfo: memFree=22958852/32950928 swapFree=52246700/67111528
[pid=1140] ppid=1138 vsize=10545860 CPUtime=1787.02 cores=1,3,5,7
/proc/1140/stat : 1140 (java) S 1138 1140 31238 0 -1 4202496 1063374 0 1 0 178577 125 0 0 25 0 19 0 912418240 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1140/statm: 2636465 1045119 2243 9 0 2627199 0
[pid=1140/tid=1141] ppid=1138 vsize=10545860 CPUtime=1780.55 cores=1,3,5,7
/proc/1140/task/1141/stat : 1141 (java) R 1138 1140 31238 0 -1 4202560 804745 0 1 0 177970 85 0 0 25 0 19 0 912418240 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 46912505526776 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1140/tid=1143] ppid=1138 vsize=10545860 CPUtime=0.61 cores=1,3,5,7
/proc/1140/task/1143/stat : 1143 (java) S 1138 1140 31238 0 -1 4202560 28028 0 0 0 59 2 0 0 15 0 19 0 912418242 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 5 0 0 0
[pid=1140/tid=1144] ppid=1138 vsize=10545860 CPUtime=0.7 cores=1,3,5,7
/proc/1140/task/1144/stat : 1144 (java) S 1138 1140 31238 0 -1 4202560 31003 0 0 0 66 4 0 0 15 0 19 0 912418242 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1145] ppid=1138 vsize=10545860 CPUtime=0.62 cores=1,3,5,7
/proc/1140/task/1145/stat : 1145 (java) S 1138 1140 31238 0 -1 4202560 40308 0 0 0 57 5 0 0 16 0 19 0 912418242 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1146] ppid=1138 vsize=10545860 CPUtime=0.65 cores=1,3,5,7
/proc/1140/task/1146/stat : 1146 (java) S 1138 1140 31238 0 -1 4202560 33279 0 0 0 61 4 0 0 15 0 19 0 912418242 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1147] ppid=1138 vsize=10545860 CPUtime=0.61 cores=1,3,5,7
/proc/1140/task/1147/stat : 1147 (java) S 1138 1140 31238 0 -1 4202560 30337 0 0 0 57 4 0 0 16 0 19 0 912418242 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1148] ppid=1138 vsize=10545860 CPUtime=0.66 cores=1,3,5,7
/proc/1140/task/1148/stat : 1148 (java) S 1138 1140 31238 0 -1 4202560 30887 0 0 0 61 5 0 0 16 0 19 0 912418242 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1149] ppid=1138 vsize=10545860 CPUtime=0.7 cores=1,3,5,7
/proc/1140/task/1149/stat : 1149 (java) S 1138 1140 31238 0 -1 4202560 31145 0 0 0 67 3 0 0 16 0 19 0 912418242 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1150] ppid=1138 vsize=10545860 CPUtime=0.56 cores=1,3,5,7
/proc/1140/task/1150/stat : 1150 (java) S 1138 1140 31238 0 -1 4202560 21952 0 0 0 53 3 0 0 15 0 19 0 912418242 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1151] ppid=1138 vsize=10545860 CPUtime=0.03 cores=1,3,5,7
/proc/1140/task/1151/stat : 1151 (java) S 1138 1140 31238 0 -1 4202560 104 0 0 0 1 2 0 0 15 0 19 0 912418243 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 0 0 16800975 18446604462362756288 0 0 -1 5 0 0 0
[pid=1140/tid=1152] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1152/stat : 1152 (java) S 1138 1140 31238 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912418243 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1153] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1153/stat : 1153 (java) S 1138 1140 31238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 912418243 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1154] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1154/stat : 1154 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418245 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907314097 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1155] ppid=1138 vsize=10545860 CPUtime=0.63 cores=1,3,5,7
/proc/1140/task/1155/stat : 1155 (java) S 1138 1140 31238 0 -1 4202560 5005 0 0 0 63 0 0 0 15 0 19 0 912418245 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 5 0 0 0
[pid=1140/tid=1156] ppid=1138 vsize=10545860 CPUtime=0.56 cores=1,3,5,7
/proc/1140/task/1156/stat : 1156 (java) S 1138 1140 31238 0 -1 4202560 5327 0 0 0 56 0 0 0 15 0 19 0 912418245 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1157] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1157/stat : 1157 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418245 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1158] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1158/stat : 1158 (java) S 1138 1140 31238 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 912418245 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1159] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1159/stat : 1159 (java) S 1138 1140 31238 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912418255 10798960640 1045119 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1787.02
Current children cumulated vsize (KiB) 10545860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.3 s]
/proc/loadavg: 2.14 2.06 2.01 4/480 1258
/proc/meminfo: memFree=22931084/32950928 swapFree=52246700/67111528
[pid=1140] ppid=1138 vsize=10545860 CPUtime=1800.07 cores=1,3,5,7
/proc/1140/stat : 1140 (java) S 1138 1140 31238 0 -1 4202496 1064734 0 1 0 179882 125 0 0 25 0 19 0 912418240 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907293157 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1140/statm: 2636465 1046351 2243 9 0 2627199 0
[pid=1140/tid=1141] ppid=1138 vsize=10545860 CPUtime=1793.56 cores=1,3,5,7
/proc/1140/task/1141/stat : 1141 (java) R 1138 1140 31238 0 -1 4202560 804746 0 1 0 179271 85 0 0 25 0 19 0 912418240 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 46912505598225 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1140/tid=1143] ppid=1138 vsize=10545860 CPUtime=0.61 cores=1,3,5,7
/proc/1140/task/1143/stat : 1143 (java) S 1138 1140 31238 0 -1 4202560 28028 0 0 0 59 2 0 0 15 0 19 0 912418242 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1144] ppid=1138 vsize=10545860 CPUtime=0.7 cores=1,3,5,7
/proc/1140/task/1144/stat : 1144 (java) S 1138 1140 31238 0 -1 4202560 31003 0 0 0 66 4 0 0 15 0 19 0 912418242 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1145] ppid=1138 vsize=10545860 CPUtime=0.63 cores=1,3,5,7
/proc/1140/task/1145/stat : 1145 (java) S 1138 1140 31238 0 -1 4202560 40347 0 0 0 58 5 0 0 16 0 19 0 912418242 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1146] ppid=1138 vsize=10545860 CPUtime=0.66 cores=1,3,5,7
/proc/1140/task/1146/stat : 1146 (java) S 1138 1140 31238 0 -1 4202560 33975 0 0 0 62 4 0 0 16 0 19 0 912418242 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1147] ppid=1138 vsize=10545860 CPUtime=0.61 cores=1,3,5,7
/proc/1140/task/1147/stat : 1147 (java) S 1138 1140 31238 0 -1 4202560 30337 0 0 0 57 4 0 0 15 0 19 0 912418242 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1148] ppid=1138 vsize=10545860 CPUtime=0.66 cores=1,3,5,7
/proc/1140/task/1148/stat : 1148 (java) S 1138 1140 31238 0 -1 4202560 30887 0 0 0 61 5 0 0 15 0 19 0 912418242 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 7 0 0 0
[pid=1140/tid=1149] ppid=1138 vsize=10545860 CPUtime=0.71 cores=1,3,5,7
/proc/1140/task/1149/stat : 1149 (java) S 1138 1140 31238 0 -1 4202560 31767 0 0 0 68 3 0 0 16 0 19 0 912418242 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 5 0 0 0
[pid=1140/tid=1150] ppid=1138 vsize=10545860 CPUtime=0.56 cores=1,3,5,7
/proc/1140/task/1150/stat : 1150 (java) S 1138 1140 31238 0 -1 4202560 21952 0 0 0 53 3 0 0 15 0 19 0 912418242 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1151] ppid=1138 vsize=10545860 CPUtime=0.03 cores=1,3,5,7
/proc/1140/task/1151/stat : 1151 (java) S 1138 1140 31238 0 -1 4202560 106 0 0 0 1 2 0 0 16 0 19 0 912418243 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 0 0 16800975 18446604462362756288 0 0 -1 5 0 0 0
[pid=1140/tid=1152] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1152/stat : 1152 (java) S 1138 1140 31238 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912418243 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1153] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1153/stat : 1153 (java) S 1138 1140 31238 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 912418243 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1154] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1154/stat : 1154 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418245 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907314097 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1155] ppid=1138 vsize=10545860 CPUtime=0.63 cores=1,3,5,7
/proc/1140/task/1155/stat : 1155 (java) S 1138 1140 31238 0 -1 4202560 5005 0 0 0 63 0 0 0 15 0 19 0 912418245 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 5 0 0 0
[pid=1140/tid=1156] ppid=1138 vsize=10545860 CPUtime=0.56 cores=1,3,5,7
/proc/1140/task/1156/stat : 1156 (java) S 1138 1140 31238 0 -1 4202560 5327 0 0 0 56 0 0 0 15 0 19 0 912418245 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1157] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1157/stat : 1157 (java) S 1138 1140 31238 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912418245 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907306393 0 4 0 16800975 18446604462362756288 0 0 -1 1 0 0 0
[pid=1140/tid=1158] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1158/stat : 1158 (java) S 1138 1140 31238 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 912418245 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
[pid=1140/tid=1159] ppid=1138 vsize=10545860 CPUtime=0 cores=1,3,5,7
/proc/1140/task/1159/stat : 1159 (java) S 1138 1140 31238 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 912418255 10798960640 1046351 33554432000 1073741824 1073778376 140736679965520 18446744073709551615 231907307008 0 4 0 16800975 18446604462362756288 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10545860

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

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

[startup+1795.44 s]
/proc/loadavg: 2.14 2.06 2.01 4/480 1258
/proc/meminfo: memFree=22931084/32950928 swapFree=52246700/67111528
[pid=1140] ppid=1138 vsize=0 CPUtime=1800.19 cores=1,3,5,7
/proc/1140/stat : 1140 (java) Z 1138 1140 31238 0 -1 4203548 1064767 0 1 0 179885 134 0 0 17 0 2 0 912418240 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1140/statm: 0 0 0 0 0 0 0
[pid=1140/tid=1141] ppid=1138 vsize=0 CPUtime=1793.66 cores=1,3,5,7
/proc/1140/task/1141/stat : 1141 (java) R 1138 1140 31238 0 -1 4203588 804746 0 1 0 179272 94 0 0 25 0 2 0 912418240 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

[startup+1795.5 s]
/proc/loadavg: 2.14 2.06 2.01 4/480 1258
/proc/meminfo: memFree=22931084/32950928 swapFree=52246700/67111528
[pid=1140] ppid=1138 vsize=0 CPUtime=1800.26 cores=1,3,5,7
/proc/1140/stat : 1140 (java) Z 1138 1140 31238 0 -1 4203548 1064767 0 1 0 179885 141 0 0 17 0 2 0 912418240 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1140/statm: 0 0 0 0 0 0 0
[pid=1140/tid=1141] ppid=1138 vsize=0 CPUtime=1793.72 cores=1,3,5,7
/proc/1140/task/1141/stat : 1141 (java) R 1138 1140 31238 0 -1 4203588 804746 0 1 0 179272 100 0 0 25 0 2 0 912418240 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1795.52
CPU time (s): 1800.28
CPU user time (s): 1798.86
CPU system time (s): 1.42578
CPU usage (%): 100.266
Max. virtual memory (cumulated for all children) (KiB): 10551640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.86
system time used= 1.42578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1064767
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= 40805
involuntary context switches= 20329

runsolver used 7.56085 second user time and 18.8571 second system time

The end

Launcher Data

Begin job on node114 at 2011-06-04 23:11:16
IDJOB=3456855
IDBENCH=2925
IDSOLVER=1951
FILE ID=node114/3456855-1307221876
RUNJOBID= node114-1307216461-481
PBS_JOBID= 13509047
Free space on /tmp= 73940 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_6_50_4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456855-1307221876/watcher-3456855-1307221876 -o /tmp/evaluation-result-3456855-1307221876/solver-3456855-1307221876 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456855-1307221876.opb

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

MD5SUM BENCH= 740b964ee569656e2f29dedde6e3939b
RANDOM SEED=227733739

node114.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.73
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27102304 kB
Buffers:        337732 kB
Cached:         522496 kB
SwapCached:      10712 kB
Active:        5048024 kB
Inactive:       522604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27102304 kB
SwapTotal:    67111528 kB
SwapFree:     52246700 kB
Dirty:             972 kB
Writeback:           0 kB
AnonPages:     4708104 kB
Mapped:          29368 kB
Slab:           143044 kB
PageTables:      67696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118537428 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73940 MiB
End job on node114 at 2011-06-04 23:41:13