Trace number 4085061

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 PB 2.3.6 Resolution PB16? (TO) 1800.02 1784.15

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_ic.opb
MD5SUM7527e2935777236bd1dfaa057aa70f69
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 168196608
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 178958626766
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 168196608
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 178958626766
Number of bits of the biggest sum of numbers38
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085061-1465324223.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
19.93/14.41	c ... done. Wall clock time 14.3s.
19.93/14.41	c declared #vars     1000400
19.93/14.41	c #constraints  2030014
19.93/14.41	c constraints type 
19.93/14.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
19.93/14.41	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
19.93/14.41	c org.sat4j.specs.Constr$1 => 3
19.93/14.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
19.93/14.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59500
19.93/14.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985350
19.93/14.41	c 2030014 constraints processed.
19.93/14.41	c objective function length is 29800 literals
67.60/61.59	c cleaning 2498 clauses out of 5000 with flag 17454/5000
78.66/72.55	c cleaning 4244 clauses out of 8502 with flag 31493/11000
93.27/87.16	c cleaning 5627 clauses out of 11258 with flag 48537/18000
113.42/106.50	c cleaning 6816 clauses out of 13631 with flag 69262/26000
134.95/128.03	c cleaning 7905 clauses out of 15815 with flag 91147/35000
161.29/153.75	c cleaning 8949 clauses out of 17910 with flag 117725/45000
190.40/182.89	c cleaning 9974 clauses out of 19961 with flag 149319/56000
214.59/206.34	c cleaning 10993 clauses out of 21989 with flag 195830/68002
239.40/231.12	c cleaning 11993 clauses out of 23994 with flag 242577/81000
261.10/252.83	c cleaning 12993 clauses out of 26001 with flag 299365/95000
286.68/277.85	c cleaning 13999 clauses out of 28009 with flag 361021/110001
313.29/304.43	c cleaning 14999 clauses out of 30010 with flag 425816/126001
332.99/324.18	c cleaning 16002 clauses out of 32010 with flag 505054/143000
355.80/346.99	c cleaning 17002 clauses out of 34010 with flag 583615/161002
380.70/371.88	c cleaning 18002 clauses out of 36008 with flag 670309/180002
405.68/396.26	c cleaning 18997 clauses out of 38004 with flag 763754/200000
429.79/420.37	c cleaning 20002 clauses out of 40007 with flag 863769/221000
454.88/445.45	c cleaning 21001 clauses out of 42006 with flag 968107/243001
490.78/481.31	c cleaning 21992 clauses out of 44005 with flag 1044549/266001
541.66/531.69	c cleaning 22996 clauses out of 46012 with flag 1103297/290000
600.39/589.72	c cleaning 23999 clauses out of 48016 with flag 1170579/315000
657.07/646.40	c cleaning 25005 clauses out of 50017 with flag 1247956/341000
689.67/679.02	c cleaning 26004 clauses out of 52013 with flag 1311319/368001
759.69/748.54	c cleaning 26994 clauses out of 54008 with flag 1397522/396000
813.75/802.10	c cleaning 27998 clauses out of 56015 with flag 1491071/425001
879.60/867.38	c cleaning 28998 clauses out of 58017 with flag 1586886/455001
948.46/935.62	c cleaning 30002 clauses out of 60019 with flag 1694344/486001
1007.75/994.95	c cleaning 30999 clauses out of 62016 with flag 1797538/518000
1063.86/1050.47	c cleaning 31999 clauses out of 64017 with flag 1890850/551000
1130.56/1117.10	c cleaning 33001 clauses out of 66018 with flag 1988581/585000
1189.38/1175.43	c cleaning 34006 clauses out of 68018 with flag 2091717/620001
1281.15/1266.56	c cleaning 34999 clauses out of 70011 with flag 2179719/656000
1381.49/1366.33	c cleaning 36003 clauses out of 72012 with flag 2272117/693000
1473.88/1458.49	c cleaning 37004 clauses out of 74009 with flag 2367195/731000
1572.01/1556.46	c cleaning 37995 clauses out of 76006 with flag 2472078/770001
1685.32/1669.56	c cleaning 38997 clauses out of 78010 with flag 2583602/810000
1800.02/1784.10	c starts		: 7
1800.02/1784.10	c conflicts		: 850927
1800.02/1784.10	c decisions		: 987825
1800.02/1784.10	c propagations		: 1578847598
1800.02/1784.10	c inspects		: 12207287729
1800.02/1784.10	c shortcuts		: 0
1800.02/1784.10	c learnt literals	: 0
1800.02/1784.10	c learnt binary clauses	: 0
1800.02/1784.10	c learnt ternary clauses	: 0
1800.02/1784.10	c learnt constraints	: 850927
1800.02/1784.10	c ignored constraints	: 0
1800.02/1784.10	c root simplifications	: 0
1800.02/1784.10	c removed literals (reason simplification)	: 0
1800.02/1784.10	c reason swapping (by a shorter reason)	: 0
1800.02/1784.10	c Calls to reduceDB	: 36
1800.02/1784.10	c Number of update (reduction) of LBD	: 77987
1800.02/1784.10	c Imported unit clauses	: 0
1800.02/1784.10	c number of reductions to clauses (during analyze)	: 0
1800.02/1784.10	c number of learned constraints concerned by reduction	: 0
1800.02/1784.10	c number of learning phase by resolution	: 0
1800.02/1784.10	c number of learning phase by cutting planes	: 0
1800.02/1784.10	c speed (assignments/second)	: 892213.9971880396
1800.02/1784.10	c non guided choices	1325
1800.02/1784.13	c learnt constraints type 
1800.02/1784.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79941
1800.02/1784.13	s UNKNOWN
1800.02/1784.13	c Total wall clock time (in seconds): 1784.014

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4085061-1465324223/watcher-4085061-1465324223 -o /tmp/evaluation-result-4085061-1465324223/solver-4085061-1465324223 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465310425-9809 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085061-1465324223.opb 

pid=11273
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: 2.19 2.17 2.17 3/195 11276
/proc/meminfo: memFree=26206940/32872528 swapFree=17892/1720544
[pid=11276] ppid=11273 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/11276/stat : 11276 (java) R 11273 11276 8023 0 -1 4202496 330 0 0 0 0 0 0 0 20 0 1 0 114355768 8192 1 33554432000 0 0 0 140736095804280 270329867703 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11276/statm: 2 1 0 0 0 2 0

[startup+0.10016 s]
/proc/loadavg: 2.19 2.17 2.17 3/195 11276
/proc/meminfo: memFree=26206940/32872528 swapFree=17892/1720544
[pid=11276] ppid=11273 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11276/stat : 11276 (java) S 11273 11276 8023 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 114355768 9787879424 6029 33554432000 1073741824 1073778376 140737453716848 140737453707984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11276/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.19 2.17 2.17 3/195 11276
/proc/meminfo: memFree=26206940/32872528 swapFree=17892/1720544
[pid=11276] ppid=11273 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/11276/stat : 11276 (java) S 11273 11276 8023 0 -1 4202496 5209 0 1 0 27 2 0 0 20 0 18 0 114355768 9787879424 12602 33554432000 1073741824 1073778376 140737453716848 140737453707984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11276/statm: 2389619 12602 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300329 s]
/proc/loadavg: 2.19 2.17 2.17 3/195 11276
/proc/meminfo: memFree=26206940/32872528 swapFree=17892/1720544
[pid=11276] ppid=11273 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/11276/stat : 11276 (java) S 11273 11276 8023 0 -1 4202496 5601 0 1 0 44 3 0 0 20 0 18 0 114355768 9787879424 22479 33554432000 1073741824 1073778376 140737453716848 140737453707984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11276/statm: 2389619 22479 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 2.19 2.17 2.17 3/195 11276
/proc/meminfo: memFree=26206940/32872528 swapFree=17892/1720544
[pid=11276] ppid=11273 vsize=9558476 CPUtime=1.55 cores=0,2,4,6
/proc/11276/stat : 11276 (java) S 11273 11276 8023 0 -1 4202496 11615 0 1 0 147 8 0 0 20 0 18 0 114355768 9787879424 49498 33554432000 1073741824 1073778376 140737453716848 140737453707984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11276/statm: 2389619 49498 2272 9 0 2380296 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9558476

[startup+1.50072 s]
/proc/loadavg: 2.18 2.17 2.17 3/213 11294
/proc/meminfo: memFree=25985200/32872528 swapFree=17892/1720544
[pid=11276] ppid=11273 vsize=9558476 CPUtime=2.64 cores=0,2,4,6
/proc/11276/stat : 11276 (java) S 11273 11276 8023 0 -1 4202496 12496 0 1 0 249 15 0 0 20 0 18 0 114355768 9787879424 95763 33554432000 1073741824 1073778376 140737453716848 140737453707984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11276/statm: 2389619 95763 2272 9 0 2380296 0
[pid=11276/tid=11278] ppid=11273 vsize=9558476 CPUtime=1.34 cores=0,2,4,6
/proc/11276/task/11278/stat : 11278 (java) S 11273 11276 8023 0 -1 4202560 2516 0 1 0 129 5 0 0 20 0 18 0 114355769 9787879424 95763 33554432000 1073741824 1073778376 140737453716848 140312767888872 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11279] ppid=11273 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/11276/task/11279/stat : 11279 (java) R 11273 11276 8023 0 -1 4202560 106 0 0 0 4 2 0 0 20 0 18 0 114355770 9787879424 95763 33554432000 1073741824 1073778376 140737453716848 140312611338968 140312771646930 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11280] ppid=11273 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/11276/task/11280/stat : 11280 (java) R 11273 11276 8023 0 -1 4202560 46 0 0 0 4 0 0 0 20 0 18 0 114355770 9787879424 95763 33554432000 1073741824 1073778376 140737453716848 140312610286168 140312771647305 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0
[pid=11276/tid=11281] ppid=11273 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/11276/task/11281/stat : 11281 (java) R 11273 11276 8023 0 -1 4202560 141 0 0 0 4 1 0 0 20 0 18 0 114355770 9787879424 95763 33554432000 1073741824 1073778376 140737453716848 140312609233072 140312771646923 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0
[pid=11276/tid=11282] ppid=11273 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/11276/task/11282/stat : 11282 (java) R 11273 11276 8023 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 18 0 114355770 9787879424 95763 33554432000 1073741824 1073778376 140737453716848 140312608180568 140312771647362 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11283] ppid=11273 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/11276/task/11283/stat : 11283 (java) D 11273 11276 8023 0 -1 4202560 31 0 0 0 4 0 0 0 20 0 18 0 114355770 9787879424 95763 33554432000 1073741824 1073778376 140737453716848 140312607128792 140312770361075 0 4 0 16800975 18446744071581355444 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11284] ppid=11273 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/11276/task/11284/stat : 11284 (java) D 11273 11276 8023 0 -1 4202560 419 0 0 0 4 1 0 0 20 0 18 0 114355770 9787879424 95763 33554432000 1073741824 1073778376 140737453716848 140312606075576 270330094567 0 4 0 16800975 18446744071581355491 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11285] ppid=11273 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/11276/task/11285/stat : 11285 (java) R 11273 11276 8023 0 -1 4202560 92 0 0 0 5 0 0 0 20 0 18 0 114355770 9787879424 95763 33554432000 1073741824 1073778376 140737453716848 140312605023192 140312770361033 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11286] ppid=11273 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/11276/task/11286/stat : 11286 (java) D 11273 11276 8023 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 18 0 114355770 9787879424 95763 33554432000 1073741824 1073778376 140737453716848 140312603970392 140312770361033 0 4 0 16800975 18446744071581355444 0 0 -1 0 0 0 0 0 0
[pid=11276/tid=11287] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11287/stat : 11287 (java) S 11273 11276 8023 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 114355771 9787879424 95763 33554432000 1073741824 1073778376 140737453716848 140312591771016 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11288] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11288/stat : 11288 (java) S 11273 11276 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114355772 9787879424 95763 33554432000 1073741824 1073778376 140737453716848 140312590718200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11289] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11289/stat : 11289 (java) S 11273 11276 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114355772 9787879424 95764 33554432000 1073741824 1073778376 140737453716848 140312589665288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11290] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11290/stat : 11290 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114355774 9787879424 95764 33554432000 1073741824 1073778376 140737453716848 140312588613776 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11291] ppid=11273 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/11276/task/11291/stat : 11291 (java) S 11273 11276 8023 0 -1 4202560 3506 0 0 0 40 0 0 0 20 0 18 0 114355774 9787879424 95764 33554432000 1073741824 1073778376 140737453716848 140312587561912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11292] ppid=11273 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/11276/task/11292/stat : 11292 (java) S 11273 11276 8023 0 -1 4202560 4258 0 0 0 39 0 0 0 20 0 18 0 114355774 9787879424 95764 33554432000 1073741824 1073778376 140737453716848 140312586509112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11293] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11293/stat : 11293 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114355774 9787879424 95764 33554432000 1073741824 1073778376 140737453716848 140312585456504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11294] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11294/stat : 11294 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114355774 9787879424 95764 33554432000 1073741824 1073778376 140737453716848 140312584403912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 2.18 2.17 2.17 3/213 11294
/proc/meminfo: memFree=25747888/32872528 swapFree=17892/1720544
[pid=11276] ppid=11273 vsize=9558476 CPUtime=4.71 cores=0,2,4,6
/proc/11276/stat : 11276 (java) S 11273 11276 8023 0 -1 4202496 13456 0 1 0 446 25 0 0 20 0 18 0 114355768 9787879424 150789 33554432000 1073741824 1073778376 140737453716848 140737453707984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11276/statm: 2389619 151301 2272 9 0 2380296 0
[pid=11276/tid=11278] ppid=11273 vsize=9558476 CPUtime=2.77 cores=0,2,4,6
/proc/11276/task/11278/stat : 11278 (java) R 11273 11276 8023 0 -1 4202560 2770 0 1 0 270 7 0 0 20 0 18 0 114355769 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312767881216 140312639376809 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11279] ppid=11273 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/11276/task/11279/stat : 11279 (java) S 11273 11276 8023 0 -1 4202560 131 0 0 0 12 2 0 0 20 0 18 0 114355770 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312611338792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11280] ppid=11273 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11276/task/11280/stat : 11280 (java) S 11273 11276 8023 0 -1 4202560 63 0 0 0 8 2 0 0 20 0 18 0 114355770 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312610285992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=11276/tid=11281] ppid=11273 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11276/task/11281/stat : 11281 (java) S 11273 11276 8023 0 -1 4202560 154 0 0 0 8 2 0 0 20 0 18 0 114355770 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312609233192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 1 0 0
[pid=11276/tid=11282] ppid=11273 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/11276/task/11282/stat : 11282 (java) S 11273 11276 8023 0 -1 4202560 48 0 0 0 10 2 0 0 20 0 18 0 114355770 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312608180392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11283] ppid=11273 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11276/task/11283/stat : 11283 (java) S 11273 11276 8023 0 -1 4202560 444 0 0 0 10 1 0 0 20 0 18 0 114355770 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312607128616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11276/tid=11284] ppid=11273 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/11276/task/11284/stat : 11284 (java) S 11273 11276 8023 0 -1 4202560 440 0 0 0 11 3 0 0 20 0 18 0 114355770 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312606075816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11285] ppid=11273 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/11276/task/11285/stat : 11285 (java) S 11273 11276 8023 0 -1 4202560 151 0 0 0 13 3 0 0 20 0 18 0 114355770 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312605023016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11276/tid=11286] ppid=11273 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11276/task/11286/stat : 11286 (java) S 11273 11276 8023 0 -1 4202560 43 0 0 0 9 2 0 0 20 0 18 0 114355770 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312603970216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11287] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11287/stat : 11287 (java) S 11273 11276 8023 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 114355771 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312591772136 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11288] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11288/stat : 11288 (java) S 11273 11276 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114355772 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312590718200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11289] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11289/stat : 11289 (java) S 11273 11276 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114355772 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312589665288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11290] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11290/stat : 11290 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114355774 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312588613776 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11291] ppid=11273 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/11276/task/11291/stat : 11291 (java) S 11273 11276 8023 0 -1 4202560 3506 0 0 0 40 0 0 0 20 0 18 0 114355774 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312587561912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11292] ppid=11273 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/11276/task/11292/stat : 11292 (java) S 11273 11276 8023 0 -1 4202560 4258 0 0 0 39 0 0 0 20 0 18 0 114355774 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312586509112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11293] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11293/stat : 11293 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114355774 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312585456504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11294] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11294/stat : 11294 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114355774 9787879424 151301 33554432000 1073741824 1073778376 140737453716848 140312584403912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.71
Current children cumulated vsize (KiB) 9558476

[startup+6.30077 s]
/proc/loadavg: 2.18 2.17 2.17 3/213 11294
/proc/meminfo: memFree=25340396/32872528 swapFree=17892/1720544
[pid=11276] ppid=11273 vsize=9558476 CPUtime=9.14 cores=0,2,4,6
/proc/11276/stat : 11276 (java) S 11273 11276 8023 0 -1 4202496 15413 0 1 0 866 48 0 0 20 0 18 0 114355768 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140737453707984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11276/statm: 2389619 302405 2272 9 0 2380296 0
[pid=11276/tid=11278] ppid=11273 vsize=9558476 CPUtime=5.54 cores=0,2,4,6
/proc/11276/task/11278/stat : 11278 (java) R 11273 11276 8023 0 -1 4202560 3442 0 1 0 541 13 0 0 20 0 18 0 114355769 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312767881360 140312639366275 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11276/tid=11279] ppid=11273 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/11276/task/11279/stat : 11279 (java) S 11273 11276 8023 0 -1 4202560 220 0 0 0 30 5 0 0 20 0 18 0 114355770 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312611338792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11280] ppid=11273 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/11276/task/11280/stat : 11280 (java) S 11273 11276 8023 0 -1 4202560 111 0 0 0 24 2 0 0 20 0 18 0 114355770 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312610285992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=11276/tid=11281] ppid=11273 vsize=9558476 CPUtime=0.34 cores=0,2,4,6
/proc/11276/task/11281/stat : 11281 (java) S 11273 11276 8023 0 -1 4202560 211 0 0 0 29 5 0 0 20 0 18 0 114355770 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312609233192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 1 0 0
[pid=11276/tid=11282] ppid=11273 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/11276/task/11282/stat : 11282 (java) S 11273 11276 8023 0 -1 4202560 100 0 0 0 29 4 0 0 20 0 18 0 114355770 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312608180392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11283] ppid=11273 vsize=9558476 CPUtime=0.34 cores=0,2,4,6
/proc/11276/task/11283/stat : 11283 (java) S 11273 11276 8023 0 -1 4202560 541 0 0 0 31 3 0 0 20 0 18 0 114355770 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312607128616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11284] ppid=11273 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/11276/task/11284/stat : 11284 (java) S 11273 11276 8023 0 -1 4202560 505 0 0 0 28 5 0 0 20 0 18 0 114355770 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312606075816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11285] ppid=11273 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/11276/task/11285/stat : 11285 (java) S 11273 11276 8023 0 -1 4202560 617 0 0 0 30 5 0 0 20 0 18 0 114355770 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312605023016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11276/tid=11286] ppid=11273 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/11276/task/11286/stat : 11286 (java) S 11273 11276 8023 0 -1 4202560 106 0 0 0 25 4 0 0 20 0 18 0 114355770 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312603970216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11287] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11287/stat : 11287 (java) S 11273 11276 8023 0 -1 4202560 541 0 0 0 0 0 0 0 20 0 18 0 114355771 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312591772136 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11276/tid=11288] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11288/stat : 11288 (java) S 11273 11276 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114355772 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312590718200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11289] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11289/stat : 11289 (java) S 11273 11276 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114355772 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312589665288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11290] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11290/stat : 11290 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114355774 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312588613776 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11291] ppid=11273 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/11276/task/11291/stat : 11291 (java) S 11273 11276 8023 0 -1 4202560 3508 0 0 0 41 0 0 0 20 0 18 0 114355774 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312587561912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11292] ppid=11273 vsize=9558476 CPUtime=0.42 cores=0,2,4,6
/proc/11276/task/11292/stat : 11292 (java) S 11273 11276 8023 0 -1 4202560 4258 0 0 0 42 0 0 0 20 0 18 0 114355774 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312586509112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11293] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11293/stat : 11293 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114355774 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312585456504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11294] ppid=11273 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11294/stat : 11294 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114355774 9787879424 302405 33554432000 1073741824 1073778376 140737453716848 140312584403912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.14
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 2.23 2.18 2.18 4/213 11294
/proc/meminfo: memFree=24122540/32872528 swapFree=17892/1720544
[pid=11276] ppid=11273 vsize=9558476 CPUtime=17.58 cores=0,2,4,6
/proc/11276/stat : 11276 (java) S 11273 11276 8023 0 -1 4202496 18049 0 1 0 1682 76 0 0 20 0 18 0 114355768 9787879424 450563 33554432000 1073741824 1073778376 140737453716848 140737453707984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11276/statm: 2389619 450563 2283 9 0 2380296 0

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

[pid=11276/tid=11295] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11295/stat : 11295 (java) S 11273 11276 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114357220 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312583349416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1678.13
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.22 2.21 2.18 3/213 11401
/proc/meminfo: memFree=24958092/32872528 swapFree=17892/1720544
[pid=11276] ppid=11273 vsize=9625040 CPUtime=1738.11 cores=0,2,4,6
/proc/11276/stat : 11276 (java) S 11273 11276 8023 0 -1 4202496 22592 0 1 0 173596 215 0 0 20 0 19 0 114355768 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140737453707984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11276/statm: 2406260 845553 2297 9 0 2396937 0
[pid=11276/tid=11278] ppid=11273 vsize=9625040 CPUtime=1709.82 cores=0,2,4,6
/proc/11276/task/11278/stat : 11278 (java) R 11273 11276 8023 0 -1 4202560 3858 0 1 0 170928 54 0 0 20 0 19 0 114355769 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312767880896 140312639815739 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11276/tid=11279] ppid=11273 vsize=9625040 CPUtime=2.51 cores=0,2,4,6
/proc/11276/task/11279/stat : 11279 (java) S 11273 11276 8023 0 -1 4202560 779 0 0 0 229 22 0 0 20 0 19 0 114355770 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312611338792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11280] ppid=11273 vsize=9625040 CPUtime=2.07 cores=0,2,4,6
/proc/11276/task/11280/stat : 11280 (java) S 11273 11276 8023 0 -1 4202560 517 0 0 0 193 14 0 0 20 0 19 0 114355770 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312610285992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 1 0 0
[pid=11276/tid=11281] ppid=11273 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/11276/task/11281/stat : 11281 (java) S 11273 11276 8023 0 -1 4202560 860 0 0 0 229 19 0 0 20 0 19 0 114355770 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312609233192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 1 0 0
[pid=11276/tid=11282] ppid=11273 vsize=9625040 CPUtime=2.41 cores=0,2,4,6
/proc/11276/task/11282/stat : 11282 (java) S 11273 11276 8023 0 -1 4202560 638 0 0 0 220 21 0 0 20 0 19 0 114355770 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312608180392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11283] ppid=11273 vsize=9625040 CPUtime=2.36 cores=0,2,4,6
/proc/11276/task/11283/stat : 11283 (java) S 11273 11276 8023 0 -1 4202560 1616 0 0 0 220 16 0 0 20 0 19 0 114355770 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312607128616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11284] ppid=11273 vsize=9625040 CPUtime=2.26 cores=0,2,4,6
/proc/11276/task/11284/stat : 11284 (java) S 11273 11276 8023 0 -1 4202560 816 0 0 0 206 20 0 0 20 0 19 0 114355770 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312606075816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11285] ppid=11273 vsize=9625040 CPUtime=2.64 cores=0,2,4,6
/proc/11276/task/11285/stat : 11285 (java) S 11273 11276 8023 0 -1 4202560 967 0 0 0 241 23 0 0 20 0 19 0 114355770 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312605023016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11286] ppid=11273 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/11276/task/11286/stat : 11286 (java) S 11273 11276 8023 0 -1 4202560 850 0 0 0 215 16 0 0 20 0 19 0 114355770 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312603970216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11287] ppid=11273 vsize=9625040 CPUtime=2.81 cores=0,2,4,6
/proc/11276/task/11287/stat : 11287 (java) S 11273 11276 8023 0 -1 4202560 2488 0 0 0 277 4 0 0 20 0 19 0 114355771 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312591772136 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11276/tid=11288] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11288/stat : 11288 (java) S 11273 11276 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114355772 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312590718200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11289] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11289/stat : 11289 (java) S 11273 11276 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114355772 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312589665288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11290] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11290/stat : 11290 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114355774 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312588613776 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11291] ppid=11273 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/11276/task/11291/stat : 11291 (java) S 11273 11276 8023 0 -1 4202560 3571 0 0 0 78 0 0 0 20 0 19 0 114355774 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312587561912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11292] ppid=11273 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/11276/task/11292/stat : 11292 (java) S 11273 11276 8023 0 -1 4202560 4273 0 0 0 73 0 0 0 20 0 19 0 114355774 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312586509112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11293] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11293/stat : 11293 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114355774 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312585456504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11294] ppid=11273 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/11276/task/11294/stat : 11294 (java) S 11273 11276 8023 0 -1 4202560 99 0 0 0 33 31 0 0 20 0 19 0 114355774 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312584403912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11276/tid=11295] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11295/stat : 11295 (java) S 11273 11276 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114357220 9856040960 845553 33554432000 1073741824 1073778376 140737453716848 140312583349416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1738.11
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.21 2.18 3/214 11405
/proc/meminfo: memFree=24593824/32872528 swapFree=17892/1720544
[pid=11276] ppid=11273 vsize=9625040 CPUtime=1798.22 cores=0,2,4,6
/proc/11276/stat : 11276 (java) S 11273 11276 8023 0 -1 4202496 22606 0 1 0 179606 216 0 0 20 0 19 0 114355768 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140737453707984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11276/statm: 2406260 841712 2297 9 0 2396937 0
[pid=11276/tid=11278] ppid=11273 vsize=9625040 CPUtime=1769.62 cores=0,2,4,6
/proc/11276/task/11278/stat : 11278 (java) R 11273 11276 8023 0 -1 4202560 3859 0 1 0 176906 56 0 0 20 0 19 0 114355769 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312767888592 140312639827361 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11276/tid=11279] ppid=11273 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/11276/task/11279/stat : 11279 (java) S 11273 11276 8023 0 -1 4202560 779 0 0 0 231 22 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312611338792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11280] ppid=11273 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/11276/task/11280/stat : 11280 (java) S 11273 11276 8023 0 -1 4202560 524 0 0 0 196 14 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312610285992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=11276/tid=11281] ppid=11273 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/11276/task/11281/stat : 11281 (java) S 11273 11276 8023 0 -1 4202560 860 0 0 0 230 19 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312609233192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 1 0 0
[pid=11276/tid=11282] ppid=11273 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/11276/task/11282/stat : 11282 (java) S 11273 11276 8023 0 -1 4202560 638 0 0 0 221 21 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312608180392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11283] ppid=11273 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/11276/task/11283/stat : 11283 (java) S 11273 11276 8023 0 -1 4202560 1616 0 0 0 221 16 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312607128616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11284] ppid=11273 vsize=9625040 CPUtime=2.26 cores=0,2,4,6
/proc/11276/task/11284/stat : 11284 (java) S 11273 11276 8023 0 -1 4202560 816 0 0 0 206 20 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312606075816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11285] ppid=11273 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/11276/task/11285/stat : 11285 (java) S 11273 11276 8023 0 -1 4202560 967 0 0 0 243 23 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312605023016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11286] ppid=11273 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/11276/task/11286/stat : 11286 (java) S 11273 11276 8023 0 -1 4202560 850 0 0 0 218 16 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312603970216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11287] ppid=11273 vsize=9625040 CPUtime=2.82 cores=0,2,4,6
/proc/11276/task/11287/stat : 11287 (java) S 11273 11276 8023 0 -1 4202560 2490 0 0 0 277 5 0 0 20 0 19 0 114355771 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312591772136 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11276/tid=11288] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11288/stat : 11288 (java) S 11273 11276 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114355772 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312590718200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11289] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11289/stat : 11289 (java) S 11273 11276 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114355772 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312589665288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11290] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11290/stat : 11290 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114355774 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312588613776 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11291] ppid=11273 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/11276/task/11291/stat : 11291 (java) S 11273 11276 8023 0 -1 4202560 3571 0 0 0 78 0 0 0 20 0 19 0 114355774 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312587561912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11292] ppid=11273 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/11276/task/11292/stat : 11292 (java) S 11273 11276 8023 0 -1 4202560 4273 0 0 0 73 0 0 0 20 0 19 0 114355774 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312586509112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11293] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11293/stat : 11293 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114355774 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312585456504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11294] ppid=11273 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11276/task/11294/stat : 11294 (java) S 11273 11276 8023 0 -1 4202560 103 0 0 0 35 32 0 0 20 0 19 0 114355774 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312584403912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11295] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11295/stat : 11295 (java) S 11273 11276 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114357220 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312583349416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1798.22
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.1 s]
/proc/loadavg: 2.22 2.21 2.18 3/214 11405
/proc/meminfo: memFree=24593840/32872528 swapFree=17892/1720544
[pid=11276] ppid=11273 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/11276/stat : 11276 (java) S 11273 11276 8023 0 -1 4202496 22606 0 1 0 179786 216 0 0 20 0 19 0 114355768 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140737453707984 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11276/statm: 2406260 841712 2297 9 0 2396937 0
[pid=11276/tid=11278] ppid=11273 vsize=9625040 CPUtime=1771.42 cores=0,2,4,6
/proc/11276/task/11278/stat : 11278 (java) R 11273 11276 8023 0 -1 4202560 3859 0 1 0 177086 56 0 0 20 0 19 0 114355769 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312767888592 140312639843178 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11276/tid=11279] ppid=11273 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/11276/task/11279/stat : 11279 (java) S 11273 11276 8023 0 -1 4202560 779 0 0 0 231 22 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312611338792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11280] ppid=11273 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/11276/task/11280/stat : 11280 (java) S 11273 11276 8023 0 -1 4202560 524 0 0 0 196 14 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312610285992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=11276/tid=11281] ppid=11273 vsize=9625040 CPUtime=2.49 cores=0,2,4,6
/proc/11276/task/11281/stat : 11281 (java) S 11273 11276 8023 0 -1 4202560 860 0 0 0 230 19 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312609233192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 1 0 0
[pid=11276/tid=11282] ppid=11273 vsize=9625040 CPUtime=2.42 cores=0,2,4,6
/proc/11276/task/11282/stat : 11282 (java) S 11273 11276 8023 0 -1 4202560 638 0 0 0 221 21 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312608180392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11283] ppid=11273 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/11276/task/11283/stat : 11283 (java) S 11273 11276 8023 0 -1 4202560 1616 0 0 0 221 16 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312607128616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11284] ppid=11273 vsize=9625040 CPUtime=2.26 cores=0,2,4,6
/proc/11276/task/11284/stat : 11284 (java) S 11273 11276 8023 0 -1 4202560 816 0 0 0 206 20 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312606075816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11285] ppid=11273 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/11276/task/11285/stat : 11285 (java) S 11273 11276 8023 0 -1 4202560 967 0 0 0 243 23 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312605023016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11286] ppid=11273 vsize=9625040 CPUtime=2.34 cores=0,2,4,6
/proc/11276/task/11286/stat : 11286 (java) S 11273 11276 8023 0 -1 4202560 850 0 0 0 218 16 0 0 20 0 19 0 114355770 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312603970216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11287] ppid=11273 vsize=9625040 CPUtime=2.82 cores=0,2,4,6
/proc/11276/task/11287/stat : 11287 (java) S 11273 11276 8023 0 -1 4202560 2490 0 0 0 277 5 0 0 20 0 19 0 114355771 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312591772136 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11276/tid=11288] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11288/stat : 11288 (java) S 11273 11276 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114355772 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312590718200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11289] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11289/stat : 11289 (java) S 11273 11276 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114355772 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312589665288 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11290] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11290/stat : 11290 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114355774 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312588613776 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11291] ppid=11273 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/11276/task/11291/stat : 11291 (java) S 11273 11276 8023 0 -1 4202560 3571 0 0 0 78 0 0 0 20 0 19 0 114355774 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312587561912 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11292] ppid=11273 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/11276/task/11292/stat : 11292 (java) S 11273 11276 8023 0 -1 4202560 4273 0 0 0 73 0 0 0 20 0 19 0 114355774 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312586509112 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11276/tid=11293] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11293/stat : 11293 (java) S 11273 11276 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114355774 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312585456504 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11276/tid=11294] ppid=11273 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11276/task/11294/stat : 11294 (java) S 11273 11276 8023 0 -1 4202560 103 0 0 0 35 32 0 0 20 0 19 0 114355774 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312584403912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11276/tid=11295] ppid=11273 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11276/task/11295/stat : 11295 (java) S 11273 11276 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114357220 9856040960 841712 33554432000 1073741824 1073778376 140737453716848 140312583349416 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11276 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11276 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=328372
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=591606
# CPU time returned by wait4() is 1795.92
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.15
CPU time (s): 1800.02
CPU user time (s): 1797.86
CPU system time (s): 2.16
CPU usage (%): 100.89
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.33
system time used= 2.59161
maximum resident set size= 3382324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22640
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39753
involuntary context switches= 27066

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1705 second user time and 13.8269 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-07 20:30:26
IDJOB=4085061
IDBENCH=92648
IDSOLVER=2546
FILE ID=node117/4085061-1465324223
RUNJOBID= node117-1465310425-9809
PBS_JOBID= 19848086
Free space on /tmp= 71424 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_4_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085061-1465324223/watcher-4085061-1465324223 -o /tmp/evaluation-result-4085061-1465324223/solver-4085061-1465324223 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465310425-9809 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085061-1465324223.opb

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

MD5SUM BENCH= 7527e2935777236bd1dfaa057aa70f69
RANDOM SEED=530037855

node117.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.088
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26207228 kB
Buffers:          125228 kB
Cached:           632672 kB
SwapCached:        29276 kB
Active:          3802960 kB
Inactive:         385800 kB
Active(anon):    3404772 kB
Inactive(anon):    28816 kB
Active(file):     398188 kB
Inactive(file):   356984 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67071200 kB
Dirty:            100712 kB
Writeback:             0 kB
AnonPages:       5127796 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             613980 kB
SReclaimable:      57704 kB
SUnreclaim:       556276 kB
KernelStack:        1592 kB
PageTables:        14280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5613500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5011456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71636 MiB
End job on node117 at 2016-06-07 21:00:10