Trace number 3456592

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.29 1779.93

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-8
Best CPU time to get the best result obtained on this benchmark1800.32
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
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 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.1.v20110525
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.18-164.el5
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		9996466904
0.06/0.08	c Max memory 		10048897024
0.06/0.08	c Total memory 		10048897024
0.06/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-3456592-1307217681.opb
0.10/0.10	c reading problem ... 
7.28/6.37	c ... done. Wall clock time 6.264s.
7.28/6.37	c #vars     1041679
7.28/6.37	c #constraints  178401
7.28/6.37	c constraints type 
7.28/6.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1378
7.28/6.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1563
7.28/6.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1643
7.28/6.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
37.96/28.43	c cleaning 0 clauses out of 5013 with flag 0/5013
72.32/62.37	c cleaning 0 clauses out of 11001 with flag 0/11001
111.66/101.31	c cleaning 0 clauses out of 18000 with flag 0/18000
171.30/160.28	c cleaning 0 clauses out of 26000 with flag 0/26000
300.12/288.33	c cleaning 0 clauses out of 35000 with flag 0/35000
387.34/374.42	c cleaning 0 clauses out of 45000 with flag 0/45000
496.70/483.03	c cleaning 0 clauses out of 56000 with flag 0/56000
762.39/747.30	c cleaning 0 clauses out of 68001 with flag 0/68001
1219.45/1202.04	c cleaning 0 clauses out of 81001 with flag 0/81001
1800.02/1779.72	c starts		: 82
1800.02/1779.72	c conflicts		: 91299
1800.02/1779.72	c decisions		: 669209
1800.02/1779.72	c propagations		: 16481664
1800.02/1779.72	c inspects		: 1996479758
1800.02/1779.72	c shortcuts		: 0
1800.02/1779.72	c learnt literals	: 0
1800.02/1779.72	c learnt binary clauses	: 0
1800.02/1779.72	c learnt ternary clauses	: 0
1800.02/1779.72	c learnt constraints	: 91299
1800.02/1779.72	c ignored constraints	: 0
1800.02/1779.72	c root simplifications	: 0
1800.02/1779.72	c removed literals (reason simplification)	: 0
1800.02/1779.72	c reason swapping (by a shorter reason)	: 0
1800.02/1779.72	c Calls to reduceDB	: 9
1800.02/1779.72	c number of reductions to clauses (during analyze)	: 0
1800.02/1779.72	c number of learned constraints concerned by reduction	: 0
1800.02/1779.72	c number of learning phase by resolution	: 0
1800.02/1779.72	c number of learning phase by cutting planes	: 0
1800.02/1779.72	c speed (assignments/second)	: 9294.09456012018
1800.02/1779.72	c non guided choices	489812
1800.02/1779.75	c learnt constraints type 
1800.02/1779.75	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 11104
1800.02/1779.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 80195
1800.02/1779.75	c constraints type 
1800.02/1779.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1378
1800.02/1779.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1563
1800.02/1779.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1643
1800.02/1779.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
1800.02/1779.75	s UNKNOWN
1800.02/1779.75	c Total wall clock time (in seconds): 1779.646

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-3456592-1307217681/watcher-3456592-1307217681 -o /tmp/evaluation-result-3456592-1307217681/solver-3456592-1307217681 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456592-1307217681.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.69 1.96 1.70 1/500 17639
/proc/meminfo: memFree=30263052/32951124 swapFree=51712236/67111528
[pid=17639] ppid=17637 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/17639/stat : 17639 (java) S 17637 17639 17309 0 -1 4202496 6966 0 1 0 0 0 0 0 24 0 2 0 833370870 10694979584 6667 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646318053 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/17639/statm: 2611079 6681 917 9 0 2602235 0
[pid=17639/tid=17640] ppid=17637 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17640/stat : 17640 (java) R 17637 17639 17309 0 -1 4202560 7226 0 1 0 0 0 0 0 25 0 2 0 833370871 10694979584 8042 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216634209339 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0694581 s]
/proc/loadavg: 1.69 1.96 1.70 1/500 17639
/proc/meminfo: memFree=30263052/32951124 swapFree=51712236/67111528
[pid=17639] ppid=17637 vsize=10473088 CPUtime=0.06 cores=0,2,4,6
/proc/17639/stat : 17639 (java) S 17637 17639 17309 0 -1 4202496 11870 0 1 0 5 1 0 0 24 0 18 0 833370870 10724442112 11566 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17639/statm: 2618272 11567 1754 9 0 2609006 0
[pid=17639/tid=17640] ppid=17637 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/17639/task/17640/stat : 17640 (java) R 17637 17639 17309 0 -1 4202560 10696 0 1 0 4 1 0 0 25 0 18 0 833370871 10724442112 11567 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10473088

[startup+0.100429 s]
/proc/loadavg: 1.69 1.96 1.70 1/500 17639
/proc/meminfo: memFree=30263052/32951124 swapFree=51712236/67111528
[pid=17639] ppid=17637 vsize=10540284 CPUtime=0.1 cores=0,2,4,6
/proc/17639/stat : 17639 (java) S 17637 17639 17309 0 -1 4202496 13111 0 1 0 9 1 0 0 24 0 18 0 833370870 10793250816 12807 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17639/statm: 2635071 12807 2093 9 0 2625805 0
[pid=17639/tid=17640] ppid=17637 vsize=10540284 CPUtime=0.08 cores=0,2,4,6
/proc/17639/task/17640/stat : 17640 (java) R 17637 17639 17309 0 -1 4202560 11191 0 1 0 7 1 0 0 18 0 18 0 833370871 10793250816 12807 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 47071022798867 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540284

[startup+0.300414 s]
/proc/loadavg: 1.69 1.96 1.70 1/500 17639
/proc/meminfo: memFree=30263052/32951124 swapFree=51712236/67111528
[pid=17639] ppid=17637 vsize=10543884 CPUtime=0.52 cores=0,2,4,6
/proc/17639/stat : 17639 (java) S 17637 17639 17309 0 -1 4202496 24375 0 1 0 49 3 0 0 24 0 18 0 833370870 10796937216 23059 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17639/statm: 2635971 23061 2202 9 0 2626705 0
[pid=17639/tid=17640] ppid=17637 vsize=10543884 CPUtime=0.28 cores=0,2,4,6
/proc/17639/task/17640/stat : 17640 (java) R 17637 17639 17309 0 -1 4202560 19781 0 1 0 26 2 0 0 18 0 18 0 833370871 10796937216 23062 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 46912505586959 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 10543884

[startup+0.700347 s]
/proc/loadavg: 1.69 1.96 1.70 1/500 17639
/proc/meminfo: memFree=30263052/32951124 swapFree=51712236/67111528
[pid=17639] ppid=17637 vsize=10547204 CPUtime=1.31 cores=0,2,4,6
/proc/17639/stat : 17639 (java) S 17637 17639 17309 0 -1 4202496 64424 0 1 0 121 10 0 0 24 0 18 0 833370870 10800336896 62035 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17639/statm: 2636801 62040 2215 9 0 2627535 0
[pid=17639/tid=17640] ppid=17637 vsize=10547204 CPUtime=0.67 cores=0,2,4,6
/proc/17639/task/17640/stat : 17640 (java) R 17637 17639 17309 0 -1 4202560 56918 0 1 0 60 7 0 0 18 0 18 0 833370871 10800336896 62042 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 46912505651220 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 10547204

[startup+1.50121 s]
/proc/loadavg: 1.69 1.96 1.70 2/518 17657
/proc/meminfo: memFree=29879156/32951124 swapFree=51712236/67111528
[pid=17639] ppid=17637 vsize=10547204 CPUtime=2.13 cores=0,2,4,6
/proc/17639/stat : 17639 (java) S 17637 17639 17309 0 -1 4202496 159713 0 1 0 194 19 0 0 24 0 18 0 833370870 10800336896 157323 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17639/statm: 2636801 157329 2216 9 0 2627535 0
[pid=17639/tid=17640] ppid=17637 vsize=10547204 CPUtime=1.48 cores=0,2,4,6
/proc/17639/task/17640/stat : 17640 (java) R 17637 17639 17309 0 -1 4202560 152203 0 1 0 131 17 0 0 19 0 18 0 833370871 10800336896 157331 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 46912505641088 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17639/tid=17642] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17642/stat : 17642 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 157335 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17643] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17643/stat : 17643 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 157337 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17644] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17644/stat : 17644 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 157340 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17645] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17645/stat : 17645 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 157343 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17646] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17646/stat : 17646 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 157343 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17647] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17647/stat : 17647 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 157345 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17648] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17648/stat : 17648 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 157348 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17649] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17649/stat : 17649 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 157351 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17650] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17650/stat : 17650 (java) S 17637 17639 17309 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833370873 10800336896 157354 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 0 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17651] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17651/stat : 17651 (java) S 17637 17639 17309 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833370874 10800336896 157357 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17652] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17652/stat : 17652 (java) S 17637 17639 17309 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833370874 10800336896 157360 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17653] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17653/stat : 17653 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370876 10800336896 157363 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646338993 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17654] ppid=17637 vsize=10547204 CPUtime=0.3 cores=0,2,4,6
/proc/17639/task/17654/stat : 17654 (java) S 17637 17639 17309 0 -1 4202560 2743 0 0 0 30 0 0 0 25 0 18 0 833370876 10800336896 157366 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
[pid=17639/tid=17655] ppid=17637 vsize=10547204 CPUtime=0.33 cores=0,2,4,6
/proc/17639/task/17655/stat : 17655 (java) S 17637 17639 17309 0 -1 4202560 3624 0 0 0 32 1 0 0 16 0 18 0 833370876 10800336896 157369 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17656] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17656/stat : 17656 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370876 10800336896 157372 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17657] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17657/stat : 17657 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833370876 10800336896 157375 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 10547204

[startup+3.10087 s]
/proc/loadavg: 1.69 1.96 1.70 2/518 17657
/proc/meminfo: memFree=29352776/32951124 swapFree=51712236/67111528
[pid=17639] ppid=17637 vsize=10547204 CPUtime=4.04 cores=0,2,4,6
/proc/17639/stat : 17639 (java) S 17637 17639 17309 0 -1 4202496 327218 0 1 0 364 40 0 0 24 0 18 0 833370870 10800336896 322997 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17639/statm: 2636801 323001 2224 9 0 2627535 0
[pid=17639/tid=17640] ppid=17637 vsize=10547204 CPUtime=3.08 cores=0,2,4,6
/proc/17639/task/17640/stat : 17640 (java) R 17637 17639 17309 0 -1 4202560 316611 0 1 0 271 37 0 0 22 0 18 0 833370871 10800336896 323002 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 46912505581067 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17639/tid=17642] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17642/stat : 17642 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 323006 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17643] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17643/stat : 17643 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 323006 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17644] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17644/stat : 17644 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 323011 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17645] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17645/stat : 17645 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 323012 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17646] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17646/stat : 17646 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 323014 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17647] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17647/stat : 17647 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 323016 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17648] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17648/stat : 17648 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 323018 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17649] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17649/stat : 17649 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 323021 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17650] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17650/stat : 17650 (java) S 17637 17639 17309 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 833370873 10800336896 323023 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 0 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17651] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17651/stat : 17651 (java) S 17637 17639 17309 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833370874 10800336896 323025 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17652] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17652/stat : 17652 (java) S 17637 17639 17309 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833370874 10800336896 323028 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17653] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17653/stat : 17653 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370876 10800336896 323029 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646338993 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17654] ppid=17637 vsize=10547204 CPUtime=0.37 cores=0,2,4,6
/proc/17639/task/17654/stat : 17654 (java) S 17637 17639 17309 0 -1 4202560 2751 0 0 0 37 0 0 0 15 0 18 0 833370876 10800336896 323033 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
[pid=17639/tid=17655] ppid=17637 vsize=10547204 CPUtime=0.56 cores=0,2,4,6
/proc/17639/task/17655/stat : 17655 (java) S 17637 17639 17309 0 -1 4202560 6710 0 0 0 55 1 0 0 16 0 18 0 833370876 10800336896 323035 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17656] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17656/stat : 17656 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370876 10800336896 323037 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17657] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17657/stat : 17657 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 833370876 10800336896 323039 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 10547204

[startup+6.30135 s]
/proc/loadavg: 1.71 1.97 1.71 3/541 17731
/proc/meminfo: memFree=27956416/32951124 swapFree=51712236/67111528
[pid=17639] ppid=17637 vsize=10547204 CPUtime=7.28 cores=0,2,4,6
/proc/17639/stat : 17639 (java) S 17637 17639 17309 0 -1 4202496 646586 0 1 0 656 72 0 0 24 0 18 0 833370870 10800336896 641896 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17639/statm: 2636801 641900 2227 9 0 2627535 0
[pid=17639/tid=17640] ppid=17637 vsize=10547204 CPUtime=6.28 cores=0,2,4,6
/proc/17639/task/17640/stat : 17640 (java) R 17637 17639 17309 0 -1 4202560 635978 0 1 0 559 69 0 0 18 0 18 0 833370871 10800336896 641903 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 46912505618239 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17639/tid=17642] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17642/stat : 17642 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 641905 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17643] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17643/stat : 17643 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 641908 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17644] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17644/stat : 17644 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 641911 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17645] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17645/stat : 17645 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 641914 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17646] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17646/stat : 17646 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 641916 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17647] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17647/stat : 17647 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 641919 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17648] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17648/stat : 17648 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 641922 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17649] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17649/stat : 17649 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370872 10800336896 641925 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17650] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17650/stat : 17650 (java) S 17637 17639 17309 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 833370873 10800336896 641927 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 0 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17651] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17651/stat : 17651 (java) S 17637 17639 17309 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 833370874 10800336896 641930 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17652] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17652/stat : 17652 (java) S 17637 17639 17309 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 833370874 10800336896 641933 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17653] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17653/stat : 17653 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370876 10800336896 641935 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646338993 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17654] ppid=17637 vsize=10547204 CPUtime=0.37 cores=0,2,4,6
/proc/17639/task/17654/stat : 17654 (java) S 17637 17639 17309 0 -1 4202560 2751 0 0 0 37 0 0 0 15 0 18 0 833370876 10800336896 641938 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
[pid=17639/tid=17655] ppid=17637 vsize=10547204 CPUtime=0.6 cores=0,2,4,6
/proc/17639/task/17655/stat : 17655 (java) S 17637 17639 17309 0 -1 4202560 6710 0 0 0 59 1 0 0 16 0 18 0 833370876 10800336896 641941 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17656] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17656/stat : 17656 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 833370876 10800336896 641944 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17657] ppid=17637 vsize=10547204 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17657/stat : 17657 (java) S 17637 17639 17309 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 833370876 10800336896 641945 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0

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

[pid=17639/tid=17657] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17657/stat : 17657 (java) S 17637 17639 17309 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 833370876 10804838400 1141570 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 4 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17732] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17732/stat : 17732 (java) S 17637 17639 17309 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 833371576 10804838400 1141570 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1621.72
Current children cumulated vsize (KiB) 10551600

[startup+1662.32 s]
/proc/loadavg: 2.08 2.06 1.98 3/542 17780
/proc/meminfo: memFree=21634816/32951124 swapFree=51712236/67111528
[pid=17639] ppid=17637 vsize=10551600 CPUtime=1682.02 cores=0,2,4,6
/proc/17639/stat : 17639 (java) S 17637 17639 17309 0 -1 4202496 1284227 0 1 0 168034 168 0 0 24 0 19 0 833370870 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17639/statm: 2637900 1142154 2267 9 0 2628634 0
[pid=17639/tid=17640] ppid=17637 vsize=10551600 CPUtime=1639.9 cores=0,2,4,6
/proc/17639/task/17640/stat : 17640 (java) R 17637 17639 17309 0 -1 4202560 651435 0 1 0 163916 74 0 0 25 0 19 0 833370871 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 46912505602036 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17639/tid=17642] ppid=17637 vsize=10551600 CPUtime=3.43 cores=0,2,4,6
/proc/17639/task/17642/stat : 17642 (java) S 17637 17639 17309 0 -1 4202560 55126 0 0 0 336 7 0 0 16 0 19 0 833370872 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17643] ppid=17637 vsize=10551600 CPUtime=2.89 cores=0,2,4,6
/proc/17639/task/17643/stat : 17643 (java) S 17637 17639 17309 0 -1 4202560 40835 0 0 0 283 6 0 0 16 0 19 0 833370872 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
[pid=17639/tid=17644] ppid=17637 vsize=10551600 CPUtime=2.43 cores=0,2,4,6
/proc/17639/task/17644/stat : 17644 (java) S 17637 17639 17309 0 -1 4202560 48317 0 0 0 235 8 0 0 15 0 19 0 833370872 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 2 0 0 2
[pid=17639/tid=17645] ppid=17637 vsize=10551600 CPUtime=2.76 cores=0,2,4,6
/proc/17639/task/17645/stat : 17645 (java) S 17637 17639 17309 0 -1 4202560 79910 0 0 0 267 9 0 0 16 0 19 0 833370872 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17646] ppid=17637 vsize=10551600 CPUtime=3.46 cores=0,2,4,6
/proc/17639/task/17646/stat : 17646 (java) S 17637 17639 17309 0 -1 4202560 57416 0 0 0 339 7 0 0 15 0 19 0 833370872 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17647] ppid=17637 vsize=10551600 CPUtime=3.24 cores=0,2,4,6
/proc/17639/task/17647/stat : 17647 (java) S 17637 17639 17309 0 -1 4202560 63060 0 0 0 316 8 0 0 15 0 19 0 833370872 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17648] ppid=17637 vsize=10551600 CPUtime=3.21 cores=0,2,4,6
/proc/17639/task/17648/stat : 17648 (java) S 17637 17639 17309 0 -1 4202560 92937 0 0 0 308 13 0 0 16 0 19 0 833370872 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17649] ppid=17637 vsize=10551600 CPUtime=3.06 cores=0,2,4,6
/proc/17639/task/17649/stat : 17649 (java) S 17637 17639 17309 0 -1 4202560 48330 0 0 0 298 8 0 0 15 0 19 0 833370872 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
[pid=17639/tid=17650] ppid=17637 vsize=10551600 CPUtime=14.98 cores=0,2,4,6
/proc/17639/task/17650/stat : 17650 (java) S 17637 17639 17309 0 -1 4202560 134816 0 0 0 1478 20 0 0 15 0 19 0 833370873 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 0 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17651] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17651/stat : 17651 (java) S 17637 17639 17309 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833370874 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17652] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17652/stat : 17652 (java) S 17637 17639 17309 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833370874 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17653] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17653/stat : 17653 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370876 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646338993 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17654] ppid=17637 vsize=10551600 CPUtime=1.49 cores=0,2,4,6
/proc/17639/task/17654/stat : 17654 (java) S 17637 17639 17309 0 -1 4202560 4036 0 0 0 148 1 0 0 15 0 19 0 833370876 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
[pid=17639/tid=17655] ppid=17637 vsize=10551600 CPUtime=1.04 cores=0,2,4,6
/proc/17639/task/17655/stat : 17655 (java) S 17637 17639 17309 0 -1 4202560 6761 0 0 0 103 1 0 0 16 0 19 0 833370876 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17656] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17656/stat : 17656 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370876 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17657] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17657/stat : 17657 (java) S 17637 17639 17309 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 833370876 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 4 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17732] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17732/stat : 17732 (java) S 17637 17639 17309 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 833371576 10804838400 1142154 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1682.02
Current children cumulated vsize (KiB) 10551600

[startup+1722.3 s]
/proc/loadavg: 2.03 2.05 1.98 3/542 17781
/proc/meminfo: memFree=21620008/32951124 swapFree=51712236/67111528
[pid=17639] ppid=17637 vsize=10551600 CPUtime=1742.3 cores=0,2,4,6
/proc/17639/stat : 17639 (java) S 17637 17639 17309 0 -1 4202496 1287191 0 1 0 174061 169 0 0 24 0 19 0 833370870 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17639/statm: 2637900 1145101 2267 9 0 2628634 0
[pid=17639/tid=17640] ppid=17637 vsize=10551600 CPUtime=1699.75 cores=0,2,4,6
/proc/17639/task/17640/stat : 17640 (java) R 17637 17639 17309 0 -1 4202560 651441 0 1 0 169901 74 0 0 25 0 19 0 833370871 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 46912505777923 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17639/tid=17642] ppid=17637 vsize=10551600 CPUtime=3.47 cores=0,2,4,6
/proc/17639/task/17642/stat : 17642 (java) S 17637 17639 17309 0 -1 4202560 55153 0 0 0 340 7 0 0 16 0 19 0 833370872 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17643] ppid=17637 vsize=10551600 CPUtime=2.94 cores=0,2,4,6
/proc/17639/task/17643/stat : 17643 (java) S 17637 17639 17309 0 -1 4202560 40962 0 0 0 288 6 0 0 15 0 19 0 833370872 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
[pid=17639/tid=17644] ppid=17637 vsize=10551600 CPUtime=2.46 cores=0,2,4,6
/proc/17639/task/17644/stat : 17644 (java) S 17637 17639 17309 0 -1 4202560 48344 0 0 0 238 8 0 0 16 0 19 0 833370872 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 2
[pid=17639/tid=17645] ppid=17637 vsize=10551600 CPUtime=2.85 cores=0,2,4,6
/proc/17639/task/17645/stat : 17645 (java) S 17637 17639 17309 0 -1 4202560 80139 0 0 0 276 9 0 0 15 0 19 0 833370872 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
[pid=17639/tid=17646] ppid=17637 vsize=10551600 CPUtime=3.5 cores=0,2,4,6
/proc/17639/task/17646/stat : 17646 (java) S 17637 17639 17309 0 -1 4202560 57534 0 0 0 343 7 0 0 15 0 19 0 833370872 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17647] ppid=17637 vsize=10551600 CPUtime=3.27 cores=0,2,4,6
/proc/17639/task/17647/stat : 17647 (java) S 17637 17639 17309 0 -1 4202560 63163 0 0 0 319 8 0 0 16 0 19 0 833370872 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17648] ppid=17637 vsize=10551600 CPUtime=3.3 cores=0,2,4,6
/proc/17639/task/17648/stat : 17648 (java) S 17637 17639 17309 0 -1 4202560 93017 0 0 0 317 13 0 0 16 0 19 0 833370872 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17649] ppid=17637 vsize=10551600 CPUtime=3.11 cores=0,2,4,6
/proc/17639/task/17649/stat : 17649 (java) S 17637 17639 17309 0 -1 4202560 50571 0 0 0 303 8 0 0 15 0 19 0 833370872 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
[pid=17639/tid=17650] ppid=17637 vsize=10551600 CPUtime=14.98 cores=0,2,4,6
/proc/17639/task/17650/stat : 17650 (java) S 17637 17639 17309 0 -1 4202560 134818 0 0 0 1478 20 0 0 15 0 19 0 833370873 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 0 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17651] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17651/stat : 17651 (java) S 17637 17639 17309 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833370874 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17652] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17652/stat : 17652 (java) S 17637 17639 17309 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833370874 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17653] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17653/stat : 17653 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370876 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646338993 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17654] ppid=17637 vsize=10551600 CPUtime=1.49 cores=0,2,4,6
/proc/17639/task/17654/stat : 17654 (java) S 17637 17639 17309 0 -1 4202560 4036 0 0 0 148 1 0 0 15 0 19 0 833370876 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
[pid=17639/tid=17655] ppid=17637 vsize=10551600 CPUtime=1.04 cores=0,2,4,6
/proc/17639/task/17655/stat : 17655 (java) S 17637 17639 17309 0 -1 4202560 6761 0 0 0 103 1 0 0 16 0 19 0 833370876 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17656] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17656/stat : 17656 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370876 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17657] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17657/stat : 17657 (java) S 17637 17639 17309 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 833370876 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 4 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17732] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17732/stat : 17732 (java) S 17637 17639 17309 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 833371576 10804838400 1145101 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1742.3
Current children cumulated vsize (KiB) 10551600



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.7 s]
/proc/loadavg: 2.01 2.04 1.98 3/542 17783
/proc/meminfo: memFree=21610916/32951124 swapFree=51712236/67111528
[pid=17639] ppid=17637 vsize=10551600 CPUtime=1800.02 cores=0,2,4,6
/proc/17639/stat : 17639 (java) S 17637 17639 17309 0 -1 4202496 1288679 0 1 0 179833 169 0 0 24 0 19 0 833370870 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646318053 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17639/statm: 2637900 1146568 2267 9 0 2628634 0
[pid=17639/tid=17640] ppid=17637 vsize=10551600 CPUtime=1757.03 cores=0,2,4,6
/proc/17639/task/17640/stat : 17640 (java) R 17637 17639 17309 0 -1 4202560 651447 0 1 0 175629 74 0 0 25 0 19 0 833370871 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 46912505602036 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17639/tid=17642] ppid=17637 vsize=10551600 CPUtime=3.53 cores=0,2,4,6
/proc/17639/task/17642/stat : 17642 (java) S 17637 17639 17309 0 -1 4202560 55288 0 0 0 346 7 0 0 15 0 19 0 833370872 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
[pid=17639/tid=17643] ppid=17637 vsize=10551600 CPUtime=3.04 cores=0,2,4,6
/proc/17639/task/17643/stat : 17643 (java) S 17637 17639 17309 0 -1 4202560 41166 0 0 0 298 6 0 0 15 0 19 0 833370872 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17644] ppid=17637 vsize=10551600 CPUtime=2.5 cores=0,2,4,6
/proc/17639/task/17644/stat : 17644 (java) S 17637 17639 17309 0 -1 4202560 48477 0 0 0 242 8 0 0 16 0 19 0 833370872 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 2
[pid=17639/tid=17645] ppid=17637 vsize=10551600 CPUtime=2.91 cores=0,2,4,6
/proc/17639/task/17645/stat : 17645 (java) S 17637 17639 17309 0 -1 4202560 80604 0 0 0 282 9 0 0 16 0 19 0 833370872 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
[pid=17639/tid=17646] ppid=17637 vsize=10551600 CPUtime=3.53 cores=0,2,4,6
/proc/17639/task/17646/stat : 17646 (java) S 17637 17639 17309 0 -1 4202560 57706 0 0 0 346 7 0 0 16 0 19 0 833370872 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17647] ppid=17637 vsize=10551600 CPUtime=3.31 cores=0,2,4,6
/proc/17639/task/17647/stat : 17647 (java) S 17637 17639 17309 0 -1 4202560 63210 0 0 0 323 8 0 0 15 0 19 0 833370872 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17648] ppid=17637 vsize=10551600 CPUtime=3.37 cores=0,2,4,6
/proc/17639/task/17648/stat : 17648 (java) S 17637 17639 17309 0 -1 4202560 93249 0 0 0 324 13 0 0 15 0 19 0 833370872 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17649] ppid=17637 vsize=10551600 CPUtime=3.15 cores=0,2,4,6
/proc/17639/task/17649/stat : 17649 (java) S 17637 17639 17309 0 -1 4202560 50659 0 0 0 307 8 0 0 15 0 19 0 833370872 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17650] ppid=17637 vsize=10551600 CPUtime=14.98 cores=0,2,4,6
/proc/17639/task/17650/stat : 17650 (java) S 17637 17639 17309 0 -1 4202560 134822 0 0 0 1478 20 0 0 15 0 19 0 833370873 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 0 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17651] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17651/stat : 17651 (java) S 17637 17639 17309 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833370874 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17652] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17652/stat : 17652 (java) S 17637 17639 17309 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 833370874 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 6 0 0 0
[pid=17639/tid=17653] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17653/stat : 17653 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370876 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646338993 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17654] ppid=17637 vsize=10551600 CPUtime=1.49 cores=0,2,4,6
/proc/17639/task/17654/stat : 17654 (java) S 17637 17639 17309 0 -1 4202560 4036 0 0 0 148 1 0 0 15 0 19 0 833370876 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
[pid=17639/tid=17655] ppid=17637 vsize=10551600 CPUtime=1.04 cores=0,2,4,6
/proc/17639/task/17655/stat : 17655 (java) S 17637 17639 17309 0 -1 4202560 6761 0 0 0 103 1 0 0 16 0 19 0 833370876 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17656] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17656/stat : 17656 (java) S 17637 17639 17309 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833370876 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331289 0 4 0 16800975 18446604449980529664 0 0 -1 4 0 0 0
[pid=17639/tid=17657] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17657/stat : 17657 (java) S 17637 17639 17309 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 833370876 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 4 0 16800975 18446604449980529664 0 0 -1 2 0 0 0
[pid=17639/tid=17732] ppid=17637 vsize=10551600 CPUtime=0 cores=0,2,4,6
/proc/17639/task/17732/stat : 17732 (java) S 17637 17639 17309 0 -1 4202560 7 0 0 0 0 0 0 0 17 0 19 0 833371576 10804838400 1146568 33554432000 1073741824 1073778376 140735588543200 18446744073709551615 216646331904 0 4 0 16800975 18446604449980529664 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 10551600

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

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

[startup+1779.83 s]
/proc/loadavg: 2.01 2.04 1.98 3/542 17783
/proc/meminfo: memFree=21610916/32951124 swapFree=51712236/67111528
[pid=17639] ppid=17637 vsize=0 CPUtime=1800.17 cores=0,2,4,6
/proc/17639/stat : 17639 (java) Z 17637 17639 17309 0 -1 4203548 1288708 0 1 0 179841 176 0 0 17 0 2 0 833370870 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17639/statm: 0 0 0 0 0 0 0
[pid=17639/tid=17645] ppid=17637 vsize=0 CPUtime=2.99 cores=0,2,4,6
/proc/17639/task/17645/stat : 17645 (java) R 17637 17639 17309 0 -1 4203588 80604 0 0 0 282 17 0 0 15 0 2 0 833370872 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 0

[startup+1779.91 s]
/proc/loadavg: 2.01 2.04 1.98 3/526 17786
/proc/meminfo: memFree=25765896/32951124 swapFree=51712236/67111528
[pid=17639] ppid=17637 vsize=0 CPUtime=1800.27 cores=0,2,4,6
/proc/17639/stat : 17639 (java) Z 17637 17639 17309 0 -1 4203548 1288708 0 1 0 179841 186 0 0 17 0 2 0 833370870 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/17639/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1779.93
CPU time (s): 1800.29
CPU user time (s): 1798.42
CPU system time (s): 1.86672
CPU usage (%): 101.144
Max. virtual memory (cumulated for all children) (KiB): 10631856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.42
system time used= 1.86672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1288708
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= 45793
involuntary context switches= 25190

runsolver used 9.92249 second user time and 20.4369 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-04 22:01:23
IDJOB=3456592
IDBENCH=1845
IDSOLVER=1951
FILE ID=node103/3456592-1307217681
RUNJOBID= node103-1307215872-17331
PBS_JOBID= 13509115
Free space on /tmp= 73880 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3456592-1307217681/watcher-3456592-1307217681 -o /tmp/evaluation-result-3456592-1307217681/solver-3456592-1307217681 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456592-1307217681.opb

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

MD5SUM BENCH= 1ef5c8e94b66b7ed63dffc6923ecd901
RANDOM SEED=367634420

node103.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.858
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.71
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.858
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	: 5332.75
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.858
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.858
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.77
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.858
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.858
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.858
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.83
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.858
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:     32951124 kB
MemFree:      30263092 kB
Buffers:        330764 kB
Cached:         532456 kB
SwapCached:      23760 kB
Active:        1947312 kB
Inactive:       445252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30263092 kB
SwapTotal:    67111528 kB
SwapFree:     51712236 kB
Dirty:           36456 kB
Writeback:           0 kB
AnonPages:     1526808 kB
Mapped:          22148 kB
Slab:           151844 kB
PageTables:      73272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162037160 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= 73880 MiB
End job on node103 at 2011-06-04 22:31:04