Trace number 4084974

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.07 1796.74

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_50null10mast_rapportOE2.0_TMAX180_K192_cod1.opb
MD5SUMe3e5085cf85b7ad1bb71a480e0fb63c6
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 benchmark1801.19
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 170372
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 502137472
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 502137472
Number of bits of the biggest sum of numbers29
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@587bd9f2
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@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4084974-1465319409.opb
0.08/0.11	c reading problem ... 
0.08/0.12	c  objective function found
7.30/5.60	c ... done. Wall clock time 5.486s.
7.30/5.60	c declared #vars     399113
7.30/5.60	c #constraints  400980
7.30/5.60	c constraints type 
7.30/5.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
7.30/5.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
7.30/5.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
7.30/5.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
7.30/5.60	c 400980 constraints processed.
7.30/5.60	c objective function length is 170372 literals
64.73/62.49	c cleaning 2496 clauses out of 4994 with flag 19217/5000
130.61/127.50	c cleaning 4242 clauses out of 8490 with flag 42839/11001
205.01/201.85	c cleaning 5624 clauses out of 11248 with flag 76939/18001
296.73/293.56	c cleaning 6808 clauses out of 13624 with flag 122993/26001
397.26/394.00	c cleaning 7889 clauses out of 15811 with flag 175926/35001
546.89/543.66	c cleaning 8955 clauses out of 17924 with flag 214220/45003
693.91/690.61	c cleaning 9969 clauses out of 19966 with flag 263447/56000
845.42/842.17	c cleaning 10998 clauses out of 21997 with flag 308703/68000
954.31/951.05	c cleaning 11998 clauses out of 24000 with flag 375349/81001
1053.02/1049.70	c cleaning 12994 clauses out of 26001 with flag 455343/95000
1181.24/1177.96	c cleaning 14004 clauses out of 28009 with flag 558316/110002
1290.95/1287.66	c cleaning 14994 clauses out of 30004 with flag 654382/126001
1410.45/1407.10	c cleaning 15998 clauses out of 32009 with flag 759698/143000
1542.55/1539.21	c cleaning 17003 clauses out of 34012 with flag 870532/161001
1677.27/1673.95	c cleaning 17996 clauses out of 36008 with flag 999790/180000
1800.07/1796.70	c starts		: 107
1800.07/1796.70	c conflicts		: 195198
1800.07/1796.70	c decisions		: 4163178
1800.07/1796.70	c propagations		: 1120362715
1800.07/1796.70	c inspects		: 500683179
1800.07/1796.70	c shortcuts		: 0
1800.07/1796.70	c learnt literals	: 20
1800.07/1796.70	c learnt binary clauses	: 569
1800.07/1796.70	c learnt ternary clauses	: 426
1800.07/1796.70	c learnt constraints	: 195178
1800.07/1796.70	c ignored constraints	: 0
1800.07/1796.70	c root simplifications	: 0
1800.07/1796.70	c removed literals (reason simplification)	: 0
1800.07/1796.70	c reason swapping (by a shorter reason)	: 0
1800.07/1796.70	c Calls to reduceDB	: 15
1800.07/1796.70	c Number of update (reduction) of LBD	: 41469
1800.07/1796.70	c Imported unit clauses	: 0
1800.07/1796.70	c number of reductions to clauses (during analyze)	: 0
1800.07/1796.70	c number of learned constraints concerned by reduction	: 0
1800.07/1796.70	c number of learning phase by resolution	: 0
1800.07/1796.70	c number of learning phase by cutting planes	: 0
1800.07/1796.70	c speed (assignments/second)	: 625553.9329299445
1800.07/1796.70	c non guided choices	185879
1800.07/1796.72	c learnt constraints type 
1800.07/1796.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 569
1800.07/1796.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32642
1800.07/1796.72	s UNKNOWN
1800.07/1796.72	c Total wall clock time (in seconds): 1796.607

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

pid=1798
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.00 2.00 3/197 1801
/proc/meminfo: memFree=28923052/32872528 swapFree=8144/8144
[pid=1801] ppid=1798 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/1801/stat : 1801 (java) R 1798 1801 32446 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 113873089 278528 34 33554432000 1073741824 1073778376 140734349964848 140737323451816 206399696167 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1801/statm: 625 42 34 9 0 25 0

[startup+0.100164 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 1801
/proc/meminfo: memFree=28923052/32872528 swapFree=8144/8144
[pid=1801] ppid=1798 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/1801/stat : 1801 (java) S 1798 1801 32446 0 -1 4202496 4407 0 1 0 8 0 0 0 20 0 18 0 113873089 9787879424 6023 33554432000 1073741824 1073778376 140734349964848 140734349955984 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1801/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200294 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 1801
/proc/meminfo: memFree=28923052/32872528 swapFree=8144/8144
[pid=1801] ppid=1798 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/1801/stat : 1801 (java) S 1798 1801 32446 0 -1 4202496 5018 0 1 0 27 1 0 0 20 0 18 0 113873089 9787879424 8989 33554432000 1073741824 1073778376 140734349964848 140734349955984 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1801/statm: 2389619 8989 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300332 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 1801
/proc/meminfo: memFree=28923052/32872528 swapFree=8144/8144
[pid=1801] ppid=1798 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/1801/stat : 1801 (java) S 1798 1801 32446 0 -1 4202496 6107 0 1 0 45 2 0 0 20 0 18 0 113873089 9787879424 15119 33554432000 1073741824 1073778376 140734349964848 140734349955984 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1801/statm: 2389619 15119 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.70018 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 1801
/proc/meminfo: memFree=28923052/32872528 swapFree=8144/8144
[pid=1801] ppid=1798 vsize=9558476 CPUtime=1.07 cores=0,2,4,6
/proc/1801/stat : 1801 (java) S 1798 1801 32446 0 -1 4202496 6914 0 1 0 101 6 0 0 20 0 18 0 113873089 9787879424 45504 33554432000 1073741824 1073778376 140734349964848 140734349955984 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1801/statm: 2389619 45504 2260 9 0 2380296 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 2.00 2.00 2.00 4/215 1820
/proc/meminfo: memFree=28710648/32872528 swapFree=8144/8144
[pid=1801] ppid=1798 vsize=9558476 CPUtime=2.34 cores=0,2,4,6
/proc/1801/stat : 1801 (java) S 1798 1801 32446 0 -1 4202496 8677 0 1 0 214 20 0 0 20 0 18 0 113873089 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 140734349955984 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1801/statm: 2389619 150987 2263 9 0 2380296 0
[pid=1801/tid=1803] ppid=1798 vsize=9558476 CPUtime=1.3 cores=0,2,4,6
/proc/1801/task/1803/stat : 1803 (java) S 1798 1801 32446 0 -1 4202560 2800 0 1 0 123 7 0 0 20 0 18 0 113873090 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665643666280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1804] ppid=1798 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/1801/task/1804/stat : 1804 (java) R 1798 1801 32446 0 -1 4202560 118 0 0 0 4 2 0 0 20 0 18 0 113873091 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665632730200 139665646139123 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1805] ppid=1798 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/1801/task/1805/stat : 1805 (java) R 1798 1801 32446 0 -1 4202560 52 0 0 0 5 1 0 0 20 0 18 0 113873091 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665631677608 206408813703 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1806] ppid=1798 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/1801/task/1806/stat : 1806 (java) R 1798 1801 32446 0 -1 4202560 151 0 0 0 3 2 0 0 20 0 18 0 113873091 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665630624552 139665651713184 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1807] ppid=1798 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/1801/task/1807/stat : 1807 (java) R 1798 1801 32446 0 -1 4202560 54 0 0 0 6 3 0 0 20 0 18 0 113873091 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665629572008 139665651163383 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1808] ppid=1798 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/1801/task/1808/stat : 1808 (java) R 1798 1801 32446 0 -1 4202560 46 0 0 0 3 2 0 0 20 0 18 0 113873091 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665628518952 206408813703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1809] ppid=1798 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/1801/task/1809/stat : 1809 (java) R 1798 1801 32446 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 113873091 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665627466408 206408813703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1810] ppid=1798 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/1801/task/1810/stat : 1810 (java) R 1798 1801 32446 0 -1 4202560 119 0 0 0 5 2 0 0 20 0 18 0 113873091 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665480562984 206408813703 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1811] ppid=1798 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/1801/task/1811/stat : 1811 (java) R 1798 1801 32446 0 -1 4202560 86 0 0 0 3 2 0 0 20 0 18 0 113873091 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665479510440 206408813703 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1812] ppid=1798 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1812/stat : 1812 (java) S 1798 1801 32446 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 113873092 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665467311880 206412231740 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1813] ppid=1798 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1813/stat : 1813 (java) S 1798 1801 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113873093 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665466259320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1815] ppid=1798 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1815/stat : 1815 (java) S 1798 1801 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 113873093 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665465206152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1816] ppid=1798 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1816/stat : 1816 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113873095 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665464154896 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1817] ppid=1798 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/1801/task/1817/stat : 1817 (java) S 1798 1801 32446 0 -1 4202560 1908 0 0 0 23 0 0 0 20 0 18 0 113873095 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665463101752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1818] ppid=1798 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/1801/task/1818/stat : 1818 (java) S 1798 1801 32446 0 -1 4202560 1869 0 0 0 21 0 0 0 20 0 18 0 113873095 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665462049208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1819] ppid=1798 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1819/stat : 1819 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113873095 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665460996344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1820] ppid=1798 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1820/stat : 1820 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113873095 9787879424 150987 33554432000 1073741824 1073778376 140734349964848 139665459944008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.34
Current children cumulated vsize (KiB) 9558476

[startup+3.10075 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 1820
/proc/meminfo: memFree=27782664/32872528 swapFree=8144/8144
[pid=1801] ppid=1798 vsize=9558476 CPUtime=4.87 cores=0,2,4,6
/proc/1801/stat : 1801 (java) S 1798 1801 32446 0 -1 4202496 12462 0 1 0 429 58 0 0 20 0 18 0 113873089 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 140734349955984 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1801/statm: 2389619 554146 2263 9 0 2380296 0
[pid=1801/tid=1803] ppid=1798 vsize=9558476 CPUtime=2.57 cores=0,2,4,6
/proc/1801/task/1803/stat : 1803 (java) R 1798 1801 32446 0 -1 4202560 3977 0 1 0 227 30 0 0 20 0 18 0 113873090 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665643659232 139665651432538 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1804] ppid=1798 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/1801/task/1804/stat : 1804 (java) S 1798 1801 32446 0 -1 4202560 717 0 0 0 16 4 0 0 20 0 18 0 113873091 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665632730024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1805] ppid=1798 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/1801/task/1805/stat : 1805 (java) S 1798 1801 32446 0 -1 4202560 491 0 0 0 14 4 0 0 20 0 18 0 113873091 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665631677480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1806] ppid=1798 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/1801/task/1806/stat : 1806 (java) S 1798 1801 32446 0 -1 4202560 194 0 0 0 19 3 0 0 20 0 18 0 113873091 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665630624424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1807] ppid=1798 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/1801/task/1807/stat : 1807 (java) S 1798 1801 32446 0 -1 4202560 93 0 0 0 19 4 0 0 20 0 18 0 113873091 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665629571880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1808] ppid=1798 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/1801/task/1808/stat : 1808 (java) S 1798 1801 32446 0 -1 4202560 82 0 0 0 15 4 0 0 20 0 18 0 113873091 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665628518824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1809] ppid=1798 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/1801/task/1809/stat : 1809 (java) S 1798 1801 32446 0 -1 4202560 325 0 0 0 21 3 0 0 20 0 18 0 113873091 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665627466280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1810] ppid=1798 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/1801/task/1810/stat : 1810 (java) S 1798 1801 32446 0 -1 4202560 161 0 0 0 20 3 0 0 20 0 18 0 113873091 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665480562856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1811] ppid=1798 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/1801/task/1811/stat : 1811 (java) S 1798 1801 32446 0 -1 4202560 132 0 0 0 17 3 0 0 20 0 18 0 113873091 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665479510312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1812] ppid=1798 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1812/stat : 1812 (java) S 1798 1801 32446 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 113873092 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665467313000 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1813] ppid=1798 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1813/stat : 1813 (java) S 1798 1801 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 113873093 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665466259320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1815] ppid=1798 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1815/stat : 1815 (java) S 1798 1801 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 113873093 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665465206152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1816] ppid=1798 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1816/stat : 1816 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113873095 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665464154896 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1817] ppid=1798 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/1801/task/1817/stat : 1817 (java) S 1798 1801 32446 0 -1 4202560 1908 0 0 0 23 0 0 0 20 0 18 0 113873095 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665463101752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1818] ppid=1798 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/1801/task/1818/stat : 1818 (java) S 1798 1801 32446 0 -1 4202560 1869 0 0 0 21 0 0 0 20 0 18 0 113873095 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665462049208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1819] ppid=1798 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1819/stat : 1819 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113873095 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665460996344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1820] ppid=1798 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1820/stat : 1820 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 113873095 9787879424 554146 33554432000 1073741824 1073778376 140734349964848 139665459944008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9558476

[startup+6.30085 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 1820
/proc/meminfo: memFree=26712296/32872528 swapFree=8144/8144
[pid=1801] ppid=1798 vsize=9625040 CPUtime=8.53 cores=0,2,4,6
/proc/1801/stat : 1801 (java) S 1798 1801 32446 0 -1 4202496 13717 0 1 0 794 59 0 0 20 0 19 0 113873089 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 140734349955984 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1801/statm: 2406260 554853 2276 9 0 2396937 0
[pid=1801/tid=1803] ppid=1798 vsize=9625040 CPUtime=5.75 cores=0,2,4,6
/proc/1801/task/1803/stat : 1803 (java) R 1798 1801 32446 0 -1 4202560 3990 0 1 0 544 31 0 0 20 0 19 0 113873090 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665643666584 139665508929994 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1804] ppid=1798 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/1801/task/1804/stat : 1804 (java) S 1798 1801 32446 0 -1 4202560 717 0 0 0 16 4 0 0 20 0 19 0 113873091 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665632730024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1805] ppid=1798 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/1801/task/1805/stat : 1805 (java) S 1798 1801 32446 0 -1 4202560 491 0 0 0 14 4 0 0 20 0 19 0 113873091 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665631677480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1806] ppid=1798 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/1801/task/1806/stat : 1806 (java) S 1798 1801 32446 0 -1 4202560 194 0 0 0 19 3 0 0 20 0 19 0 113873091 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665630624424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1807] ppid=1798 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/1801/task/1807/stat : 1807 (java) S 1798 1801 32446 0 -1 4202560 93 0 0 0 19 4 0 0 20 0 19 0 113873091 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665629571880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1808] ppid=1798 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/1801/task/1808/stat : 1808 (java) S 1798 1801 32446 0 -1 4202560 82 0 0 0 15 4 0 0 20 0 19 0 113873091 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665628518824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1809] ppid=1798 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/1801/task/1809/stat : 1809 (java) S 1798 1801 32446 0 -1 4202560 325 0 0 0 21 3 0 0 20 0 19 0 113873091 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665627466280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1810] ppid=1798 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/1801/task/1810/stat : 1810 (java) S 1798 1801 32446 0 -1 4202560 161 0 0 0 20 3 0 0 20 0 19 0 113873091 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665480562856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1811] ppid=1798 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/1801/task/1811/stat : 1811 (java) S 1798 1801 32446 0 -1 4202560 132 0 0 0 17 3 0 0 20 0 19 0 113873091 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665479510312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1812] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1812/stat : 1812 (java) S 1798 1801 32446 0 -1 4202560 1264 0 0 0 0 0 0 0 20 0 19 0 113873092 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665467313000 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1813] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1813/stat : 1813 (java) S 1798 1801 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113873093 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665466259320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1815] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1815/stat : 1815 (java) S 1798 1801 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113873093 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665465206152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1816] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1816/stat : 1816 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113873095 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665464154896 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1817] ppid=1798 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/1801/task/1817/stat : 1817 (java) S 1798 1801 32446 0 -1 4202560 2625 0 0 0 49 0 0 0 20 0 19 0 113873095 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665463101752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1818] ppid=1798 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/1801/task/1818/stat : 1818 (java) S 1798 1801 32446 0 -1 4202560 2384 0 0 0 42 0 0 0 20 0 19 0 113873095 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665462049208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1819] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1819/stat : 1819 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113873095 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665460996344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1820] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1820/stat : 1820 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113873095 9856040960 554853 33554432000 1073741824 1073778376 140734349964848 139665459944008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 1821
/proc/meminfo: memFree=26708536/32872528 swapFree=8144/8144
[pid=1801] ppid=1798 vsize=9625040 CPUtime=15.01 cores=0,2,4,6
/proc/1801/stat : 1801 (java) S 1798 1801 32446 0 -1 4202496 14095 0 1 0 1441 60 0 0 20 0 19 0 113873089 9856040960 554751 33554432000 1073741824 1073778376 140734349964848 140734349955984 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1801/statm: 2406260 554751 2279 9 0 2396937 0

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

[pid=1801/tid=1821] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1821/stat : 1821 (java) S 1798 1801 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113873660 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665458890280 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.67
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/215 1934
/proc/meminfo: memFree=26642636/32872528 swapFree=8144/8144
[pid=1801] ppid=1798 vsize=9625040 CPUtime=1785.67 cores=0,2,4,6
/proc/1801/stat : 1801 (java) S 1798 1801 32446 0 -1 4202496 16201 0 1 0 178475 92 0 0 20 0 19 0 113873089 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 140734349955984 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1801/statm: 2406260 594145 2285 9 0 2396937 0
[pid=1801/tid=1803] ppid=1798 vsize=9625040 CPUtime=1776.82 cores=0,2,4,6
/proc/1801/task/1803/stat : 1803 (java) R 1798 1801 32446 0 -1 4202560 3999 0 1 0 177624 58 0 0 20 0 19 0 113873090 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665643658944 139665508943433 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1804] ppid=1798 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/1801/task/1804/stat : 1804 (java) S 1798 1801 32446 0 -1 4202560 771 0 0 0 37 7 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665632730024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1805] ppid=1798 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/1801/task/1805/stat : 1805 (java) S 1798 1801 32446 0 -1 4202560 547 0 0 0 32 6 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665631677480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1806] ppid=1798 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/1801/task/1806/stat : 1806 (java) S 1798 1801 32446 0 -1 4202560 1174 0 0 0 26 5 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665630624424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1807] ppid=1798 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/1801/task/1807/stat : 1807 (java) S 1798 1801 32446 0 -1 4202560 156 0 0 0 28 4 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665629571880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1808] ppid=1798 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/1801/task/1808/stat : 1808 (java) S 1798 1801 32446 0 -1 4202560 119 0 0 0 23 5 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665628518824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1809] ppid=1798 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/1801/task/1809/stat : 1809 (java) S 1798 1801 32446 0 -1 4202560 372 0 0 0 37 6 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665627466280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1810] ppid=1798 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/1801/task/1810/stat : 1810 (java) S 1798 1801 32446 0 -1 4202560 676 0 0 0 27 5 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665480562856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1811] ppid=1798 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/1801/task/1811/stat : 1811 (java) S 1798 1801 32446 0 -1 4202560 164 0 0 0 29 4 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665479510312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1812] ppid=1798 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/1801/task/1812/stat : 1812 (java) S 1798 1801 32446 0 -1 4202560 1268 0 0 0 1 2 0 0 20 0 19 0 113873092 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665467313000 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1813] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1813/stat : 1813 (java) S 1798 1801 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113873093 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665466259320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1815] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1815/stat : 1815 (java) S 1798 1801 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113873093 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665465206152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1816] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1816/stat : 1816 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665464154896 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1817] ppid=1798 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/1801/task/1817/stat : 1817 (java) S 1798 1801 32446 0 -1 4202560 3206 0 0 0 63 0 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665463101752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1818] ppid=1798 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/1801/task/1818/stat : 1818 (java) S 1798 1801 32446 0 -1 4202560 2388 0 0 0 47 0 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665462049208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1819] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1819/stat : 1819 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665460996344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1820] ppid=1798 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/1801/task/1820/stat : 1820 (java) S 1798 1801 32446 0 -1 4202560 103 0 0 0 36 35 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665459944008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1821] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1821/stat : 1821 (java) S 1798 1801 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113873660 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665458890280 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.67
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 1937
/proc/meminfo: memFree=26642144/32872528 swapFree=8144/8144
[pid=1801] ppid=1798 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/1801/stat : 1801 (java) S 1798 1801 32446 0 -1 4202496 16201 0 1 0 179915 92 0 0 20 0 19 0 113873089 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 140734349955984 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1801/statm: 2406260 594145 2285 9 0 2396937 0
[pid=1801/tid=1803] ppid=1798 vsize=9625040 CPUtime=1791.18 cores=0,2,4,6
/proc/1801/task/1803/stat : 1803 (java) R 1798 1801 32446 0 -1 4202560 3999 0 1 0 179060 58 0 0 20 0 19 0 113873090 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665643658944 139665509035597 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1804] ppid=1798 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/1801/task/1804/stat : 1804 (java) S 1798 1801 32446 0 -1 4202560 771 0 0 0 37 7 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665632730024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1805] ppid=1798 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/1801/task/1805/stat : 1805 (java) S 1798 1801 32446 0 -1 4202560 547 0 0 0 32 6 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665631677480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1806] ppid=1798 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/1801/task/1806/stat : 1806 (java) S 1798 1801 32446 0 -1 4202560 1174 0 0 0 26 5 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665630624424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1807] ppid=1798 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/1801/task/1807/stat : 1807 (java) S 1798 1801 32446 0 -1 4202560 156 0 0 0 28 4 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665629571880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1808] ppid=1798 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/1801/task/1808/stat : 1808 (java) S 1798 1801 32446 0 -1 4202560 119 0 0 0 23 5 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665628518824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1809] ppid=1798 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/1801/task/1809/stat : 1809 (java) S 1798 1801 32446 0 -1 4202560 372 0 0 0 37 6 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665627466280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1810] ppid=1798 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/1801/task/1810/stat : 1810 (java) S 1798 1801 32446 0 -1 4202560 676 0 0 0 27 5 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665480562856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1811] ppid=1798 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/1801/task/1811/stat : 1811 (java) S 1798 1801 32446 0 -1 4202560 164 0 0 0 29 4 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665479510312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1812] ppid=1798 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/1801/task/1812/stat : 1812 (java) S 1798 1801 32446 0 -1 4202560 1268 0 0 0 1 2 0 0 20 0 19 0 113873092 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665467313000 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1813] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1813/stat : 1813 (java) S 1798 1801 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113873093 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665466259320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1815] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1815/stat : 1815 (java) S 1798 1801 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113873093 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665465206152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1816] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1816/stat : 1816 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665464154896 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1817] ppid=1798 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/1801/task/1817/stat : 1817 (java) S 1798 1801 32446 0 -1 4202560 3206 0 0 0 63 0 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665463101752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1818] ppid=1798 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/1801/task/1818/stat : 1818 (java) S 1798 1801 32446 0 -1 4202560 2388 0 0 0 47 0 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665462049208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1819] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1819/stat : 1819 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665460996344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1820] ppid=1798 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/1801/task/1820/stat : 1820 (java) S 1798 1801 32446 0 -1 4202560 103 0 0 0 37 35 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665459944008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1821] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1821/stat : 1821 (java) S 1798 1801 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113873660 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665458890280 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 1801 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 1937
/proc/meminfo: memFree=26642144/32872528 swapFree=8144/8144
[pid=1801] ppid=1798 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/1801/stat : 1801 (java) S 1798 1801 32446 0 -1 4202496 16201 0 1 0 179915 92 0 0 20 0 19 0 113873089 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 140734349955984 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1801/statm: 2406260 594145 2285 9 0 2396937 0
[pid=1801/tid=1803] ppid=1798 vsize=9625040 CPUtime=1791.18 cores=0,2,4,6
/proc/1801/task/1803/stat : 1803 (java) R 1798 1801 32446 0 -1 4202560 3999 0 1 0 179060 58 0 0 20 0 19 0 113873090 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665643658944 139665509035597 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1804] ppid=1798 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/1801/task/1804/stat : 1804 (java) S 1798 1801 32446 0 -1 4202560 771 0 0 0 37 7 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665632730024 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1805] ppid=1798 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/1801/task/1805/stat : 1805 (java) S 1798 1801 32446 0 -1 4202560 547 0 0 0 32 6 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665631677480 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1806] ppid=1798 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/1801/task/1806/stat : 1806 (java) S 1798 1801 32446 0 -1 4202560 1174 0 0 0 26 5 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665630624424 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1807] ppid=1798 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/1801/task/1807/stat : 1807 (java) S 1798 1801 32446 0 -1 4202560 156 0 0 0 28 4 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665629571880 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1808] ppid=1798 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/1801/task/1808/stat : 1808 (java) S 1798 1801 32446 0 -1 4202560 119 0 0 0 23 5 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665628518824 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1809] ppid=1798 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/1801/task/1809/stat : 1809 (java) S 1798 1801 32446 0 -1 4202560 372 0 0 0 37 6 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665627466280 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1810] ppid=1798 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/1801/task/1810/stat : 1810 (java) S 1798 1801 32446 0 -1 4202560 676 0 0 0 27 5 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665480562856 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1801/tid=1811] ppid=1798 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/1801/task/1811/stat : 1811 (java) S 1798 1801 32446 0 -1 4202560 164 0 0 0 29 4 0 0 20 0 19 0 113873091 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665479510312 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1812] ppid=1798 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/1801/task/1812/stat : 1812 (java) S 1798 1801 32446 0 -1 4202560 1268 0 0 0 1 2 0 0 20 0 19 0 113873092 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665467313000 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1813] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1813/stat : 1813 (java) S 1798 1801 32446 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 113873093 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665466259320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1815] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1815/stat : 1815 (java) S 1798 1801 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113873093 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665465206152 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1816] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1816/stat : 1816 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665464154896 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1801/tid=1817] ppid=1798 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/1801/task/1817/stat : 1817 (java) S 1798 1801 32446 0 -1 4202560 3206 0 0 0 63 0 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665463101752 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1818] ppid=1798 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/1801/task/1818/stat : 1818 (java) S 1798 1801 32446 0 -1 4202560 2388 0 0 0 47 0 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665462049208 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1819] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1819/stat : 1819 (java) S 1798 1801 32446 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665460996344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1801/tid=1820] ppid=1798 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/1801/task/1820/stat : 1820 (java) S 1798 1801 32446 0 -1 4202560 103 0 0 0 37 35 0 0 20 0 19 0 113873095 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665459944008 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1801/tid=1821] ppid=1798 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/1801/task/1821/stat : 1821 (java) S 1798 1801 32446 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 113873660 9856040960 594145 33554432000 1073741824 1073778376 140734349964848 139665458890280 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1801 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=640173
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=520768
# CPU time returned by wait4() is 1796.16
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.74
CPU time (s): 1800.07
CPU user time (s): 1799.15
CPU system time (s): 0.92
CPU usage (%): 100.185
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.64
system time used= 1.52077
maximum resident set size= 2376700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16238
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38625
involuntary context switches= 4055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5434 second user time and 13.6729 second system time

The end

Launcher Data

Begin job on node133 at 2016-06-07 19:10:10
IDJOB=4084974
IDBENCH=92600
IDSOLVER=2546
FILE ID=node133/4084974-1465319409
RUNJOBID= node133-1465303265-32462
PBS_JOBID= 19848088
Free space on /tmp= 71692 MiB

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

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

MD5SUM BENCH= e3e5085cf85b7ad1bb71a480e0fb63c6
RANDOM SEED=1614250862

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:        28923432 kB
Buffers:          123272 kB
Cached:           811280 kB
SwapCached:         2080 kB
Active:          2397216 kB
Inactive:         802512 kB
Active(anon):    2266372 kB
Inactive(anon):     1448 kB
Active(file):     130844 kB
Inactive(file):   801064 kB
Unevictable:        8144 kB
Mlocked:            8144 kB
SwapTotal:      67108856 kB
SwapFree:       67098272 kB
Dirty:             30400 kB
Writeback:             0 kB
AnonPages:       2273028 kB
Mapped:            15424 kB
Shmem:                 0 kB
Slab:             605228 kB
SReclaimable:      47756 kB
SUnreclaim:       557472 kB
KernelStack:        1608 kB
PageTables:         8804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3276136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2217984 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= 71620 MiB
End job on node133 at 2016-06-07 19:40:07