Trace number 3458738

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.13 1799.15

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-nsrand-ipx.opb
MD5SUM6eba7367ef128fb0872fe815e4ef2398
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1207959552
Best CPU time to get the best result obtained on this benchmark1800.37
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 1207959552
Optimality of the best value was proved NO
Number of variables6651
Total number of constraints721
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)331
Number of constraints which are nor clauses,nor cardinality constraints390
Minimum length of a constraint20
Maximum length of a constraint6651
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 26715880447
Number of bits of the biggest sum of numbers35
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		12995394264
0.03/0.09	c Max memory 		13063553024
0.03/0.09	c Total memory 		13063553024
0.03/0.09	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@38540408
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-3458738-1307152422.opb
0.11/0.11	c reading problem ... 
1.00/0.68	c ... done. Wall clock time 0.572s.
1.00/0.68	c #vars     6651
1.00/0.68	c #constraints  721
1.00/0.68	c constraints type 
1.00/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
1.00/0.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 331
1.00/0.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 339
103.98/103.20	c cleaning 2498 clauses out of 5002 with flag 5003/5003
203.01/202.20	c cleaning 4242 clauses out of 8501 with flag 11000/11000
343.62/342.80	c cleaning 5630 clauses out of 11261 with flag 18002/18002
531.75/530.95	c cleaning 6810 clauses out of 13629 with flag 26000/26000
737.00/736.19	c cleaning 7907 clauses out of 15820 with flag 35001/35001
968.11/967.24	c cleaning 8956 clauses out of 17912 with flag 45000/45000
1144.52/1143.61	c cleaning 9467 clauses out of 18956 with flag 55000/55000
1354.13/1353.26	c cleaning 9744 clauses out of 19494 with flag 65005/65005
1584.35/1583.43	c cleaning 9867 clauses out of 19746 with flag 75001/75001
1781.36/1780.49	c cleaning 9936 clauses out of 19878 with flag 85000/85000
1800.07/1799.12	c starts		: 88
1800.07/1799.12	c conflicts		: 85849
1800.07/1799.12	c decisions		: 955442
1800.07/1799.12	c propagations		: 74169394
1800.07/1799.12	c inspects		: 2093374840
1800.07/1799.12	c shortcuts		: 0
1800.07/1799.12	c learnt literals	: 1
1800.07/1799.12	c learnt binary clauses	: 0
1800.07/1799.12	c learnt ternary clauses	: 0
1800.07/1799.12	c learnt constraints	: 85847
1800.07/1799.12	c ignored constraints	: 0
1800.07/1799.12	c root simplifications	: 0
1800.07/1799.12	c removed literals (reason simplification)	: 4447533
1800.07/1799.12	c reason swapping (by a shorter reason)	: 0
1800.07/1799.12	c Calls to reduceDB	: 10
1800.07/1799.12	c number of reductions to clauses (during analyze)	: 0
1800.07/1799.12	c number of learned constraints concerned by reduction	: 0
1800.07/1799.12	c number of learning phase by resolution	: 0
1800.07/1799.12	c number of learning phase by cutting planes	: 0
1800.07/1799.12	c speed (assignments/second)	: 41241.05278141674
1800.07/1799.12	c non guided choices	0
1800.07/1799.13	c learnt constraints type 
1800.07/1799.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10791
1800.07/1799.13	c constraints type 
1800.07/1799.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
1800.07/1799.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 331
1800.07/1799.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 339
1800.07/1799.13	s UNKNOWN
1800.07/1799.13	c Total wall clock time (in seconds): 1799.02

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-3458738-1307152422/watcher-3458738-1307152422 -o /tmp/evaluation-result-3458738-1307152422/solver-3458738-1307152422 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458738-1307152422.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.98 2.04 2.00 1/515 13170
/proc/meminfo: memFree=21285940/32950928 swapFree=34259960/67111528
[pid=13170] ppid=13168 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/13170/stat : 13170 (java) S 13168 13170 7151 0 -1 4202496 2521 0 1 0 0 0 0 0 17 0 2 0 826838905 13833195520 2223 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/13170/statm: 3377245 2238 906 9 0 3368401 0
[pid=13170/tid=13171] ppid=13168 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13171/stat : 13171 (java) R 13168 13170 7151 0 -1 4202560 5994 0 1 0 0 0 0 0 18 0 2 0 826838906 13850947584 6810 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.043197 s]
/proc/loadavg: 1.98 2.04 2.00 1/515 13170
/proc/meminfo: memFree=21285940/32950928 swapFree=34259960/67111528
[pid=13170] ppid=13168 vsize=13549480 CPUtime=0.03 cores=0,2,4,6
/proc/13170/stat : 13170 (java) S 13168 13170 7151 0 -1 4202496 13604 0 1 0 2 1 0 0 17 0 13 0 826838905 13874667520 13302 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/13170/statm: 3387370 13302 1638 9 0 3378118 0
[pid=13170/tid=13171] ppid=13168 vsize=13549480 CPUtime=0.03 cores=0,2,4,6
/proc/13170/task/13171/stat : 13171 (java) S 13168 13170 7151 0 -1 4202560 12457 0 1 0 2 1 0 0 23 0 13 0 826838906 13874667520 13302 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254500712006 0 4 0 16784584 4219008359828815872 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13549480

[startup+0.111217 s]
/proc/loadavg: 1.98 2.04 2.00 1/515 13170
/proc/meminfo: memFree=21285940/32950928 swapFree=34259960/67111528
[pid=13170] ppid=13168 vsize=13621968 CPUtime=0.11 cores=0,2,4,6
/proc/13170/stat : 13170 (java) S 13168 13170 7151 0 -1 4202496 15638 0 1 0 10 1 0 0 17 0 18 0 826838905 13948895232 15317 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13170/statm: 3405492 15318 2093 9 0 3396226 0
[pid=13170/tid=13171] ppid=13168 vsize=13621968 CPUtime=0.09 cores=0,2,4,6
/proc/13170/task/13171/stat : 13171 (java) R 13168 13170 7151 0 -1 4202560 13713 0 1 0 8 1 0 0 18 0 18 0 826838906 13948895232 15318 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 47447140579347 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13621968

[startup+0.301101 s]
/proc/loadavg: 1.98 2.04 2.00 1/515 13170
/proc/meminfo: memFree=21285940/32950928 swapFree=34259960/67111528
[pid=13170] ppid=13168 vsize=13622180 CPUtime=0.45 cores=0,2,4,6
/proc/13170/stat : 13170 (java) S 13168 13170 7151 0 -1 4202496 20706 0 1 0 43 2 0 0 17 0 18 0 826838905 13949112320 19852 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13170/statm: 3405545 19852 2199 9 0 3396279 0
[pid=13170/tid=13171] ppid=13168 vsize=13622180 CPUtime=0.28 cores=0,2,4,6
/proc/13170/task/13171/stat : 13171 (java) R 13168 13170 7151 0 -1 4202560 17948 0 1 0 26 2 0 0 18 0 18 0 826838906 13949112320 19852 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508870 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13622180

[startup+0.70101 s]
/proc/loadavg: 1.98 2.04 2.00 1/515 13170
/proc/meminfo: memFree=21285940/32950928 swapFree=34259960/67111528
[pid=13170] ppid=13168 vsize=13624360 CPUtime=1.11 cores=0,2,4,6
/proc/13170/stat : 13170 (java) S 13168 13170 7151 0 -1 4202496 55518 0 1 0 104 7 0 0 17 0 18 0 826838905 13951344640 52728 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13170/statm: 3406090 52728 2219 9 0 3396824 0
[pid=13170/tid=13171] ppid=13168 vsize=13624360 CPUtime=0.68 cores=0,2,4,6
/proc/13170/task/13171/stat : 13171 (java) R 13168 13170 7151 0 -1 4202560 49755 0 1 0 62 6 0 0 18 0 18 0 826838906 13951344640 52728 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 46912505217805 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 13624360

[startup+1.50092 s]
/proc/loadavg: 1.98 2.04 2.00 3/553 13233
/proc/meminfo: memFree=21034696/32950928 swapFree=34259960/67111528
[pid=13170] ppid=13168 vsize=13626304 CPUtime=2.08 cores=0,2,4,6
/proc/13170/stat : 13170 (java) S 13168 13170 7151 0 -1 4202496 56388 0 1 0 201 7 0 0 17 0 19 0 826838905 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13170/statm: 3406576 53597 2229 9 0 3397310 0
[pid=13170/tid=13171] ppid=13168 vsize=13626304 CPUtime=1.48 cores=0,2,4,6
/proc/13170/task/13171/stat : 13171 (java) R 13168 13170 7151 0 -1 4202560 50378 0 1 0 142 6 0 0 20 0 19 0 826838906 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 46912505729430 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13170/tid=13173] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13173/stat : 13173 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826838908 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 2 0 0 0
[pid=13170/tid=13174] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13174/stat : 13174 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826838908 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13175] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13175/stat : 13175 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826838908 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13176] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13176/stat : 13176 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826838908 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13177] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13177/stat : 13177 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826838908 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13178] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13178/stat : 13178 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826838908 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13179] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13179/stat : 13179 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826838908 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13180] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13180/stat : 13180 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826838908 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13181] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13181/stat : 13181 (java) S 13168 13170 7151 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 826838909 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 0 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13182] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13182/stat : 13182 (java) S 13168 13170 7151 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 826838909 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13183] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13183/stat : 13183 (java) S 13168 13170 7151 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 826838909 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13184] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13184/stat : 13184 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826838912 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512515505 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13185] ppid=13168 vsize=13626304 CPUtime=0.26 cores=0,2,4,6
/proc/13170/task/13185/stat : 13185 (java) S 13168 13170 7151 0 -1 4202560 1681 0 0 0 26 0 0 0 15 0 19 0 826838912 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 2 0 0 0
[pid=13170/tid=13186] ppid=13168 vsize=13626304 CPUtime=0.31 cores=0,2,4,6
/proc/13170/task/13186/stat : 13186 (java) S 13168 13170 7151 0 -1 4202560 3169 0 0 0 31 0 0 0 15 0 19 0 826838912 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13187] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13187/stat : 13187 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826838912 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13188] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13188/stat : 13188 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826838912 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 4 0 16800975 18446604453253859328 0 0 -1 2 0 0 0
[pid=13170/tid=13210] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13210/stat : 13210 (java) S 13168 13170 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826838976 13953335296 53597 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 13626304

[startup+3.1016 s]
/proc/loadavg: 1.98 2.04 2.00 3/554 13234
/proc/meminfo: memFree=20990544/32950928 swapFree=34259960/67111528
[pid=13170] ppid=13168 vsize=13626304 CPUtime=3.68 cores=0,2,4,6
/proc/13170/stat : 13170 (java) S 13168 13170 7151 0 -1 4202496 56398 0 1 0 361 7 0 0 17 0 19 0 826838905 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13170/statm: 3406576 53606 2229 9 0 3397310 0
[pid=13170/tid=13171] ppid=13168 vsize=13626304 CPUtime=3.08 cores=0,2,4,6
/proc/13170/task/13171/stat : 13171 (java) R 13168 13170 7151 0 -1 4202560 50388 0 1 0 302 6 0 0 25 0 19 0 826838906 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 46912505800816 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13170/tid=13173] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13173/stat : 13173 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826838908 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 2 0 0 0
[pid=13170/tid=13174] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13174/stat : 13174 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826838908 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13175] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13175/stat : 13175 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826838908 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13176] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13176/stat : 13176 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826838908 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13177] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13177/stat : 13177 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826838908 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13178] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13178/stat : 13178 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826838908 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13179] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13179/stat : 13179 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826838908 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13180] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13180/stat : 13180 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826838908 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13181] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13181/stat : 13181 (java) S 13168 13170 7151 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 826838909 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 0 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13182] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13182/stat : 13182 (java) S 13168 13170 7151 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 826838909 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13183] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13183/stat : 13183 (java) S 13168 13170 7151 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 826838909 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13184] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13184/stat : 13184 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826838912 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512515505 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13185] ppid=13168 vsize=13626304 CPUtime=0.26 cores=0,2,4,6
/proc/13170/task/13185/stat : 13185 (java) S 13168 13170 7151 0 -1 4202560 1681 0 0 0 26 0 0 0 15 0 19 0 826838912 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 2 0 0 0
[pid=13170/tid=13186] ppid=13168 vsize=13626304 CPUtime=0.32 cores=0,2,4,6
/proc/13170/task/13186/stat : 13186 (java) S 13168 13170 7151 0 -1 4202560 3169 0 0 0 32 0 0 0 15 0 19 0 826838912 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13187] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13187/stat : 13187 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826838912 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13188] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13188/stat : 13188 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826838912 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 4 0 16800975 18446604453253859328 0 0 -1 2 0 0 0
[pid=13170/tid=13210] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13210/stat : 13210 (java) S 13168 13170 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826838976 13953335296 53606 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 13626304

[startup+6.30096 s]
/proc/loadavg: 2.06 2.05 2.01 3/554 13235
/proc/meminfo: memFree=20968032/32950928 swapFree=34259960/67111528
[pid=13170] ppid=13168 vsize=13626304 CPUtime=6.9 cores=0,2,4,6
/proc/13170/stat : 13170 (java) S 13168 13170 7151 0 -1 4202496 56429 0 1 0 683 7 0 0 17 0 19 0 826838905 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13170/statm: 3406576 53525 2230 9 0 3397310 0
[pid=13170/tid=13171] ppid=13168 vsize=13626304 CPUtime=6.28 cores=0,2,4,6
/proc/13170/task/13171/stat : 13171 (java) R 13168 13170 7151 0 -1 4202560 50416 0 1 0 622 6 0 0 25 0 19 0 826838906 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 46912505790875 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13170/tid=13173] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13173/stat : 13173 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826838908 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 2 0 0 0
[pid=13170/tid=13174] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13174/stat : 13174 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826838908 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13175] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13175/stat : 13175 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826838908 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13176] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13176/stat : 13176 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826838908 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13177] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13177/stat : 13177 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 826838908 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13178] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13178/stat : 13178 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826838908 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13179] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13179/stat : 13179 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826838908 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13180] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13180/stat : 13180 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 826838908 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13181] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13181/stat : 13181 (java) S 13168 13170 7151 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 826838909 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 0 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13182] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13182/stat : 13182 (java) S 13168 13170 7151 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 826838909 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13183] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13183/stat : 13183 (java) S 13168 13170 7151 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 826838909 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13184] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13184/stat : 13184 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826838912 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512515505 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13185] ppid=13168 vsize=13626304 CPUtime=0.26 cores=0,2,4,6
/proc/13170/task/13185/stat : 13185 (java) S 13168 13170 7151 0 -1 4202560 1681 0 0 0 26 0 0 0 15 0 19 0 826838912 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 2 0 0 0
[pid=13170/tid=13186] ppid=13168 vsize=13626304 CPUtime=0.34 cores=0,2,4,6
/proc/13170/task/13186/stat : 13186 (java) S 13168 13170 7151 0 -1 4202560 3171 0 0 0 34 0 0 0 15 0 19 0 826838912 13953335296 53525 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0

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

[pid=13170/tid=13178] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13178/stat : 13178 (java) S 13168 13170 7151 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13179] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13179/stat : 13179 (java) S 13168 13170 7151 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13180] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13180/stat : 13180 (java) S 13168 13170 7151 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13181] ppid=13168 vsize=13626304 CPUtime=0.21 cores=0,2,4,6
/proc/13170/task/13181/stat : 13181 (java) S 13168 13170 7151 0 -1 4202560 2577 0 0 0 21 0 0 0 15 0 19 0 826838909 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 0 0 16800975 18446604453253859328 0 0 -1 0 0 0 0
[pid=13170/tid=13182] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13182/stat : 13182 (java) S 13168 13170 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826838909 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13183] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13183/stat : 13183 (java) S 13168 13170 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826838909 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13184] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13184/stat : 13184 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512515505 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13185] ppid=13168 vsize=13626304 CPUtime=0.31 cores=0,2,4,6
/proc/13170/task/13185/stat : 13185 (java) S 13168 13170 7151 0 -1 4202560 1695 0 0 0 31 0 0 0 15 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 2 0 0 0
[pid=13170/tid=13186] ppid=13168 vsize=13626304 CPUtime=0.53 cores=0,2,4,6
/proc/13170/task/13186/stat : 13186 (java) S 13168 13170 7151 0 -1 4202560 3988 0 0 0 53 0 0 0 15 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13187] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13187/stat : 13187 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13188] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13188/stat : 13188 (java) S 13168 13170 7151 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 4 0 16800975 18446604453253859328 0 0 -1 4 0 0 0
[pid=13170/tid=13210] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13210/stat : 13210 (java) S 13168 13170 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826838976 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1723.25
Current children cumulated vsize (KiB) 13626304

[startup+1782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/554 13784
/proc/meminfo: memFree=21140068/32950928 swapFree=34259960/67111528
[pid=13170] ppid=13168 vsize=13626304 CPUtime=1783.26 cores=0,2,4,6
/proc/13170/stat : 13170 (java) S 13168 13170 7151 0 -1 4202496 62662 0 1 0 178316 10 0 0 17 0 19 0 826838905 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13170/statm: 3406576 58831 2260 9 0 3397310 0
[pid=13170/tid=13171] ppid=13168 vsize=13626304 CPUtime=1782.08 cores=0,2,4,6
/proc/13170/task/13171/stat : 13171 (java) R 13168 13170 7151 0 -1 4202560 50893 0 1 0 178200 8 0 0 25 0 19 0 826838906 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 46912505729527 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13170/tid=13173] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13173/stat : 13173 (java) S 13168 13170 7151 0 -1 4202560 529 0 0 0 0 0 0 0 16 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13174] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13174/stat : 13174 (java) S 13168 13170 7151 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13175] ppid=13168 vsize=13626304 CPUtime=0.01 cores=0,2,4,6
/proc/13170/task/13175/stat : 13175 (java) S 13168 13170 7151 0 -1 4202560 883 0 0 0 1 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13176] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13176/stat : 13176 (java) S 13168 13170 7151 0 -1 4202560 374 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13177] ppid=13168 vsize=13626304 CPUtime=0.01 cores=0,2,4,6
/proc/13170/task/13177/stat : 13177 (java) S 13168 13170 7151 0 -1 4202560 242 0 0 0 1 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13178] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13178/stat : 13178 (java) S 13168 13170 7151 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13179] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13179/stat : 13179 (java) S 13168 13170 7151 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13180] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13180/stat : 13180 (java) S 13168 13170 7151 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13181] ppid=13168 vsize=13626304 CPUtime=0.24 cores=0,2,4,6
/proc/13170/task/13181/stat : 13181 (java) S 13168 13170 7151 0 -1 4202560 2579 0 0 0 24 0 0 0 15 0 19 0 826838909 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 0 0 16800975 18446604453253859328 0 0 -1 0 0 0 0
[pid=13170/tid=13182] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13182/stat : 13182 (java) S 13168 13170 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826838909 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13183] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13183/stat : 13183 (java) S 13168 13170 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826838909 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13184] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13184/stat : 13184 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512515505 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13185] ppid=13168 vsize=13626304 CPUtime=0.31 cores=0,2,4,6
/proc/13170/task/13185/stat : 13185 (java) S 13168 13170 7151 0 -1 4202560 1695 0 0 0 31 0 0 0 15 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 2 0 0 0
[pid=13170/tid=13186] ppid=13168 vsize=13626304 CPUtime=0.53 cores=0,2,4,6
/proc/13170/task/13186/stat : 13186 (java) S 13168 13170 7151 0 -1 4202560 3988 0 0 0 53 0 0 0 15 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13187] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13187/stat : 13187 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13188] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13188/stat : 13188 (java) S 13168 13170 7151 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 4 0 16800975 18446604453253859328 0 0 -1 4 0 0 0
[pid=13170/tid=13210] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13210/stat : 13210 (java) S 13168 13170 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826838976 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1783.26
Current children cumulated vsize (KiB) 13626304



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1799.1 s]
/proc/loadavg: 2.00 2.03 2.00 2/534 13787
/proc/meminfo: memFree=21315432/32950928 swapFree=34259960/67111528
[pid=13170] ppid=13168 vsize=13626304 CPUtime=1800.07 cores=0,2,4,6
/proc/13170/stat : 13170 (java) S 13168 13170 7151 0 -1 4202496 62664 0 1 0 179997 10 0 0 17 0 19 0 826838905 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13170/statm: 3406576 58831 2260 9 0 3397310 0
[pid=13170/tid=13171] ppid=13168 vsize=13626304 CPUtime=1798.9 cores=0,2,4,6
/proc/13170/task/13171/stat : 13171 (java) R 13168 13170 7151 0 -1 4202560 50893 0 1 0 179882 8 0 0 25 0 19 0 826838906 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 46912505729653 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13170/tid=13173] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13173/stat : 13173 (java) S 13168 13170 7151 0 -1 4202560 529 0 0 0 0 0 0 0 16 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13174] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13174/stat : 13174 (java) S 13168 13170 7151 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13175] ppid=13168 vsize=13626304 CPUtime=0.01 cores=0,2,4,6
/proc/13170/task/13175/stat : 13175 (java) S 13168 13170 7151 0 -1 4202560 883 0 0 0 1 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13176] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13176/stat : 13176 (java) S 13168 13170 7151 0 -1 4202560 374 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13177] ppid=13168 vsize=13626304 CPUtime=0.01 cores=0,2,4,6
/proc/13170/task/13177/stat : 13177 (java) S 13168 13170 7151 0 -1 4202560 242 0 0 0 1 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13178] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13178/stat : 13178 (java) S 13168 13170 7151 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13179] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13179/stat : 13179 (java) S 13168 13170 7151 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13180] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13180/stat : 13180 (java) S 13168 13170 7151 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13181] ppid=13168 vsize=13626304 CPUtime=0.24 cores=0,2,4,6
/proc/13170/task/13181/stat : 13181 (java) S 13168 13170 7151 0 -1 4202560 2579 0 0 0 24 0 0 0 15 0 19 0 826838909 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 0 0 16800975 18446604453253859328 0 0 -1 0 0 0 0
[pid=13170/tid=13182] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13182/stat : 13182 (java) S 13168 13170 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826838909 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13183] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13183/stat : 13183 (java) S 13168 13170 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826838909 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13184] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13184/stat : 13184 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512515505 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13185] ppid=13168 vsize=13626304 CPUtime=0.31 cores=0,2,4,6
/proc/13170/task/13185/stat : 13185 (java) S 13168 13170 7151 0 -1 4202560 1695 0 0 0 31 0 0 0 15 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 2 0 0 0
[pid=13170/tid=13186] ppid=13168 vsize=13626304 CPUtime=0.53 cores=0,2,4,6
/proc/13170/task/13186/stat : 13186 (java) S 13168 13170 7151 0 -1 4202560 3988 0 0 0 53 0 0 0 15 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13187] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13187/stat : 13187 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13188] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13188/stat : 13188 (java) S 13168 13170 7151 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 4 0 16800975 18446604453253859328 0 0 -1 4 0 0 0
[pid=13170/tid=13210] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13210/stat : 13210 (java) S 13168 13170 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826838976 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13626304

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

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

[startup+1799.1 s]
/proc/loadavg: 2.00 2.03 2.00 2/534 13787
/proc/meminfo: memFree=21315432/32950928 swapFree=34259960/67111528
[pid=13170] ppid=13168 vsize=13626304 CPUtime=1800.07 cores=0,2,4,6
/proc/13170/stat : 13170 (java) S 13168 13170 7151 0 -1 4202496 62664 0 1 0 179997 10 0 0 17 0 19 0 826838905 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/13170/statm: 3406576 58831 2260 9 0 3397310 0
[pid=13170/tid=13171] ppid=13168 vsize=13626304 CPUtime=1798.9 cores=0,2,4,6
/proc/13170/task/13171/stat : 13171 (java) R 13168 13170 7151 0 -1 4202560 50893 0 1 0 179882 8 0 0 25 0 19 0 826838906 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 46912505729653 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=13170/tid=13173] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13173/stat : 13173 (java) S 13168 13170 7151 0 -1 4202560 529 0 0 0 0 0 0 0 16 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13174] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13174/stat : 13174 (java) S 13168 13170 7151 0 -1 4202560 79 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13175] ppid=13168 vsize=13626304 CPUtime=0.01 cores=0,2,4,6
/proc/13170/task/13175/stat : 13175 (java) S 13168 13170 7151 0 -1 4202560 883 0 0 0 1 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13176] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13176/stat : 13176 (java) S 13168 13170 7151 0 -1 4202560 374 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13177] ppid=13168 vsize=13626304 CPUtime=0.01 cores=0,2,4,6
/proc/13170/task/13177/stat : 13177 (java) S 13168 13170 7151 0 -1 4202560 242 0 0 0 1 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13178] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13178/stat : 13178 (java) S 13168 13170 7151 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13179] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13179/stat : 13179 (java) S 13168 13170 7151 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13180] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13180/stat : 13180 (java) S 13168 13170 7151 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 826838908 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13181] ppid=13168 vsize=13626304 CPUtime=0.24 cores=0,2,4,6
/proc/13170/task/13181/stat : 13181 (java) S 13168 13170 7151 0 -1 4202560 2579 0 0 0 24 0 0 0 15 0 19 0 826838909 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 0 0 16800975 18446604453253859328 0 0 -1 0 0 0 0
[pid=13170/tid=13182] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13182/stat : 13182 (java) S 13168 13170 7151 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826838909 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13183] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13183/stat : 13183 (java) S 13168 13170 7151 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826838909 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13184] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13184/stat : 13184 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512515505 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13185] ppid=13168 vsize=13626304 CPUtime=0.31 cores=0,2,4,6
/proc/13170/task/13185/stat : 13185 (java) S 13168 13170 7151 0 -1 4202560 1695 0 0 0 31 0 0 0 15 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 2 0 0 0
[pid=13170/tid=13186] ppid=13168 vsize=13626304 CPUtime=0.53 cores=0,2,4,6
/proc/13170/task/13186/stat : 13186 (java) S 13168 13170 7151 0 -1 4202560 3988 0 0 0 53 0 0 0 15 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13187] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13187/stat : 13187 (java) S 13168 13170 7151 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512507801 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
[pid=13170/tid=13188] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13188/stat : 13188 (java) S 13168 13170 7151 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 826838912 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 4 0 16800975 18446604453253859328 0 0 -1 4 0 0 0
[pid=13170/tid=13210] ppid=13168 vsize=13626304 CPUtime=0 cores=0,2,4,6
/proc/13170/task/13210/stat : 13210 (java) S 13168 13170 7151 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826838976 13953335296 58831 33554432000 1073741824 1073778376 140736785496688 18446744073709551615 254512508416 0 4 0 16800975 18446604453253859328 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 13626304

Child status: 143
Real time (s): 1799.15
CPU time (s): 1800.13
CPU user time (s): 1800.01
CPU system time (s): 0.116982
CPU usage (%): 100.055
Max. virtual memory (cumulated for all children) (KiB): 13626304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.01
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62703
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= 37018
involuntary context switches= 11540

runsolver used 9.74752 second user time and 20.5139 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 03:53:42
IDJOB=3458738
IDBENCH=2527
IDSOLVER=1952
FILE ID=node149/3458738-1307152422
RUNJOBID= node149-1307148827-12876
PBS_JOBID= 13508767
Free space on /tmp= 73508 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-nsrand-ipx.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458738-1307152422/watcher-3458738-1307152422 -o /tmp/evaluation-result-3458738-1307152422/solver-3458738-1307152422 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458738-1307152422.opb

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

MD5SUM BENCH= 6eba7367ef128fb0872fe815e4ef2398
RANDOM SEED=1378940770

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21286096 kB
Buffers:        332952 kB
Cached:        3513820 kB
SwapCached:     123196 kB
Active:         353828 kB
Inactive:     10973012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21286096 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:            2500 kB
Writeback:           0 kB
AnonPages:     7381048 kB
Mapped:          17972 kB
Slab:           150388 kB
PageTables:     117748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173115312 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= 73764 MiB
End job on node149 at 2011-06-04 04:23:43