Trace number 4108940

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16UNSAT 6.92595 2.72228

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-188.opb
MD5SUMf4a912d895a0ec3b6fbe08ae8c055d80
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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.461929
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables483
Total number of constraints8027
Number of constraints which are clauses7293
Number of constraints which are cardinality constraints (but not clauses)21
Number of constraints which are nor clauses,nor cardinality constraints713
Minimum length of a constraint2
Maximum length of a constraint17
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 19
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.31	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.31	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.31	c See www.sat4j.org for details.
0.08/0.31	c version PB16.v20160501
0.08/0.31	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.31	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.31	c java.vm.version	19.1-b02
0.08/0.31	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.31	c sun.arch.data.model	64
0.08/0.31	c java.version		1.6.0_24
0.08/0.31	c os.name		Linux
0.08/0.31	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.31	c os.arch		amd64
0.08/0.31	c Free memory 		501472288
0.08/0.31	c Max memory 		7480803328
0.08/0.31	c Total memory 		504102912
0.08/0.31	c Number of processors 	8
0.08/0.35	c Pseudo Boolean Optimization by upper bound
0.08/0.35	c ManyCore solver with 2 solvers running in parallel
0.08/0.35	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.35	c --- Begin Solver configuration ---
0.08/0.35	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.35	c Learn all clauses as in MiniSAT
0.08/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.35	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.35	c Expensive reason simplification
0.08/0.35	c Glucose 2.1 dynamic restart strategy
0.08/0.35	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.35	c timeout=2147483s
0.08/0.35	c DB Simplification allowed=false
0.08/0.35	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.35	c --- End Solver configuration ---
0.08/0.35	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.35	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.35	c --- Begin Solver configuration ---
0.08/0.35	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.35	c Learn all clauses as in MiniSAT
0.08/0.35	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.35	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.35	c No reason simplification
0.08/0.35	c Armin Biere (Picosat) restarts strategy
0.08/0.35	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.35	c timeout=2147483s
0.08/0.35	c DB Simplification allowed=false
0.08/0.35	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.35	c --- End Solver configuration ---
0.08/0.35	c solving HOME/instance-4108940-1466289484.opb
0.08/0.35	c reading problem ... 
0.08/0.36	c  no objective function found
0.66/0.69	c ... done. Wall clock time 0.338s.
0.66/0.69	c declared #vars     483
0.66/0.69	c #constraints  8041
0.96/0.70	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.96/0.70	c constraints type 
0.96/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5331
0.96/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 23
0.96/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1974
0.96/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 713
0.96/0.71	c 8041 constraints processed.
0.96/0.71	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.96/0.71	c constraints type 
0.96/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1974
0.96/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5331
0.96/0.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 23
0.96/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 713
0.96/0.71	c 8041 constraints processed.
4.39/1.60	c cleaning 2497 clauses out of 5001 with flag 30472/5001
6.06/2.16	c cleaning 4250 clauses out of 8502 with flag 71910/11001
6.68/2.49	c And the winner is solver0
6.89/2.71	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
6.89/2.71	c starts		: 38
6.89/2.71	c conflicts		: 14565
6.89/2.71	c decisions		: 22048
6.89/2.71	c propagations		: 930522
6.89/2.71	c inspects		: 15990532
6.89/2.71	c shortcuts		: 0
6.89/2.71	c learnt literals	: 18
6.89/2.71	c learnt binary clauses	: 68
6.89/2.71	c learnt ternary clauses	: 214
6.89/2.71	c learnt constraints	: 14546
6.89/2.71	c ignored constraints	: 0
6.89/2.71	c root simplifications	: 0
6.89/2.71	c removed literals (reason simplification)	: 119481
6.89/2.71	c reason swapping (by a shorter reason)	: 0
6.89/2.71	c Calls to reduceDB	: 2
6.89/2.71	c Number of update (reduction) of LBD	: 7368
6.89/2.71	c Imported unit clauses	: 0
6.89/2.71	c number of reductions to clauses (during analyze)	: 0
6.89/2.71	c number of learned constraints concerned by reduction	: 0
6.89/2.71	c number of learning phase by resolution	: 0
6.89/2.71	c number of learning phase by cutting planes	: 0
6.89/2.71	c speed (assignments/second)	: 465493.74687343667
6.89/2.71	c non guided choices	400
6.89/2.71	c learnt constraints type 
6.89/2.71	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 68
6.89/2.71	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 7731
6.89/2.71	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
6.89/2.71	c starts		: 12
6.89/2.71	c conflicts		: 1791
6.89/2.71	c decisions		: 7501
6.89/2.71	c propagations		: 81539
6.89/2.71	c inspects		: 3631954
6.89/2.71	c shortcuts		: 0
6.89/2.71	c learnt literals	: 0
6.89/2.71	c learnt binary clauses	: 12
6.89/2.71	c learnt ternary clauses	: 30
6.89/2.71	c learnt constraints	: 1790
6.89/2.71	c ignored constraints	: 0
6.89/2.71	c root simplifications	: 0
6.89/2.71	c removed literals (reason simplification)	: 0
6.89/2.71	c reason swapping (by a shorter reason)	: 0
6.89/2.71	c Calls to reduceDB	: 0
6.89/2.71	c Number of update (reduction) of LBD	: 0
6.89/2.71	c Imported unit clauses	: 0
6.89/2.71	c number of reductions to clauses (during analyze)	: 0
6.89/2.71	c number of learned constraints concerned by reduction	: 0
6.89/2.71	c number of learning phase by resolution	: 0
6.89/2.71	c number of learning phase by cutting planes	: 0
6.89/2.71	c speed (assignments/second)	: 40708.43734398402
6.89/2.71	c non guided choices	329
6.89/2.71	c learnt constraints type 
6.89/2.71	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 430
6.89/2.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
6.89/2.71	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 12
6.89/2.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1345
6.89/2.71	s UNSATISFIABLE
6.89/2.71	c Total wall clock time (in seconds): 2.362

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-4108940-1466289484/watcher-4108940-1466289484 -o /tmp/evaluation-result-4108940-1466289484/solver-4108940-1466289484 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466289484-30826 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4108940-1466289484.opb 

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

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

[startup+0 s]
/proc/loadavg: 1.18 1.20 1.40 3/172 30844
/proc/meminfo: memFree=30701624/32872528 swapFree=1074772/1156532
[pid=30844] ppid=30841 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/30844/stat : 30844 (runsolver) R 30841 29682 29682 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 1 0 30997600 24911872 53 33554432000 4194304 4338465 140733864876384 140733864873920 4253400 0 0 4096 24578 0 0 0 17 7 0 0 0 0 0
/proc/30844/statm: 6082 53 7 36 0 2655 0
Current StackSize limit: 10240 KiB


[startup+0.100181 s]
/proc/loadavg: 1.18 1.20 1.40 3/172 30844
/proc/meminfo: memFree=30701624/32872528 swapFree=1074772/1156532
[pid=30844] ppid=30841 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/30844/stat : 30844 (java) D 30841 30844 29682 0 -1 4202496 1137 0 19 0 0 0 0 0 20 0 1 0 30997600 23793664 805 33554432000 1073741824 1073778376 140736510367568 140736510357560 140137989833488 0 0 4096 0 18446744071579943789 0 0 17 1 0 0 6 0 0
/proc/30844/statm: 5809 805 599 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200341 s]
/proc/loadavg: 1.18 1.20 1.40 3/172 30844
/proc/meminfo: memFree=30701624/32872528 swapFree=1074772/1156532
[pid=30844] ppid=30841 vsize=9092432 CPUtime=0.02 cores=1,3,5,7
/proc/30844/stat : 30844 (java) S 30841 30844 29682 0 -1 4202496 2978 0 30 0 1 1 0 0 20 0 11 0 30997600 9310650368 3628 33554432000 1073741824 1073778376 140736510367568 140736510358704 219517321277 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/30844/statm: 2273108 3628 1652 9 0 2263809 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9092432

[startup+0.300314 s]
/proc/loadavg: 1.18 1.20 1.40 3/172 30844
/proc/meminfo: memFree=30701624/32872528 swapFree=1074772/1156532
[pid=30844] ppid=30841 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/30844/stat : 30844 (java) S 30841 30844 29682 0 -1 4202496 3458 0 30 0 6 2 0 0 20 0 18 0 30997600 9787879424 4617 33554432000 1073741824 1073778376 140736510367568 140736510358704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/30844/statm: 2389619 4617 1789 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.700189 s]
/proc/loadavg: 1.18 1.20 1.40 3/172 30844
/proc/meminfo: memFree=30701624/32872528 swapFree=1074772/1156532
[pid=30844] ppid=30841 vsize=9558860 CPUtime=0.96 cores=1,3,5,7
/proc/30844/stat : 30844 (java) S 30841 30844 29682 0 -1 4202496 11953 0 32 0 91 5 0 0 20 0 18 0 30997600 9788272640 18548 33554432000 1073741824 1073778376 140736510367568 140736510358704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/30844/statm: 2389715 18548 2253 9 0 2380392 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 9558860

[startup+1.50087 s]
/proc/loadavg: 1.49 1.26 1.42 6/215 30894
/proc/meminfo: memFree=30412360/32872528 swapFree=1074772/1156532
[pid=30844] ppid=30841 vsize=9824732 CPUtime=4.05 cores=1,3,5,7
/proc/30844/stat : 30844 (java) S 30841 30844 29682 0 -1 4202496 21119 0 32 0 396 9 0 0 20 0 22 0 30997600 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140736510358704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/30844/statm: 2456183 45169 2284 9 0 2446860 0
[pid=30844/tid=30846] ppid=30841 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/30844/task/30846/stat : 30846 (java) S 30841 30844 29682 0 -1 4202560 2411 0 7 0 42 2 0 0 20 0 22 0 30997611 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137984189304 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 12 0 0
[pid=30844/tid=30860] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30860/stat : 30860 (java) S 30841 30844 29682 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137945680424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30862] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30862/stat : 30862 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137944627624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30864] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30864/stat : 30864 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137943574824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30844/tid=30866] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30866/stat : 30866 (java) S 30841 30844 29682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137942522024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30868] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30868/stat : 30868 (java) S 30841 30844 29682 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137941470248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30844/tid=30870] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30870/stat : 30870 (java) S 30841 30844 29682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137940417448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30872] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30872/stat : 30872 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137939364648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30874] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30874/stat : 30874 (java) S 30841 30844 29682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137820318376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30875] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30875/stat : 30875 (java) S 30841 30844 29682 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30997619 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137808120296 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30877] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30877/stat : 30877 (java) S 30841 30844 29682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30997620 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137807066360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30880] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30880/stat : 30880 (java) S 30841 30844 29682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30997620 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137806013448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30881] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30881/stat : 30881 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997626 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137804961936 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30882] ppid=30841 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/30844/task/30882/stat : 30882 (java) R 30841 30844 29682 0 -1 4202560 10722 0 1 0 101 2 0 0 20 0 22 0 30997626 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137065336776 140137990032116 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30883] ppid=30841 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/30844/task/30883/stat : 30883 (java) R 30841 30844 29682 0 -1 4202560 6602 0 1 0 97 2 0 0 20 0 22 0 30997626 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137064278224 140137988278102 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30844/tid=30885] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30885/stat : 30885 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997626 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137063238520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30888] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30888/stat : 30888 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997626 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137062185928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30891] ppid=30841 vsize=9824732 CPUtime=0.73 cores=1,3,5,7
/proc/30844/task/30891/stat : 30891 (java) R 30841 30844 29682 0 -1 4202560 22 0 0 0 73 0 0 0 20 0 22 0 30997671 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137060738136 140137820430616 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30844/tid=30892] ppid=30841 vsize=9824732 CPUtime=0.76 cores=1,3,5,7
/proc/30844/task/30892/stat : 30892 (java) R 30841 30844 29682 0 -1 4202560 74 0 0 0 74 2 0 0 20 0 22 0 30997671 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137059683408 140137820872000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30893] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30893/stat : 30893 (java) S 30841 30844 29682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30997672 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137058632616 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30894] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30894/stat : 30894 (java) S 30841 30844 29682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30997672 10060525568 45169 33554432000 1073741824 1073778376 140736510367568 140137057579816 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9824732

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

[startup+1.60108 s]
/proc/loadavg: 1.49 1.26 1.42 6/215 30894
/proc/meminfo: memFree=30412360/32872528 swapFree=1074772/1156532
[pid=30844] ppid=30841 vsize=9824732 CPUtime=4.39 cores=1,3,5,7
/proc/30844/stat : 30844 (java) S 30841 30844 29682 0 -1 4202496 22777 0 32 0 429 10 0 0 20 0 22 0 30997600 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140736510358704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/30844/statm: 2456183 45480 2290 9 0 2446860 0
[pid=30844/tid=30846] ppid=30841 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/30844/task/30846/stat : 30846 (java) S 30841 30844 29682 0 -1 4202560 2411 0 7 0 42 2 0 0 20 0 22 0 30997611 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137984189304 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 12 0 0
[pid=30844/tid=30860] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30860/stat : 30860 (java) S 30841 30844 29682 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137945680424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30862] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30862/stat : 30862 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137944627624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30864] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30864/stat : 30864 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137943574824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30844/tid=30866] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30866/stat : 30866 (java) S 30841 30844 29682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137942522024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30868] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30868/stat : 30868 (java) S 30841 30844 29682 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137941470248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30844/tid=30870] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30870/stat : 30870 (java) S 30841 30844 29682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137940417448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30872] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30872/stat : 30872 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137939364648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30874] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30874/stat : 30874 (java) S 30841 30844 29682 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137820318376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30875] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30875/stat : 30875 (java) S 30841 30844 29682 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 30997619 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137808120296 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30877] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30877/stat : 30877 (java) S 30841 30844 29682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30997620 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137807066360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30880] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30880/stat : 30880 (java) S 30841 30844 29682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30997620 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137806013448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30881] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30881/stat : 30881 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997626 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137804961936 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30882] ppid=30841 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/30844/task/30882/stat : 30882 (java) R 30841 30844 29682 0 -1 4202560 11869 0 1 0 111 2 0 0 20 0 22 0 30997626 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137065336776 140137986324334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30883] ppid=30841 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/30844/task/30883/stat : 30883 (java) R 30841 30844 29682 0 -1 4202560 7113 0 1 0 103 2 0 0 20 0 22 0 30997626 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137064290656 140137990146562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30885] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30885/stat : 30885 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997626 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137063238520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30888] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30888/stat : 30888 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997626 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137062185928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30891] ppid=30841 vsize=9824732 CPUtime=0.8 cores=1,3,5,7
/proc/30844/task/30891/stat : 30891 (java) R 30841 30844 29682 0 -1 4202560 22 0 0 0 80 0 0 0 20 0 22 0 30997671 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137060736592 140137992234879 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=30844/tid=30892] ppid=30841 vsize=9824732 CPUtime=0.86 cores=1,3,5,7
/proc/30844/task/30892/stat : 30892 (java) R 30841 30844 29682 0 -1 4202560 74 0 0 0 84 2 0 0 20 0 22 0 30997671 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137059683408 140137821041353 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30893] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30893/stat : 30893 (java) S 30841 30844 29682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30997672 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137058632616 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30894] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30894/stat : 30894 (java) S 30841 30844 29682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30997672 10060525568 45480 33554432000 1073741824 1073778376 140736510367568 140137057579816 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 9824732

[startup+2.40092 s]
/proc/loadavg: 1.49 1.26 1.42 5/219 30898
/proc/meminfo: memFree=30140680/32872528 swapFree=1074772/1156532
[pid=30844] ppid=30841 vsize=9824732 CPUtime=6.68 cores=1,3,5,7
/proc/30844/stat : 30844 (java) S 30841 30844 29682 0 -1 4202496 29339 0 32 0 655 13 0 0 20 0 22 0 30997600 10060525568 54061 33554432000 1073741824 1073778376 140736510367568 140736510358704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/30844/statm: 2456183 54061 2290 9 0 2446860 0
[pid=30844/tid=30846] ppid=30841 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/30844/task/30846/stat : 30846 (java) S 30841 30844 29682 0 -1 4202560 2411 0 7 0 42 2 0 0 20 0 22 0 30997611 10060525568 54061 33554432000 1073741824 1073778376 140736510367568 140137984189304 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 12 0 0
[pid=30844/tid=30860] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30860/stat : 30860 (java) S 30841 30844 29682 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 54061 33554432000 1073741824 1073778376 140736510367568 140137945680424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30862] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30862/stat : 30862 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 54061 33554432000 1073741824 1073778376 140736510367568 140137944627624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30864] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30864/stat : 30864 (java) S 30841 30844 29682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 54061 33554432000 1073741824 1073778376 140736510367568 140137943574824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30866] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30866/stat : 30866 (java) S 30841 30844 29682 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 54061 33554432000 1073741824 1073778376 140736510367568 140137942522024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30868] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30868/stat : 30868 (java) S 30841 30844 29682 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 54061 33554432000 1073741824 1073778376 140736510367568 140137941470248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30844/tid=30870] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30870/stat : 30870 (java) S 30841 30844 29682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 54061 33554432000 1073741824 1073778376 140736510367568 140137940417448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30872] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30872/stat : 30872 (java) S 30841 30844 29682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 54061 33554432000 1073741824 1073778376 140736510367568 140137939364648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30874] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30874/stat : 30874 (java) S 30841 30844 29682 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 30997615 10060525568 54061 33554432000 1073741824 1073778376 140736510367568 140137820318376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30875] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30875/stat : 30875 (java) S 30841 30844 29682 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 30997619 10060525568 54061 33554432000 1073741824 1073778376 140736510367568 140137808120296 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30877] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30877/stat : 30877 (java) S 30841 30844 29682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 30997620 10060525568 54061 33554432000 1073741824 1073778376 140736510367568 140137807066360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30880] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30880/stat : 30880 (java) S 30841 30844 29682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 30997620 10060525568 54061 33554432000 1073741824 1073778376 140736510367568 140137806013448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30881] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30881/stat : 30881 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997626 10060525568 54573 33554432000 1073741824 1073778376 140736510367568 140137804961936 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30882] ppid=30841 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/30844/task/30882/stat : 30882 (java) S 30841 30844 29682 0 -1 4202560 14035 0 1 0 136 3 0 0 20 0 22 0 30997626 10060525568 54573 33554432000 1073741824 1073778376 140736510367568 140137065343928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30883] ppid=30841 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/30844/task/30883/stat : 30883 (java) S 30841 30844 29682 0 -1 4202560 11412 0 1 0 145 3 0 0 20 0 22 0 30997626 10060525568 54573 33554432000 1073741824 1073778376 140736510367568 140137064291128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30885] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30885/stat : 30885 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997626 10060525568 54573 33554432000 1073741824 1073778376 140736510367568 140137063238520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30888] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30888/stat : 30888 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 30997626 10060525568 54573 33554432000 1073741824 1073778376 140736510367568 140137062185928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30891] ppid=30841 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/30844/task/30891/stat : 30891 (java) R 30841 30844 29682 0 -1 4202560 27 0 0 0 157 0 0 0 20 0 22 0 30997671 10060525568 54573 33554432000 1073741824 1073778376 140736510367568 140137060737344 140137821085316 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30892] ppid=30841 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/30844/task/30892/stat : 30892 (java) R 30841 30844 29682 0 -1 4202560 81 0 0 0 162 2 0 0 20 0 22 0 30997671 10060525568 54573 33554432000 1073741824 1073778376 140736510367568 140137059683712 140137821041386 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30893] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30893/stat : 30893 (java) S 30841 30844 29682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30997672 10060525568 54573 33554432000 1073741824 1073778376 140736510367568 140137058632616 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30894] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30894/stat : 30894 (java) S 30841 30844 29682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 30997672 10060525568 54573 33554432000 1073741824 1073778376 140736510367568 140137057579816 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 9824732

[startup+2.60082 s]
/proc/loadavg: 1.49 1.26 1.42 5/219 30898
/proc/meminfo: memFree=30140680/32872528 swapFree=1074772/1156532
[pid=30844] ppid=30841 vsize=9824732 CPUtime=6.89 cores=1,3,5,7
/proc/30844/stat : 30844 (java) S 30841 30844 29682 0 -1 4202496 29364 0 32 0 673 16 0 0 20 0 19 0 30997600 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140736510358704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/30844/statm: 2456183 66338 2291 9 0 2446860 0
[pid=30844/tid=30846] ppid=30841 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/30844/task/30846/stat : 30846 (java) S 30841 30844 29682 0 -1 4202560 2411 0 7 0 42 2 0 0 20 0 19 0 30997611 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137984189304 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 12 0 0
[pid=30844/tid=30860] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30860/stat : 30860 (java) S 30841 30844 29682 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137945680424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30862] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30862/stat : 30862 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137944627624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30864] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30864/stat : 30864 (java) S 30841 30844 29682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137943574824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30866] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30866/stat : 30866 (java) S 30841 30844 29682 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137942522024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30868] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30868/stat : 30868 (java) S 30841 30844 29682 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137941470248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30844/tid=30870] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30870/stat : 30870 (java) S 30841 30844 29682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137940417448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30872] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30872/stat : 30872 (java) S 30841 30844 29682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137939364648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30874] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30874/stat : 30874 (java) S 30841 30844 29682 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137820318376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30875] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30875/stat : 30875 (java) S 30841 30844 29682 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 30997619 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137808120296 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30877] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30877/stat : 30877 (java) S 30841 30844 29682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30997620 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137807066360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30880] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30880/stat : 30880 (java) S 30841 30844 29682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30997620 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137806013448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30881] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30881/stat : 30881 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30997626 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137804961936 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30882] ppid=30841 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/30844/task/30882/stat : 30882 (java) S 30841 30844 29682 0 -1 4202560 14035 0 1 0 136 3 0 0 20 0 19 0 30997626 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137065343928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30883] ppid=30841 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/30844/task/30883/stat : 30883 (java) S 30841 30844 29682 0 -1 4202560 11412 0 1 0 145 3 0 0 20 0 19 0 30997626 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137064291128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30885] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30885/stat : 30885 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30997626 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137063238520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30888] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30888/stat : 30888 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30997626 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137062185928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30894] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30894/stat : 30894 (java) S 30841 30844 29682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30997672 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137057579816 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9824732

[startup+2.70091 s]
/proc/loadavg: 1.49 1.26 1.42 5/219 30898
/proc/meminfo: memFree=30140680/32872528 swapFree=1074772/1156532
[pid=30844] ppid=30841 vsize=9824732 CPUtime=6.89 cores=1,3,5,7
/proc/30844/stat : 30844 (java) S 30841 30844 29682 0 -1 4202496 29364 0 32 0 673 16 0 0 20 0 19 0 30997600 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140736510358704 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 7 0 0
/proc/30844/statm: 2456183 66338 2291 9 0 2446860 0
[pid=30844/tid=30846] ppid=30841 vsize=9824732 CPUtime=0.44 cores=1,3,5,7
/proc/30844/task/30846/stat : 30846 (java) S 30841 30844 29682 0 -1 4202560 2411 0 7 0 42 2 0 0 20 0 19 0 30997611 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137984189304 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 12 0 0
[pid=30844/tid=30860] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30860/stat : 30860 (java) S 30841 30844 29682 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137945680424 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30862] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30862/stat : 30862 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137944627624 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30864] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30864/stat : 30864 (java) S 30841 30844 29682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137943574824 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30866] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30866/stat : 30866 (java) S 30841 30844 29682 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137942522024 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30868] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30868/stat : 30868 (java) S 30841 30844 29682 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137941470248 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30844/tid=30870] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30870/stat : 30870 (java) S 30841 30844 29682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137940417448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30872] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30872/stat : 30872 (java) S 30841 30844 29682 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137939364648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30874] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30874/stat : 30874 (java) S 30841 30844 29682 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 30997615 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137820318376 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30875] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30875/stat : 30875 (java) S 30841 30844 29682 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 30997619 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137808120296 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30877] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30877/stat : 30877 (java) S 30841 30844 29682 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30997620 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137807066360 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30880] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30880/stat : 30880 (java) S 30841 30844 29682 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30997620 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137806013448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30881] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30881/stat : 30881 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30997626 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137804961936 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30882] ppid=30841 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/30844/task/30882/stat : 30882 (java) S 30841 30844 29682 0 -1 4202560 14035 0 1 0 136 3 0 0 20 0 19 0 30997626 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137065343928 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30844/tid=30883] ppid=30841 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/30844/task/30883/stat : 30883 (java) S 30841 30844 29682 0 -1 4202560 11412 0 1 0 145 3 0 0 20 0 19 0 30997626 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137064291128 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30885] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30885/stat : 30885 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30997626 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137063238520 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30844/tid=30888] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30888/stat : 30888 (java) S 30841 30844 29682 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30997626 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137062185928 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30844/tid=30894] ppid=30841 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/30844/task/30894/stat : 30894 (java) S 30841 30844 29682 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30997672 10060525568 66338 33554432000 1073741824 1073778376 140736510367568 140137057579816 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 2.72228
CPU time (s): 6.92595
CPU user time (s): 6.71098
CPU system time (s): 0.214967
CPU usage (%): 254.417
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.71098
system time used= 0.214967
maximum resident set size= 269464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29376
page faults= 32
swaps= 0
block input operations= 25296
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 858
involuntary context switches= 171

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

The end

Launcher Data

Begin job on node114 at 2016-06-19 00:38:04
IDJOB=4108940
IDBENCH=89751
IDSOLVER=2543
FILE ID=node114/4108940-1466289484
RUNJOBID= node114-1466289484-30826
PBS_JOBID= 19918267
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-188.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108940-1466289484/watcher-4108940-1466289484 -o /tmp/evaluation-result-4108940-1466289484/solver-4108940-1466289484 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466289484-30826 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4108940-1466289484.opb

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

MD5SUM BENCH= f4a912d895a0ec3b6fbe08ae8c055d80
RANDOM SEED=1771587946

node114.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.761
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.52
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.761
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.56
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.761
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.54
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.761
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.761
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.761
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.761
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.761
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:        30703268 kB
Buffers:          108588 kB
Cached:           159200 kB
SwapCached:          800 kB
Active:            72412 kB
Inactive:         198356 kB
Active(anon):       3772 kB
Inactive(anon):     1668 kB
Active(file):      68640 kB
Inactive(file):   196688 kB
Unevictable:     1156532 kB
Mlocked:         1074772 kB
SwapTotal:      67108856 kB
SwapFree:       67100508 kB
Dirty:              1192 kB
Writeback:             0 kB
AnonPages:       1158684 kB
Mapped:             8036 kB
Shmem:                 0 kB
Slab:             609004 kB
SReclaimable:      53020 kB
SUnreclaim:       555984 kB
KernelStack:        1376 kB
PageTables:         6592 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1252488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71716 MiB
End job on node114 at 2016-06-19 00:38:07