Trace number 4105764

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.01 1773.62

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=160-sizeP=81-sizeQ=160-451332552-max.opb
MD5SUM7144dfb48272235c3b7a545be98e4888
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-127
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables13201
Total number of constraints38881
Number of constraints which are clauses38880
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint12960
Number of terms in the objective function 81
Biggest coefficient in the objective function 1208925819614629174706176
Number of bits for the biggest coefficient in the objective function 81
Sum of the numbers in the objective function 2417851639229258349412351
Number of bits of the sum of numbers in the objective function 81
Biggest number in a constraint 883423532389192164791648750371459257913741948437809479060803100646309888
Number of bits of the biggest number in a constraint 240
Biggest sum of numbers in a constraint 3533694129556768659166594049428614927482833788414325188820087345754616777
Number of bits of the biggest sum of numbers241
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4105764-1466265197.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
1.02/0.61	c ... done. Wall clock time 0.511s.
1.02/0.61	c declared #vars     13201
1.02/0.61	c #constraints  38882
1.02/0.61	c constraints type 
1.02/0.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12960
1.02/0.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 25920
1.02/0.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.02/0.62	c 38882 constraints processed.
1.02/0.62	c objective function length is 81 literals
112.26/110.17	c cleaning 2498 clauses out of 5000 with flag 13291/5000
248.62/244.36	c cleaning 4243 clauses out of 8502 with flag 31250/11000
409.19/402.63	c cleaning 5626 clauses out of 11259 with flag 53099/18000
591.68/582.43	c cleaning 6809 clauses out of 13634 with flag 76201/26001
791.88/779.92	c cleaning 7905 clauses out of 15824 with flag 103638/35000
1014.76/999.62	c cleaning 8950 clauses out of 17919 with flag 134767/45000
1274.82/1255.82	c cleaning 9975 clauses out of 19969 with flag 170648/56000
1554.70/1531.77	c cleaning 10988 clauses out of 21994 with flag 207276/68000
1800.01/1773.60	c starts		: 1
1800.01/1773.60	c conflicts		: 79161
1800.01/1773.60	c decisions		: 89107
1800.01/1773.60	c propagations		: 17114621
1800.01/1773.60	c inspects		: 215365059
1800.01/1773.60	c shortcuts		: 0
1800.01/1773.60	c learnt literals	: 0
1800.01/1773.60	c learnt binary clauses	: 0
1800.01/1773.60	c learnt ternary clauses	: 1
1800.01/1773.60	c learnt constraints	: 79160
1800.01/1773.60	c ignored constraints	: 0
1800.01/1773.60	c root simplifications	: 0
1800.01/1773.60	c removed literals (reason simplification)	: 0
1800.01/1773.60	c reason swapping (by a shorter reason)	: 0
1800.01/1773.60	c Calls to reduceDB	: 8
1800.01/1773.60	c Number of update (reduction) of LBD	: 7930
1800.01/1773.60	c Imported unit clauses	: 0
1800.01/1773.60	c number of reductions to clauses (during analyze)	: 0
1800.01/1773.60	c number of learned constraints concerned by reduction	: 0
1800.01/1773.60	c number of learning phase by resolution	: 0
1800.01/1773.60	c number of learning phase by cutting planes	: 0
1800.01/1773.60	c speed (assignments/second)	: 9653.074415768786
1800.01/1773.60	c non guided choices	64
1800.01/1773.61	c timeout
1800.01/1773.61	c learnt constraints type 
1800.01/1773.61	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 22167
1800.01/1773.61	s UNKNOWN
1800.01/1773.61	c Total wall clock time (in seconds): 1773.508

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-4105764-1466265197/watcher-4105764-1466265197 -o /tmp/evaluation-result-4105764-1466265197/solver-4105764-1466265197 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466241833-6933 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4105764-1466265197.opb 

pid=20186
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.27 2.25 2.26 3/194 20189
/proc/meminfo: memFree=29252360/32872528 swapFree=1497824/1644992
[pid=20189] ppid=20186 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20189/stat : 20189 (java) R 20186 20189 6916 0 -1 4202496 493 0 0 0 0 0 0 0 20 0 1 0 28566510 9515008 147 33554432000 1073741824 1073778376 140736578852544 140736578849672 259112007936 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/20189/statm: 2323 151 110 9 0 71 0

[startup+0.100162 s]
/proc/loadavg: 2.27 2.25 2.26 3/194 20189
/proc/meminfo: memFree=29252360/32872528 swapFree=1497824/1644992
[pid=20189] ppid=20186 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/20189/stat : 20189 (java) S 20186 20189 6916 0 -1 4202496 4454 0 1 0 9 1 0 0 20 0 18 0 28566510 9787879424 6084 33554432000 1073741824 1073778376 140736578852544 140736578843680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20189/statm: 2389619 6084 2154 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200349 s]
/proc/loadavg: 2.27 2.25 2.26 3/194 20189
/proc/meminfo: memFree=29252360/32872528 swapFree=1497824/1644992
[pid=20189] ppid=20186 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/20189/stat : 20189 (java) S 20186 20189 6916 0 -1 4202496 4953 0 1 0 26 1 0 0 20 0 18 0 28566510 9787879424 7002 33554432000 1073741824 1073778376 140736578852544 140736578843680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20189/statm: 2389619 7002 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300347 s]
/proc/loadavg: 2.27 2.25 2.26 3/194 20189
/proc/meminfo: memFree=29252360/32872528 swapFree=1497824/1644992
[pid=20189] ppid=20186 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/20189/stat : 20189 (java) S 20186 20189 6916 0 -1 4202496 5825 0 1 0 49 2 0 0 20 0 18 0 28566510 9787879424 8985 33554432000 1073741824 1073778376 140736578852544 140736578843680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20189/statm: 2389619 8985 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.7002 s]
/proc/loadavg: 2.27 2.25 2.26 3/194 20189
/proc/meminfo: memFree=29252360/32872528 swapFree=1497824/1644992
[pid=20189] ppid=20186 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/20189/stat : 20189 (java) S 20186 20189 6916 0 -1 4202496 7257 0 1 0 121 3 0 0 20 0 19 0 28566510 9856040960 29866 33554432000 1073741824 1073778376 140736578852544 140736578843680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20189/statm: 2406260 29866 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50088 s]
/proc/loadavg: 2.27 2.25 2.26 3/213 20208
/proc/meminfo: memFree=29113544/32872528 swapFree=1497824/1644992
[pid=20189] ppid=20186 vsize=9625040 CPUtime=2.26 cores=1,3,5,7
/proc/20189/stat : 20189 (java) S 20186 20189 6916 0 -1 4202496 8643 0 1 0 221 5 0 0 20 0 19 0 28566510 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 140736578843680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20189/statm: 2406260 41892 2278 9 0 2396937 0
[pid=20189/tid=20191] ppid=20186 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/20189/task/20191/stat : 20191 (java) R 20186 20189 6916 0 -1 4202560 2474 0 1 0 142 2 0 0 20 0 19 0 28566511 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139701294489864 139701143663225 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20192] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20192/stat : 20192 (java) S 20186 20189 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139701266942376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20193] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20193/stat : 20193 (java) S 20186 20189 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139701265889832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20194] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20194/stat : 20194 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139701264836776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20195] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20195/stat : 20195 (java) S 20186 20189 6916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139701263784232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20196] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20196/stat : 20196 (java) S 20186 20189 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139701262732200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20197] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20197/stat : 20197 (java) S 20186 20189 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139701261679656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20198] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20198/stat : 20198 (java) S 20186 20189 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139701131979432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20199] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20199/stat : 20199 (java) S 20186 20189 6916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139701130926888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20200] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20200/stat : 20200 (java) S 20186 20189 6916 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139700647979368 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20201] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20201/stat : 20201 (java) S 20186 20189 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139700646925688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20202] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20202/stat : 20202 (java) S 20186 20189 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139700645872520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20203] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20203/stat : 20203 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139700644821264 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20204] ppid=20186 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20189/task/20204/stat : 20204 (java) S 20186 20189 6916 0 -1 4202560 2165 0 0 0 36 0 0 0 20 0 19 0 28566516 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139700643769144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20205] ppid=20186 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20189/task/20205/stat : 20205 (java) S 20186 20189 6916 0 -1 4202560 2630 0 0 0 36 0 0 0 20 0 19 0 28566516 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139700642716600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20206] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20206/stat : 20206 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139700641663736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20207] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20207/stat : 20207 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139700640611400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20208] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20208/stat : 20208 (java) S 20186 20189 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28566574 9856040960 41892 33554432000 1073741824 1073778376 140736578852544 139700639556648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9625040

[startup+3.10842 s]
/proc/loadavg: 2.24 2.25 2.26 3/213 20208
/proc/meminfo: memFree=29091440/32872528 swapFree=1497824/1644992
[pid=20189] ppid=20186 vsize=9625040 CPUtime=3.9 cores=1,3,5,7
/proc/20189/stat : 20189 (java) S 20186 20189 6916 0 -1 4202496 8667 0 1 0 384 6 0 0 20 0 19 0 28566510 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 140736578843680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20189/statm: 2406260 44966 2278 9 0 2396937 0
[pid=20189/tid=20191] ppid=20186 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/20189/task/20191/stat : 20191 (java) S 20186 20189 6916 0 -1 4202560 2475 0 1 0 301 2 0 0 20 0 19 0 28566511 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139701294488664 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20192] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20192/stat : 20192 (java) R 20186 20189 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139701266942376 259112340615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20193] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20193/stat : 20193 (java) R 20186 20189 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139701265889832 259112340615 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20194] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20194/stat : 20194 (java) R 20186 20189 6916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139701264836952 139701301387656 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20195] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20195/stat : 20195 (java) R 20186 20189 6916 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139701263784360 259112340615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20196] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20196/stat : 20196 (java) R 20186 20189 6916 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139701262732328 259112340615 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20197] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20197/stat : 20197 (java) R 20186 20189 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139701261679784 139701302535330 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20198] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20198/stat : 20198 (java) R 20186 20189 6916 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139701131979608 139701298651948 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20199] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20199/stat : 20199 (java) R 20186 20189 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139701130926888 259112340615 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20200] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20200/stat : 20200 (java) S 20186 20189 6916 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139700647978248 259115758652 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20201] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20201/stat : 20201 (java) S 20186 20189 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139700646925688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20202] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20202/stat : 20202 (java) S 20186 20189 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139700645872520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20203] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20203/stat : 20203 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139700644821264 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20204] ppid=20186 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20189/task/20204/stat : 20204 (java) S 20186 20189 6916 0 -1 4202560 2165 0 0 0 36 0 0 0 20 0 19 0 28566516 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139700643769144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20205] ppid=20186 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/20189/task/20205/stat : 20205 (java) S 20186 20189 6916 0 -1 4202560 2630 0 0 0 37 0 0 0 20 0 19 0 28566516 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139700642716600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20206] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20206/stat : 20206 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139700641663736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20207] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20207/stat : 20207 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139700640611400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20208] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20208/stat : 20208 (java) S 20186 20189 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28566574 9856040960 44966 33554432000 1073741824 1073778376 140736578852544 139700639556648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 9625040

[startup+6.30069 s]
/proc/loadavg: 2.24 2.25 2.26 3/213 20208
/proc/meminfo: memFree=28964680/32872528 swapFree=1497824/1644992
[pid=20189] ppid=20186 vsize=9625040 CPUtime=7.17 cores=1,3,5,7
/proc/20189/stat : 20189 (java) S 20186 20189 6916 0 -1 4202496 8759 0 1 0 706 11 0 0 20 0 19 0 28566510 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 140736578843680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20189/statm: 2406260 78242 2278 9 0 2396937 0
[pid=20189/tid=20191] ppid=20186 vsize=9625040 CPUtime=6.18 cores=1,3,5,7
/proc/20189/task/20191/stat : 20191 (java) R 20186 20189 6916 0 -1 4202560 2536 0 1 0 614 4 0 0 20 0 19 0 28566511 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139701294488592 139701143663181 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20192] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20192/stat : 20192 (java) S 20186 20189 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139701266942376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20193] ppid=20186 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20189/task/20193/stat : 20193 (java) S 20186 20189 6916 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 28566512 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139701265889832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20194] ppid=20186 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20189/task/20194/stat : 20194 (java) S 20186 20189 6916 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 28566512 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139701264836776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20195] ppid=20186 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20189/task/20195/stat : 20195 (java) S 20186 20189 6916 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 28566512 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139701263784232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20196] ppid=20186 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20189/task/20196/stat : 20196 (java) S 20186 20189 6916 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 28566512 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139701262732200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20197] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20197/stat : 20197 (java) S 20186 20189 6916 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28566512 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139701261679656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20198] ppid=20186 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20189/task/20198/stat : 20198 (java) S 20186 20189 6916 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 28566512 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139701131979432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20199] ppid=20186 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/20189/task/20199/stat : 20199 (java) S 20186 20189 6916 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 28566512 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139701130926888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20200] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20200/stat : 20200 (java) S 20186 20189 6916 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139700647979368 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20201] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20201/stat : 20201 (java) S 20186 20189 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139700646925688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20202] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20202/stat : 20202 (java) S 20186 20189 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139700645872520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20203] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20203/stat : 20203 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139700644821264 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20204] ppid=20186 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20189/task/20204/stat : 20204 (java) S 20186 20189 6916 0 -1 4202560 2165 0 0 0 36 0 0 0 20 0 19 0 28566516 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139700643769144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20205] ppid=20186 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20189/task/20205/stat : 20205 (java) S 20186 20189 6916 0 -1 4202560 2630 0 0 0 38 0 0 0 20 0 19 0 28566516 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139700642716600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20206] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20206/stat : 20206 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139700641663736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20207] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20207/stat : 20207 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139700640611400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20208] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20208/stat : 20208 (java) S 20186 20189 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28566574 9856040960 78242 33554432000 1073741824 1073778376 140736578852544 139700639556648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9625040


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

[pid=20189/tid=20208] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20208/stat : 20208 (java) S 20186 20189 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28566574 9856040960 172383 33554432000 1073741824 1073778376 140736578852544 139700639556648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1626.35
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.26 2.24 2.25 3/213 20468
/proc/meminfo: memFree=27001036/32872528 swapFree=1497824/1644992
[pid=20189] ppid=20186 vsize=9625040 CPUtime=1687.13 cores=1,3,5,7
/proc/20189/stat : 20189 (java) S 20186 20189 6916 0 -1 4202496 53542 0 1 0 168489 224 0 0 20 0 19 0 28566510 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 140736578843680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20189/statm: 2406260 171772 2294 9 0 2396937 0
[pid=20189/tid=20191] ppid=20186 vsize=9625040 CPUtime=1643.65 cores=1,3,5,7
/proc/20189/task/20191/stat : 20191 (java) R 20186 20189 6916 0 -1 4202560 24727 0 1 0 164314 51 0 0 20 0 19 0 28566511 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139701294488728 139701143663307 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20192] ppid=20186 vsize=9625040 CPUtime=4.62 cores=1,3,5,7
/proc/20189/task/20192/stat : 20192 (java) S 20186 20189 6916 0 -1 4202560 2815 0 0 0 446 16 0 0 20 0 19 0 28566512 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139701266942376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20193] ppid=20186 vsize=9625040 CPUtime=4.56 cores=1,3,5,7
/proc/20189/task/20193/stat : 20193 (java) S 20186 20189 6916 0 -1 4202560 1617 0 0 0 440 16 0 0 20 0 19 0 28566512 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139701265889832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20194] ppid=20186 vsize=9625040 CPUtime=4.43 cores=1,3,5,7
/proc/20189/task/20194/stat : 20194 (java) S 20186 20189 6916 0 -1 4202560 1916 0 0 0 425 18 0 0 20 0 19 0 28566512 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139701264836776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20195] ppid=20186 vsize=9625040 CPUtime=4.57 cores=1,3,5,7
/proc/20189/task/20195/stat : 20195 (java) S 20186 20189 6916 0 -1 4202560 2207 0 0 0 439 18 0 0 20 0 19 0 28566512 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139701263784232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20196] ppid=20186 vsize=9625040 CPUtime=4.62 cores=1,3,5,7
/proc/20189/task/20196/stat : 20196 (java) S 20186 20189 6916 0 -1 4202560 2839 0 0 0 444 18 0 0 20 0 19 0 28566512 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139701262732200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20197] ppid=20186 vsize=9625040 CPUtime=4.49 cores=1,3,5,7
/proc/20189/task/20197/stat : 20197 (java) S 20186 20189 6916 0 -1 4202560 1511 0 0 0 431 18 0 0 20 0 19 0 28566512 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139701261679656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20198] ppid=20186 vsize=9625040 CPUtime=4.55 cores=1,3,5,7
/proc/20189/task/20198/stat : 20198 (java) S 20186 20189 6916 0 -1 4202560 2287 0 0 0 437 18 0 0 20 0 19 0 28566512 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139701131979432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20199] ppid=20186 vsize=9625040 CPUtime=4.52 cores=1,3,5,7
/proc/20189/task/20199/stat : 20199 (java) S 20186 20189 6916 0 -1 4202560 2129 0 0 0 435 17 0 0 20 0 19 0 28566512 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139701130926888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20200] ppid=20186 vsize=9625040 CPUtime=1.54 cores=1,3,5,7
/proc/20189/task/20200/stat : 20200 (java) S 20186 20189 6916 0 -1 4202560 3823 0 0 0 123 31 0 0 20 0 19 0 28566513 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139700647979368 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20201] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20201/stat : 20201 (java) S 20186 20189 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139700646925688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20202] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20202/stat : 20202 (java) S 20186 20189 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139700645872520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20203] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20203/stat : 20203 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139700644821264 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20204] ppid=20186 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20189/task/20204/stat : 20204 (java) S 20186 20189 6916 0 -1 4202560 2173 0 0 0 38 0 0 0 20 0 19 0 28566516 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139700643769144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20205] ppid=20186 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/20189/task/20205/stat : 20205 (java) S 20186 20189 6916 0 -1 4202560 4144 0 0 0 47 2 0 0 20 0 19 0 28566516 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139700642716600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20206] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20206/stat : 20206 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139700641663736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20207] ppid=20186 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/20189/task/20207/stat : 20207 (java) S 20186 20189 6916 0 -1 4202560 95 0 0 0 22 30 0 0 20 0 19 0 28566516 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139700640611400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20208] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20208/stat : 20208 (java) S 20186 20189 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28566574 9856040960 171772 33554432000 1073741824 1073778376 140736578852544 139700639556648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1687.13
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.31 2.26 2.25 3/213 20470
/proc/meminfo: memFree=27023424/32872528 swapFree=1497824/1644992
[pid=20189] ppid=20186 vsize=9625040 CPUtime=1747.97 cores=1,3,5,7
/proc/20189/stat : 20189 (java) S 20186 20189 6916 0 -1 4202496 54395 0 1 0 174569 228 0 0 20 0 19 0 28566510 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 140736578843680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20189/statm: 2406260 172652 2294 9 0 2396937 0
[pid=20189/tid=20191] ppid=20186 vsize=9625040 CPUtime=1702.94 cores=1,3,5,7
/proc/20189/task/20191/stat : 20191 (java) R 20186 20189 6916 0 -1 4202560 24788 0 1 0 170242 52 0 0 20 0 19 0 28566511 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139701294488624 139701143662997 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20192] ppid=20186 vsize=9625040 CPUtime=4.78 cores=1,3,5,7
/proc/20189/task/20192/stat : 20192 (java) S 20186 20189 6916 0 -1 4202560 2882 0 0 0 461 17 0 0 20 0 19 0 28566512 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139701266942376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20193] ppid=20186 vsize=9625040 CPUtime=4.71 cores=1,3,5,7
/proc/20189/task/20193/stat : 20193 (java) S 20186 20189 6916 0 -1 4202560 1624 0 0 0 455 16 0 0 20 0 19 0 28566512 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139701265889832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20194] ppid=20186 vsize=9625040 CPUtime=4.61 cores=1,3,5,7
/proc/20189/task/20194/stat : 20194 (java) S 20186 20189 6916 0 -1 4202560 1925 0 0 0 442 19 0 0 20 0 19 0 28566512 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139701264836776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20195] ppid=20186 vsize=9625040 CPUtime=4.73 cores=1,3,5,7
/proc/20189/task/20195/stat : 20195 (java) S 20186 20189 6916 0 -1 4202560 2214 0 0 0 455 18 0 0 20 0 19 0 28566512 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139701263784232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20196] ppid=20186 vsize=9625040 CPUtime=4.8 cores=1,3,5,7
/proc/20189/task/20196/stat : 20196 (java) S 20186 20189 6916 0 -1 4202560 3066 0 0 0 462 18 0 0 20 0 19 0 28566512 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139701262732200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20197] ppid=20186 vsize=9625040 CPUtime=4.64 cores=1,3,5,7
/proc/20189/task/20197/stat : 20197 (java) S 20186 20189 6916 0 -1 4202560 1515 0 0 0 446 18 0 0 20 0 19 0 28566512 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139701261679656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20198] ppid=20186 vsize=9625040 CPUtime=4.69 cores=1,3,5,7
/proc/20189/task/20198/stat : 20198 (java) S 20186 20189 6916 0 -1 4202560 2378 0 0 0 451 18 0 0 20 0 19 0 28566512 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139701131979432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20199] ppid=20186 vsize=9625040 CPUtime=4.67 cores=1,3,5,7
/proc/20189/task/20199/stat : 20199 (java) S 20186 20189 6916 0 -1 4202560 2200 0 0 0 449 18 0 0 20 0 19 0 28566512 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139701130926888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20200] ppid=20186 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/20189/task/20200/stat : 20200 (java) S 20186 20189 6916 0 -1 4202560 4128 0 0 0 133 32 0 0 20 0 19 0 28566513 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139700647979368 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20201] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20201/stat : 20201 (java) S 20186 20189 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139700646925688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20202] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20202/stat : 20202 (java) S 20186 20189 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139700645872520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20203] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20203/stat : 20203 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139700644821264 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20204] ppid=20186 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20189/task/20204/stat : 20204 (java) S 20186 20189 6916 0 -1 4202560 2173 0 0 0 38 0 0 0 20 0 19 0 28566516 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139700643769144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20205] ppid=20186 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/20189/task/20205/stat : 20205 (java) S 20186 20189 6916 0 -1 4202560 4144 0 0 0 47 2 0 0 20 0 19 0 28566516 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139700642716600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20206] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20206/stat : 20206 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139700641663736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20207] ppid=20186 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/20189/task/20207/stat : 20207 (java) S 20186 20189 6916 0 -1 4202560 99 0 0 0 23 31 0 0 20 0 19 0 28566516 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139700640611400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20208] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20208/stat : 20208 (java) S 20186 20189 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28566574 9856040960 172652 33554432000 1073741824 1073778376 140736578852544 139700639556648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1747.97
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.6 s]
/proc/loadavg: 2.23 2.24 2.25 3/213 20471
/proc/meminfo: memFree=27006252/32872528 swapFree=1497824/1644992
[pid=20189] ppid=20186 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/20189/stat : 20189 (java) S 20186 20189 6916 0 -1 4202496 56061 0 1 0 179768 233 0 0 20 0 19 0 28566510 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 140736578843680 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/20189/statm: 2406260 185071 2294 9 0 2396937 0
[pid=20189/tid=20191] ppid=20186 vsize=9625040 CPUtime=1753.48 cores=1,3,5,7
/proc/20189/task/20191/stat : 20191 (java) R 20186 20189 6916 0 -1 4202560 25798 0 1 0 175294 54 0 0 20 0 19 0 28566511 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139701294488672 139701143573490 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20192] ppid=20186 vsize=9625040 CPUtime=4.93 cores=1,3,5,7
/proc/20189/task/20192/stat : 20192 (java) S 20186 20189 6916 0 -1 4202560 2920 0 0 0 476 17 0 0 20 0 19 0 28566512 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139701266942376 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20193] ppid=20186 vsize=9625040 CPUtime=4.87 cores=1,3,5,7
/proc/20189/task/20193/stat : 20193 (java) S 20186 20189 6916 0 -1 4202560 1752 0 0 0 470 17 0 0 20 0 19 0 28566512 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139701265889832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20194] ppid=20186 vsize=9625040 CPUtime=4.77 cores=1,3,5,7
/proc/20189/task/20194/stat : 20194 (java) S 20186 20189 6916 0 -1 4202560 2150 0 0 0 458 19 0 0 20 0 19 0 28566512 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139701264836776 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20195] ppid=20186 vsize=9625040 CPUtime=4.88 cores=1,3,5,7
/proc/20189/task/20195/stat : 20195 (java) S 20186 20189 6916 0 -1 4202560 2220 0 0 0 470 18 0 0 20 0 19 0 28566512 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139701263784232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20196] ppid=20186 vsize=9625040 CPUtime=4.97 cores=1,3,5,7
/proc/20189/task/20196/stat : 20196 (java) S 20186 20189 6916 0 -1 4202560 3072 0 0 0 479 18 0 0 20 0 19 0 28566512 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139701262732200 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20197] ppid=20186 vsize=9625040 CPUtime=4.77 cores=1,3,5,7
/proc/20189/task/20197/stat : 20197 (java) S 20186 20189 6916 0 -1 4202560 1521 0 0 0 459 18 0 0 20 0 19 0 28566512 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139701261679656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20198] ppid=20186 vsize=9625040 CPUtime=4.85 cores=1,3,5,7
/proc/20189/task/20198/stat : 20198 (java) S 20186 20189 6916 0 -1 4202560 2488 0 0 0 467 18 0 0 20 0 19 0 28566512 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139701131979432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20199] ppid=20186 vsize=9625040 CPUtime=4.82 cores=1,3,5,7
/proc/20189/task/20199/stat : 20199 (java) S 20186 20189 6916 0 -1 4202560 2208 0 0 0 464 18 0 0 20 0 19 0 28566512 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139701130926888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20200] ppid=20186 vsize=9625040 CPUtime=1.84 cores=1,3,5,7
/proc/20189/task/20200/stat : 20200 (java) S 20186 20189 6916 0 -1 4202560 4253 0 0 0 151 33 0 0 20 0 19 0 28566513 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139700647979368 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20201] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20201/stat : 20201 (java) S 20186 20189 6916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139700646925688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20202] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20202/stat : 20202 (java) S 20186 20189 6916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 28566513 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139700645872520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20203] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20203/stat : 20203 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139700644821264 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20189/tid=20204] ppid=20186 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20189/task/20204/stat : 20204 (java) S 20186 20189 6916 0 -1 4202560 2173 0 0 0 38 0 0 0 20 0 19 0 28566516 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139700643769144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20189/tid=20205] ppid=20186 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/20189/task/20205/stat : 20205 (java) S 20186 20189 6916 0 -1 4202560 4144 0 0 0 47 2 0 0 20 0 19 0 28566516 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139700642716600 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20206] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20206/stat : 20206 (java) S 20186 20189 6916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28566516 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139700641663736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20189/tid=20207] ppid=20186 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/20189/task/20207/stat : 20207 (java) S 20186 20189 6916 0 -1 4202560 103 0 0 0 23 33 0 0 20 0 19 0 28566516 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139700640611400 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20189/tid=20208] ppid=20186 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20189/task/20208/stat : 20208 (java) S 20186 20189 6916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 28566574 9856040960 185071 33554432000 1073741824 1073778376 140736578852544 139700639556648 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 20189 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 20189 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=88409
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=783576
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1773.62
CPU time (s): 1800.01
CPU user time (s): 1797.68
CPU system time (s): 2.33
CPU usage (%): 101.488
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.09
system time used= 2.78358
maximum resident set size= 873276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56094
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96499
involuntary context switches= 140692

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.001 second user time and 11.1043 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-18 17:53:17
IDJOB=4105764
IDBENCH=3001
IDSOLVER=2546
FILE ID=node124/4105764-1466265197
RUNJOBID= node124-1466241833-6933
PBS_JOBID= 19918215
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=160-sizeP=81-sizeQ=160-451332552-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105764-1466265197/watcher-4105764-1466265197 -o /tmp/evaluation-result-4105764-1466265197/solver-4105764-1466265197 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1466241833-6933 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105764-1466265197.opb

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

MD5SUM BENCH= 7144dfb48272235c3b7a545be98e4888
RANDOM SEED=1133593912

node124.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		: 2666.791
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	: 5333.58
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		: 2666.791
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		: 2666.791
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		: 2666.791
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.55
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		: 2666.791
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.55
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		: 2666.791
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		: 2666.791
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.54
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		: 2666.791
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29252632 kB
Buffers:          152892 kB
Cached:           181468 kB
SwapCached:         3080 kB
Active:           962356 kB
Inactive:         241716 kB
Active(anon):     869028 kB
Inactive(anon):     2880 kB
Active(file):      93328 kB
Inactive(file):   238836 kB
Unevictable:     1644992 kB
Mlocked:         1497824 kB
SwapTotal:      67108856 kB
SwapFree:       67099796 kB
Dirty:              2180 kB
Writeback:             0 kB
AnonPages:       2520992 kB
Mapped:            17000 kB
Shmem:                 0 kB
Slab:             627080 kB
SReclaimable:      70576 kB
SUnreclaim:       556504 kB
KernelStack:        1576 kB
PageTables:         9108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2747492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    972800 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= 71716 MiB
End job on node124 at 2016-06-18 18:22:51