Trace number 3458552

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 Resolution 2.3.0? (TO) 1800.3 1794.66

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos9.opb
MD5SUM9b565ffd2f62b11d1859d685ea38235b
Bench CategoryOPT-MEDINT (optimisation, medium 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 variables874498
Total number of constraints110909
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints110822
Minimum length of a constraint11
Maximum length of a constraint14080
Number of terms in the objective function 198658
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 38727219
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 30720
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 38727219
Number of bits of the biggest sum of numbers26
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 		12995394264
0.06/0.08	c Max memory 		13063553024
0.06/0.08	c Total memory 		13063553024
0.06/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3458552-1307139477.opb
0.11/0.11	c reading problem ... 
8.75/7.57	c ... done. Wall clock time 7.464s.
8.75/7.57	c #vars     874498
8.75/7.57	c #constraints  118637
8.75/7.57	c constraints type 
8.75/7.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
8.75/7.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 118550
97.79/95.91	c cleaning 2499 clauses out of 5000 with flag 5000/5000
250.70/248.14	c cleaning 4245 clauses out of 8501 with flag 11000/11000
410.59/407.93	c cleaning 5594 clauses out of 11256 with flag 18000/18000
608.43/605.76	c cleaning 6784 clauses out of 13662 with flag 26000/26000
864.23/861.34	c cleaning 7904 clauses out of 15878 with flag 35000/35000
943.39/940.48	c cleaning 8987 clauses out of 17975 with flag 45001/45001
993.27/990.25	c cleaning 9988 clauses out of 19987 with flag 56000/56000
1071.91/1068.76	c cleaning 10995 clauses out of 22000 with flag 68001/68001
1169.21/1165.85	c cleaning 11986 clauses out of 24004 with flag 81000/81000
1264.89/1261.23	c cleaning 13006 clauses out of 26018 with flag 95000/95000
1349.22/1345.32	c cleaning 14005 clauses out of 28014 with flag 110002/110002
1442.46/1438.19	c cleaning 15000 clauses out of 30010 with flag 126003/126003
1526.01/1521.46	c cleaning 15995 clauses out of 32007 with flag 143000/143000
1642.98/1638.15	c cleaning 17001 clauses out of 34013 with flag 161001/161001
1755.46/1750.25	c cleaning 17997 clauses out of 36012 with flag 180001/180001
1800.05/1794.42	c starts		: 116
1800.05/1794.42	c conflicts		: 188221
1800.05/1794.42	c decisions		: 2190882
1800.05/1794.42	c propagations		: 60615261
1800.05/1794.42	c inspects		: 244454854
1800.05/1794.42	c shortcuts		: 0
1800.05/1794.42	c learnt literals	: 0
1800.05/1794.42	c learnt binary clauses	: 0
1800.05/1794.42	c learnt ternary clauses	: 40
1800.05/1794.42	c learnt constraints	: 188220
1800.05/1794.42	c ignored constraints	: 0
1800.05/1794.42	c root simplifications	: 0
1800.05/1794.42	c removed literals (reason simplification)	: 4578184
1800.05/1794.42	c reason swapping (by a shorter reason)	: 0
1800.05/1794.42	c Calls to reduceDB	: 15
1800.05/1794.42	c number of reductions to clauses (during analyze)	: 0
1800.05/1794.42	c number of learned constraints concerned by reduction	: 0
1800.05/1794.42	c number of learning phase by resolution	: 0
1800.05/1794.42	c number of learning phase by cutting planes	: 0
1800.05/1794.42	c speed (assignments/second)	: 33922.952165569484
1800.05/1794.42	c non guided choices	374236
1800.05/1794.44	c learnt constraints type 
1800.05/1794.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 26240
1800.05/1794.44	c constraints type 
1800.05/1794.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
1800.05/1794.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 118550
1800.05/1794.44	s UNKNOWN
1800.05/1794.44	c Total wall clock time (in seconds): 1794.329

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-3458552-1307139477/watcher-3458552-1307139477 -o /tmp/evaluation-result-3458552-1307139477/solver-3458552-1307139477 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458552-1307139477.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.92 2.04 2.04 2/590 29184
/proc/meminfo: memFree=31551840/32950928 swapFree=43925852/67111528
[pid=29184] ppid=29182 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/29184/stat : 29184 (java) S 29182 29184 24211 0 -1 4202496 10217 0 1 0 0 0 0 0 25 0 2 0 825546666 13850947584 9919 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284491749 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/29184/statm: 3381579 9931 917 9 0 3372735 0
[pid=29184/tid=29185] ppid=29182 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29185/stat : 29185 (java) R 29182 29184 24211 0 -1 4202560 9437 0 1 0 0 0 0 0 25 0 2 0 825546666 13850947584 10253 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268272383035 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0737249 s]
/proc/loadavg: 1.92 2.04 2.04 2/590 29184
/proc/meminfo: memFree=31551840/32950928 swapFree=43925852/67111528
[pid=29184] ppid=29182 vsize=13555088 CPUtime=0.06 cores=0,2,4,6
/proc/29184/stat : 29184 (java) S 29182 29184 24211 0 -1 4202496 14387 0 1 0 5 1 0 0 25 0 18 0 825546666 13880410112 14084 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29184/statm: 3388772 14086 1754 9 0 3379506 0
[pid=29184/tid=29185] ppid=29182 vsize=13555088 CPUtime=0.06 cores=0,2,4,6
/proc/29184/task/29185/stat : 29185 (java) R 29182 29184 24211 0 -1 4202560 13214 0 1 0 5 1 0 0 25 0 18 0 825546666 13880410112 14086 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 47039135987224 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) 13555088

[startup+0.100719 s]
/proc/loadavg: 1.92 2.04 2.04 2/590 29184
/proc/meminfo: memFree=31551840/32950928 swapFree=43925852/67111528
[pid=29184] ppid=29182 vsize=13621876 CPUtime=0.11 cores=0,2,4,6
/proc/29184/stat : 29184 (java) S 29182 29184 24211 0 -1 4202496 15586 0 1 0 10 1 0 0 25 0 18 0 825546666 13948801024 15248 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29184/statm: 3405469 15248 2093 9 0 3396203 0
[pid=29184/tid=29185] ppid=29182 vsize=13621876 CPUtime=0.09 cores=0,2,4,6
/proc/29184/task/29185/stat : 29185 (java) R 29182 29184 24211 0 -1 4202560 13636 0 1 0 8 1 0 0 25 0 18 0 825546666 13948801024 15248 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 47039137084594 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13621876

[startup+0.300686 s]
/proc/loadavg: 1.92 2.04 2.04 2/590 29184
/proc/meminfo: memFree=31551840/32950928 swapFree=43925852/67111528
[pid=29184] ppid=29182 vsize=13622876 CPUtime=0.46 cores=0,2,4,6
/proc/29184/stat : 29184 (java) S 29182 29184 24211 0 -1 4202496 27316 0 1 0 44 2 0 0 25 0 18 0 825546666 13949825024 26733 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29184/statm: 3405719 26736 2200 9 0 3396453 0
[pid=29184/tid=29185] ppid=29182 vsize=13622876 CPUtime=0.28 cores=0,2,4,6
/proc/29184/task/29185/stat : 29185 (java) R 29182 29184 24211 0 -1 4202560 24521 0 1 0 26 2 0 0 25 0 18 0 825546666 13949825024 26736 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284515787 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13622876

[startup+0.700672 s]
/proc/loadavg: 1.92 2.04 2.04 2/590 29184
/proc/meminfo: memFree=31551840/32950928 swapFree=43925852/67111528
[pid=29184] ppid=29182 vsize=13625700 CPUtime=1.06 cores=0,2,4,6
/proc/29184/stat : 29184 (java) S 29182 29184 24211 0 -1 4202496 58729 0 1 0 100 6 0 0 25 0 18 0 825546666 13952716800 57257 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29184/statm: 3406425 57261 2212 9 0 3397159 0
[pid=29184/tid=29185] ppid=29182 vsize=13625700 CPUtime=0.68 cores=0,2,4,6
/proc/29184/task/29185/stat : 29185 (java) R 29182 29184 24211 0 -1 4202560 53836 0 1 0 63 5 0 0 25 0 18 0 825546666 13952716800 57263 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 13625700

[startup+1.50158 s]
/proc/loadavg: 2.01 2.05 2.04 3/608 29202
/proc/meminfo: memFree=31205744/32950928 swapFree=43925852/67111528
[pid=29184] ppid=29182 vsize=13627716 CPUtime=2.05 cores=0,2,4,6
/proc/29184/stat : 29184 (java) S 29182 29184 24211 0 -1 4202496 150340 0 1 0 190 15 0 0 25 0 18 0 825546666 13954781184 148584 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29184/statm: 3406929 148589 2216 9 0 3397663 0
[pid=29184/tid=29185] ppid=29182 vsize=13627716 CPUtime=1.49 cores=0,2,4,6
/proc/29184/task/29185/stat : 29185 (java) R 29182 29184 24211 0 -1 4202560 144262 0 1 0 134 15 0 0 18 0 18 0 825546666 13954781184 148592 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 46912505570256 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29184/tid=29187] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29187/stat : 29187 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 148595 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29188] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29188/stat : 29188 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 148598 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29189] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29189/stat : 29189 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 148601 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29190] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29190/stat : 29190 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 148604 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29191] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29191/stat : 29191 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 148607 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29192] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29192/stat : 29192 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 148610 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29193] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29193/stat : 29193 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 148614 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29194] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29194/stat : 29194 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 148617 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29195] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29195/stat : 29195 (java) S 29182 29184 24211 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 825546669 13954781184 148619 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 0 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29196] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29196/stat : 29196 (java) S 29182 29184 24211 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 825546670 13954781184 148622 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29197] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29197/stat : 29197 (java) S 29182 29184 24211 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 825546670 13954781184 148625 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29198] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29198/stat : 29198 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546672 13954781184 148628 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284512689 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29199] ppid=29182 vsize=13627716 CPUtime=0.27 cores=0,2,4,6
/proc/29184/task/29199/stat : 29199 (java) S 29182 29184 24211 0 -1 4202560 2618 0 0 0 27 0 0 0 18 0 18 0 825546672 13954781184 148632 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29200] ppid=29182 vsize=13627716 CPUtime=0.28 cores=0,2,4,6
/proc/29184/task/29200/stat : 29200 (java) S 29182 29184 24211 0 -1 4202560 2317 0 0 0 28 0 0 0 20 0 18 0 825546672 13954781184 148635 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29201] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29201/stat : 29201 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546672 13954781184 148638 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29202] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29202/stat : 29202 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 825546672 13954781184 148640 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 13627716

[startup+3.1013 s]
/proc/loadavg: 2.01 2.05 2.04 3/608 29202
/proc/meminfo: memFree=30677432/32950928 swapFree=43925852/67111528
[pid=29184] ppid=29182 vsize=13627716 CPUtime=3.66 cores=0,2,4,6
/proc/29184/stat : 29184 (java) S 29182 29184 24211 0 -1 4202496 317542 0 1 0 333 33 0 0 25 0 18 0 825546666 13954781184 315786 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29184/statm: 3406929 315789 2216 9 0 3397663 0
[pid=29184/tid=29185] ppid=29182 vsize=13627716 CPUtime=3.08 cores=0,2,4,6
/proc/29184/task/29185/stat : 29185 (java) R 29182 29184 24211 0 -1 4202560 311459 0 1 0 276 32 0 0 21 0 18 0 825546666 13954781184 315791 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29184/tid=29187] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29187/stat : 29187 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 315793 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29188] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29188/stat : 29188 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 315796 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29189] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29189/stat : 29189 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 315798 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29190] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29190/stat : 29190 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 315800 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29191] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29191/stat : 29191 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 315802 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29192] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29192/stat : 29192 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 315804 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29193] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29193/stat : 29193 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 315806 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29194] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29194/stat : 29194 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13954781184 315808 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29195] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29195/stat : 29195 (java) S 29182 29184 24211 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 825546669 13954781184 315810 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 0 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29196] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29196/stat : 29196 (java) S 29182 29184 24211 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 825546670 13954781184 315812 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29197] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29197/stat : 29197 (java) S 29182 29184 24211 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 825546670 13954781184 315815 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29198] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29198/stat : 29198 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546672 13954781184 315817 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284512689 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29199] ppid=29182 vsize=13627716 CPUtime=0.27 cores=0,2,4,6
/proc/29184/task/29199/stat : 29199 (java) S 29182 29184 24211 0 -1 4202560 2618 0 0 0 27 0 0 0 18 0 18 0 825546672 13954781184 315819 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29200] ppid=29182 vsize=13627716 CPUtime=0.29 cores=0,2,4,6
/proc/29184/task/29200/stat : 29200 (java) S 29182 29184 24211 0 -1 4202560 2319 0 0 0 29 0 0 0 15 0 18 0 825546672 13954781184 315820 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29201] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29201/stat : 29201 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546672 13954781184 315821 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29202] ppid=29182 vsize=13627716 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29202/stat : 29202 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 825546672 13954781184 315823 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 13627716

[startup+6.30073 s]
/proc/loadavg: 2.01 2.05 2.04 3/608 29202
/proc/meminfo: memFree=29337500/32950928 swapFree=43925852/67111528
[pid=29184] ppid=29182 vsize=13625668 CPUtime=6.87 cores=0,2,4,6
/proc/29184/stat : 29184 (java) S 29182 29184 24211 0 -1 4202496 662251 0 1 0 615 72 0 0 25 0 18 0 825546666 13952684032 659730 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29184/statm: 3406417 659734 2218 9 0 3397151 0
[pid=29184/tid=29185] ppid=29182 vsize=13625668 CPUtime=6.28 cores=0,2,4,6
/proc/29184/task/29185/stat : 29185 (java) R 29182 29184 24211 0 -1 4202560 656167 0 1 0 557 71 0 0 19 0 18 0 825546666 13952684032 659736 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 46912505570379 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29184/tid=29187] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29187/stat : 29187 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13952684032 659739 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29188] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29188/stat : 29188 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13952684032 659742 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29189] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29189/stat : 29189 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13952684032 659745 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29190] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29190/stat : 29190 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13952684032 659751 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29191] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29191/stat : 29191 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13952684032 659760 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29192] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29192/stat : 29192 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13952684032 659766 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29193] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29193/stat : 29193 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13952684032 659774 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29194] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29194/stat : 29194 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546668 13952684032 659774 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29195] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29195/stat : 29195 (java) S 29182 29184 24211 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 18 0 825546669 13952684032 659774 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 0 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29196] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29196/stat : 29196 (java) S 29182 29184 24211 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 825546670 13952684032 659774 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29197] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29197/stat : 29197 (java) S 29182 29184 24211 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 825546670 13952684032 659776 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29198] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29198/stat : 29198 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546672 13952684032 659781 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284512689 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29199] ppid=29182 vsize=13625668 CPUtime=0.27 cores=0,2,4,6
/proc/29184/task/29199/stat : 29199 (java) S 29182 29184 24211 0 -1 4202560 2618 0 0 0 27 0 0 0 18 0 18 0 825546672 13952684032 659787 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29200] ppid=29182 vsize=13625668 CPUtime=0.29 cores=0,2,4,6
/proc/29184/task/29200/stat : 29200 (java) S 29182 29184 24211 0 -1 4202560 2319 0 0 0 29 0 0 0 15 0 18 0 825546672 13952684032 659787 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29201] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29201/stat : 29201 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 825546672 13952684032 659787 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29202] ppid=29182 vsize=13625668 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29202/stat : 29202 (java) S 29182 29184 24211 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 825546672 13952684032 659788 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0

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

[pid=29184/tid=29201] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29201/stat : 29201 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825546672 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29202] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29202/stat : 29202 (java) S 29182 29184 24211 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 825546672 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 4 0 16800975 18446604440491765824 0 0 -1 2 0 0 0
[pid=29184/tid=29203] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29203/stat : 29203 (java) S 29182 29184 24211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 825547443 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 4 0 16800975 18446604440491765824 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1667.54
Current children cumulated vsize (KiB) 13627276

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/609 29297
/proc/meminfo: memFree=25583716/32950928 swapFree=43925852/67111528
[pid=29184] ppid=29182 vsize=13627276 CPUtime=1727.54 cores=0,2,4,6
/proc/29184/stat : 29184 (java) S 29182 29184 24211 0 -1 4202496 1387587 0 1 0 172590 164 0 0 25 0 19 0 825546666 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29184/statm: 3406819 1383254 2262 9 0 3397553 0
[pid=29184/tid=29185] ppid=29182 vsize=13627276 CPUtime=1711.79 cores=0,2,4,6
/proc/29184/task/29185/stat : 29185 (java) R 29182 29184 24211 0 -1 4202560 845266 0 1 0 171088 91 0 0 25 0 19 0 825546666 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 46912506061383 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29184/tid=29187] ppid=29182 vsize=13627276 CPUtime=0.44 cores=0,2,4,6
/proc/29184/task/29187/stat : 29187 (java) S 29182 29184 24211 0 -1 4202560 24726 0 0 0 40 4 0 0 16 0 19 0 825546668 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29188] ppid=29182 vsize=13627276 CPUtime=0.39 cores=0,2,4,6
/proc/29184/task/29188/stat : 29188 (java) S 29182 29184 24211 0 -1 4202560 19282 0 0 0 37 2 0 0 16 0 19 0 825546668 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 2 0 0 0
[pid=29184/tid=29189] ppid=29182 vsize=13627276 CPUtime=0.72 cores=0,2,4,6
/proc/29184/task/29189/stat : 29189 (java) S 29182 29184 24211 0 -1 4202560 56953 0 0 0 63 9 0 0 16 0 19 0 825546668 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29190] ppid=29182 vsize=13627276 CPUtime=0.64 cores=0,2,4,6
/proc/29184/task/29190/stat : 29190 (java) S 29182 29184 24211 0 -1 4202560 30300 0 0 0 61 3 0 0 16 0 19 0 825546668 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29191] ppid=29182 vsize=13627276 CPUtime=0.91 cores=0,2,4,6
/proc/29184/task/29191/stat : 29191 (java) S 29182 29184 24211 0 -1 4202560 57733 0 0 0 82 9 0 0 16 0 19 0 825546668 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29192] ppid=29182 vsize=13627276 CPUtime=0.55 cores=0,2,4,6
/proc/29184/task/29192/stat : 29192 (java) S 29182 29184 24211 0 -1 4202560 45038 0 0 0 47 8 0 0 15 0 19 0 825546668 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29193] ppid=29182 vsize=13627276 CPUtime=0.77 cores=0,2,4,6
/proc/29184/task/29193/stat : 29193 (java) S 29182 29184 24211 0 -1 4202560 37382 0 0 0 72 5 0 0 15 0 19 0 825546668 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29194] ppid=29182 vsize=13627276 CPUtime=0.79 cores=0,2,4,6
/proc/29184/task/29194/stat : 29194 (java) S 29182 29184 24211 0 -1 4202560 45501 0 0 0 73 6 0 0 15 0 19 0 825546668 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29195] ppid=29182 vsize=13627276 CPUtime=9.08 cores=0,2,4,6
/proc/29184/task/29195/stat : 29195 (java) S 29182 29184 24211 0 -1 4202560 217502 0 0 0 887 21 0 0 15 0 19 0 825546669 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 0 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29196] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29196/stat : 29196 (java) S 29182 29184 24211 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825546670 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29197] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29197/stat : 29197 (java) S 29182 29184 24211 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825546670 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29198] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29198/stat : 29198 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825546672 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284512689 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29199] ppid=29182 vsize=13627276 CPUtime=0.66 cores=0,2,4,6
/proc/29184/task/29199/stat : 29199 (java) S 29182 29184 24211 0 -1 4202560 2790 0 0 0 66 0 0 0 15 0 19 0 825546672 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 2 0 0 0
[pid=29184/tid=29200] ppid=29182 vsize=13627276 CPUtime=0.67 cores=0,2,4,6
/proc/29184/task/29200/stat : 29200 (java) S 29182 29184 24211 0 -1 4202560 3862 0 0 0 67 0 0 0 15 0 19 0 825546672 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29201] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29201/stat : 29201 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825546672 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29202] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29202/stat : 29202 (java) S 29182 29184 24211 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 825546672 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 4 0 16800975 18446604440491765824 0 0 -1 2 0 0 0
[pid=29184/tid=29203] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29203/stat : 29203 (java) S 29182 29184 24211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 825547443 13954330624 1383254 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 4 0 16800975 18446604440491765824 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1727.54
Current children cumulated vsize (KiB) 13627276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/609 29299
/proc/meminfo: memFree=25377468/32950928 swapFree=43925852/67111528
[pid=29184] ppid=29182 vsize=13627276 CPUtime=1787.93 cores=0,2,4,6
/proc/29184/stat : 29184 (java) S 29182 29184 24211 0 -1 4202496 1437463 0 1 0 178621 172 0 0 25 0 19 0 825546666 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29184/statm: 3406819 1433122 2262 9 0 3397553 0
[pid=29184/tid=29185] ppid=29182 vsize=13627276 CPUtime=1771.06 cores=0,2,4,6
/proc/29184/task/29185/stat : 29185 (java) R 29182 29184 24211 0 -1 4202560 845267 0 1 0 177015 91 0 0 25 0 19 0 825546666 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 46912505945622 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29184/tid=29187] ppid=29182 vsize=13627276 CPUtime=0.44 cores=0,2,4,6
/proc/29184/task/29187/stat : 29187 (java) S 29182 29184 24211 0 -1 4202560 24726 0 0 0 40 4 0 0 15 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29188] ppid=29182 vsize=13627276 CPUtime=0.52 cores=0,2,4,6
/proc/29184/task/29188/stat : 29188 (java) S 29182 29184 24211 0 -1 4202560 26498 0 0 0 49 3 0 0 16 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 2 0 0 0
[pid=29184/tid=29189] ppid=29182 vsize=13627276 CPUtime=0.72 cores=0,2,4,6
/proc/29184/task/29189/stat : 29189 (java) S 29182 29184 24211 0 -1 4202560 56953 0 0 0 63 9 0 0 15 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29190] ppid=29182 vsize=13627276 CPUtime=0.64 cores=0,2,4,6
/proc/29184/task/29190/stat : 29190 (java) S 29182 29184 24211 0 -1 4202560 30300 0 0 0 61 3 0 0 15 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29191] ppid=29182 vsize=13627276 CPUtime=0.99 cores=0,2,4,6
/proc/29184/task/29191/stat : 29191 (java) S 29182 29184 24211 0 -1 4202560 63791 0 0 0 89 10 0 0 16 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29192] ppid=29182 vsize=13627276 CPUtime=0.6 cores=0,2,4,6
/proc/29184/task/29192/stat : 29192 (java) S 29182 29184 24211 0 -1 4202560 45558 0 0 0 52 8 0 0 16 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29193] ppid=29182 vsize=13627276 CPUtime=0.9 cores=0,2,4,6
/proc/29184/task/29193/stat : 29193 (java) S 29182 29184 24211 0 -1 4202560 44157 0 0 0 83 7 0 0 16 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29194] ppid=29182 vsize=13627276 CPUtime=0.92 cores=0,2,4,6
/proc/29184/task/29194/stat : 29194 (java) S 29182 29184 24211 0 -1 4202560 52682 0 0 0 85 7 0 0 16 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29195] ppid=29182 vsize=13627276 CPUtime=9.68 cores=0,2,4,6
/proc/29184/task/29195/stat : 29195 (java) S 29182 29184 24211 0 -1 4202560 239625 0 0 0 945 23 0 0 15 0 19 0 825546669 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 0 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29196] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29196/stat : 29196 (java) S 29182 29184 24211 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825546670 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29197] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29197/stat : 29197 (java) S 29182 29184 24211 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825546670 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29198] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29198/stat : 29198 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825546672 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284512689 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29199] ppid=29182 vsize=13627276 CPUtime=0.66 cores=0,2,4,6
/proc/29184/task/29199/stat : 29199 (java) S 29182 29184 24211 0 -1 4202560 2790 0 0 0 66 0 0 0 15 0 19 0 825546672 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 2 0 0 0
[pid=29184/tid=29200] ppid=29182 vsize=13627276 CPUtime=0.67 cores=0,2,4,6
/proc/29184/task/29200/stat : 29200 (java) S 29182 29184 24211 0 -1 4202560 3862 0 0 0 67 0 0 0 15 0 19 0 825546672 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29201] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29201/stat : 29201 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825546672 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29202] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29202/stat : 29202 (java) S 29182 29184 24211 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 825546672 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29203] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29203/stat : 29203 (java) S 29182 29184 24211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 825547443 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 4 0 16800975 18446604440491765824 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1787.93
Current children cumulated vsize (KiB) 13627276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 2.00 2.02 2.00 3/609 29299
/proc/meminfo: memFree=25376968/32950928 swapFree=43925852/67111528
[pid=29184] ppid=29182 vsize=13627276 CPUtime=1800.05 cores=0,2,4,6
/proc/29184/stat : 29184 (java) S 29182 29184 24211 0 -1 4202496 1437465 0 1 0 179833 172 0 0 25 0 19 0 825546666 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29184/statm: 3406819 1433122 2262 9 0 3397553 0
[pid=29184/tid=29185] ppid=29182 vsize=13627276 CPUtime=1783.18 cores=0,2,4,6
/proc/29184/task/29185/stat : 29185 (java) R 29182 29184 24211 0 -1 4202560 845267 0 1 0 178227 91 0 0 25 0 19 0 825546666 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 46912506038238 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29184/tid=29187] ppid=29182 vsize=13627276 CPUtime=0.44 cores=0,2,4,6
/proc/29184/task/29187/stat : 29187 (java) S 29182 29184 24211 0 -1 4202560 24726 0 0 0 40 4 0 0 15 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29188] ppid=29182 vsize=13627276 CPUtime=0.52 cores=0,2,4,6
/proc/29184/task/29188/stat : 29188 (java) S 29182 29184 24211 0 -1 4202560 26498 0 0 0 49 3 0 0 16 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 2 0 0 0
[pid=29184/tid=29189] ppid=29182 vsize=13627276 CPUtime=0.72 cores=0,2,4,6
/proc/29184/task/29189/stat : 29189 (java) S 29182 29184 24211 0 -1 4202560 56953 0 0 0 63 9 0 0 15 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29190] ppid=29182 vsize=13627276 CPUtime=0.64 cores=0,2,4,6
/proc/29184/task/29190/stat : 29190 (java) S 29182 29184 24211 0 -1 4202560 30300 0 0 0 61 3 0 0 15 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29191] ppid=29182 vsize=13627276 CPUtime=0.99 cores=0,2,4,6
/proc/29184/task/29191/stat : 29191 (java) S 29182 29184 24211 0 -1 4202560 63791 0 0 0 89 10 0 0 16 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29192] ppid=29182 vsize=13627276 CPUtime=0.6 cores=0,2,4,6
/proc/29184/task/29192/stat : 29192 (java) S 29182 29184 24211 0 -1 4202560 45558 0 0 0 52 8 0 0 16 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29193] ppid=29182 vsize=13627276 CPUtime=0.9 cores=0,2,4,6
/proc/29184/task/29193/stat : 29193 (java) S 29182 29184 24211 0 -1 4202560 44157 0 0 0 83 7 0 0 16 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29194] ppid=29182 vsize=13627276 CPUtime=0.92 cores=0,2,4,6
/proc/29184/task/29194/stat : 29194 (java) S 29182 29184 24211 0 -1 4202560 52682 0 0 0 85 7 0 0 16 0 19 0 825546668 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29195] ppid=29182 vsize=13627276 CPUtime=9.68 cores=0,2,4,6
/proc/29184/task/29195/stat : 29195 (java) S 29182 29184 24211 0 -1 4202560 239625 0 0 0 945 23 0 0 15 0 19 0 825546669 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 0 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29196] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29196/stat : 29196 (java) S 29182 29184 24211 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 825546670 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29197] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29197/stat : 29197 (java) S 29182 29184 24211 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 825546670 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29198] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29198/stat : 29198 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825546672 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284512689 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29199] ppid=29182 vsize=13627276 CPUtime=0.66 cores=0,2,4,6
/proc/29184/task/29199/stat : 29199 (java) S 29182 29184 24211 0 -1 4202560 2790 0 0 0 66 0 0 0 15 0 19 0 825546672 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 2 0 0 0
[pid=29184/tid=29200] ppid=29182 vsize=13627276 CPUtime=0.67 cores=0,2,4,6
/proc/29184/task/29200/stat : 29200 (java) S 29182 29184 24211 0 -1 4202560 3862 0 0 0 67 0 0 0 15 0 19 0 825546672 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 0 0 0 0
[pid=29184/tid=29201] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29201/stat : 29201 (java) S 29182 29184 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825546672 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284504985 0 4 0 16800975 18446604440491765824 0 0 -1 4 0 0 0
[pid=29184/tid=29202] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29202/stat : 29202 (java) S 29182 29184 24211 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 825546672 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 4 0 16800975 18446604440491765824 0 0 -1 6 0 0 0
[pid=29184/tid=29203] ppid=29182 vsize=13627276 CPUtime=0 cores=0,2,4,6
/proc/29184/task/29203/stat : 29203 (java) S 29182 29184 24211 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 825547443 13954330624 1433122 33554432000 1073741824 1073778376 140736776185440 18446744073709551615 268284505600 0 4 0 16800975 18446604440491765824 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13627276

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

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

[startup+1794.53 s]
/proc/loadavg: 2.00 2.02 2.00 3/609 29299
/proc/meminfo: memFree=25376968/32950928 swapFree=43925852/67111528
[pid=29184] ppid=29182 vsize=0 CPUtime=1800.16 cores=0,2,4,6
/proc/29184/stat : 29184 (java) Z 29182 29184 24211 0 -1 4203548 1437496 0 1 0 179837 179 0 0 17 0 2 0 825546666 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29184/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 0

[startup+1794.6 s]
/proc/loadavg: 2.00 2.02 2.00 3/609 29299
/proc/meminfo: memFree=25376968/32950928 swapFree=43925852/67111528
[pid=29184] ppid=29182 vsize=0 CPUtime=1800.23 cores=0,2,4,6
/proc/29184/stat : 29184 (java) Z 29182 29184 24211 0 -1 4203548 1437496 0 1 0 179837 186 0 0 17 0 2 0 825546666 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29184/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.66
CPU time (s): 1800.3
CPU user time (s): 1798.38
CPU system time (s): 1.92471
CPU usage (%): 100.315
Max. virtual memory (cumulated for all children) (KiB): 13627724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.38
system time used= 1.92471
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1437496
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= 37129
involuntary context switches= 11601

runsolver used 10.7544 second user time and 23.5964 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-04 00:17:59
IDJOB=3458552
IDBENCH=1505
IDSOLVER=1952
FILE ID=node122/3458552-1307139477
RUNJOBID= node122-1307133514-27530
PBS_JOBID= 13508794
Free space on /tmp= 73764 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-MEDINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos9.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458552-1307139477/watcher-3458552-1307139477 -o /tmp/evaluation-result-3458552-1307139477/solver-3458552-1307139477 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458552-1307139477.opb

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

MD5SUM BENCH= 9b565ffd2f62b11d1859d685ea38235b
RANDOM SEED=196975623

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31552120 kB
Buffers:        302692 kB
Cached:         474532 kB
SwapCached:      16832 kB
Active:         654872 kB
Inactive:       427460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31552120 kB
SwapTotal:    67111528 kB
SwapFree:     43925852 kB
Dirty:           44392 kB
Writeback:           0 kB
AnonPages:      302660 kB
Mapped:          17532 kB
Slab:           152428 kB
PageTables:      93828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 194166260 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= 73756 MiB
End job on node122 at 2011-06-04 00:47:55