Trace number 3456370

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.0? (TO) 1800.26 1798.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f600.opb
MD5SUM2b1f0bdf934439fa3364f5fdf4570849
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1200
Total number of constraints3150
Number of constraints which are clauses3150
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 1200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1200
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1200
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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-3456370-1307219986.opb
0.10/0.10	c reading problem ... 
0.28/0.29	c ... done. Wall clock time 0.184s.
0.28/0.29	c #vars     1200
0.28/0.29	c #constraints  3150
0.28/0.29	c constraints type 
0.28/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 600
0.28/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2550
2.34/1.61	c cleaning 0 clauses out of 5000 with flag 0/5000
3.62/2.83	c cleaning 0 clauses out of 11000 with flag 0/11000
5.15/4.41	c cleaning 0 clauses out of 18000 with flag 0/18000
7.28/6.51	c cleaning 0 clauses out of 26000 with flag 0/26000
10.03/9.10	c cleaning 0 clauses out of 35001 with flag 0/35001
13.23/12.32	c cleaning 0 clauses out of 45000 with flag 0/45000
17.14/16.21	c cleaning 0 clauses out of 55001 with flag 0/55001
21.14/20.22	c cleaning 0 clauses out of 65001 with flag 0/65001
25.65/24.73	c cleaning 0 clauses out of 75000 with flag 0/75000
31.05/30.12	c cleaning 0 clauses out of 85000 with flag 0/85000
36.86/35.95	c cleaning 0 clauses out of 95001 with flag 0/95001
42.46/41.58	c cleaning 0 clauses out of 105000 with flag 0/105000
48.97/48.08	c cleaning 0 clauses out of 115000 with flag 0/115000
56.68/55.78	c cleaning 0 clauses out of 125003 with flag 0/125003
64.80/63.83	c cleaning 0 clauses out of 135000 with flag 0/135000
72.69/71.72	c cleaning 0 clauses out of 145000 with flag 0/145000
81.31/80.38	c cleaning 0 clauses out of 155000 with flag 0/155000
90.70/89.74	c cleaning 0 clauses out of 165003 with flag 0/165003
101.20/100.27	c cleaning 0 clauses out of 175001 with flag 0/175001
112.91/111.92	c cleaning 0 clauses out of 185000 with flag 0/185000
123.19/122.12	c cleaning 0 clauses out of 195000 with flag 0/195000
133.98/132.91	c cleaning 0 clauses out of 205002 with flag 0/205002
146.09/145.04	c cleaning 0 clauses out of 215001 with flag 0/215001
158.32/157.25	c cleaning 0 clauses out of 225001 with flag 0/225001
172.10/171.03	c cleaning 0 clauses out of 235000 with flag 0/235000
184.61/183.59	c cleaning 0 clauses out of 245000 with flag 0/245000
197.62/196.58	c cleaning 0 clauses out of 255002 with flag 0/255002
213.03/211.95	c cleaning 0 clauses out of 265001 with flag 0/265001
229.34/228.24	c cleaning 0 clauses out of 275000 with flag 0/275000
244.36/243.29	c cleaning 0 clauses out of 285000 with flag 0/285000
260.06/258.92	c cleaning 0 clauses out of 295000 with flag 0/295000
275.57/274.44	c cleaning 0 clauses out of 305001 with flag 0/305001
289.88/288.78	c cleaning 0 clauses out of 315002 with flag 0/315002
308.01/306.86	c cleaning 0 clauses out of 325002 with flag 0/325002
326.40/325.27	c cleaning 0 clauses out of 335000 with flag 0/335000
343.41/342.27	c cleaning 0 clauses out of 345000 with flag 0/345000
360.94/359.73	c cleaning 0 clauses out of 355001 with flag 0/355001
378.24/377.05	c cleaning 0 clauses out of 365000 with flag 0/365000
396.55/395.31	c cleaning 0 clauses out of 375001 with flag 0/375001
414.65/413.48	c cleaning 0 clauses out of 385003 with flag 0/385003
436.97/435.79	c cleaning 0 clauses out of 395001 with flag 0/395001
459.49/458.29	c cleaning 0 clauses out of 405000 with flag 0/405000
483.11/481.84	c cleaning 0 clauses out of 415001 with flag 0/415001
505.31/504.01	c cleaning 0 clauses out of 425000 with flag 0/425000
531.44/530.17	c cleaning 0 clauses out of 435000 with flag 0/435000
556.63/555.38	c cleaning 0 clauses out of 445001 with flag 0/445001
582.65/581.35	c cleaning 0 clauses out of 455003 with flag 0/455003
608.66/607.32	c cleaning 0 clauses out of 465001 with flag 0/465001
633.47/632.12	c cleaning 0 clauses out of 475001 with flag 0/475001
659.78/658.42	c cleaning 0 clauses out of 485000 with flag 0/485000
684.99/683.68	c cleaning 0 clauses out of 495000 with flag 0/495000
709.31/707.95	c cleaning 0 clauses out of 505003 with flag 0/505003
734.05/732.66	c cleaning 0 clauses out of 515000 with flag 0/515000
757.95/756.56	c cleaning 0 clauses out of 525001 with flag 0/525001
780.29/778.84	c cleaning 0 clauses out of 535000 with flag 0/535000
800.58/799.18	c cleaning 0 clauses out of 545000 with flag 0/545000
823.30/821.89	c cleaning 0 clauses out of 555001 with flag 0/555001
844.72/843.24	c cleaning 0 clauses out of 565000 with flag 0/565000
867.43/865.92	c cleaning 0 clauses out of 575002 with flag 0/575002
891.25/889.81	c cleaning 0 clauses out of 585000 with flag 0/585000
927.68/926.18	c cleaning 0 clauses out of 595002 with flag 0/595002
959.98/958.42	c cleaning 0 clauses out of 605001 with flag 0/605001
988.20/986.67	c cleaning 0 clauses out of 615001 with flag 0/615001
1017.40/1015.85	c cleaning 0 clauses out of 625000 with flag 0/625000
1048.32/1046.73	c cleaning 0 clauses out of 635000 with flag 0/635000
1076.75/1075.19	c cleaning 0 clauses out of 645000 with flag 0/645000
1106.27/1104.66	c cleaning 0 clauses out of 655000 with flag 0/655000
1135.38/1133.76	c cleaning 0 clauses out of 665001 with flag 0/665001
1163.22/1161.60	c cleaning 0 clauses out of 675001 with flag 0/675001
1200.92/1199.23	c cleaning 0 clauses out of 685002 with flag 0/685002
1236.44/1234.72	c cleaning 0 clauses out of 695000 with flag 0/695000
1270.46/1268.72	c cleaning 0 clauses out of 705001 with flag 0/705001
1304.37/1302.69	c cleaning 0 clauses out of 715001 with flag 0/715001
1337.39/1335.66	c cleaning 0 clauses out of 725002 with flag 0/725002
1367.12/1365.31	c cleaning 0 clauses out of 735000 with flag 0/735000
1396.44/1394.62	c cleaning 0 clauses out of 745002 with flag 0/745002
1425.56/1423.75	c cleaning 0 clauses out of 755000 with flag 0/755000
1454.07/1452.27	c cleaning 0 clauses out of 765001 with flag 0/765001
1484.10/1482.20	c cleaning 0 clauses out of 775001 with flag 0/775001
1514.91/1513.00	c cleaning 0 clauses out of 785000 with flag 0/785000
1550.67/1548.74	c cleaning 0 clauses out of 795000 with flag 0/795000
1586.29/1584.35	c cleaning 0 clauses out of 805001 with flag 0/805001
1620.71/1618.73	c cleaning 0 clauses out of 815001 with flag 0/815001
1654.34/1652.36	c cleaning 0 clauses out of 825002 with flag 0/825002
1689.57/1687.57	c cleaning 0 clauses out of 835000 with flag 0/835000
1724.78/1722.74	c cleaning 0 clauses out of 845000 with flag 0/845000
1760.21/1758.14	c cleaning 0 clauses out of 855001 with flag 0/855001
1795.34/1793.28	c cleaning 0 clauses out of 865000 with flag 0/865000
1800.08/1797.92	c starts		: 171
1800.08/1797.92	c conflicts		: 866137
1800.08/1797.92	c decisions		: 1094325
1800.08/1797.92	c propagations		: 149043251
1800.08/1797.92	c inspects		: 11332414349
1800.08/1797.92	c shortcuts		: 0
1800.08/1797.92	c learnt literals	: 0
1800.08/1797.92	c learnt binary clauses	: 0
1800.08/1797.92	c learnt ternary clauses	: 80
1800.08/1797.92	c learnt constraints	: 866137
1800.08/1797.92	c ignored constraints	: 0
1800.08/1797.92	c root simplifications	: 0
1800.08/1797.92	c removed literals (reason simplification)	: 0
1800.08/1797.92	c reason swapping (by a shorter reason)	: 0
1800.08/1797.92	c Calls to reduceDB	: 88
1800.08/1797.92	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.92	c number of learned constraints concerned by reduction	: 0
1800.08/1797.92	c number of learning phase by resolution	: 0
1800.08/1797.92	c number of learning phase by cutting planes	: 0
1800.08/1797.92	c speed (assignments/second)	: 82910.88276132155
1800.08/1797.92	c non guided choices	0
1800.08/1797.98	c learnt constraints type 
1800.08/1797.98	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 866140
1800.08/1797.98	c constraints type 
1800.08/1797.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 600
1800.08/1797.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2550
1800.08/1797.98	s UNKNOWN
1800.08/1797.98	c Total wall clock time (in seconds): 1797.872

Verifier Data

ERROR: no interpretation found !

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-3456370-1307219986/watcher-3456370-1307219986 -o /tmp/evaluation-result-3456370-1307219986/solver-3456370-1307219986 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456370-1307219986.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.00 2.05 2.00 2/533 23008
/proc/meminfo: memFree=20296964/32950928 swapFree=58671692/67111528
[pid=23008] ppid=23006 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23008/stat : 23008 (java) S 23006 23008 22299 0 -1 4202496 7306 0 1 0 0 0 0 0 25 0 2 0 912229229 10694979584 7007 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23008/statm: 2611079 7020 917 9 0 2602235 0
[pid=23008/tid=23009] ppid=23006 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23009/stat : 23009 (java) R 23006 23008 22299 0 -1 4202560 7746 0 1 0 0 0 0 0 25 0 2 0 912229230 10694979584 8562 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256415085627 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.046425 s]
/proc/loadavg: 2.00 2.05 2.00 2/533 23008
/proc/meminfo: memFree=20296964/32950928 swapFree=58671692/67111528
[pid=23008] ppid=23006 vsize=10533016 CPUtime=0.03 cores=1,3,5,7
/proc/23008/stat : 23008 (java) S 23006 23008 22299 0 -1 4202496 11336 0 1 0 2 1 0 0 25 0 13 0 912229229 10785808384 11032 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427194341 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/23008/statm: 2633254 11033 1679 9 0 2624002 0
[pid=23008/tid=23009] ppid=23006 vsize=10533016 CPUtime=0.03 cores=1,3,5,7
/proc/23008/task/23009/stat : 23009 (java) R 23006 23008 22299 0 -1 4202560 10188 0 1 0 2 1 0 0 20 0 13 0 912229230 10785808384 11033 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427218379 0 4 0 16784584 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10533016

[startup+0.100414 s]
/proc/loadavg: 2.00 2.05 2.00 2/533 23008
/proc/meminfo: memFree=20296964/32950928 swapFree=58671692/67111528
[pid=23008] ppid=23006 vsize=10539852 CPUtime=0.1 cores=1,3,5,7
/proc/23008/stat : 23008 (java) S 23006 23008 22299 0 -1 4202496 13028 0 1 0 9 1 0 0 25 0 18 0 912229229 10792808448 12724 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23008/statm: 2634963 12724 2092 9 0 2625697 0
[pid=23008/tid=23009] ppid=23006 vsize=10539852 CPUtime=0.08 cores=1,3,5,7
/proc/23008/task/23009/stat : 23009 (java) R 23006 23008 22299 0 -1 4202560 11180 0 1 0 7 1 0 0 25 0 18 0 912229230 10792808448 12724 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 18446744073699065949 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539852

[startup+0.300364 s]
/proc/loadavg: 2.00 2.05 2.00 2/533 23008
/proc/meminfo: memFree=20296964/32950928 swapFree=58671692/67111528
[pid=23008] ppid=23006 vsize=10542460 CPUtime=0.51 cores=1,3,5,7
/proc/23008/stat : 23008 (java) S 23006 23008 22299 0 -1 4202496 15830 0 1 0 49 2 0 0 25 0 18 0 912229229 10795479040 15434 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23008/statm: 2635615 15434 2209 9 0 2626349 0
[pid=23008/tid=23009] ppid=23006 vsize=10542460 CPUtime=0.28 cores=1,3,5,7
/proc/23008/task/23009/stat : 23009 (java) R 23006 23008 22299 0 -1 4202560 13136 0 1 0 27 1 0 0 25 0 18 0 912229230 10795479040 15435 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427218379 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 10542460

[startup+0.700298 s]
/proc/loadavg: 2.00 2.05 2.00 2/533 23008
/proc/meminfo: memFree=20296964/32950928 swapFree=58671692/67111528
[pid=23008] ppid=23006 vsize=10547440 CPUtime=1.36 cores=1,3,5,7
/proc/23008/stat : 23008 (java) S 23006 23008 22299 0 -1 4202496 30074 0 1 0 133 3 0 0 25 0 19 0 912229229 10800578560 28429 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23008/statm: 2636860 28432 2222 9 0 2627594 0
[pid=23008/tid=23009] ppid=23006 vsize=10547440 CPUtime=0.68 cores=1,3,5,7
/proc/23008/task/23009/stat : 23009 (java) R 23006 23008 22299 0 -1 4202560 24355 0 1 0 66 2 0 0 25 0 19 0 912229230 10800578560 28434 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 46912505714415 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 10547440

[startup+1.50115 s]
/proc/loadavg: 2.00 2.05 2.00 3/552 23027
/proc/meminfo: memFree=20119892/32950928 swapFree=58671692/67111528
[pid=23008] ppid=23006 vsize=10547440 CPUtime=2.25 cores=1,3,5,7
/proc/23008/stat : 23008 (java) S 23006 23008 22299 0 -1 4202496 76459 0 1 0 215 10 0 0 25 0 19 0 912229229 10800578560 74813 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23008/statm: 2636860 74816 2227 9 0 2627594 0
[pid=23008/tid=23009] ppid=23006 vsize=10547440 CPUtime=1.48 cores=1,3,5,7
/proc/23008/task/23009/stat : 23009 (java) R 23006 23008 22299 0 -1 4202560 70718 0 1 0 139 9 0 0 25 0 19 0 912229230 10800578560 74817 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 46912505714430 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23008/tid=23011] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23011/stat : 23011 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912229232 10800578560 74819 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23012] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23012/stat : 23012 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912229232 10800578560 74820 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23013] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23013/stat : 23013 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912229232 10800578560 74821 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23014] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23014/stat : 23014 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912229232 10800578560 74823 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23015] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23015/stat : 23015 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912229232 10800578560 74824 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23016] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23016/stat : 23016 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912229232 10800578560 74825 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23017] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23017/stat : 23017 (java) S 23006 23008 22299 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 912229232 10800578560 74825 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23018] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23018/stat : 23018 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912229232 10800578560 74829 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23019] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23019/stat : 23019 (java) S 23006 23008 22299 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 912229233 10800578560 74830 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 0 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23020] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23020/stat : 23020 (java) S 23006 23008 22299 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 912229233 10800578560 74830 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23021] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23021/stat : 23021 (java) S 23006 23008 22299 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 912229233 10800578560 74830 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23022] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23022/stat : 23022 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 912229235 10800578560 74830 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427215281 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23023] ppid=23006 vsize=10547440 CPUtime=0.36 cores=1,3,5,7
/proc/23008/task/23023/stat : 23023 (java) S 23006 23008 22299 0 -1 4202560 2041 0 0 0 36 0 0 0 17 0 19 0 912229235 10800578560 74830 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23024] ppid=23006 vsize=10547440 CPUtime=0.38 cores=1,3,5,7
/proc/23008/task/23024/stat : 23024 (java) S 23006 23008 22299 0 -1 4202560 2542 0 0 0 38 0 0 0 15 0 19 0 912229235 10800578560 74834 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23025] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23025/stat : 23025 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912229235 10800578560 74836 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23026] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23026/stat : 23026 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912229235 10800578560 74838 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23027] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23027/stat : 23027 (java) S 23006 23008 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912229260 10800578560 74840 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 10547440

[startup+3.10084 s]
/proc/loadavg: 2.00 2.05 2.00 3/552 23028
/proc/meminfo: memFree=19979152/32950928 swapFree=58671692/67111528
[pid=23008] ppid=23006 vsize=10547440 CPUtime=3.93 cores=1,3,5,7
/proc/23008/stat : 23008 (java) S 23006 23008 22299 0 -1 4202496 95470 0 1 0 380 13 0 0 25 0 19 0 912229229 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23008/statm: 2636860 93815 2254 9 0 2627594 0
[pid=23008/tid=23009] ppid=23006 vsize=10547440 CPUtime=3.04 cores=1,3,5,7
/proc/23008/task/23009/stat : 23009 (java) R 23006 23008 22299 0 -1 4202560 87912 0 1 0 293 11 0 0 18 0 19 0 912229230 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 46912505845289 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23008/tid=23011] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23011/stat : 23011 (java) S 23006 23008 22299 0 -1 4202560 146 0 0 0 0 0 0 0 16 0 19 0 912229232 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23012] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23012/stat : 23012 (java) S 23006 23008 22299 0 -1 4202560 123 0 0 0 0 0 0 0 16 0 19 0 912229232 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23013] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23013/stat : 23013 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912229232 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23014] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23014/stat : 23014 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912229232 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23015] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23015/stat : 23015 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912229232 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23016] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23016/stat : 23016 (java) S 23006 23008 22299 0 -1 4202560 254 0 0 0 0 0 0 0 18 0 19 0 912229232 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23017] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23017/stat : 23017 (java) S 23006 23008 22299 0 -1 4202560 123 0 0 0 0 0 0 0 16 0 19 0 912229232 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23018] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23018/stat : 23018 (java) S 23006 23008 22299 0 -1 4202560 256 0 0 0 0 0 0 0 18 0 19 0 912229232 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23019] ppid=23006 vsize=10547440 CPUtime=0.02 cores=1,3,5,7
/proc/23008/task/23019/stat : 23019 (java) S 23006 23008 22299 0 -1 4202560 898 0 0 0 2 0 0 0 15 0 19 0 912229233 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 0 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23020] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23020/stat : 23020 (java) S 23006 23008 22299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912229233 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23021] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23021/stat : 23021 (java) S 23006 23008 22299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912229233 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23022] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23022/stat : 23022 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 912229235 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427215281 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23023] ppid=23006 vsize=10547440 CPUtime=0.39 cores=1,3,5,7
/proc/23008/task/23023/stat : 23023 (java) S 23006 23008 22299 0 -1 4202560 2051 0 0 0 39 0 0 0 16 0 19 0 912229235 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23024] ppid=23006 vsize=10547440 CPUtime=0.43 cores=1,3,5,7
/proc/23008/task/23024/stat : 23024 (java) S 23006 23008 22299 0 -1 4202560 2553 0 0 0 43 0 0 0 15 0 19 0 912229235 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23025] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23025/stat : 23025 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912229235 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23026] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23026/stat : 23026 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912229235 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23027] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23027/stat : 23027 (java) S 23006 23008 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912229260 10800578560 93815 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 10547440

[startup+6.30123 s]
/proc/loadavg: 2.00 2.05 2.00 3/552 23028
/proc/meminfo: memFree=19869732/32950928 swapFree=58671692/67111528
[pid=23008] ppid=23006 vsize=10547440 CPUtime=7.19 cores=1,3,5,7
/proc/23008/stat : 23008 (java) S 23006 23008 22299 0 -1 4202496 114493 0 1 0 704 15 0 0 25 0 19 0 912229229 10800578560 112828 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23008/statm: 2636860 112831 2255 9 0 2627594 0
[pid=23008/tid=23009] ppid=23006 vsize=10547440 CPUtime=6.22 cores=1,3,5,7
/proc/23008/task/23009/stat : 23009 (java) R 23006 23008 22299 0 -1 4202560 106449 0 1 0 609 13 0 0 21 0 19 0 912229230 10800578560 112831 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 46912505714133 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23008/tid=23011] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23011/stat : 23011 (java) S 23006 23008 22299 0 -1 4202560 147 0 0 0 0 0 0 0 15 0 19 0 912229232 10800578560 112831 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23012] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23012/stat : 23012 (java) S 23006 23008 22299 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 912229232 10800578560 112831 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23013] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23013/stat : 23013 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912229232 10800578560 112831 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23014] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23014/stat : 23014 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 912229232 10800578560 112831 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23015] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23015/stat : 23015 (java) S 23006 23008 22299 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 912229232 10800578560 112831 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23016] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23016/stat : 23016 (java) S 23006 23008 22299 0 -1 4202560 254 0 0 0 0 0 0 0 15 0 19 0 912229232 10800578560 112831 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23017] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23017/stat : 23017 (java) S 23006 23008 22299 0 -1 4202560 123 0 0 0 0 0 0 0 15 0 19 0 912229232 10800578560 112831 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23018] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23018/stat : 23018 (java) S 23006 23008 22299 0 -1 4202560 259 0 0 0 0 0 0 0 15 0 19 0 912229232 10800578560 112831 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23019] ppid=23006 vsize=10547440 CPUtime=0.04 cores=1,3,5,7
/proc/23008/task/23019/stat : 23019 (java) S 23006 23008 22299 0 -1 4202560 1372 0 0 0 4 0 0 0 15 0 19 0 912229233 10800578560 112831 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 0 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23020] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23020/stat : 23020 (java) S 23006 23008 22299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912229233 10800578560 112831 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23021] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23021/stat : 23021 (java) S 23006 23008 22299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912229233 10800578560 112831 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23022] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23022/stat : 23022 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 912229235 10800578560 112834 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427215281 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23023] ppid=23006 vsize=10547440 CPUtime=0.44 cores=1,3,5,7
/proc/23008/task/23023/stat : 23023 (java) S 23006 23008 22299 0 -1 4202560 2061 0 0 0 44 0 0 0 15 0 19 0 912229235 10800578560 112836 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23024] ppid=23006 vsize=10547440 CPUtime=0.43 cores=1,3,5,7
/proc/23008/task/23024/stat : 23024 (java) S 23006 23008 22299 0 -1 4202560 2553 0 0 0 43 0 0 0 15 0 19 0 912229235 10800578560 112838 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0

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

[pid=23008/tid=23016] ppid=23006 vsize=10547440 CPUtime=0.18 cores=1,3,5,7
/proc/23008/task/23016/stat : 23016 (java) S 23006 23008 22299 0 -1 4202560 633 0 0 0 18 0 0 0 15 0 19 0 912229232 10800578560 211444 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23017] ppid=23006 vsize=10547440 CPUtime=0.16 cores=1,3,5,7
/proc/23008/task/23017/stat : 23017 (java) S 23006 23008 22299 0 -1 4202560 285 0 0 0 16 0 0 0 15 0 19 0 912229232 10800578560 211444 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23018] ppid=23006 vsize=10547440 CPUtime=0.2 cores=1,3,5,7
/proc/23008/task/23018/stat : 23018 (java) S 23006 23008 22299 0 -1 4202560 588 0 0 0 20 0 0 0 15 0 19 0 912229232 10800578560 211444 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23019] ppid=23006 vsize=10547440 CPUtime=13.51 cores=1,3,5,7
/proc/23008/task/23019/stat : 23019 (java) S 23006 23008 22299 0 -1 4202560 54851 0 0 0 1344 7 0 0 15 0 19 0 912229233 10800578560 211444 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 0 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23020] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23020/stat : 23020 (java) S 23006 23008 22299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912229233 10800578560 211444 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23021] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23021/stat : 23021 (java) S 23006 23008 22299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912229233 10800578560 211444 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23022] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23022/stat : 23022 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 912229235 10800578560 211444 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427215281 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23023] ppid=23006 vsize=10547440 CPUtime=0.55 cores=1,3,5,7
/proc/23008/task/23023/stat : 23023 (java) S 23006 23008 22299 0 -1 4202560 2078 0 0 0 55 0 0 0 15 0 19 0 912229235 10800578560 211444 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23024] ppid=23006 vsize=10547440 CPUtime=0.43 cores=1,3,5,7
/proc/23008/task/23024/stat : 23024 (java) S 23006 23008 22299 0 -1 4202560 2553 0 0 0 43 0 0 0 15 0 19 0 912229235 10800578560 211444 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23025] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23025/stat : 23025 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912229235 10800578560 211444 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23026] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23026/stat : 23026 (java) S 23006 23008 22299 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 912229235 10800578560 211444 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23027] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23027/stat : 23027 (java) S 23006 23008 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912229260 10800578560 211444 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.38
Current children cumulated vsize (KiB) 10547440

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/552 23132
/proc/meminfo: memFree=19484304/32950928 swapFree=58671692/67111528
[pid=23008] ppid=23006 vsize=10547440 CPUtime=1784.44 cores=1,3,5,7
/proc/23008/stat : 23008 (java) S 23006 23008 22299 0 -1 4202496 214655 0 1 0 178413 31 0 0 25 0 19 0 912229229 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23008/statm: 2636860 212702 2256 9 0 2627594 0
[pid=23008/tid=23009] ppid=23006 vsize=10547440 CPUtime=1767.68 cores=1,3,5,7
/proc/23008/task/23009/stat : 23009 (java) R 23006 23008 22299 0 -1 4202560 149028 0 1 0 176749 19 0 0 25 0 19 0 912229230 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 46912505718311 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23008/tid=23011] ppid=23006 vsize=10547440 CPUtime=0.19 cores=1,3,5,7
/proc/23008/task/23011/stat : 23011 (java) S 23006 23008 22299 0 -1 4202560 472 0 0 0 19 0 0 0 15 0 19 0 912229232 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23012] ppid=23006 vsize=10547440 CPUtime=0.2 cores=1,3,5,7
/proc/23008/task/23012/stat : 23012 (java) S 23006 23008 22299 0 -1 4202560 302 0 0 0 20 0 0 0 15 0 19 0 912229232 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23013] ppid=23006 vsize=10547440 CPUtime=0.23 cores=1,3,5,7
/proc/23008/task/23013/stat : 23013 (java) S 23006 23008 22299 0 -1 4202560 604 0 0 0 23 0 0 0 15 0 19 0 912229232 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23014] ppid=23006 vsize=10547440 CPUtime=0.19 cores=1,3,5,7
/proc/23008/task/23014/stat : 23014 (java) S 23006 23008 22299 0 -1 4202560 60 0 0 0 19 0 0 0 16 0 19 0 912229232 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23015] ppid=23006 vsize=10547440 CPUtime=0.21 cores=1,3,5,7
/proc/23008/task/23015/stat : 23015 (java) S 23006 23008 22299 0 -1 4202560 684 0 0 0 21 0 0 0 15 0 19 0 912229232 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23016] ppid=23006 vsize=10547440 CPUtime=0.2 cores=1,3,5,7
/proc/23008/task/23016/stat : 23016 (java) S 23006 23008 22299 0 -1 4202560 633 0 0 0 20 0 0 0 16 0 19 0 912229232 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23017] ppid=23006 vsize=10547440 CPUtime=0.18 cores=1,3,5,7
/proc/23008/task/23017/stat : 23017 (java) S 23006 23008 22299 0 -1 4202560 285 0 0 0 18 0 0 0 16 0 19 0 912229232 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23018] ppid=23006 vsize=10547440 CPUtime=0.2 cores=1,3,5,7
/proc/23008/task/23018/stat : 23018 (java) S 23006 23008 22299 0 -1 4202560 588 0 0 0 20 0 0 0 15 0 19 0 912229232 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23019] ppid=23006 vsize=10547440 CPUtime=14.07 cores=1,3,5,7
/proc/23008/task/23019/stat : 23019 (java) S 23006 23008 22299 0 -1 4202560 56115 0 0 0 1400 7 0 0 15 0 19 0 912229233 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 0 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23020] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23020/stat : 23020 (java) S 23006 23008 22299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912229233 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23021] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23021/stat : 23021 (java) S 23006 23008 22299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912229233 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23022] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23022/stat : 23022 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 912229235 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427215281 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23023] ppid=23006 vsize=10547440 CPUtime=0.55 cores=1,3,5,7
/proc/23008/task/23023/stat : 23023 (java) S 23006 23008 22299 0 -1 4202560 2078 0 0 0 55 0 0 0 15 0 19 0 912229235 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23024] ppid=23006 vsize=10547440 CPUtime=0.43 cores=1,3,5,7
/proc/23008/task/23024/stat : 23024 (java) S 23006 23008 22299 0 -1 4202560 2553 0 0 0 43 0 0 0 15 0 19 0 912229235 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23025] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23025/stat : 23025 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912229235 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23026] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23026/stat : 23026 (java) S 23006 23008 22299 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 912229235 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23027] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23027/stat : 23027 (java) S 23006 23008 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912229260 10800578560 212702 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.44
Current children cumulated vsize (KiB) 10547440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.9 s]
/proc/loadavg: 2.08 2.06 2.01 3/552 23132
/proc/meminfo: memFree=18683240/32950928 swapFree=58671692/67111528
[pid=23008] ppid=23006 vsize=10547440 CPUtime=1800.08 cores=1,3,5,7
/proc/23008/stat : 23008 (java) S 23006 23008 22299 0 -1 4202496 215216 0 1 0 179977 31 0 0 25 0 19 0 912229229 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23008/statm: 2636860 213258 2256 9 0 2627594 0
[pid=23008/tid=23009] ppid=23006 vsize=10547440 CPUtime=1782.88 cores=1,3,5,7
/proc/23008/task/23009/stat : 23009 (java) R 23006 23008 22299 0 -1 4202560 149029 0 1 0 178269 19 0 0 25 0 19 0 912229230 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 46912505718311 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23008/tid=23011] ppid=23006 vsize=10547440 CPUtime=0.19 cores=1,3,5,7
/proc/23008/task/23011/stat : 23011 (java) S 23006 23008 22299 0 -1 4202560 472 0 0 0 19 0 0 0 15 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23012] ppid=23006 vsize=10547440 CPUtime=0.2 cores=1,3,5,7
/proc/23008/task/23012/stat : 23012 (java) S 23006 23008 22299 0 -1 4202560 302 0 0 0 20 0 0 0 15 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23013] ppid=23006 vsize=10547440 CPUtime=0.24 cores=1,3,5,7
/proc/23008/task/23013/stat : 23013 (java) S 23006 23008 22299 0 -1 4202560 604 0 0 0 24 0 0 0 16 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23014] ppid=23006 vsize=10547440 CPUtime=0.2 cores=1,3,5,7
/proc/23008/task/23014/stat : 23014 (java) S 23006 23008 22299 0 -1 4202560 60 0 0 0 20 0 0 0 16 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23015] ppid=23006 vsize=10547440 CPUtime=0.21 cores=1,3,5,7
/proc/23008/task/23015/stat : 23015 (java) S 23006 23008 22299 0 -1 4202560 684 0 0 0 21 0 0 0 15 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23016] ppid=23006 vsize=10547440 CPUtime=0.21 cores=1,3,5,7
/proc/23008/task/23016/stat : 23016 (java) S 23006 23008 22299 0 -1 4202560 633 0 0 0 21 0 0 0 16 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23017] ppid=23006 vsize=10547440 CPUtime=0.18 cores=1,3,5,7
/proc/23008/task/23017/stat : 23017 (java) S 23006 23008 22299 0 -1 4202560 285 0 0 0 18 0 0 0 15 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23018] ppid=23006 vsize=10547440 CPUtime=0.2 cores=1,3,5,7
/proc/23008/task/23018/stat : 23018 (java) S 23006 23008 22299 0 -1 4202560 588 0 0 0 20 0 0 0 15 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23019] ppid=23006 vsize=10547440 CPUtime=14.48 cores=1,3,5,7
/proc/23008/task/23019/stat : 23019 (java) S 23006 23008 22299 0 -1 4202560 56673 0 0 0 1441 7 0 0 15 0 19 0 912229233 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 0 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23020] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23020/stat : 23020 (java) S 23006 23008 22299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912229233 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23021] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23021/stat : 23021 (java) S 23006 23008 22299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912229233 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23022] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23022/stat : 23022 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 912229235 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427215281 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23023] ppid=23006 vsize=10547440 CPUtime=0.55 cores=1,3,5,7
/proc/23008/task/23023/stat : 23023 (java) S 23006 23008 22299 0 -1 4202560 2078 0 0 0 55 0 0 0 15 0 19 0 912229235 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23024] ppid=23006 vsize=10547440 CPUtime=0.43 cores=1,3,5,7
/proc/23008/task/23024/stat : 23024 (java) S 23006 23008 22299 0 -1 4202560 2553 0 0 0 43 0 0 0 15 0 19 0 912229235 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23025] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23025/stat : 23025 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912229235 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23026] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23026/stat : 23026 (java) S 23006 23008 22299 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 912229235 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23027] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23027/stat : 23027 (java) S 23006 23008 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912229260 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10547440

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

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

[startup+1797.9 s]
/proc/loadavg: 2.08 2.06 2.01 3/552 23132
/proc/meminfo: memFree=18683240/32950928 swapFree=58671692/67111528
[pid=23008] ppid=23006 vsize=10547440 CPUtime=1800.08 cores=1,3,5,7
/proc/23008/stat : 23008 (java) S 23006 23008 22299 0 -1 4202496 215216 0 1 0 179977 31 0 0 25 0 19 0 912229229 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427194341 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/23008/statm: 2636860 213258 2256 9 0 2627594 0
[pid=23008/tid=23009] ppid=23006 vsize=10547440 CPUtime=1782.88 cores=1,3,5,7
/proc/23008/task/23009/stat : 23009 (java) R 23006 23008 22299 0 -1 4202560 149029 0 1 0 178269 19 0 0 25 0 19 0 912229230 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 46912505718311 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=23008/tid=23011] ppid=23006 vsize=10547440 CPUtime=0.19 cores=1,3,5,7
/proc/23008/task/23011/stat : 23011 (java) S 23006 23008 22299 0 -1 4202560 472 0 0 0 19 0 0 0 15 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23012] ppid=23006 vsize=10547440 CPUtime=0.2 cores=1,3,5,7
/proc/23008/task/23012/stat : 23012 (java) S 23006 23008 22299 0 -1 4202560 302 0 0 0 20 0 0 0 15 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23013] ppid=23006 vsize=10547440 CPUtime=0.24 cores=1,3,5,7
/proc/23008/task/23013/stat : 23013 (java) S 23006 23008 22299 0 -1 4202560 604 0 0 0 24 0 0 0 16 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23014] ppid=23006 vsize=10547440 CPUtime=0.2 cores=1,3,5,7
/proc/23008/task/23014/stat : 23014 (java) S 23006 23008 22299 0 -1 4202560 60 0 0 0 20 0 0 0 16 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23015] ppid=23006 vsize=10547440 CPUtime=0.21 cores=1,3,5,7
/proc/23008/task/23015/stat : 23015 (java) S 23006 23008 22299 0 -1 4202560 684 0 0 0 21 0 0 0 15 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23016] ppid=23006 vsize=10547440 CPUtime=0.21 cores=1,3,5,7
/proc/23008/task/23016/stat : 23016 (java) S 23006 23008 22299 0 -1 4202560 633 0 0 0 21 0 0 0 16 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23017] ppid=23006 vsize=10547440 CPUtime=0.18 cores=1,3,5,7
/proc/23008/task/23017/stat : 23017 (java) S 23006 23008 22299 0 -1 4202560 285 0 0 0 18 0 0 0 15 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
[pid=23008/tid=23018] ppid=23006 vsize=10547440 CPUtime=0.2 cores=1,3,5,7
/proc/23008/task/23018/stat : 23018 (java) S 23006 23008 22299 0 -1 4202560 588 0 0 0 20 0 0 0 15 0 19 0 912229232 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23019] ppid=23006 vsize=10547440 CPUtime=14.48 cores=1,3,5,7
/proc/23008/task/23019/stat : 23019 (java) S 23006 23008 22299 0 -1 4202560 56673 0 0 0 1441 7 0 0 15 0 19 0 912229233 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 0 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23020] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23020/stat : 23020 (java) S 23006 23008 22299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 912229233 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23021] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23021/stat : 23021 (java) S 23006 23008 22299 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 912229233 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 5 0 0 0
[pid=23008/tid=23022] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23022/stat : 23022 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 912229235 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427215281 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23023] ppid=23006 vsize=10547440 CPUtime=0.55 cores=1,3,5,7
/proc/23008/task/23023/stat : 23023 (java) S 23006 23008 22299 0 -1 4202560 2078 0 0 0 55 0 0 0 15 0 19 0 912229235 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23024] ppid=23006 vsize=10547440 CPUtime=0.43 cores=1,3,5,7
/proc/23008/task/23024/stat : 23024 (java) S 23006 23008 22299 0 -1 4202560 2553 0 0 0 43 0 0 0 15 0 19 0 912229235 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23025] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23025/stat : 23025 (java) S 23006 23008 22299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 912229235 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427207577 0 4 0 16800975 18446604460723417280 0 0 -1 3 0 0 0
[pid=23008/tid=23026] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23026/stat : 23026 (java) S 23006 23008 22299 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 912229235 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 4 0 16800975 18446604460723417280 0 0 -1 1 0 0 0
[pid=23008/tid=23027] ppid=23006 vsize=10547440 CPUtime=0 cores=1,3,5,7
/proc/23008/task/23027/stat : 23027 (java) S 23006 23008 22299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 912229260 10800578560 213258 33554432000 1073741824 1073778376 140734396633568 18446744073709551615 256427208192 0 4 0 16800975 18446604460723417280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 10547440

Child status: 143
Real time (s): 1798.02
CPU time (s): 1800.26
CPU user time (s): 1799.91
CPU system time (s): 0.347947
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 10547440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.91
system time used= 0.347947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215259
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= 39278
involuntary context switches= 6878

runsolver used 9.00563 second user time and 22.3526 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-04 22:39:46
IDJOB=3456370
IDBENCH=2155
IDSOLVER=1951
FILE ID=node115/3456370-1307219986
RUNJOBID= node115-1307215871-22319
PBS_JOBID= 13509105
Free space on /tmp= 73840 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f600.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456370-1307219986/watcher-3456370-1307219986 -o /tmp/evaluation-result-3456370-1307219986/solver-3456370-1307219986 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456370-1307219986.opb

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

MD5SUM BENCH= 2b1f0bdf934439fa3364f5fdf4570849
RANDOM SEED=1346178813

node115.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.811
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.62
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.811
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.811
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.75
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.811
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.75
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.811
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.77
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.811
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.74
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.811
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.75
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      20297120 kB
Buffers:        214296 kB
Cached:         388724 kB
SwapCached:      65828 kB
Active:        3826788 kB
Inactive:      8579476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20297120 kB
SwapTotal:    67111528 kB
SwapFree:     58671692 kB
Dirty:             324 kB
Writeback:           0 kB
AnonPages:    11741224 kB
Mapped:          35764 kB
Slab:            97564 kB
PageTables:      81036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 162197952 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= 73840 MiB
End job on node115 at 2011-06-04 23:09:46