Trace number 4101325

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 PB16UNSAT 5.67314 4.68174

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-misc05.opb
MD5SUMbada111af8c03eca9b9736a7d2e9e703
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.027995
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1940
Total number of constraints300
Number of constraints which are clauses155
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints137
Minimum length of a constraint2
Maximum length of a constraint451
Number of terms in the objective function 31
Biggest coefficient in the objective function 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524318
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 524652
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4101325-1466222242.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.28/0.29	c ... done. Wall clock time 0.185s.
0.28/0.29	c declared #vars     1940
0.28/0.29	c #constraints  329
0.28/0.29	c constraints type 
0.28/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 134
0.28/0.29	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
0.28/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 25
0.28/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28
0.28/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 141
0.28/0.29	c 329 constraints processed.
0.28/0.29	c objective function length is 31 literals
1.90/1.11	c cleaning 2496 clauses out of 4998 with flag 12409/5001
2.67/1.77	c cleaning 4239 clauses out of 8501 with flag 26188/11000
3.37/2.47	c cleaning 5620 clauses out of 11261 with flag 41442/18000
4.18/3.28	c cleaning 6816 clauses out of 13645 with flag 58263/26004
5.11/4.16	c cleaning 7908 clauses out of 15826 with flag 76779/35001
5.61/4.66	c starts		: 91
5.61/4.66	c conflicts		: 41608
5.61/4.66	c decisions		: 69066
5.61/4.66	c propagations		: 635451
5.61/4.66	c inspects		: 23373633
5.61/4.66	c shortcuts		: 0
5.61/4.67	c learnt literals	: 6
5.61/4.67	c learnt binary clauses	: 5
5.61/4.67	c learnt ternary clauses	: 6
5.61/4.67	c learnt constraints	: 41601
5.61/4.67	c ignored constraints	: 0
5.61/4.67	c root simplifications	: 0
5.61/4.67	c removed literals (reason simplification)	: 0
5.61/4.67	c reason swapping (by a shorter reason)	: 0
5.61/4.67	c Calls to reduceDB	: 5
5.61/4.67	c Number of update (reduction) of LBD	: 3798
5.61/4.67	c Imported unit clauses	: 0
5.61/4.67	c number of reductions to clauses (during analyze)	: 0
5.61/4.67	c number of learned constraints concerned by reduction	: 0
5.61/4.67	c number of learning phase by resolution	: 0
5.61/4.67	c number of learning phase by cutting planes	: 0
5.61/4.67	c speed (assignments/second)	: 145779.07777013077
5.61/4.67	c non guided choices	515
5.61/4.67	c learnt constraints type 
5.61/4.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5
5.61/4.67	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 14517
5.61/4.67	s UNSATISFIABLE
5.61/4.67	c Total wall clock time (in seconds): 4.566

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-4101325-1466222242/watcher-4101325-1466222242 -o /tmp/evaluation-result-4101325-1466222242/solver-4101325-1466222242 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2932 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101325-1466222242.opb 

pid=4988
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.06 2.12 2.06 3/194 4991
/proc/meminfo: memFree=30838140/32872528 swapFree=190484/190484
[pid=4991] ppid=4988 vsize=96272 CPUtime=0 cores=0,2,4,6
/proc/4991/stat : 4991 (java) S 4988 4991 2916 0 -1 4202496 1361 0 0 0 0 0 0 0 20 0 2 0 24274755 98582528 985 33554432000 1073741824 1073778376 140733679042928 140733679034064 249653395517 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4991/statm: 24068 985 750 9 0 16774 0
[pid=4991/tid=4992] ppid=4988 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4992/stat : 4992 (java) D 4988 4991 2916 0 -1 4202560 142 0 0 0 0 0 0 0 20 0 2 0 24274756 98578432 989 33554432000 1073741824 1073778376 140733679042928 139910654153400 249640873255 0 0 0 16784584 18446744072100588836 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.06 2.12 2.06 3/194 4991
/proc/meminfo: memFree=30838140/32872528 swapFree=190484/190484
[pid=4991] ppid=4988 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/4991/stat : 4991 (java) S 4988 4991 2916 0 -1 4202496 4405 0 1 0 9 2 0 0 20 0 18 0 24274755 9787879424 6032 33554432000 1073741824 1073778376 140733679042928 140733679034064 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4991/statm: 2389619 6032 2125 9 0 2380296 0
[pid=4991/tid=4992] ppid=4988 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/4991/task/4992/stat : 4992 (java) R 4988 4991 2916 0 -1 4202560 2383 0 1 0 6 1 0 0 20 0 18 0 24274756 9787879424 6032 33554432000 1073741824 1073778376 140733679042928 139910654155680 249653421325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.20032 s]
/proc/loadavg: 2.06 2.12 2.06 3/194 4991
/proc/meminfo: memFree=30838140/32872528 swapFree=190484/190484
[pid=4991] ppid=4988 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/4991/stat : 4991 (java) S 4988 4991 2916 0 -1 4202496 4964 0 1 0 26 2 0 0 20 0 18 0 24274755 9787879424 7002 33554432000 1073741824 1073778376 140733679042928 140733679034064 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4991/statm: 2389619 7002 2215 9 0 2380296 0
[pid=4991/tid=4992] ppid=4988 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/4991/task/4992/stat : 4992 (java) R 4988 4991 2916 0 -1 4202560 2404 0 1 0 16 1 0 0 20 0 18 0 24274756 9787879424 7002 33554432000 1073741824 1073778376 140733679042928 139910654157016 139910522713313 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.30027 s]
/proc/loadavg: 2.06 2.12 2.06 3/194 4991
/proc/meminfo: memFree=30838140/32872528 swapFree=190484/190484
[pid=4991] ppid=4988 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/4991/stat : 4991 (java) S 4988 4991 2916 0 -1 4202496 8774 0 1 0 54 2 0 0 20 0 18 0 24274755 9787879424 11461 33554432000 1073741824 1073778376 140733679042928 140733679034064 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4991/statm: 2389619 11461 2237 9 0 2380296 0
[pid=4991/tid=4992] ppid=4988 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/4991/task/4992/stat : 4992 (java) R 4988 4991 2916 0 -1 4202560 2415 0 1 0 26 1 0 0 20 0 18 0 24274756 9787879424 11461 33554432000 1073741824 1073778376 140733679042928 139910654157016 249653421325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700269 s]
/proc/loadavg: 2.06 2.12 2.06 3/194 4991
/proc/meminfo: memFree=30838140/32872528 swapFree=190484/190484
[pid=4991] ppid=4988 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/4991/stat : 4991 (java) S 4988 4991 2916 0 -1 4202496 11909 0 1 0 143 3 0 0 20 0 19 0 24274755 9856040960 14090 33554432000 1073741824 1073778376 140733679042928 140733679034064 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4991/statm: 2406260 14090 2258 9 0 2396937 0
[pid=4991/tid=4992] ppid=4988 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/4991/task/4992/stat : 4992 (java) R 4988 4991 2916 0 -1 4202560 2420 0 1 0 66 1 0 0 20 0 19 0 24274756 9856040960 14090 33554432000 1073741824 1073778376 140733679042928 139910654157440 139910523245509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.06 2.12 2.06 3/213 5010
/proc/meminfo: memFree=30786344/32872528 swapFree=190484/190484
[pid=4991] ppid=4988 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/4991/stat : 4991 (java) S 4988 4991 2916 0 -1 4202496 12722 0 1 0 242 3 0 0 20 0 19 0 24274755 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 140733679034064 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4991/statm: 2406260 16670 2267 9 0 2396937 0
[pid=4991/tid=4992] ppid=4988 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/4991/task/4992/stat : 4992 (java) R 4988 4991 2916 0 -1 4202560 2426 0 1 0 146 1 0 0 20 0 19 0 24274756 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910654148288 139910523340450 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=4994] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4994/stat : 4994 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910643218600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=4995] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4995/stat : 4995 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910642166056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=4996] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4996/stat : 4996 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910641113512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4991/tid=4997] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4997/stat : 4997 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910495025704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=4998] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4998/stat : 4998 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910493973160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=4999] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4999/stat : 4999 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910492920616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=5000] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5000/stat : 5000 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910491868072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5001] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5001/stat : 5001 (java) S 4988 4991 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910490815528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5002] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5002/stat : 5002 (java) S 4988 4991 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910478403688 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5003] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5003/stat : 5003 (java) S 4988 4991 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910477350008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5004] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5004/stat : 5004 (java) S 4988 4991 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910476297352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5005] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5005/stat : 5005 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910475246096 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5006] ppid=4988 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/4991/task/5006/stat : 5006 (java) S 4988 4991 2916 0 -1 4202560 5021 0 0 0 46 0 0 0 20 0 19 0 24274761 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910474193464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5007] ppid=4988 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/4991/task/5007/stat : 5007 (java) S 4988 4991 2916 0 -1 4202560 3998 0 0 0 47 0 0 0 20 0 19 0 24274761 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910473140920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=5008] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5008/stat : 5008 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910472088568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=5009] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5009/stat : 5009 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910471036232 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5010] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5010/stat : 5010 (java) S 4988 4991 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24274786 9856040960 16670 33554432000 1073741824 1073778376 140733679042928 139910469931816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.06 2.12 2.06 3/213 5010
/proc/meminfo: memFree=30764872/32872528 swapFree=190484/190484
[pid=4991] ppid=4988 vsize=9625040 CPUtime=4.08 cores=0,2,4,6
/proc/4991/stat : 4991 (java) S 4988 4991 2916 0 -1 4202496 12737 0 1 0 405 3 0 0 20 0 19 0 24274755 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 140733679034064 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4991/statm: 2406260 24350 2267 9 0 2396937 0
[pid=4991/tid=4992] ppid=4988 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/4991/task/4992/stat : 4992 (java) R 4988 4991 2916 0 -1 4202560 2441 0 1 0 306 1 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910654155256 139910523245575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=4994] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4994/stat : 4994 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910643218600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=4995] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4995/stat : 4995 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910642166056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=4996] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4996/stat : 4996 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910641113512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4991/tid=4997] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4997/stat : 4997 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910495025704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=4998] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4998/stat : 4998 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910493973160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=4999] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4999/stat : 4999 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910492920616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=5000] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5000/stat : 5000 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910491868072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5001] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5001/stat : 5001 (java) S 4988 4991 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910490815528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5002] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5002/stat : 5002 (java) S 4988 4991 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910478403688 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5003] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5003/stat : 5003 (java) S 4988 4991 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910477350008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5004] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5004/stat : 5004 (java) S 4988 4991 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910476297352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5005] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5005/stat : 5005 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910475246096 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5006] ppid=4988 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/4991/task/5006/stat : 5006 (java) S 4988 4991 2916 0 -1 4202560 5021 0 0 0 48 0 0 0 20 0 19 0 24274761 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910474193464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5007] ppid=4988 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/4991/task/5007/stat : 5007 (java) S 4988 4991 2916 0 -1 4202560 3998 0 0 0 48 0 0 0 20 0 19 0 24274761 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910473140920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=5008] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5008/stat : 5008 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910472088568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=5009] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5009/stat : 5009 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910471036232 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5010] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5010/stat : 5010 (java) S 4988 4991 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24274786 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910469931816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.08
Current children cumulated vsize (KiB) 9625040

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

[startup+3.20092 s]
/proc/loadavg: 2.06 2.12 2.06 3/213 5010
/proc/meminfo: memFree=30764872/32872528 swapFree=190484/190484
[pid=4991] ppid=4988 vsize=9625040 CPUtime=4.18 cores=0,2,4,6
/proc/4991/stat : 4991 (java) S 4988 4991 2916 0 -1 4202496 12737 0 1 0 415 3 0 0 20 0 19 0 24274755 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 140733679034064 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4991/statm: 2406260 24350 2267 9 0 2396937 0
[pid=4991/tid=4992] ppid=4988 vsize=9625040 CPUtime=3.17 cores=0,2,4,6
/proc/4991/task/4992/stat : 4992 (java) R 4988 4991 2916 0 -1 4202560 2441 0 1 0 316 1 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910654155136 139910523278041 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=4994] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4994/stat : 4994 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910643218600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=4995] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4995/stat : 4995 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910642166056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=4996] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4996/stat : 4996 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910641113512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4991/tid=4997] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4997/stat : 4997 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910495025704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=4998] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4998/stat : 4998 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910493973160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=4999] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4999/stat : 4999 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910492920616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=5000] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5000/stat : 5000 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910491868072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5001] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5001/stat : 5001 (java) S 4988 4991 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910490815528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5002] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5002/stat : 5002 (java) S 4988 4991 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910478403688 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5003] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5003/stat : 5003 (java) S 4988 4991 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910477350008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5004] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5004/stat : 5004 (java) S 4988 4991 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910476297352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5005] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5005/stat : 5005 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910475246096 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5006] ppid=4988 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/4991/task/5006/stat : 5006 (java) S 4988 4991 2916 0 -1 4202560 5021 0 0 0 48 0 0 0 20 0 19 0 24274761 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910474193464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5007] ppid=4988 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/4991/task/5007/stat : 5007 (java) S 4988 4991 2916 0 -1 4202560 3998 0 0 0 48 0 0 0 20 0 19 0 24274761 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910473140920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=5008] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5008/stat : 5008 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910472088568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=5009] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5009/stat : 5009 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910471036232 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5010] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5010/stat : 5010 (java) S 4988 4991 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24274786 9856040960 24350 33554432000 1073741824 1073778376 140733679042928 139910469931816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625040

[startup+4.00073 s]
/proc/loadavg: 2.06 2.12 2.06 3/213 5010
/proc/meminfo: memFree=30703316/32872528 swapFree=190484/190484
[pid=4991] ppid=4988 vsize=9625040 CPUtime=5 cores=0,2,4,6
/proc/4991/stat : 4991 (java) S 4988 4991 2916 0 -1 4202496 12745 0 1 0 497 3 0 0 20 0 19 0 24274755 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 140733679034064 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4991/statm: 2406260 27934 2267 9 0 2396937 0
[pid=4991/tid=4992] ppid=4988 vsize=9625040 CPUtime=3.96 cores=0,2,4,6
/proc/4991/task/4992/stat : 4992 (java) R 4988 4991 2916 0 -1 4202560 2449 0 1 0 395 1 0 0 20 0 19 0 24274756 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910654155136 139910523210807 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=4994] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4994/stat : 4994 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910643218600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=4995] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4995/stat : 4995 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910642166056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=4996] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4996/stat : 4996 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910641113512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4991/tid=4997] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4997/stat : 4997 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910495025704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=4998] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4998/stat : 4998 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910493973160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=4999] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4999/stat : 4999 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910492920616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=5000] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5000/stat : 5000 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910491868072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5001] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5001/stat : 5001 (java) S 4988 4991 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910490815528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5002] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5002/stat : 5002 (java) S 4988 4991 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910478403688 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5003] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5003/stat : 5003 (java) S 4988 4991 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910477350008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5004] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5004/stat : 5004 (java) S 4988 4991 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910476297352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5005] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5005/stat : 5005 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910475246096 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5006] ppid=4988 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/4991/task/5006/stat : 5006 (java) S 4988 4991 2916 0 -1 4202560 5021 0 0 0 50 0 0 0 20 0 19 0 24274761 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910474193464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5007] ppid=4988 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/4991/task/5007/stat : 5007 (java) S 4988 4991 2916 0 -1 4202560 3998 0 0 0 48 0 0 0 20 0 19 0 24274761 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910473140920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=5008] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5008/stat : 5008 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910472088568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=5009] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5009/stat : 5009 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910471036232 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5010] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5010/stat : 5010 (java) S 4988 4991 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24274786 9856040960 27934 33554432000 1073741824 1073778376 140733679042928 139910469931816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5
Current children cumulated vsize (KiB) 9625040

[startup+4.40073 s]
/proc/loadavg: 2.06 2.12 2.06 3/213 5010
/proc/meminfo: memFree=30553688/32872528 swapFree=190484/190484
[pid=4991] ppid=4988 vsize=9625040 CPUtime=5.41 cores=0,2,4,6
/proc/4991/stat : 4991 (java) S 4988 4991 2916 0 -1 4202496 12751 0 1 0 537 4 0 0 20 0 19 0 24274755 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 140733679034064 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4991/statm: 2406260 29983 2268 9 0 2396937 0
[pid=4991/tid=4992] ppid=4988 vsize=9625040 CPUtime=4.37 cores=0,2,4,6
/proc/4991/task/4992/stat : 4992 (java) R 4988 4991 2916 0 -1 4202560 2454 0 1 0 435 2 0 0 20 0 19 0 24274756 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910654148272 139910523245575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=4994] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4994/stat : 4994 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910643218600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=4995] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4995/stat : 4995 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910642166056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=4996] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4996/stat : 4996 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910641113512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4991/tid=4997] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4997/stat : 4997 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910495025704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=4998] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4998/stat : 4998 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910493973160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=4999] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4999/stat : 4999 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910492920616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=5000] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5000/stat : 5000 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910491868072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5001] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5001/stat : 5001 (java) S 4988 4991 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910490815528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5002] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5002/stat : 5002 (java) S 4988 4991 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910478403688 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5003] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5003/stat : 5003 (java) S 4988 4991 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910477350008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5004] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5004/stat : 5004 (java) S 4988 4991 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910476297352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5005] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5005/stat : 5005 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910475246096 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5006] ppid=4988 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/4991/task/5006/stat : 5006 (java) S 4988 4991 2916 0 -1 4202560 5021 0 0 0 50 0 0 0 20 0 19 0 24274761 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910474193464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5007] ppid=4988 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/4991/task/5007/stat : 5007 (java) S 4988 4991 2916 0 -1 4202560 3998 0 0 0 48 0 0 0 20 0 19 0 24274761 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910473140920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=5008] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5008/stat : 5008 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910472088568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=5009] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5009/stat : 5009 (java) S 4988 4991 2916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910471036232 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5010] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5010/stat : 5010 (java) S 4988 4991 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24274786 9856040960 29983 33554432000 1073741824 1073778376 140733679042928 139910469931816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.41
Current children cumulated vsize (KiB) 9625040

[startup+4.6007 s]
/proc/loadavg: 2.06 2.12 2.06 3/213 5010
/proc/meminfo: memFree=30553688/32872528 swapFree=190484/190484
[pid=4991] ppid=4988 vsize=9625040 CPUtime=5.61 cores=0,2,4,6
/proc/4991/stat : 4991 (java) S 4988 4991 2916 0 -1 4202496 12752 0 1 0 557 4 0 0 20 0 19 0 24274755 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 140733679034064 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/4991/statm: 2406260 30495 2268 9 0 2396937 0
[pid=4991/tid=4992] ppid=4988 vsize=9625040 CPUtime=4.56 cores=0,2,4,6
/proc/4991/task/4992/stat : 4992 (java) R 4988 4991 2916 0 -1 4202560 2455 0 1 0 454 2 0 0 20 0 19 0 24274756 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910654148272 139910523254909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=4994] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4994/stat : 4994 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910643218600 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=4995] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4995/stat : 4995 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910642166056 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=4996] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4996/stat : 4996 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910641113512 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4991/tid=4997] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4997/stat : 4997 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910495025704 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=4998] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4998/stat : 4998 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910493973160 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=4999] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/4999/stat : 4999 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910492920616 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4991/tid=5000] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5000/stat : 5000 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910491868072 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5001] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5001/stat : 5001 (java) S 4988 4991 2916 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 24274756 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910490815528 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5002] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5002/stat : 5002 (java) S 4988 4991 2916 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910478403688 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5003] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5003/stat : 5003 (java) S 4988 4991 2916 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910477350008 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5004] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5004/stat : 5004 (java) S 4988 4991 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24274758 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910476297352 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5005] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5005/stat : 5005 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910475246096 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5006] ppid=4988 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/4991/task/5006/stat : 5006 (java) S 4988 4991 2916 0 -1 4202560 5021 0 0 0 50 0 0 0 20 0 19 0 24274761 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910474193464 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5007] ppid=4988 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/4991/task/5007/stat : 5007 (java) S 4988 4991 2916 0 -1 4202560 3998 0 0 0 48 0 0 0 20 0 19 0 24274761 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910473140920 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=5008] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5008/stat : 5008 (java) S 4988 4991 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910472088568 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4991/tid=5009] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5009/stat : 5009 (java) S 4988 4991 2916 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 24274761 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910471036232 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4991/tid=5010] ppid=4988 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/4991/task/5010/stat : 5010 (java) S 4988 4991 2916 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24274786 9856040960 30495 33554432000 1073741824 1073778376 140733679042928 139910469931816 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 4.68174
CPU time (s): 5.67314
CPU user time (s): 5.62115
CPU system time (s): 0.051992
CPU usage (%): 121.176
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.62115
system time used= 0.051992
maximum resident set size= 124096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12776
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 355
involuntary context switches= 41

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

The end

Launcher Data

Begin job on node102 at 2016-06-18 05:57:22
IDJOB=4101325
IDBENCH=1729
IDSOLVER=2546
FILE ID=node102/4101325-1466222242
RUNJOBID= node102-1466206108-2932
PBS_JOBID= 19918170
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-misc05.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101325-1466222242/watcher-4101325-1466222242 -o /tmp/evaluation-result-4101325-1466222242/solver-4101325-1466222242 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2932 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101325-1466222242.opb

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

MD5SUM BENCH= bada111af8c03eca9b9736a7d2e9e703
RANDOM SEED=333575114

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30838148 kB
Buffers:           97292 kB
Cached:           108012 kB
SwapCached:         1828 kB
Active:           969312 kB
Inactive:         129180 kB
Active(anon):     893832 kB
Inactive(anon):     1596 kB
Active(file):      75480 kB
Inactive(file):   127584 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67099020 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:       1086548 kB
Mapped:            15440 kB
Shmem:                 0 kB
Slab:             599504 kB
SReclaimable:      43308 kB
SUnreclaim:       556196 kB
KernelStack:        1760 kB
PageTables:         5984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2001632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    868352 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= 71708 MiB
End job on node102 at 2016-06-18 05:57:27