Trace number 3458571

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.37 1794.37

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
MD5SUMe3f30a3ccce8a834fba8f93335c22413
Bench CategoryOPT-BIGINT (optimisation, big 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 variables2933624
Total number of constraints48672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 7062021246795700082208
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 7062021246795700082208
Number of bits of the biggest sum of numbers73
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.08/0.09	c version 2.3.1.v20110525
0.08/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.09	c java.vm.version	19.1-b02
0.08/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.09	c sun.arch.data.model	64
0.08/0.09	c java.version		1.6.0_24
0.08/0.09	c os.name		Linux
0.08/0.09	c os.version		2.6.18-164.el5
0.08/0.09	c os.arch		amd64
0.08/0.09	c Free memory 		12995394264
0.08/0.09	c Max memory 		13063553024
0.08/0.09	c Total memory 		13063553024
0.08/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3458571-1307148930.opb
0.10/0.11	c reading problem ... 
22.89/19.70	c ... done. Wall clock time 19.597s.
22.89/19.70	c #vars     2933624
22.89/19.70	c #constraints  946624
22.89/19.70	c constraints type 
22.89/19.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 96840
22.89/19.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 400
147.19/143.40	c cleaning 2508 clauses out of 5016 with flag 5016/5016
207.51/202.09	c cleaning 4247 clauses out of 8493 with flag 11001/11001
267.83/262.34	c cleaning 5623 clauses out of 11252 with flag 18007/18007
336.25/330.74	c cleaning 6812 clauses out of 13623 with flag 26001/26001
411.62/406.05	c cleaning 7909 clauses out of 15824 with flag 35014/35014
494.96/489.36	c cleaning 8951 clauses out of 17901 with flag 45000/45000
586.78/581.17	c cleaning 9979 clauses out of 19958 with flag 56008/56008
685.81/680.11	c cleaning 10992 clauses out of 21984 with flag 68013/68013
792.93/787.26	c cleaning 11992 clauses out of 23985 with flag 81006/81006
909.16/903.47	c cleaning 12991 clauses out of 25993 with flag 95006/95006
1036.10/1030.30	c cleaning 13998 clauses out of 27996 with flag 110000/110000
1168.33/1162.52	c cleaning 15002 clauses out of 30010 with flag 126012/126012
1307.85/1302.03	c cleaning 15998 clauses out of 32003 with flag 143007/143007
1455.79/1449.95	c cleaning 16998 clauses out of 34005 with flag 161007/161007
1611.41/1605.55	c cleaning 18000 clauses out of 36000 with flag 180000/180000
1775.64/1769.78	c cleaning 18998 clauses out of 38005 with flag 200005/200005
1800.11/1794.14	c starts		: 118
1800.11/1794.14	c conflicts		: 202859
1800.11/1794.14	c decisions		: 3878029
1800.11/1794.14	c propagations		: 40988799
1800.11/1794.14	c inspects		: 324070024
1800.11/1794.14	c shortcuts		: 0
1800.11/1794.14	c learnt literals	: 0
1800.11/1794.14	c learnt binary clauses	: 0
1800.11/1794.14	c learnt ternary clauses	: 0
1800.11/1794.14	c learnt constraints	: 202858
1800.11/1794.14	c ignored constraints	: 0
1800.11/1794.14	c root simplifications	: 0
1800.11/1794.14	c removed literals (reason simplification)	: 116731097
1800.11/1794.14	c reason swapping (by a shorter reason)	: 0
1800.11/1794.14	c Calls to reduceDB	: 16
1800.11/1794.14	c number of reductions to clauses (during analyze)	: 0
1800.11/1794.14	c number of learned constraints concerned by reduction	: 0
1800.11/1794.14	c number of learning phase by resolution	: 0
1800.11/1794.14	c number of learning phase by cutting planes	: 0
1800.11/1794.14	c speed (assignments/second)	: 23099.712076391897
1800.11/1794.14	c non guided choices	0
1800.11/1794.15	c learnt constraints type 
1800.11/1794.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21862
1800.11/1794.15	c constraints type 
1800.11/1794.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 96840
1800.11/1794.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 400
1800.11/1794.16	s UNKNOWN
1800.11/1794.16	c Total wall clock time (in seconds): 1794.048

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-3458571-1307148930/watcher-3458571-1307148930 -o /tmp/evaluation-result-3458571-1307148930/solver-3458571-1307148930 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458571-1307148930.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.93 2.00 1.89 3/571 8118
/proc/meminfo: memFree=22633176/32950928 swapFree=67056580/67111528
[pid=8118] ppid=8116 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/8118/stat : 8118 (java) S 8116 8118 6003 0 -1 4202496 2084 0 1 0 0 0 0 0 23 0 2 0 826490729 13833195520 1785 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/8118/statm: 3377245 1799 906 9 0 3368401 0
[pid=8118/tid=8119] ppid=8116 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8119/stat : 8119 (java) R 8116 8118 6003 0 -1 4202560 8697 0 1 0 0 0 0 0 25 0 2 0 826490729 13850947584 9514 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239476388923 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.088073 s]
/proc/loadavg: 1.93 2.00 1.89 3/571 8118
/proc/meminfo: memFree=22633176/32950928 swapFree=67056580/67111528
[pid=8118] ppid=8116 vsize=13621264 CPUtime=0.08 cores=1,3,5,7
/proc/8118/stat : 8118 (java) S 8116 8118 6003 0 -1 4202496 15031 0 1 0 6 2 0 0 23 0 18 0 826490729 13948174336 14701 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8118/statm: 3405316 14704 2011 9 0 3396050 0
[pid=8118/tid=8119] ppid=8116 vsize=13621396 CPUtime=0.06 cores=1,3,5,7
/proc/8118/task/8119/stat : 8119 (java) R 8116 8118 6003 0 -1 4202560 13441 0 1 0 5 1 0 0 25 0 18 0 826490729 13948309504 14714 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488520564 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13621264

[startup+0.101144 s]
/proc/loadavg: 1.93 2.00 1.89 3/571 8118
/proc/meminfo: memFree=22633176/32950928 swapFree=67056580/67111528
[pid=8118] ppid=8116 vsize=13621984 CPUtime=0.1 cores=1,3,5,7
/proc/8118/stat : 8118 (java) S 8116 8118 6003 0 -1 4202496 15558 0 1 0 8 2 0 0 23 0 18 0 826490729 13948911616 15228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8118/statm: 3405496 15229 2092 9 0 3396230 0
[pid=8118/tid=8119] ppid=8116 vsize=13621984 CPUtime=0.08 cores=1,3,5,7
/proc/8118/task/8119/stat : 8119 (java) R 8116 8118 6003 0 -1 4202560 13615 0 1 0 7 1 0 0 25 0 18 0 826490729 13948911616 15229 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13621984

[startup+0.301099 s]
/proc/loadavg: 1.93 2.00 1.89 3/571 8118
/proc/meminfo: memFree=22633176/32950928 swapFree=67056580/67111528
[pid=8118] ppid=8116 vsize=13623848 CPUtime=0.46 cores=1,3,5,7
/proc/8118/stat : 8118 (java) S 8116 8118 6003 0 -1 4202496 36965 0 1 0 42 4 0 0 23 0 18 0 826490729 13950820352 36238 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8118/statm: 3405962 36241 2199 9 0 3396696 0
[pid=8118/tid=8119] ppid=8116 vsize=13623848 CPUtime=0.29 cores=1,3,5,7
/proc/8118/task/8119/stat : 8119 (java) R 8116 8118 6003 0 -1 4202560 33754 0 1 0 25 4 0 0 25 0 18 0 826490729 13950820352 36242 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 46912505605165 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13623848

[startup+0.701017 s]
/proc/loadavg: 1.93 2.00 1.89 3/571 8118
/proc/meminfo: memFree=22633176/32950928 swapFree=67056580/67111528
[pid=8118] ppid=8116 vsize=13623848 CPUtime=0.86 cores=1,3,5,7
/proc/8118/stat : 8118 (java) S 8116 8118 6003 0 -1 4202496 62602 0 1 0 79 7 0 0 23 0 18 0 826490729 13950820352 61875 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8118/statm: 3405962 61878 2199 9 0 3396696 0
[pid=8118/tid=8119] ppid=8116 vsize=13623848 CPUtime=0.68 cores=1,3,5,7
/proc/8118/task/8119/stat : 8119 (java) R 8116 8118 6003 0 -1 4202560 59391 0 1 0 61 7 0 0 25 0 18 0 826490729 13950820352 61879 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 46912505561371 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 13623848

[startup+1.50086 s]
/proc/loadavg: 2.02 2.02 1.90 4/590 8137
/proc/meminfo: memFree=22206268/32950928 swapFree=67056580/67111528
[pid=8118] ppid=8116 vsize=13623848 CPUtime=1.67 cores=1,3,5,7
/proc/8118/stat : 8118 (java) S 8116 8118 6003 0 -1 4202496 111990 0 1 0 153 14 0 0 23 0 18 0 826490729 13950820352 111263 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8118/statm: 3405962 111265 2199 9 0 3396696 0
[pid=8118/tid=8119] ppid=8116 vsize=13623848 CPUtime=1.48 cores=1,3,5,7
/proc/8118/task/8119/stat : 8119 (java) R 8116 8118 6003 0 -1 4202560 108779 0 1 0 135 13 0 0 25 0 18 0 826490729 13950820352 111267 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 46912505561526 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8118/tid=8121] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8121/stat : 8121 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 111268 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8122] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8122/stat : 8122 (java) S 8116 8118 6003 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 111270 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8123] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8123/stat : 8123 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 111271 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8124] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8124/stat : 8124 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 111273 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8125] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8125/stat : 8125 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 111274 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8126] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8126/stat : 8126 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 111276 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8127] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8127/stat : 8127 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 111277 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8128] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8128/stat : 8128 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 111279 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8129] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8129/stat : 8129 (java) S 8116 8118 6003 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 826490732 13950820352 111280 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 0 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8130] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8130/stat : 8130 (java) S 8116 8118 6003 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 826490733 13950820352 111282 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8131] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8131/stat : 8131 (java) S 8116 8118 6003 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 826490733 13950820352 111283 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8132] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8132/stat : 8132 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490735 13950820352 111285 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488518577 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8133] ppid=8116 vsize=13623848 CPUtime=0.09 cores=1,3,5,7
/proc/8118/task/8133/stat : 8133 (java) S 8116 8118 6003 0 -1 4202560 892 0 0 0 9 0 0 0 18 0 18 0 826490735 13950820352 111286 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8134] ppid=8116 vsize=13623848 CPUtime=0.08 cores=1,3,5,7
/proc/8118/task/8134/stat : 8134 (java) S 8116 8118 6003 0 -1 4202560 1170 0 0 0 8 0 0 0 17 0 18 0 826490735 13950820352 111288 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8135] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8135/stat : 8135 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490735 13950820352 111290 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8136] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8136/stat : 8136 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 826490735 13950820352 111291 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 13623848

[startup+3.10157 s]
/proc/loadavg: 2.02 2.02 1.90 3/590 8137
/proc/meminfo: memFree=21914124/32950928 swapFree=67056580/67111528
[pid=8118] ppid=8116 vsize=13623848 CPUtime=3.27 cores=1,3,5,7
/proc/8118/stat : 8118 (java) S 8116 8118 6003 0 -1 4202496 212887 0 1 0 302 25 0 0 23 0 18 0 826490729 13950820352 212160 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8118/statm: 3405962 212161 2203 9 0 3396696 0
[pid=8118/tid=8119] ppid=8116 vsize=13623848 CPUtime=3.09 cores=1,3,5,7
/proc/8118/task/8119/stat : 8119 (java) R 8116 8118 6003 0 -1 4202560 209670 0 1 0 284 25 0 0 25 0 18 0 826490729 13950820352 212162 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 46912505573942 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8118/tid=8121] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8121/stat : 8121 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 212164 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8122] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8122/stat : 8122 (java) S 8116 8118 6003 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 212165 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8123] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8123/stat : 8123 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 212167 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8124] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8124/stat : 8124 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 212168 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8125] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8125/stat : 8125 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 212170 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8126] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8126/stat : 8126 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 212171 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8127] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8127/stat : 8127 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 212173 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8128] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8128/stat : 8128 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13950820352 212174 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8129] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8129/stat : 8129 (java) S 8116 8118 6003 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 826490732 13950820352 212176 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 0 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8130] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8130/stat : 8130 (java) S 8116 8118 6003 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 826490733 13950820352 212177 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8131] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8131/stat : 8131 (java) S 8116 8118 6003 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 826490733 13950820352 212179 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8132] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8132/stat : 8132 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490735 13950820352 212180 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488518577 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8133] ppid=8116 vsize=13623848 CPUtime=0.09 cores=1,3,5,7
/proc/8118/task/8133/stat : 8133 (java) S 8116 8118 6003 0 -1 4202560 896 0 0 0 9 0 0 0 15 0 18 0 826490735 13950820352 212182 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8134] ppid=8116 vsize=13623848 CPUtime=0.08 cores=1,3,5,7
/proc/8118/task/8134/stat : 8134 (java) S 8116 8118 6003 0 -1 4202560 1170 0 0 0 8 0 0 0 17 0 18 0 826490735 13950820352 212183 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8135] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8135/stat : 8135 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490735 13950820352 212185 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8136] ppid=8116 vsize=13623848 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8136/stat : 8136 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 826490735 13950820352 212186 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.27
Current children cumulated vsize (KiB) 13623848

[startup+6.30096 s]
/proc/loadavg: 2.02 2.02 1.90 3/590 8137
/proc/meminfo: memFree=20796848/32950928 swapFree=67056580/67111528
[pid=8118] ppid=8116 vsize=13626304 CPUtime=6.86 cores=1,3,5,7
/proc/8118/stat : 8118 (java) S 8116 8118 6003 0 -1 4202496 529967 0 1 0 622 64 0 0 23 0 18 0 826490729 13953335296 527997 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8118/statm: 3406576 528001 2226 9 0 3397310 0
[pid=8118/tid=8119] ppid=8116 vsize=13626304 CPUtime=6.28 cores=1,3,5,7
/proc/8118/task/8119/stat : 8119 (java) R 8116 8118 6003 0 -1 4202560 524041 0 1 0 565 63 0 0 19 0 18 0 826490729 13953335296 528003 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 46912505573748 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=8118/tid=8121] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8121/stat : 8121 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13953335296 528005 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8122] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8122/stat : 8122 (java) S 8116 8118 6003 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 826490731 13953335296 528006 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8123] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8123/stat : 8123 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13953335296 528008 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8124] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8124/stat : 8124 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13953335296 528014 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8125] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8125/stat : 8125 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13953335296 528017 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8126] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8126/stat : 8126 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13953335296 528019 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8127] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8127/stat : 8127 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13953335296 528021 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8128] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8128/stat : 8128 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490731 13953335296 528024 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8129] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8129/stat : 8129 (java) S 8116 8118 6003 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 826490732 13953335296 528026 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 0 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8130] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8130/stat : 8130 (java) S 8116 8118 6003 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 826490733 13953335296 528028 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8131] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8131/stat : 8131 (java) S 8116 8118 6003 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 826490733 13953335296 528030 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8132] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8132/stat : 8132 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490735 13953335296 528034 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488518577 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8133] ppid=8116 vsize=13626304 CPUtime=0.26 cores=1,3,5,7
/proc/8118/task/8133/stat : 8133 (java) S 8116 8118 6003 0 -1 4202560 1936 0 0 0 26 0 0 0 16 0 18 0 826490735 13953335296 528041 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8134] ppid=8116 vsize=13626304 CPUtime=0.29 cores=1,3,5,7
/proc/8118/task/8134/stat : 8134 (java) S 8116 8118 6003 0 -1 4202560 2839 0 0 0 29 0 0 0 16 0 18 0 826490735 13953335296 528043 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8135] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8135/stat : 8135 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 826490735 13953335296 528045 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8136] ppid=8116 vsize=13626304 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8136/stat : 8136 (java) S 8116 8118 6003 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 826490735 13953335296 528047 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0

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

[pid=8118/tid=8138] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8138/stat : 8138 (java) S 8116 8118 6003 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826492841 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1668.24
Current children cumulated vsize (KiB) 13627332

[startup+1722.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/591 8196
/proc/meminfo: memFree=16098652/32950928 swapFree=67056580/67111528
[pid=8118] ppid=8116 vsize=13627332 CPUtime=1728.24 cores=1,3,5,7
/proc/8118/stat : 8118 (java) S 8116 8118 6003 0 -1 4202496 1402738 0 1 0 172657 167 0 0 23 0 19 0 826490729 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8118/statm: 3406833 1400228 2262 9 0 3397567 0
[pid=8118/tid=8119] ppid=8116 vsize=13627332 CPUtime=1693.62 cores=1,3,5,7
/proc/8118/task/8119/stat : 8119 (java) R 8116 8118 6003 0 -1 4202560 845527 0 1 0 169261 101 0 0 25 0 19 0 826490729 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 46912505919552 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8118/tid=8121] ppid=8116 vsize=13627332 CPUtime=0.53 cores=1,3,5,7
/proc/8118/task/8121/stat : 8121 (java) S 8116 8118 6003 0 -1 4202560 22719 0 0 0 51 2 0 0 15 0 19 0 826490731 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8122] ppid=8116 vsize=13627332 CPUtime=0.69 cores=1,3,5,7
/proc/8118/task/8122/stat : 8122 (java) S 8116 8118 6003 0 -1 4202560 35242 0 0 0 65 4 0 0 16 0 19 0 826490731 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8123] ppid=8116 vsize=13627332 CPUtime=1.1 cores=1,3,5,7
/proc/8118/task/8123/stat : 8123 (java) S 8116 8118 6003 0 -1 4202560 59822 0 0 0 103 7 0 0 16 0 19 0 826490731 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8124] ppid=8116 vsize=13627332 CPUtime=0.8 cores=1,3,5,7
/proc/8118/task/8124/stat : 8124 (java) S 8116 8118 6003 0 -1 4202560 49968 0 0 0 74 6 0 0 16 0 19 0 826490731 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8125] ppid=8116 vsize=13627332 CPUtime=0.93 cores=1,3,5,7
/proc/8118/task/8125/stat : 8125 (java) S 8116 8118 6003 0 -1 4202560 53310 0 0 0 88 5 0 0 16 0 19 0 826490731 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8126] ppid=8116 vsize=13627332 CPUtime=0.64 cores=1,3,5,7
/proc/8118/task/8126/stat : 8126 (java) S 8116 8118 6003 0 -1 4202560 42548 0 0 0 59 5 0 0 15 0 19 0 826490731 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8127] ppid=8116 vsize=13627332 CPUtime=0.75 cores=1,3,5,7
/proc/8118/task/8127/stat : 8127 (java) S 8116 8118 6003 0 -1 4202560 40334 0 0 0 71 4 0 0 15 0 19 0 826490731 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8128] ppid=8116 vsize=13627332 CPUtime=0.82 cores=1,3,5,7
/proc/8118/task/8128/stat : 8128 (java) S 8116 8118 6003 0 -1 4202560 105727 0 0 0 70 12 0 0 16 0 19 0 826490731 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8129] ppid=8116 vsize=13627332 CPUtime=27.04 cores=1,3,5,7
/proc/8118/task/8129/stat : 8129 (java) S 8116 8118 6003 0 -1 4202560 141324 0 0 0 2690 14 0 0 15 0 19 0 826490732 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 0 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8130] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8130/stat : 8130 (java) S 8116 8118 6003 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826490733 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8131] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8131/stat : 8131 (java) S 8116 8118 6003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826490733 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8132] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8132/stat : 8132 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826490735 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488518577 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8133] ppid=8116 vsize=13627332 CPUtime=0.5 cores=1,3,5,7
/proc/8118/task/8133/stat : 8133 (java) S 8116 8118 6003 0 -1 4202560 2023 0 0 0 50 0 0 0 15 0 19 0 826490735 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8134] ppid=8116 vsize=13627332 CPUtime=0.69 cores=1,3,5,7
/proc/8118/task/8134/stat : 8134 (java) S 8116 8118 6003 0 -1 4202560 2940 0 0 0 69 0 0 0 15 0 19 0 826490735 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8135] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8135/stat : 8135 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826490735 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8136] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8136/stat : 8136 (java) S 8116 8118 6003 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 826490735 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8138] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8138/stat : 8138 (java) S 8116 8118 6003 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826492841 13954387968 1400228 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1728.24
Current children cumulated vsize (KiB) 13627332

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/591 8197
/proc/meminfo: memFree=16095624/32950928 swapFree=67056580/67111528
[pid=8118] ppid=8116 vsize=13627332 CPUtime=1788.28 cores=1,3,5,7
/proc/8118/stat : 8118 (java) S 8116 8118 6003 0 -1 4202496 1402859 0 1 0 178661 167 0 0 23 0 19 0 826490729 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8118/statm: 3406833 1400344 2262 9 0 3397567 0
[pid=8118/tid=8119] ppid=8116 vsize=13627332 CPUtime=1751.56 cores=1,3,5,7
/proc/8118/task/8119/stat : 8119 (java) R 8116 8118 6003 0 -1 4202560 845528 0 1 0 175055 101 0 0 25 0 19 0 826490729 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 46912505919577 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8118/tid=8121] ppid=8116 vsize=13627332 CPUtime=0.55 cores=1,3,5,7
/proc/8118/task/8121/stat : 8121 (java) S 8116 8118 6003 0 -1 4202560 22719 0 0 0 53 2 0 0 16 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8122] ppid=8116 vsize=13627332 CPUtime=0.69 cores=1,3,5,7
/proc/8118/task/8122/stat : 8122 (java) S 8116 8118 6003 0 -1 4202560 35242 0 0 0 65 4 0 0 15 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8123] ppid=8116 vsize=13627332 CPUtime=1.1 cores=1,3,5,7
/proc/8118/task/8123/stat : 8123 (java) S 8116 8118 6003 0 -1 4202560 59822 0 0 0 103 7 0 0 15 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8124] ppid=8116 vsize=13627332 CPUtime=0.8 cores=1,3,5,7
/proc/8118/task/8124/stat : 8124 (java) S 8116 8118 6003 0 -1 4202560 49968 0 0 0 74 6 0 0 15 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8125] ppid=8116 vsize=13627332 CPUtime=0.95 cores=1,3,5,7
/proc/8118/task/8125/stat : 8125 (java) S 8116 8118 6003 0 -1 4202560 53320 0 0 0 90 5 0 0 15 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8126] ppid=8116 vsize=13627332 CPUtime=0.66 cores=1,3,5,7
/proc/8118/task/8126/stat : 8126 (java) S 8116 8118 6003 0 -1 4202560 42550 0 0 0 61 5 0 0 16 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8127] ppid=8116 vsize=13627332 CPUtime=0.75 cores=1,3,5,7
/proc/8118/task/8127/stat : 8127 (java) S 8116 8118 6003 0 -1 4202560 40334 0 0 0 71 4 0 0 15 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8128] ppid=8116 vsize=13627332 CPUtime=0.82 cores=1,3,5,7
/proc/8118/task/8128/stat : 8128 (java) S 8116 8118 6003 0 -1 4202560 105727 0 0 0 70 12 0 0 15 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8129] ppid=8116 vsize=13627332 CPUtime=29.07 cores=1,3,5,7
/proc/8118/task/8129/stat : 8129 (java) S 8116 8118 6003 0 -1 4202560 141430 0 0 0 2893 14 0 0 18 0 19 0 826490732 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 0 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8130] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8130/stat : 8130 (java) S 8116 8118 6003 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826490733 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8131] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8131/stat : 8131 (java) S 8116 8118 6003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826490733 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8132] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8132/stat : 8132 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826490735 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488518577 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8133] ppid=8116 vsize=13627332 CPUtime=0.5 cores=1,3,5,7
/proc/8118/task/8133/stat : 8133 (java) S 8116 8118 6003 0 -1 4202560 2023 0 0 0 50 0 0 0 15 0 19 0 826490735 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8134] ppid=8116 vsize=13627332 CPUtime=0.69 cores=1,3,5,7
/proc/8118/task/8134/stat : 8134 (java) S 8116 8118 6003 0 -1 4202560 2940 0 0 0 69 0 0 0 15 0 19 0 826490735 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8135] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8135/stat : 8135 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826490735 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8136] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8136/stat : 8136 (java) S 8116 8118 6003 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 826490735 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8138] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8138/stat : 8138 (java) S 8116 8118 6003 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826492841 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1788.28
Current children cumulated vsize (KiB) 13627332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.12 s]
/proc/loadavg: 2.08 2.05 2.01 3/590 8245
/proc/meminfo: memFree=19009644/32950928 swapFree=67056580/67111528
[pid=8118] ppid=8116 vsize=13627332 CPUtime=1800.11 cores=1,3,5,7
/proc/8118/stat : 8118 (java) S 8116 8118 6003 0 -1 4202496 1402861 0 1 0 179844 167 0 0 23 0 19 0 826490729 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8118/statm: 3406833 1400344 2262 9 0 3397567 0
[pid=8118/tid=8119] ppid=8116 vsize=13627332 CPUtime=1763.41 cores=1,3,5,7
/proc/8118/task/8119/stat : 8119 (java) R 8116 8118 6003 0 -1 4202560 845528 0 1 0 176240 101 0 0 25 0 19 0 826490729 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 46912505628992 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=8118/tid=8121] ppid=8116 vsize=13627332 CPUtime=0.55 cores=1,3,5,7
/proc/8118/task/8121/stat : 8121 (java) S 8116 8118 6003 0 -1 4202560 22719 0 0 0 53 2 0 0 16 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8122] ppid=8116 vsize=13627332 CPUtime=0.69 cores=1,3,5,7
/proc/8118/task/8122/stat : 8122 (java) S 8116 8118 6003 0 -1 4202560 35242 0 0 0 65 4 0 0 15 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8123] ppid=8116 vsize=13627332 CPUtime=1.1 cores=1,3,5,7
/proc/8118/task/8123/stat : 8123 (java) S 8116 8118 6003 0 -1 4202560 59822 0 0 0 103 7 0 0 15 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8124] ppid=8116 vsize=13627332 CPUtime=0.8 cores=1,3,5,7
/proc/8118/task/8124/stat : 8124 (java) S 8116 8118 6003 0 -1 4202560 49968 0 0 0 74 6 0 0 15 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8125] ppid=8116 vsize=13627332 CPUtime=0.95 cores=1,3,5,7
/proc/8118/task/8125/stat : 8125 (java) S 8116 8118 6003 0 -1 4202560 53320 0 0 0 90 5 0 0 15 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8126] ppid=8116 vsize=13627332 CPUtime=0.66 cores=1,3,5,7
/proc/8118/task/8126/stat : 8126 (java) S 8116 8118 6003 0 -1 4202560 42550 0 0 0 61 5 0 0 16 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8127] ppid=8116 vsize=13627332 CPUtime=0.75 cores=1,3,5,7
/proc/8118/task/8127/stat : 8127 (java) S 8116 8118 6003 0 -1 4202560 40334 0 0 0 71 4 0 0 15 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8128] ppid=8116 vsize=13627332 CPUtime=0.82 cores=1,3,5,7
/proc/8118/task/8128/stat : 8128 (java) S 8116 8118 6003 0 -1 4202560 105727 0 0 0 70 12 0 0 15 0 19 0 826490731 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8129] ppid=8116 vsize=13627332 CPUtime=29.07 cores=1,3,5,7
/proc/8118/task/8129/stat : 8129 (java) S 8116 8118 6003 0 -1 4202560 141430 0 0 0 2893 14 0 0 18 0 19 0 826490732 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 0 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8130] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8130/stat : 8130 (java) S 8116 8118 6003 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826490733 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8131] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8131/stat : 8131 (java) S 8116 8118 6003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826490733 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8132] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8132/stat : 8132 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826490735 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488518577 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8133] ppid=8116 vsize=13627332 CPUtime=0.5 cores=1,3,5,7
/proc/8118/task/8133/stat : 8133 (java) S 8116 8118 6003 0 -1 4202560 2023 0 0 0 50 0 0 0 15 0 19 0 826490735 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 7 0 0 0
[pid=8118/tid=8134] ppid=8116 vsize=13627332 CPUtime=0.69 cores=1,3,5,7
/proc/8118/task/8134/stat : 8134 (java) S 8116 8118 6003 0 -1 4202560 2940 0 0 0 69 0 0 0 15 0 19 0 826490735 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
[pid=8118/tid=8135] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8135/stat : 8135 (java) S 8116 8118 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826490735 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488510873 0 4 0 16800975 18446604465675728128 0 0 -1 5 0 0 0
[pid=8118/tid=8136] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8136/stat : 8136 (java) S 8116 8118 6003 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 826490735 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 3 0 0 0
[pid=8118/tid=8138] ppid=8116 vsize=13627332 CPUtime=0 cores=1,3,5,7
/proc/8118/task/8138/stat : 8138 (java) S 8116 8118 6003 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 826492841 13954387968 1400344 33554432000 1073741824 1073778376 140733688040704 18446744073709551615 239488511488 0 4 0 16800975 18446604465675728128 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 13627332

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

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

[startup+1794.23 s]
/proc/loadavg: 2.08 2.05 2.01 3/590 8245
/proc/meminfo: memFree=19009644/32950928 swapFree=67056580/67111528
[pid=8118] ppid=8116 vsize=0 CPUtime=1800.21 cores=1,3,5,7
/proc/8118/stat : 8118 (java) Z 8116 8118 6003 0 -1 4203548 1402893 0 1 0 179848 173 0 0 17 0 2 0 826490729 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8118/statm: 0 0 0 0 0 0 0
[pid=8118/tid=8119] ppid=8116 vsize=0 CPUtime=1763.49 cores=1,3,5,7
/proc/8118/task/8119/stat : 8119 (java) R 8116 8118 6003 0 -1 4203588 845528 0 1 0 176241 108 0 0 25 0 2 0 826490729 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

[startup+1794.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/590 8245
/proc/meminfo: memFree=19009644/32950928 swapFree=67056580/67111528
[pid=8118] ppid=8116 vsize=0 CPUtime=1800.29 cores=1,3,5,7
/proc/8118/stat : 8118 (java) Z 8116 8118 6003 0 -1 4203548 1402893 0 1 0 179848 181 0 0 17 0 2 0 826490729 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/8118/statm: 0 0 0 0 0 0 0
[pid=8118/tid=8119] ppid=8116 vsize=0 CPUtime=1763.57 cores=1,3,5,7
/proc/8118/task/8119/stat : 8119 (java) R 8116 8118 6003 0 -1 4203588 845528 0 1 0 176241 116 0 0 25 0 2 0 826490729 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.37
CPU time (s): 1800.37
CPU user time (s): 1798.49
CPU system time (s): 1.88071
CPU usage (%): 100.335
Max. virtual memory (cumulated for all children) (KiB): 13627332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 1.88071
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1402893
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= 37171
involuntary context switches= 34571

runsolver used 9.69353 second user time and 23.0135 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-04 02:55:37
IDJOB=3458571
IDBENCH=2278
IDSOLVER=1952
FILE ID=node148/3458571-1307148930
RUNJOBID= node148-1307147129-7892
PBS_JOBID= 13508768
Free space on /tmp= 73668 MiB

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

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

MD5SUM BENCH= e3f30a3ccce8a834fba8f93335c22413
RANDOM SEED=1599564852

node148.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.854
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.70
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.854
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.854
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.83
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.82
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.854
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.854
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.82
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22634572 kB
Buffers:        244156 kB
Cached:         808696 kB
SwapCached:       7908 kB
Active:        9505668 kB
Inactive:       495260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22634572 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:          202944 kB
Writeback:           0 kB
AnonPages:     8946680 kB
Mapped:          51936 kB
Slab:           183156 kB
PageTables:      61860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183802980 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= 73708 MiB
End job on node148 at 2011-06-04 03:25:33