Trace number 4084967

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.04 1796.22

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX15_K192_cod1.opb
MD5SUM36b6ac77834c618ec439f35e69c4fda0
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-10947
Best CPU time to get the best result obtained on this benchmark1800.48
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 616974121
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 616974121
Number of bits of the biggest sum of numbers30
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.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4084967-1465315525.opb
0.08/0.11	c reading problem ... 
0.28/0.36	c  objective function found
8.45/5.94	c ... done. Wall clock time 5.824s.
8.45/5.94	c declared #vars     399113
8.45/5.94	c #constraints  400980
8.45/5.94	c constraints type 
8.45/5.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
8.45/5.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
8.45/5.94	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
8.45/5.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
8.45/5.94	c 400980 constraints processed.
8.45/5.94	c objective function length is 306555 literals
188.18/185.30	c cleaning 2499 clauses out of 4997 with flag 36629/5000
361.27/357.80	c cleaning 4250 clauses out of 8499 with flag 95627/11001
584.42/580.99	c cleaning 5614 clauses out of 11248 with flag 121563/18000
825.80/822.26	c cleaning 6817 clauses out of 13635 with flag 186276/26001
1106.87/1103.20	c cleaning 7909 clauses out of 15819 with flag 228759/35002
1364.73/1361.06	c cleaning 8954 clauses out of 17908 with flag 298288/45000
1618.39/1614.65	c cleaning 9972 clauses out of 19955 with flag 354619/56001
1800.04/1796.20	c starts		: 366
1800.04/1796.20	c conflicts		: 63979
1800.04/1796.20	c decisions		: 4690942
1800.04/1796.20	c propagations		: 2022610036
1800.04/1796.20	c inspects		: 945390267
1800.04/1796.20	c shortcuts		: 0
1800.04/1796.20	c learnt literals	: 3
1800.04/1796.20	c learnt binary clauses	: 337
1800.04/1796.20	c learnt ternary clauses	: 193
1800.04/1796.20	c learnt constraints	: 63975
1800.04/1796.20	c ignored constraints	: 0
1800.04/1796.20	c root simplifications	: 0
1800.04/1796.20	c removed literals (reason simplification)	: 0
1800.04/1796.20	c reason swapping (by a shorter reason)	: 0
1800.04/1796.20	c Calls to reduceDB	: 7
1800.04/1796.20	c Number of update (reduction) of LBD	: 22282
1800.04/1796.20	c Imported unit clauses	: 0
1800.04/1796.20	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.20	c number of learned constraints concerned by reduction	: 0
1800.04/1796.20	c number of learning phase by resolution	: 0
1800.04/1796.20	c number of learning phase by cutting planes	: 0
1800.04/1796.20	c speed (assignments/second)	: 1129861.3717362888
1800.04/1796.20	c non guided choices	0
1800.04/1796.21	c learnt constraints type 
1800.04/1796.21	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 337
1800.04/1796.21	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17623
1800.04/1796.21	s UNKNOWN
1800.04/1796.21	c Total wall clock time (in seconds): 1796.096

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-4084967-1465315525/watcher-4084967-1465315525 -o /tmp/evaluation-result-4084967-1465315525/solver-4084967-1465315525 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465303265-32463 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084967-1465315525.opb 

pid=1304
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.22 2.12 2.07 3/196 1307
/proc/meminfo: memFree=30245788/32872528 swapFree=8144/8144
[pid=1307] ppid=1304 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/1307/stat : 1307 (java) D 1304 1307 32446 0 -1 4202496 172 0 0 0 0 0 0 0 20 0 1 0 113484672 2560000 47 33554432000 1073741824 1073778376 140737453060720 140737453057848 206399696167 0 0 4096 0 18446744072100756772 0 0 17 3 0 0 0 0 0
/proc/1307/statm: 625 47 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.22 2.12 2.07 3/196 1307
/proc/meminfo: memFree=30245788/32872528 swapFree=8144/8144
[pid=1307] ppid=1304 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/1307/stat : 1307 (java) S 1304 1307 32446 0 -1 4202496 4395 0 1 0 7 1 0 0 20 0 18 0 113484672 9787879424 6030 33554432000 1073741824 1073778376 140733954433024 140733954424160 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1307/statm: 2389619 6030 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.22 2.12 2.07 3/196 1307
/proc/meminfo: memFree=30245788/32872528 swapFree=8144/8144
[pid=1307] ppid=1304 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/1307/stat : 1307 (java) S 1304 1307 32446 0 -1 4202496 4985 0 1 0 26 2 0 0 20 0 18 0 113484672 9787879424 9031 33554432000 1073741824 1073778376 140733954433024 140733954424160 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1307/statm: 2389619 9031 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.745427 s]
/proc/loadavg: 2.22 2.12 2.07 3/196 1307
/proc/meminfo: memFree=30245788/32872528 swapFree=8144/8144
[pid=1307] ppid=1304 vsize=9558476 CPUtime=1.01 cores=1,3,5,7
/proc/1307/stat : 1307 (java) S 1304 1307 32446 0 -1 4202496 6058 0 1 0 94 7 0 0 20 0 18 0 113484672 9787879424 45299 33554432000 1073741824 1073778376 140733954433024 140733954424160 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1307/statm: 2389619 45299 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9558476

[startup+0.800231 s]
/proc/loadavg: 2.22 2.12 2.07 3/196 1307
/proc/meminfo: memFree=30245788/32872528 swapFree=8144/8144
[pid=1307] ppid=1304 vsize=9558476 CPUtime=1.14 cores=1,3,5,7
/proc/1307/stat : 1307 (java) S 1304 1307 32446 0 -1 4202496 6676 0 1 0 107 7 0 0 20 0 18 0 113484672 9787879424 45541 33554432000 1073741824 1073778376 140733954433024 140733954424160 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1307/statm: 2389619 45541 2255 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558476

[startup+1.5002 s]
/proc/loadavg: 2.36 2.15 2.08 3/214 1328
/proc/meminfo: memFree=29874264/32872528 swapFree=8144/8144
[pid=1307] ppid=1304 vsize=9558476 CPUtime=2.35 cores=1,3,5,7
/proc/1307/stat : 1307 (java) S 1304 1307 32446 0 -1 4202496 8109 0 1 0 217 18 0 0 20 0 18 0 113484672 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140733954424160 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1307/statm: 2389619 94990 2263 9 0 2380296 0
[pid=1307/tid=1309] ppid=1304 vsize=9558476 CPUtime=1.32 cores=1,3,5,7
/proc/1307/task/1309/stat : 1309 (java) R 1304 1307 32446 0 -1 4202560 2519 0 1 0 127 5 0 0 20 0 18 0 113484673 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070985048016 206412244237 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1310] ppid=1304 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/1307/task/1310/stat : 1310 (java) S 1304 1307 32446 0 -1 4202560 40 0 0 0 4 0 0 0 20 0 18 0 113484674 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070829062824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1307/tid=1311] ppid=1304 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/1307/task/1311/stat : 1311 (java) S 1304 1307 32446 0 -1 4202560 323 0 0 0 3 1 0 0 20 0 18 0 113484674 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070828010280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1312] ppid=1304 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/1307/task/1312/stat : 1312 (java) S 1304 1307 32446 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 113484674 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070826957736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1315] ppid=1304 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1307/task/1315/stat : 1315 (java) S 1304 1307 32446 0 -1 4202560 53 0 0 0 5 2 0 0 20 0 18 0 113484674 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070825905192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1316] ppid=1304 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1307/task/1316/stat : 1316 (java) S 1304 1307 32446 0 -1 4202560 57 0 0 0 5 2 0 0 20 0 18 0 113484674 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070824851624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1317] ppid=1304 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/1307/task/1317/stat : 1317 (java) S 1304 1307 32446 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 18 0 113484674 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070823799080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1307/tid=1318] ppid=1304 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1307/task/1318/stat : 1318 (java) S 1304 1307 32446 0 -1 4202560 61 0 0 0 5 2 0 0 20 0 18 0 113484674 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070822746536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1319] ppid=1304 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1307/task/1319/stat : 1319 (java) S 1304 1307 32446 0 -1 4202560 59 0 0 0 5 2 0 0 20 0 18 0 113484674 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070821693992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1320] ppid=1304 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1320/stat : 1320 (java) S 1304 1307 32446 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 113484676 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070809283176 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1321] ppid=1304 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1321/stat : 1321 (java) S 1304 1307 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113484676 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070808229496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1322] ppid=1304 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1322/stat : 1322 (java) S 1304 1307 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 113484676 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070807176840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1323] ppid=1304 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1323/stat : 1323 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113484678 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070806125584 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1324] ppid=1304 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/1307/task/1324/stat : 1324 (java) S 1304 1307 32446 0 -1 4202560 1779 0 0 0 23 0 0 0 20 0 18 0 113484678 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070805071928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1325] ppid=1304 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/1307/task/1325/stat : 1325 (java) S 1304 1307 32446 0 -1 4202560 1726 0 0 0 21 0 0 0 20 0 18 0 113484678 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070804019384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1327] ppid=1304 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1327/stat : 1327 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113484678 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070802967032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1328] ppid=1304 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1328/stat : 1328 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113484678 9787879424 94990 33554432000 1073741824 1073778376 140733954433024 140070801914696 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9558476

[startup+3.10093 s]
/proc/loadavg: 2.36 2.15 2.08 3/214 1328
/proc/meminfo: memFree=29058000/32872528 swapFree=8144/8144
[pid=1307] ppid=1304 vsize=9558476 CPUtime=4.5 cores=1,3,5,7
/proc/1307/stat : 1307 (java) S 1304 1307 32446 0 -1 4202496 11081 0 1 0 397 53 0 0 20 0 18 0 113484672 9787879424 528064 33554432000 1073741824 1073778376 140733954433024 140733954424160 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1307/statm: 2389619 528064 2263 9 0 2380296 0
[pid=1307/tid=1309] ppid=1304 vsize=9558476 CPUtime=2.71 cores=1,3,5,7
/proc/1307/task/1309/stat : 1309 (java) R 1304 1307 32446 0 -1 4202560 3955 0 1 0 242 29 0 0 20 0 18 0 113484673 9787879424 528064 33554432000 1073741824 1073778376 140733954433024 140070985048016 140070992821338 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1310] ppid=1304 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/1307/task/1310/stat : 1310 (java) S 1304 1307 32446 0 -1 4202560 75 0 0 0 9 3 0 0 20 0 18 0 113484674 9787879424 528064 33554432000 1073741824 1073778376 140733954433024 140070829062824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1311] ppid=1304 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/1307/task/1311/stat : 1311 (java) S 1304 1307 32446 0 -1 4202560 357 0 0 0 13 3 0 0 20 0 18 0 113484674 9787879424 528064 33554432000 1073741824 1073778376 140733954433024 140070828010280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1307/tid=1312] ppid=1304 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/1307/task/1312/stat : 1312 (java) S 1304 1307 32446 0 -1 4202560 47 0 0 0 11 2 0 0 20 0 18 0 113484674 9787879424 528064 33554432000 1073741824 1073778376 140733954433024 140070826957736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1315] ppid=1304 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/1307/task/1315/stat : 1315 (java) S 1304 1307 32446 0 -1 4202560 76 0 0 0 13 3 0 0 20 0 18 0 113484674 9787879424 528064 33554432000 1073741824 1073778376 140733954433024 140070825905192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1316] ppid=1304 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/1307/task/1316/stat : 1316 (java) S 1304 1307 32446 0 -1 4202560 374 0 0 0 13 4 0 0 20 0 18 0 113484674 9787879424 528064 33554432000 1073741824 1073778376 140733954433024 140070824851624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1317] ppid=1304 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/1307/task/1317/stat : 1317 (java) S 1304 1307 32446 0 -1 4202560 52 0 0 0 11 2 0 0 20 0 18 0 113484674 9787879424 528064 33554432000 1073741824 1073778376 140733954433024 140070823799080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1318] ppid=1304 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/1307/task/1318/stat : 1318 (java) S 1304 1307 32446 0 -1 4202560 331 0 0 0 11 4 0 0 20 0 18 0 113484674 9787879424 528064 33554432000 1073741824 1073778376 140733954433024 140070822746536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1319] ppid=1304 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/1307/task/1319/stat : 1319 (java) S 1304 1307 32446 0 -1 4202560 91 0 0 0 13 3 0 0 20 0 18 0 113484674 9787879424 528064 33554432000 1073741824 1073778376 140733954433024 140070821693992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1307/tid=1320] ppid=1304 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1320/stat : 1320 (java) S 1304 1307 32446 0 -1 4202560 966 0 0 0 0 0 0 0 20 0 18 0 113484676 9787879424 528064 33554432000 1073741824 1073778376 140733954433024 140070809283176 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1307/tid=1321] ppid=1304 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1321/stat : 1321 (java) S 1304 1307 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113484676 9787879424 528576 33554432000 1073741824 1073778376 140733954433024 140070808229496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1322] ppid=1304 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1322/stat : 1322 (java) S 1304 1307 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 113484676 9787879424 528576 33554432000 1073741824 1073778376 140733954433024 140070807176840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1323] ppid=1304 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1323/stat : 1323 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113484678 9787879424 528576 33554432000 1073741824 1073778376 140733954433024 140070806125584 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1324] ppid=1304 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/1307/task/1324/stat : 1324 (java) S 1304 1307 32446 0 -1 4202560 1779 0 0 0 24 0 0 0 20 0 18 0 113484678 9787879424 528576 33554432000 1073741824 1073778376 140733954433024 140070805071928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1325] ppid=1304 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/1307/task/1325/stat : 1325 (java) S 1304 1307 32446 0 -1 4202560 1726 0 0 0 21 0 0 0 20 0 18 0 113484678 9787879424 528576 33554432000 1073741824 1073778376 140733954433024 140070804019384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1327] ppid=1304 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1327/stat : 1327 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113484678 9787879424 528576 33554432000 1073741824 1073778376 140733954433024 140070802967032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1328] ppid=1304 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1328/stat : 1328 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113484678 9787879424 528576 33554432000 1073741824 1073778376 140733954433024 140070801914696 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9558476

[startup+6.3008 s]
/proc/loadavg: 2.33 2.15 2.08 4/214 1328
/proc/meminfo: memFree=27890216/32872528 swapFree=8144/8144
[pid=1307] ppid=1304 vsize=9625040 CPUtime=9.14 cores=1,3,5,7
/proc/1307/stat : 1307 (java) S 1304 1307 32446 0 -1 4202496 14853 0 1 0 843 71 0 0 20 0 19 0 113484672 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140733954424160 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1307/statm: 2406260 590768 2276 9 0 2396937 0
[pid=1307/tid=1309] ppid=1304 vsize=9625040 CPUtime=5.5 cores=1,3,5,7
/proc/1307/task/1309/stat : 1309 (java) R 1304 1307 32446 0 -1 4202560 4000 0 1 0 519 31 0 0 20 0 19 0 113484673 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070985056728 140070845908529 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1310] ppid=1304 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/1307/task/1310/stat : 1310 (java) S 1304 1307 32446 0 -1 4202560 602 0 0 0 28 5 0 0 20 0 19 0 113484674 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070829062824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1311] ppid=1304 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/1307/task/1311/stat : 1311 (java) S 1304 1307 32446 0 -1 4202560 1306 0 0 0 31 4 0 0 20 0 19 0 113484674 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070828010280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1307/tid=1312] ppid=1304 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/1307/task/1312/stat : 1312 (java) S 1304 1307 32446 0 -1 4202560 118 0 0 0 34 4 0 0 20 0 19 0 113484674 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070826957736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1315] ppid=1304 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/1307/task/1315/stat : 1315 (java) S 1304 1307 32446 0 -1 4202560 672 0 0 0 26 5 0 0 20 0 19 0 113484674 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070825905192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1316] ppid=1304 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/1307/task/1316/stat : 1316 (java) S 1304 1307 32446 0 -1 4202560 512 0 0 0 27 5 0 0 20 0 19 0 113484674 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070824851624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1317] ppid=1304 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/1307/task/1317/stat : 1317 (java) S 1304 1307 32446 0 -1 4202560 109 0 0 0 30 4 0 0 20 0 19 0 113484674 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070823799080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1318] ppid=1304 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/1307/task/1318/stat : 1318 (java) S 1304 1307 32446 0 -1 4202560 372 0 0 0 25 5 0 0 20 0 19 0 113484674 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070822746536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1307/tid=1319] ppid=1304 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/1307/task/1319/stat : 1319 (java) S 1304 1307 32446 0 -1 4202560 418 0 0 0 29 5 0 0 20 0 19 0 113484674 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070821693992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1320] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1320/stat : 1320 (java) S 1304 1307 32446 0 -1 4202560 1265 0 0 0 0 0 0 0 20 0 19 0 113484676 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070809283176 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1321] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1321/stat : 1321 (java) S 1304 1307 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113484676 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070808229496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1322] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1322/stat : 1322 (java) S 1304 1307 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113484676 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070807176840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1323] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1323/stat : 1323 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113484678 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070806125584 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1324] ppid=1304 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/1307/task/1324/stat : 1324 (java) R 1304 1307 32446 0 -1 4202560 2206 0 0 0 41 0 0 0 20 0 19 0 113484678 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070805071928 140070989146742 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1307/tid=1325] ppid=1304 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/1307/task/1325/stat : 1325 (java) S 1304 1307 32446 0 -1 4202560 2014 0 0 0 38 0 0 0 20 0 19 0 113484678 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070804019384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1327] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1327/stat : 1327 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113484678 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070802967032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1328] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1328/stat : 1328 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113484678 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140070801914696 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.14
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.31 2.15 2.08 3/215 1330
/proc/meminfo: memFree=27886572/32872528 swapFree=8144/8144
[pid=1307] ppid=1304 vsize=9625040 CPUtime=15.68 cores=1,3,5,7
/proc/1307/stat : 1307 (java) S 1304 1307 32446 0 -1 4202496 15250 0 1 0 1497 71 0 0 20 0 19 0 113484672 9856040960 590768 33554432000 1073741824 1073778376 140733954433024 140733954424160 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1307/statm: 2406260 590768 2279 9 0 2396937 0

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

[pid=1307/tid=1330] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1330/stat : 1330 (java) S 1304 1307 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113485279 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070800811304 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.1
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 1451
/proc/meminfo: memFree=26574716/32872528 swapFree=8144/8144
[pid=1307] ppid=1304 vsize=9625040 CPUtime=1726.12 cores=1,3,5,7
/proc/1307/stat : 1307 (java) S 1304 1307 32446 0 -1 4202496 21989 0 1 0 172497 115 0 0 20 0 19 0 113484672 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140733954424160 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1307/statm: 2406260 592716 2285 9 0 2396937 0
[pid=1307/tid=1309] ppid=1304 vsize=9625040 CPUtime=1717.01 cores=1,3,5,7
/proc/1307/task/1309/stat : 1309 (java) R 1304 1307 32446 0 -1 4202560 4011 0 1 0 171638 63 0 0 20 0 19 0 113484673 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070985047744 140070846570358 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1310] ppid=1304 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/1307/task/1310/stat : 1310 (java) S 1304 1307 32446 0 -1 4202560 602 0 0 0 28 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070829062824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1311] ppid=1304 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/1307/task/1311/stat : 1311 (java) S 1304 1307 32446 0 -1 4202560 1306 0 0 0 31 4 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070828010280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1307/tid=1312] ppid=1304 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/1307/task/1312/stat : 1312 (java) S 1304 1307 32446 0 -1 4202560 118 0 0 0 34 4 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070826957736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1315] ppid=1304 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/1307/task/1315/stat : 1315 (java) S 1304 1307 32446 0 -1 4202560 672 0 0 0 26 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070825905192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1316] ppid=1304 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/1307/task/1316/stat : 1316 (java) S 1304 1307 32446 0 -1 4202560 512 0 0 0 27 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070824851624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1317] ppid=1304 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/1307/task/1317/stat : 1317 (java) S 1304 1307 32446 0 -1 4202560 109 0 0 0 30 4 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070823799080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1318] ppid=1304 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/1307/task/1318/stat : 1318 (java) S 1304 1307 32446 0 -1 4202560 372 0 0 0 25 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070822746536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1307/tid=1319] ppid=1304 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/1307/task/1319/stat : 1319 (java) S 1304 1307 32446 0 -1 4202560 418 0 0 0 29 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070821693992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1320] ppid=1304 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/1307/task/1320/stat : 1320 (java) S 1304 1307 32446 0 -1 4202560 1269 0 0 0 1 2 0 0 20 0 19 0 113484676 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070809283176 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1321] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1321/stat : 1321 (java) S 1304 1307 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113484676 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070808229496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1322] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1322/stat : 1322 (java) S 1304 1307 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113484676 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070807176840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1323] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1323/stat : 1323 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070806125584 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1324] ppid=1304 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/1307/task/1324/stat : 1324 (java) S 1304 1307 32446 0 -1 4202560 9215 0 0 0 97 2 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070805071928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1307/tid=1325] ppid=1304 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/1307/task/1325/stat : 1325 (java) S 1304 1307 32446 0 -1 4202560 2028 0 0 0 50 0 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070804019384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1327] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1327/stat : 1327 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070802967032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1328] ppid=1304 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/1307/task/1328/stat : 1328 (java) S 1304 1307 32446 0 -1 4202560 99 0 0 0 28 38 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070801914696 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1330] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1330/stat : 1330 (java) S 1304 1307 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113485279 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070800811304 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.12
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/215 1453
/proc/meminfo: memFree=26574552/32872528 swapFree=8144/8144
[pid=1307] ppid=1304 vsize=9625040 CPUtime=1786.13 cores=1,3,5,7
/proc/1307/stat : 1307 (java) S 1304 1307 32446 0 -1 4202496 21993 0 1 0 178497 116 0 0 20 0 19 0 113484672 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140733954424160 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1307/statm: 2406260 592716 2285 9 0 2396937 0
[pid=1307/tid=1309] ppid=1304 vsize=9625040 CPUtime=1776.85 cores=1,3,5,7
/proc/1307/task/1309/stat : 1309 (java) R 1304 1307 32446 0 -1 4202560 4011 0 1 0 177621 64 0 0 20 0 19 0 113484673 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070985047744 140070846495336 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1310] ppid=1304 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/1307/task/1310/stat : 1310 (java) S 1304 1307 32446 0 -1 4202560 602 0 0 0 28 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070829062824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1311] ppid=1304 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/1307/task/1311/stat : 1311 (java) S 1304 1307 32446 0 -1 4202560 1306 0 0 0 31 4 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070828010280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1307/tid=1312] ppid=1304 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/1307/task/1312/stat : 1312 (java) S 1304 1307 32446 0 -1 4202560 118 0 0 0 34 4 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070826957736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1315] ppid=1304 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/1307/task/1315/stat : 1315 (java) S 1304 1307 32446 0 -1 4202560 672 0 0 0 26 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070825905192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1316] ppid=1304 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/1307/task/1316/stat : 1316 (java) S 1304 1307 32446 0 -1 4202560 512 0 0 0 27 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070824851624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1317] ppid=1304 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/1307/task/1317/stat : 1317 (java) S 1304 1307 32446 0 -1 4202560 109 0 0 0 30 4 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070823799080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1318] ppid=1304 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/1307/task/1318/stat : 1318 (java) S 1304 1307 32446 0 -1 4202560 372 0 0 0 25 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070822746536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1307/tid=1319] ppid=1304 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/1307/task/1319/stat : 1319 (java) S 1304 1307 32446 0 -1 4202560 418 0 0 0 29 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070821693992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1320] ppid=1304 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/1307/task/1320/stat : 1320 (java) S 1304 1307 32446 0 -1 4202560 1269 0 0 0 1 2 0 0 20 0 19 0 113484676 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070809283176 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1321] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1321/stat : 1321 (java) S 1304 1307 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113484676 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070808229496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1322] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1322/stat : 1322 (java) S 1304 1307 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113484676 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070807176840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1323] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1323/stat : 1323 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070806125584 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1324] ppid=1304 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/1307/task/1324/stat : 1324 (java) S 1304 1307 32446 0 -1 4202560 9215 0 0 0 97 2 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070805071928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1307/tid=1325] ppid=1304 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/1307/task/1325/stat : 1325 (java) S 1304 1307 32446 0 -1 4202560 2028 0 0 0 50 0 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070804019384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1327] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1327/stat : 1327 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070802967032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1328] ppid=1304 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/1307/task/1328/stat : 1328 (java) S 1304 1307 32446 0 -1 4202560 103 0 0 0 29 40 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070801914696 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1330] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1330/stat : 1330 (java) S 1304 1307 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113485279 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070800811304 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.13
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.2 s]
/proc/loadavg: 2.03 2.01 2.00 3/215 1454
/proc/meminfo: memFree=26574052/32872528 swapFree=8144/8144
[pid=1307] ppid=1304 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/1307/stat : 1307 (java) S 1304 1307 32446 0 -1 4202496 21993 0 1 0 179887 117 0 0 20 0 19 0 113484672 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140733954424160 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/1307/statm: 2406260 592716 2285 9 0 2396937 0
[pid=1307/tid=1309] ppid=1304 vsize=9625040 CPUtime=1790.72 cores=1,3,5,7
/proc/1307/task/1309/stat : 1309 (java) R 1304 1307 32446 0 -1 4202560 4011 0 1 0 179008 64 0 0 20 0 19 0 113484673 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070985047744 140070846439156 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1310] ppid=1304 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/1307/task/1310/stat : 1310 (java) S 1304 1307 32446 0 -1 4202560 602 0 0 0 28 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070829062824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1311] ppid=1304 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/1307/task/1311/stat : 1311 (java) S 1304 1307 32446 0 -1 4202560 1306 0 0 0 31 4 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070828010280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1307/tid=1312] ppid=1304 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/1307/task/1312/stat : 1312 (java) S 1304 1307 32446 0 -1 4202560 118 0 0 0 34 4 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070826957736 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1315] ppid=1304 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/1307/task/1315/stat : 1315 (java) S 1304 1307 32446 0 -1 4202560 672 0 0 0 26 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070825905192 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1316] ppid=1304 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/1307/task/1316/stat : 1316 (java) S 1304 1307 32446 0 -1 4202560 512 0 0 0 27 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070824851624 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1317] ppid=1304 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/1307/task/1317/stat : 1317 (java) S 1304 1307 32446 0 -1 4202560 109 0 0 0 30 4 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070823799080 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1318] ppid=1304 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/1307/task/1318/stat : 1318 (java) S 1304 1307 32446 0 -1 4202560 372 0 0 0 25 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070822746536 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1307/tid=1319] ppid=1304 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/1307/task/1319/stat : 1319 (java) S 1304 1307 32446 0 -1 4202560 418 0 0 0 29 5 0 0 20 0 19 0 113484674 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070821693992 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1320] ppid=1304 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/1307/task/1320/stat : 1320 (java) S 1304 1307 32446 0 -1 4202560 1269 0 0 0 1 2 0 0 20 0 19 0 113484676 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070809283176 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1321] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1321/stat : 1321 (java) S 1304 1307 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113484676 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070808229496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1322] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1322/stat : 1322 (java) S 1304 1307 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113484676 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070807176840 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1323] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1323/stat : 1323 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070806125584 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1324] ppid=1304 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/1307/task/1324/stat : 1324 (java) S 1304 1307 32446 0 -1 4202560 9215 0 0 0 97 2 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070805071928 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1307/tid=1325] ppid=1304 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/1307/task/1325/stat : 1325 (java) S 1304 1307 32446 0 -1 4202560 2028 0 0 0 50 0 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070804019384 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1327] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1327/stat : 1327 (java) S 1304 1307 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070802967032 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1307/tid=1328] ppid=1304 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/1307/task/1328/stat : 1328 (java) S 1304 1307 32446 0 -1 4202560 103 0 0 0 29 41 0 0 20 0 19 0 113484678 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070801914696 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1307/tid=1330] ppid=1304 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1307/task/1330/stat : 1330 (java) S 1304 1307 32446 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 113485279 9856040960 592716 33554432000 1073741824 1073778376 140733954433024 140070800811304 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 1307 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 1307 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=287226
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=602756
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.22
CPU time (s): 1800.04
CPU user time (s): 1798.87
CPU system time (s): 1.17
CPU usage (%): 100.212
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.29
system time used= 1.60276
maximum resident set size= 2380588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22033
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39246
involuntary context switches= 5959

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3833 second user time and 12.943 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-07 18:05:26
IDJOB=4084967
IDBENCH=92079
IDSOLVER=2546
FILE ID=node133/4084967-1465315525
RUNJOBID= node133-1465303265-32463
PBS_JOBID= 19848088
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX15_K192_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084967-1465315525/watcher-4084967-1465315525 -o /tmp/evaluation-result-4084967-1465315525/solver-4084967-1465315525 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1465303265-32463 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084967-1465315525.opb

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

MD5SUM BENCH= 36b6ac77834c618ec439f35e69c4fda0
RANDOM SEED=1712859367

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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	: 7358.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30246432 kB
Buffers:          120684 kB
Cached:           772604 kB
SwapCached:         2080 kB
Active:          1094768 kB
Inactive:         785972 kB
Active(anon):     988656 kB
Inactive(anon):     1448 kB
Active(file):     106112 kB
Inactive(file):   784524 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098272 kB
Dirty:             32008 kB
Writeback:             0 kB
AnonPages:        995088 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             604524 kB
SReclaimable:      47588 kB
SUnreclaim:       556936 kB
KernelStack:        1592 kB
PageTables:         6348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1988096 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    940032 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= 71688 MiB
End job on node133 at 2016-06-07 18:35:23