Trace number 4107113

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.8 1782.75

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__1024.opb
MD5SUM7ab5a773955b6c76800e229a63024c00
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark782133
Best CPU time to get the best result obtained on this benchmark1800.52
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1536498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint1024
Maximum length of a constraint21505
Number of terms in the objective function 1536000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 52541822976
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 52541822976
Number of bits of the biggest sum of numbers36
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-4107113-1466287188.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
32.05/20.29	c ... done. Wall clock time 20.173s.
32.05/20.29	c declared #vars     1536498
32.05/20.29	c #constraints  2500
32.05/20.29	c constraints type 
32.05/20.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
32.05/20.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 1502
32.05/20.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 996
32.05/20.29	c 2500 constraints processed.
32.05/20.29	c objective function length is 1536000 literals
56.39/43.86	c cleaning 2552 clauses out of 5103 with flag 10206/5103
77.88/65.26	c cleaning 4382 clauses out of 8764 with flag 22666/11316
179.89/167.25	c cleaning 5650 clauses out of 11304 with flag 36532/18238
306.93/293.28	c cleaning 6921 clauses out of 13846 with flag 52916/26430
444.83/431.12	c cleaning 8069 clauses out of 16141 with flag 71348/35646
598.86/584.53	c cleaning 9154 clauses out of 18312 with flag 91828/45886
751.77/737.49	c cleaning 9697 clauses out of 19398 with flag 112308/56126
937.85/922.45	c cleaning 10993 clauses out of 21989 with flag 136884/68414
1137.59/1121.82	c cleaning 12152 clauses out of 24307 with flag 163508/81725
1337.71/1321.42	c cleaning 12731 clauses out of 25466 with flag 190133/95036
1570.67/1553.41	c cleaning 14046 clauses out of 28095 with flag 220858/110396
1800.80/1782.70	c starts		: 1
1800.80/1782.70	c conflicts		: 125624
1800.80/1782.70	c decisions		: 2516071
1800.80/1782.70	c propagations		: 67298125
1800.80/1782.70	c inspects		: 713074325
1800.80/1782.70	c shortcuts		: 0
1800.80/1782.70	c learnt literals	: 0
1800.80/1782.70	c learnt binary clauses	: 0
1800.80/1782.70	c learnt ternary clauses	: 0
1800.80/1782.70	c learnt constraints	: 125623
1800.80/1782.70	c ignored constraints	: 0
1800.80/1782.70	c root simplifications	: 0
1800.80/1782.70	c removed literals (reason simplification)	: 0
1800.80/1782.70	c reason swapping (by a shorter reason)	: 0
1800.80/1782.70	c Calls to reduceDB	: 11
1800.80/1782.70	c Number of update (reduction) of LBD	: 54
1800.80/1782.70	c Imported unit clauses	: 0
1800.80/1782.70	c number of reductions to clauses (during analyze)	: 0
1800.80/1782.70	c number of learned constraints concerned by reduction	: 0
1800.80/1782.70	c number of learning phase by resolution	: 0
1800.80/1782.70	c number of learning phase by cutting planes	: 0
1800.80/1782.70	c speed (assignments/second)	: 38191.199095189535
1800.80/1782.70	c non guided choices	656284
1800.80/1782.71	c learnt constraints type 
1800.80/1782.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29276
1800.80/1782.71	s UNKNOWN
1800.80/1782.71	c Total wall clock time (in seconds): 1782.599

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-4107113-1466287188/watcher-4107113-1466287188 -o /tmp/evaluation-result-4107113-1466287188/solver-4107113-1466287188 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19864 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4107113-1466287188.opb 

pid=23888
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.00 2.02 2.03 3/194 23891
/proc/meminfo: memFree=29126704/32872528 swapFree=877056/942464
[pid=23891] ppid=23888 vsize=9324 CPUtime=0 cores=0,2,4,6
/proc/23891/stat : 23891 (java) R 23888 23891 19848 0 -1 4202496 531 0 0 0 0 0 0 0 20 0 1 0 30767912 9547776 184 33554432000 1073741824 1073778376 140734676456832 140734676439560 213192810976 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23891/statm: 2323 184 141 9 0 71 0

[startup+0.100115 s]
/proc/loadavg: 2.00 2.02 2.03 3/194 23891
/proc/meminfo: memFree=29126704/32872528 swapFree=877056/942464
[pid=23891] ppid=23888 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23888 23891 19848 0 -1 4202496 4383 0 1 0 8 1 0 0 20 0 18 0 30767912 9787879424 6019 33554432000 1073741824 1073778376 140734676456832 140734676447968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23891/statm: 2389619 6019 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 2.00 2.02 2.03 3/194 23891
/proc/meminfo: memFree=29126704/32872528 swapFree=877056/942464
[pid=23891] ppid=23888 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23888 23891 19848 0 -1 4202496 5059 0 1 0 27 2 0 0 20 0 18 0 30767912 9787879424 15692 33554432000 1073741824 1073778376 140734676456832 140734676447968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23891/statm: 2389619 15692 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300279 s]
/proc/loadavg: 2.00 2.02 2.03 3/194 23891
/proc/meminfo: memFree=29126704/32872528 swapFree=877056/942464
[pid=23891] ppid=23888 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23888 23891 19848 0 -1 4202496 5461 0 1 0 43 2 0 0 20 0 18 0 30767912 9787879424 20451 33554432000 1073741824 1073778376 140734676456832 140734676447968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23891/statm: 2389619 20451 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.70024 s]
/proc/loadavg: 2.00 2.02 2.03 3/194 23891
/proc/meminfo: memFree=29126704/32872528 swapFree=877056/942464
[pid=23891] ppid=23888 vsize=9558476 CPUtime=0.96 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23888 23891 19848 0 -1 4202496 5632 0 1 0 90 6 0 0 20 0 18 0 30767912 9787879424 50755 33554432000 1073741824 1073778376 140734676456832 140734676447968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23891/statm: 2389619 50755 2247 9 0 2380296 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 2.00 2.02 2.03 3/212 23909
/proc/meminfo: memFree=28895996/32872528 swapFree=877056/942464
[pid=23891] ppid=23888 vsize=9558476 CPUtime=1.87 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23888 23891 19848 0 -1 4202496 6040 0 1 0 180 7 0 0 20 0 18 0 30767912 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140734676447968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23891/statm: 2389619 61357 2247 9 0 2380296 0
[pid=23891/tid=23893] ppid=23888 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/23891/task/23893/stat : 23893 (java) R 23888 23891 19848 0 -1 4202560 2460 0 1 0 135 3 0 0 20 0 18 0 30767913 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059708952368 140059571854100 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23894] ppid=23888 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) S 23888 23891 19848 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 30767914 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059698023080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23895] ppid=23888 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23891/task/23895/stat : 23895 (java) S 23888 23891 19848 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 30767914 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059696970536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23896] ppid=23888 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23891/task/23896/stat : 23896 (java) S 23888 23891 19848 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 30767914 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059695917992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23897] ppid=23888 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/23891/task/23897/stat : 23897 (java) S 23888 23891 19848 0 -1 4202560 227 0 0 0 6 0 0 0 20 0 18 0 30767914 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059694865448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23898] ppid=23888 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/23891/task/23898/stat : 23898 (java) S 23888 23891 19848 0 -1 4202560 170 0 0 0 4 0 0 0 20 0 18 0 30767914 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059693811880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23899] ppid=23888 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) S 23888 23891 19848 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 30767914 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059692759336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23900] ppid=23888 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) S 23888 23891 19848 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 30767914 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059691706792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23901] ppid=23888 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) S 23888 23891 19848 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 18 0 30767914 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059690654248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23902] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23888 23891 19848 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 30767915 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059532667496 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23903] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23903/stat : 23903 (java) S 23888 23891 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30767916 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059531613816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23904] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23888 23891 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30767916 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059530561160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23905] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30767918 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059529509904 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23906] ppid=23888 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23891/task/23906/stat : 23906 (java) S 23888 23891 19848 0 -1 4202560 787 0 0 0 7 0 0 0 20 0 18 0 30767918 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059528456248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23907] ppid=23888 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) S 23888 23891 19848 0 -1 4202560 992 0 0 0 8 0 0 0 20 0 18 0 30767918 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059527403704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23908] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23908/stat : 23908 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30767918 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059526351352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23909] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30767918 9787879424 61357 33554432000 1073741824 1073778376 140734676456832 140059525299016 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 2.00 2.02 2.03 3/212 23909
/proc/meminfo: memFree=28728996/32872528 swapFree=877056/942464
[pid=23891] ppid=23888 vsize=9558476 CPUtime=4.06 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23888 23891 19848 0 -1 4202496 8303 0 1 0 385 21 0 0 20 0 18 0 30767912 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140734676447968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23891/statm: 2389619 118053 2255 9 0 2380296 0
[pid=23891/tid=23893] ppid=23888 vsize=9558476 CPUtime=2.84 cores=0,2,4,6
/proc/23891/task/23893/stat : 23893 (java) R 23888 23891 19848 0 -1 4202560 2526 0 1 0 277 7 0 0 20 0 18 0 30767913 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059708944280 140059712246756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23894] ppid=23888 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) S 23888 23891 19848 0 -1 4202560 52 0 0 0 7 1 0 0 20 0 18 0 30767914 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059698023080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23895] ppid=23888 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23891/task/23895/stat : 23895 (java) S 23888 23891 19848 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 18 0 30767914 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059696970536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23896] ppid=23888 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23891/task/23896/stat : 23896 (java) S 23888 23891 19848 0 -1 4202560 62 0 0 0 8 2 0 0 20 0 18 0 30767914 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059695917992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23897] ppid=23888 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/23891/task/23897/stat : 23897 (java) S 23888 23891 19848 0 -1 4202560 263 0 0 0 10 2 0 0 20 0 18 0 30767914 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059694865448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23898] ppid=23888 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/23891/task/23898/stat : 23898 (java) S 23888 23891 19848 0 -1 4202560 216 0 0 0 8 2 0 0 20 0 18 0 30767914 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059693811880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23899] ppid=23888 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) S 23888 23891 19848 0 -1 4202560 50 0 0 0 5 2 0 0 20 0 18 0 30767914 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059692759336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23900] ppid=23888 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) S 23888 23891 19848 0 -1 4202560 55 0 0 0 7 1 0 0 20 0 18 0 30767914 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059691706792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23901] ppid=23888 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) S 23888 23891 19848 0 -1 4202560 86 0 0 0 6 2 0 0 20 0 18 0 30767914 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059690654248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23902] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23888 23891 19848 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 30767915 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059532667496 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23903] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23903/stat : 23903 (java) S 23888 23891 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30767916 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059531613816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23904] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23888 23891 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30767916 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059530561160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23905] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30767918 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059529509904 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23906] ppid=23888 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23891/task/23906/stat : 23906 (java) R 23888 23891 19848 0 -1 4202560 2083 0 0 0 17 0 0 0 20 0 18 0 30767918 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059528456248 140059711690273 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23907] ppid=23888 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) R 23888 23891 19848 0 -1 4202560 1412 0 0 0 17 0 0 0 20 0 18 0 30767918 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059527403704 140059715556076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23908] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23908/stat : 23908 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30767918 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059526351352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23909] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30767918 9787879424 118053 33554432000 1073741824 1073778376 140734676456832 140059525299016 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9558476

[startup+6.3008 s]
/proc/loadavg: 2.00 2.02 2.03 10/212 23909
/proc/meminfo: memFree=28168356/32872528 swapFree=877056/942464
[pid=23891] ppid=23888 vsize=9558476 CPUtime=8.87 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23888 23891 19848 0 -1 4202496 12102 0 1 0 835 52 0 0 20 0 18 0 30767912 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140734676447968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23891/statm: 2389619 250149 2273 9 0 2380296 0
[pid=23891/tid=23893] ppid=23888 vsize=9558476 CPUtime=5.02 cores=0,2,4,6
/proc/23891/task/23893/stat : 23893 (java) R 23888 23891 19848 0 -1 4202560 2813 0 1 0 491 11 0 0 20 0 18 0 30767913 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059708960280 213196530957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23894] ppid=23888 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) S 23888 23891 19848 0 -1 4202560 936 0 0 0 24 4 0 0 20 0 18 0 30767914 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059698023080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23895] ppid=23888 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/23891/task/23895/stat : 23895 (java) S 23888 23891 19848 0 -1 4202560 699 0 0 0 21 4 0 0 20 0 18 0 30767914 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059696970536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23896] ppid=23888 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/23891/task/23896/stat : 23896 (java) S 23888 23891 19848 0 -1 4202560 169 0 0 0 31 6 0 0 20 0 18 0 30767914 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059695917992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23897] ppid=23888 vsize=9558476 CPUtime=0.4 cores=0,2,4,6
/proc/23891/task/23897/stat : 23897 (java) S 23888 23891 19848 0 -1 4202560 367 0 0 0 34 6 0 0 20 0 18 0 30767914 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059694865448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23898] ppid=23888 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/23891/task/23898/stat : 23898 (java) S 23888 23891 19848 0 -1 4202560 327 0 0 0 33 6 0 0 20 0 18 0 30767914 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059693811880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23899] ppid=23888 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) S 23888 23891 19848 0 -1 4202560 165 0 0 0 37 6 0 0 20 0 18 0 30767914 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059692759336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23900] ppid=23888 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) S 23888 23891 19848 0 -1 4202560 729 0 0 0 23 3 0 0 20 0 18 0 30767914 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059691706792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23901] ppid=23888 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) S 23888 23891 19848 0 -1 4202560 194 0 0 0 38 7 0 0 20 0 18 0 30767914 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059690654248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23902] ppid=23888 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23888 23891 19848 0 -1 4202560 811 0 0 0 44 0 0 0 20 0 18 0 30767915 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059532667496 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23903] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23903/stat : 23903 (java) S 23888 23891 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 30767916 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059531613816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23904] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23888 23891 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 30767916 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059530561160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23905] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30767918 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059529509904 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23906] ppid=23888 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/23891/task/23906/stat : 23906 (java) S 23888 23891 19848 0 -1 4202560 2087 0 0 0 18 0 0 0 20 0 18 0 30767918 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059528456248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23907] ppid=23888 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) S 23888 23891 19848 0 -1 4202560 1552 0 0 0 21 0 0 0 20 0 18 0 30767918 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059527403704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23908] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23908/stat : 23908 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30767918 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059526351352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23909] ppid=23888 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 30767918 9787879424 250149 33554432000 1073741824 1073778376 140734676456832 140059525299016 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.87
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 2.64 2.15 2.07 3/213 23912
/proc/meminfo: memFree=26713008/32872528 swapFree=877056/942464
[pid=23891] ppid=23888 vsize=9558476 CPUtime=20.97 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23888 23891 19848 0 -1 4202496 19833 0 1 0 1944 153 0 0 20 0 18 0 30767912 9787879424 676090 33554432000 1073741824 1073778376 140734676456832 140734676447968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23891/statm: 2389619 676090 2273 9 0 2380296 0

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

[pid=23891/tid=23908] ppid=23888 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23908/stat : 23908 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30767918 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059526351352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23909] ppid=23888 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23888 23891 19848 0 -1 4202560 103 0 0 0 19 21 0 0 20 0 19 0 30767918 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059525299016 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23913] ppid=23888 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23913/stat : 23913 (java) S 23888 23891 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30769969 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059524244776 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1799.83
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.5 s]
/proc/loadavg: 2.05 2.06 2.08 3/213 24043
/proc/meminfo: memFree=21778884/32872528 swapFree=877056/942464
[pid=23891] ppid=23888 vsize=9625040 CPUtime=1800.03 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23888 23891 19848 0 -1 4202496 31646 0 1 0 179579 424 0 0 20 0 19 0 30767912 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140734676447968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23891/statm: 2406260 1312934 2287 9 0 2396937 0
[pid=23891/tid=23893] ppid=23888 vsize=9625040 CPUtime=1761.71 cores=0,2,4,6
/proc/23891/task/23893/stat : 23893 (java) R 23888 23891 19848 0 -1 4202560 3707 0 1 0 176125 46 0 0 20 0 19 0 30767913 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059708959968 140059572190042 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23894] ppid=23888 vsize=9625040 CPUtime=2.86 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) S 23888 23891 19848 0 -1 4202560 2761 0 0 0 236 50 0 0 20 0 19 0 30767914 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059698023080 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23895] ppid=23888 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/23891/task/23895/stat : 23895 (java) S 23888 23891 19848 0 -1 4202560 2363 0 0 0 207 41 0 0 20 0 19 0 30767914 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059696970536 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23896] ppid=23888 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/23891/task/23896/stat : 23896 (java) S 23888 23891 19848 0 -1 4202560 1451 0 0 0 249 56 0 0 20 0 19 0 30767914 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059695917992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23897] ppid=23888 vsize=9625040 CPUtime=2.8 cores=0,2,4,6
/proc/23891/task/23897/stat : 23897 (java) S 23888 23891 19848 0 -1 4202560 1903 0 0 0 231 49 0 0 20 0 19 0 30767914 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059694865448 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23898] ppid=23888 vsize=9625040 CPUtime=2.62 cores=0,2,4,6
/proc/23891/task/23898/stat : 23898 (java) S 23888 23891 19848 0 -1 4202560 1285 0 0 0 220 42 0 0 20 0 19 0 30767914 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059693811880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23899] ppid=23888 vsize=9625040 CPUtime=2.64 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) S 23888 23891 19848 0 -1 4202560 2184 0 0 0 221 43 0 0 20 0 19 0 30767914 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059692759336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23900] ppid=23888 vsize=9625040 CPUtime=2.75 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) S 23888 23891 19848 0 -1 4202560 2109 0 0 0 229 46 0 0 20 0 19 0 30767914 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059691706792 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23901] ppid=23888 vsize=9625040 CPUtime=2.85 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) S 23888 23891 19848 0 -1 4202560 2837 0 0 0 235 50 0 0 20 0 19 0 30767914 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059690654248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23902] ppid=23888 vsize=9625040 CPUtime=10.32 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23888 23891 19848 0 -1 4202560 4446 0 0 0 1025 7 0 0 20 0 19 0 30767915 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059532667496 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23903] ppid=23888 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23903/stat : 23903 (java) S 23888 23891 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30767916 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059531613816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23904] ppid=23888 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23888 23891 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30767916 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059530561160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23905] ppid=23888 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30767918 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059529509904 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23906] ppid=23888 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/23891/task/23906/stat : 23906 (java) S 23888 23891 19848 0 -1 4202560 2842 0 0 0 50 0 0 0 20 0 19 0 30767918 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059528456248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23907] ppid=23888 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) S 23888 23891 19848 0 -1 4202560 2396 0 0 0 57 0 0 0 20 0 19 0 30767918 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059527403704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23908] ppid=23888 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23908/stat : 23908 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30767918 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059526351352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23909] ppid=23888 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23888 23891 19848 0 -1 4202560 103 0 0 0 19 21 0 0 20 0 19 0 30767918 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059525299016 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23913] ppid=23888 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23913/stat : 23913 (java) S 23888 23891 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30769969 9856040960 1312934 33554432000 1073741824 1073778376 140734676456832 140059524244776 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 23891 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1782.61 s]
/proc/loadavg: 2.05 2.06 2.08 3/213 24043
/proc/meminfo: memFree=21778884/32872528 swapFree=877056/942464
[pid=23891] ppid=23888 vsize=9758168 CPUtime=1800.42 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23888 23891 19848 0 -1 4202496 31677 0 1 0 179618 424 0 0 20 0 20 0 30767912 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140734676447968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23891/statm: 2439542 1312961 2288 9 0 2430219 0
[pid=23891/tid=23893] ppid=23888 vsize=9758168 CPUtime=1761.72 cores=0,2,4,6
/proc/23891/task/23893/stat : 23893 (java) S 23888 23891 19848 0 -1 4202560 3707 0 1 0 176126 46 0 0 20 0 20 0 30767913 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059708959256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23894] ppid=23888 vsize=9758168 CPUtime=2.9 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) R 23888 23891 19848 0 -1 4202560 2761 0 0 0 240 50 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059698023256 140059711432435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23895] ppid=23888 vsize=9758168 CPUtime=2.58 cores=0,2,4,6
/proc/23891/task/23895/stat : 23895 (java) R 23888 23891 19848 0 -1 4202560 2363 0 0 0 217 41 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059696970712 140059711432435 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23896] ppid=23888 vsize=9758168 CPUtime=3.08 cores=0,2,4,6
/proc/23891/task/23896/stat : 23896 (java) R 23888 23891 19848 0 -1 4202560 1451 0 0 0 252 56 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059695917872 140059711432435 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23897] ppid=23888 vsize=9758168 CPUtime=2.84 cores=0,2,4,6
/proc/23891/task/23897/stat : 23897 (java) R 23888 23891 19848 0 -1 4202560 1903 0 0 0 235 49 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059694865624 140059711432435 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23898] ppid=23888 vsize=9758168 CPUtime=2.65 cores=0,2,4,6
/proc/23891/task/23898/stat : 23898 (java) R 23888 23891 19848 0 -1 4202560 1285 0 0 0 223 42 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059693812056 140059711432435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23899] ppid=23888 vsize=9758168 CPUtime=2.67 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) R 23888 23891 19848 0 -1 4202560 2184 0 0 0 224 43 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059692759512 140059711432435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23900] ppid=23888 vsize=9758168 CPUtime=2.84 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) R 23888 23891 19848 0 -1 4202560 2109 0 0 0 238 46 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059691706968 140059711432435 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23901] ppid=23888 vsize=9758168 CPUtime=2.88 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) R 23888 23891 19848 0 -1 4202560 2837 0 0 0 238 50 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059690654424 140059711432435 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23902] ppid=23888 vsize=9758168 CPUtime=10.32 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23888 23891 19848 0 -1 4202560 4447 0 0 0 1025 7 0 0 20 0 20 0 30767915 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059532666376 213196518460 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23903] ppid=23888 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23903/stat : 23903 (java) S 23888 23891 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 30767916 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059531613816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23904] ppid=23888 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23888 23891 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 30767916 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059530561160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23905] ppid=23888 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23888 23891 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 30767918 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059529509904 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23906] ppid=23888 vsize=9758168 CPUtime=0.5 cores=0,2,4,6
/proc/23891/task/23906/stat : 23906 (java) S 23888 23891 19848 0 -1 4202560 2842 0 0 0 50 0 0 0 20 0 20 0 30767918 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059528456248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23907] ppid=23888 vsize=9758168 CPUtime=0.57 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) S 23888 23891 19848 0 -1 4202560 2396 0 0 0 57 0 0 0 20 0 20 0 30767918 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059527403704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23908] ppid=23888 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23908/stat : 23908 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 30767918 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059526351352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23909] ppid=23888 vsize=9758168 CPUtime=0.4 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23888 23891 19848 0 -1 4202560 103 0 0 0 19 21 0 0 20 0 20 0 30767918 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059525299016 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 9758168

[startup+1782.7 s]
/proc/loadavg: 2.05 2.06 2.08 3/213 24043
/proc/meminfo: memFree=21778884/32872528 swapFree=877056/942464
[pid=23891] ppid=23888 vsize=9758168 CPUtime=1800.8 cores=0,2,4,6
/proc/23891/stat : 23891 (java) S 23888 23891 19848 0 -1 4202496 31677 0 1 0 179656 424 0 0 20 0 20 0 30767912 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140734676447968 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23891/statm: 2439542 1312961 2288 9 0 2430219 0
[pid=23891/tid=23893] ppid=23888 vsize=9758168 CPUtime=1761.72 cores=0,2,4,6
/proc/23891/task/23893/stat : 23893 (java) S 23888 23891 19848 0 -1 4202560 3707 0 1 0 176126 46 0 0 20 0 20 0 30767913 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059708959256 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23894] ppid=23888 vsize=9758168 CPUtime=2.93 cores=0,2,4,6
/proc/23891/task/23894/stat : 23894 (java) R 23888 23891 19848 0 -1 4202560 2761 0 0 0 243 50 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059698023208 213193100423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23895] ppid=23888 vsize=9758168 CPUtime=2.64 cores=0,2,4,6
/proc/23891/task/23895/stat : 23895 (java) R 23888 23891 19848 0 -1 4202560 2363 0 0 0 223 41 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059696970664 213193100423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23896] ppid=23888 vsize=9758168 CPUtime=3.15 cores=0,2,4,6
/proc/23891/task/23896/stat : 23896 (java) R 23888 23891 19848 0 -1 4202560 1451 0 0 0 258 57 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059695918120 140059717006498 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23897] ppid=23888 vsize=9758168 CPUtime=2.87 cores=0,2,4,6
/proc/23891/task/23897/stat : 23897 (java) R 23888 23891 19848 0 -1 4202560 1903 0 0 0 238 49 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059694865624 140059711432435 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23898] ppid=23888 vsize=9758168 CPUtime=2.68 cores=0,2,4,6
/proc/23891/task/23898/stat : 23898 (java) R 23888 23891 19848 0 -1 4202560 1285 0 0 0 226 42 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059693812008 213193100423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23899] ppid=23888 vsize=9758168 CPUtime=2.7 cores=0,2,4,6
/proc/23891/task/23899/stat : 23899 (java) R 23888 23891 19848 0 -1 4202560 2184 0 0 0 227 43 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059692759464 213193100423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23900] ppid=23888 vsize=9758168 CPUtime=2.94 cores=0,2,4,6
/proc/23891/task/23900/stat : 23900 (java) R 23888 23891 19848 0 -1 4202560 2109 0 0 0 248 46 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059691706968 213193100423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23901] ppid=23888 vsize=9758168 CPUtime=2.91 cores=0,2,4,6
/proc/23891/task/23901/stat : 23901 (java) R 23888 23891 19848 0 -1 4202560 2837 0 0 0 241 50 0 0 20 0 20 0 30767914 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059690654376 213193100423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23902] ppid=23888 vsize=9758168 CPUtime=10.32 cores=0,2,4,6
/proc/23891/task/23902/stat : 23902 (java) S 23888 23891 19848 0 -1 4202560 4447 0 0 0 1025 7 0 0 20 0 20 0 30767915 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059532666376 213196518460 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23903] ppid=23888 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23903/stat : 23903 (java) S 23888 23891 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 30767916 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059531613816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23904] ppid=23888 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23904/stat : 23904 (java) S 23888 23891 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 30767916 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059530561160 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23891/tid=23905] ppid=23888 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23905/stat : 23905 (java) S 23888 23891 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 30767918 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059529509904 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23891/tid=23906] ppid=23888 vsize=9758168 CPUtime=0.5 cores=0,2,4,6
/proc/23891/task/23906/stat : 23906 (java) S 23888 23891 19848 0 -1 4202560 2842 0 0 0 50 0 0 0 20 0 20 0 30767918 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059528456248 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23891/tid=23907] ppid=23888 vsize=9758168 CPUtime=0.57 cores=0,2,4,6
/proc/23891/task/23907/stat : 23907 (java) S 23888 23891 19848 0 -1 4202560 2396 0 0 0 57 0 0 0 20 0 20 0 30767918 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059527403704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23908] ppid=23888 vsize=9758168 CPUtime=0 cores=0,2,4,6
/proc/23891/task/23908/stat : 23908 (java) S 23888 23891 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 30767918 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059526351352 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23891/tid=23909] ppid=23888 vsize=9758168 CPUtime=0.4 cores=0,2,4,6
/proc/23891/task/23909/stat : 23909 (java) S 23888 23891 19848 0 -1 4202560 103 0 0 0 19 21 0 0 20 0 20 0 30767918 9992364032 1312961 33554432000 1073741824 1073778376 140734676456832 140059525299016 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.8
Current children cumulated vsize (KiB) 9758168

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23891 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=969579
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=685287
# CPU time returned by wait4() is 1796.65
# while last known CPU time is 1800.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1782.75
CPU time (s): 1800.8
CPU user time (s): 1796.56
CPU system time (s): 4.24
CPU usage (%): 101.013
Max. virtual memory (cumulated for all children) (KiB): 9758168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.97
system time used= 4.68529
maximum resident set size= 5305088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31709
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42981
involuntary context switches= 19873

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1255 second user time and 12.5221 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 23:59:50
IDJOB=4107113
IDBENCH=71882
IDSOLVER=2546
FILE ID=node113/4107113-1466287188
RUNJOBID= node113-1466265808-19864
PBS_JOBID= 19918235
Free space on /tmp= 71624 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__1024.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4107113-1466287188/watcher-4107113-1466287188 -o /tmp/evaluation-result-4107113-1466287188/solver-4107113-1466287188 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19864 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4107113-1466287188.opb

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

MD5SUM BENCH= 7ab5a773955b6c76800e229a63024c00
RANDOM SEED=1761602975

node113.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.799
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.59
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.799
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.799
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.56
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.799
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.799
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.799
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.54
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.799
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.799
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29127084 kB
Buffers:          126496 kB
Cached:           385532 kB
SwapCached:         1896 kB
Active:          1695448 kB
Inactive:         336136 kB
Active(anon):    1520412 kB
Inactive(anon):     2024 kB
Active(file):     175036 kB
Inactive(file):   334112 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:             74116 kB
Writeback:             0 kB
AnonPages:       2484672 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             613100 kB
SReclaimable:      53560 kB
SUnreclaim:       559540 kB
KernelStack:        1584 kB
PageTables:         9196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3952928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1572864 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= 71624 MiB
End job on node113 at 2016-06-19 00:29:33