Trace number 4097864

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 10.9733 4.5038

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_6.opb
MD5SUM7589fde8b024384c8ca481679cf57322
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.113981
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1482
Total number of constraints7034
Number of constraints which are clauses7030
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint38
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 6
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 44
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4097864-1466114408.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.71/0.46	c ... done. Wall clock time 0.338s.
0.71/0.46	c declared #vars     1482
0.71/0.46	c #constraints  7038
0.71/0.46	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.71/0.46	c constraints type 
0.71/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4218
0.71/0.46	c org.sat4j.specs.Constr$1 => 3
0.71/0.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.71/0.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.71/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2812
0.71/0.46	c 7038 constraints processed.
0.71/0.46	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.71/0.46	c constraints type 
0.71/0.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2812
0.71/0.46	c org.sat4j.specs.Constr$1 => 3
0.71/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4218
0.71/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.71/0.46	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.71/0.46	c 7038 constraints processed.
4.76/1.57	c cleaning 2500 clauses out of 5000 with flag 19478/5000
7.80/2.83	c cleaning 4250 clauses out of 8502 with flag 42044/11002
10.35/4.00	c cleaning 5618 clauses out of 11246 with flag 72119/18001
10.35/4.09	c And the winner is solver0
10.82/4.49	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
10.82/4.49	c starts		: 17
10.82/4.49	c conflicts		: 19003
10.82/4.49	c decisions		: 66544
10.82/4.49	c propagations		: 1861817
10.82/4.49	c inspects		: 21311002
10.82/4.49	c shortcuts		: 0
10.82/4.49	c learnt literals	: 31
10.82/4.49	c learnt binary clauses	: 147
10.82/4.49	c learnt ternary clauses	: 937
10.82/4.49	c learnt constraints	: 18971
10.82/4.49	c ignored constraints	: 0
10.82/4.49	c root simplifications	: 0
10.82/4.49	c removed literals (reason simplification)	: 57187
10.82/4.49	c reason swapping (by a shorter reason)	: 0
10.82/4.49	c Calls to reduceDB	: 3
10.82/4.49	c Number of update (reduction) of LBD	: 7759
10.82/4.49	c Imported unit clauses	: 0
10.82/4.49	c number of reductions to clauses (during analyze)	: 0
10.82/4.49	c number of learned constraints concerned by reduction	: 0
10.82/4.49	c number of learning phase by resolution	: 0
10.82/4.49	c number of learning phase by cutting planes	: 0
10.82/4.49	c speed (assignments/second)	: 462793.18916231673
10.82/4.49	c non guided choices	1111
10.82/4.49	c learnt constraints type 
10.82/4.49	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 147
10.82/4.49	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6456
10.82/4.49	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
10.82/4.49	c starts		: 6
10.82/4.49	c conflicts		: 742
10.82/4.49	c decisions		: 2055
10.82/4.49	c propagations		: 107983
10.82/4.49	c inspects		: 5880263
10.82/4.49	c shortcuts		: 0
10.82/4.49	c learnt literals	: 0
10.82/4.49	c learnt binary clauses	: 0
10.82/4.49	c learnt ternary clauses	: 0
10.82/4.49	c learnt constraints	: 741
10.82/4.49	c ignored constraints	: 0
10.82/4.49	c root simplifications	: 0
10.82/4.49	c removed literals (reason simplification)	: 0
10.82/4.49	c reason swapping (by a shorter reason)	: 0
10.82/4.49	c Calls to reduceDB	: 0
10.82/4.49	c Number of update (reduction) of LBD	: 0
10.82/4.49	c Imported unit clauses	: 0
10.82/4.49	c number of reductions to clauses (during analyze)	: 0
10.82/4.49	c number of learned constraints concerned by reduction	: 0
10.82/4.49	c number of learning phase by resolution	: 0
10.82/4.49	c number of learning phase by cutting planes	: 0
10.82/4.49	c speed (assignments/second)	: 26808.093346573984
10.82/4.49	c non guided choices	1111
10.82/4.49	c learnt constraints type 
10.82/4.49	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 7
10.82/4.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 9
10.82/4.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 725
10.82/4.49	s UNSATISFIABLE
10.82/4.49	c Total wall clock time (in seconds): 4.376

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

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

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


[startup+0 s]
/proc/loadavg: 4.24 4.08 3.20 4/200 21580
/proc/meminfo: memFree=28587944/32872528 swapFree=7268/7268
[pid=21580] ppid=21577 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/21580/stat : 21580 (java) R 21577 21580 18087 0 -1 4202496 353 0 0 0 0 0 0 0 20 0 1 0 13486709 278528 24 33554432000 1073741824 1073778376 140734205625104 140734627142056 206399696682 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21580/statm: 68 29 20 9 0 25 0

[startup+0.100112 s]
/proc/loadavg: 4.24 4.08 3.20 4/200 21580
/proc/meminfo: memFree=28587944/32872528 swapFree=7268/7268
[pid=21580] ppid=21577 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21580/stat : 21580 (java) S 21577 21580 18087 0 -1 4202496 4427 0 1 0 8 1 0 0 20 0 18 0 13486709 9787879424 6045 33554432000 1073741824 1073778376 140734205625104 140734205616240 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21580/statm: 2389619 6045 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200286 s]
/proc/loadavg: 4.24 4.08 3.20 4/200 21580
/proc/meminfo: memFree=28587944/32872528 swapFree=7268/7268
[pid=21580] ppid=21577 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/21580/stat : 21580 (java) S 21577 21580 18087 0 -1 4202496 4958 0 1 0 25 1 0 0 20 0 18 0 13486709 9787879424 6994 33554432000 1073741824 1073778376 140734205625104 140734205616240 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21580/statm: 2389619 6994 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300308 s]
/proc/loadavg: 4.24 4.08 3.20 4/200 21580
/proc/meminfo: memFree=28587944/32872528 swapFree=7268/7268
[pid=21580] ppid=21577 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/21580/stat : 21580 (java) S 21577 21580 18087 0 -1 4202496 7174 0 1 0 54 1 0 0 20 0 18 0 13486709 9787879424 9801 33554432000 1073741824 1073778376 140734205625104 140734205616240 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21580/statm: 2389619 9801 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700198 s]
/proc/loadavg: 4.24 4.08 3.20 4/200 21580
/proc/meminfo: memFree=28587944/32872528 swapFree=7268/7268
[pid=21580] ppid=21577 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/21580/stat : 21580 (java) S 21577 21580 18087 0 -1 4202496 18375 0 1 0 178 4 0 0 20 0 22 0 13486709 10060525568 26611 33554432000 1073741824 1073778376 140734205625104 140734205616240 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21580/statm: 2456183 26611 2256 9 0 2446860 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.24 4.08 3.20 7/222 21602
/proc/meminfo: memFree=28468508/32872528 swapFree=7268/7268
[pid=21580] ppid=21577 vsize=9824732 CPUtime=4.76 cores=1,3,5,7
/proc/21580/stat : 21580 (java) S 21577 21580 18087 0 -1 4202496 25427 0 1 0 467 9 0 0 20 0 22 0 13486709 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140734205616240 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21580/statm: 2456183 50516 2287 9 0 2446860 0
[pid=21580/tid=21582] ppid=21577 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/21580/task/21582/stat : 21582 (java) S 21577 21580 18087 0 -1 4202560 2498 0 1 0 42 1 0 0 20 0 22 0 13486710 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140257418720120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21583] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21583/stat : 21583 (java) S 21577 21580 18087 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13486711 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140257396820520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21584] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21584/stat : 21584 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486711 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140257395767720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21585] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21585/stat : 21585 (java) S 21577 21580 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13486711 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140257394714920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21586] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21586/stat : 21586 (java) S 21577 21580 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13486711 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140257393662120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21587] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21587/stat : 21587 (java) S 21577 21580 18087 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13486711 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140257392610344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21588] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21588/stat : 21588 (java) S 21577 21580 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13486711 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256921775016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21589] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21589/stat : 21589 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486711 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256920722216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21590] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21590/stat : 21590 (java) S 21577 21580 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13486711 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256919669416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21591] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21591/stat : 21591 (java) S 21577 21580 18087 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 13486712 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256907258344 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21592] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21592/stat : 21592 (java) S 21577 21580 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13486712 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256906204408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21593] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21593/stat : 21593 (java) S 21577 21580 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13486712 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256905151496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21594] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21594/stat : 21594 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486715 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256904099984 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21595] ppid=21577 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/21580/task/21595/stat : 21595 (java) S 21577 21580 18087 0 -1 4202560 15039 0 0 0 107 3 0 0 20 0 22 0 13486715 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256903048120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21596] ppid=21577 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/21580/task/21596/stat : 21596 (java) R 21577 21580 18087 0 -1 4202560 6404 0 0 0 109 2 0 0 20 0 22 0 13486715 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256901987288 140257424886961 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21597] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21597/stat : 21597 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486715 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256900942712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21598] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21598/stat : 21598 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486715 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256899890120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21599] ppid=21577 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/21580/task/21599/stat : 21599 (java) R 21577 21580 18087 0 -1 4202560 20 0 0 0 99 0 0 0 20 0 22 0 13486755 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256898734504 140257274777484 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21600] ppid=21577 vsize=9824732 CPUtime=1 cores=1,3,5,7
/proc/21580/task/21600/stat : 21600 (java) R 21577 21580 18087 0 -1 4202560 87 0 0 0 99 1 0 0 20 0 22 0 13486755 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256897682808 140257275193043 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21601] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21601/stat : 21601 (java) S 21577 21580 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13486756 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256896631720 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21602] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21602/stat : 21602 (java) S 21577 21580 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13486756 10060525568 50516 33554432000 1073741824 1073778376 140734205625104 140256895578920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 9824732

[startup+3.10096 s]
/proc/loadavg: 4.24 4.08 3.20 5/222 21602
/proc/meminfo: memFree=28333956/32872528 swapFree=7268/7268
[pid=21580] ppid=21577 vsize=9824732 CPUtime=8.46 cores=1,3,5,7
/proc/21580/stat : 21580 (java) S 21577 21580 18087 0 -1 4202496 29119 0 1 0 829 17 0 0 20 0 22 0 13486709 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140734205616240 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21580/statm: 2456183 90588 2293 9 0 2446860 0
[pid=21580/tid=21582] ppid=21577 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/21580/task/21582/stat : 21582 (java) S 21577 21580 18087 0 -1 4202560 2498 0 1 0 42 1 0 0 20 0 22 0 13486710 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140257418720120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21583] ppid=21577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21580/task/21583/stat : 21583 (java) S 21577 21580 18087 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140257396820520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21584] ppid=21577 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21580/task/21584/stat : 21584 (java) S 21577 21580 18087 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140257395767720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21585] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21585/stat : 21585 (java) S 21577 21580 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140257394714920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21586] ppid=21577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21580/task/21586/stat : 21586 (java) S 21577 21580 18087 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140257393662120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21587] ppid=21577 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21580/task/21587/stat : 21587 (java) S 21577 21580 18087 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140257392610344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21588] ppid=21577 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21580/task/21588/stat : 21588 (java) S 21577 21580 18087 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256921775016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21589] ppid=21577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21580/task/21589/stat : 21589 (java) S 21577 21580 18087 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256920722216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21590] ppid=21577 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21580/task/21590/stat : 21590 (java) S 21577 21580 18087 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256919669416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21591] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21591/stat : 21591 (java) S 21577 21580 18087 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 13486712 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256907258344 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21592] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21592/stat : 21592 (java) S 21577 21580 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13486712 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256906204408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21593] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21593/stat : 21593 (java) S 21577 21580 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13486712 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256905151496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21594] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21594/stat : 21594 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486715 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256904099984 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21595] ppid=21577 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/21580/task/21595/stat : 21595 (java) S 21577 21580 18087 0 -1 4202560 18375 0 0 0 136 4 0 0 20 0 22 0 13486715 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256903048120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21596] ppid=21577 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/21580/task/21596/stat : 21596 (java) S 21577 21580 18087 0 -1 4202560 6497 0 0 0 121 2 0 0 20 0 22 0 13486715 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256901995320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21597] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21597/stat : 21597 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486715 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256900942712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21598] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21598/stat : 21598 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486715 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256899890120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21599] ppid=21577 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/21580/task/21599/stat : 21599 (java) R 21577 21580 18087 0 -1 4202560 20 0 0 0 251 0 0 0 20 0 22 0 13486755 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256898734576 140257274681374 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21600] ppid=21577 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/21580/task/21600/stat : 21600 (java) R 21577 21580 18087 0 -1 4202560 145 0 0 0 249 3 0 0 20 0 22 0 13486755 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256897683496 140257275193043 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21601] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21601/stat : 21601 (java) S 21577 21580 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13486756 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256896631720 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21602] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21602/stat : 21602 (java) S 21577 21580 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13486756 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256895578920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.46
Current children cumulated vsize (KiB) 9824732

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

[startup+3.20118 s]
/proc/loadavg: 4.24 4.08 3.20 5/222 21602
/proc/meminfo: memFree=28333956/32872528 swapFree=7268/7268
[pid=21580] ppid=21577 vsize=9824732 CPUtime=8.67 cores=1,3,5,7
/proc/21580/stat : 21580 (java) S 21577 21580 18087 0 -1 4202496 29119 0 1 0 850 17 0 0 20 0 22 0 13486709 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140734205616240 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21580/statm: 2456183 90588 2293 9 0 2446860 0
[pid=21580/tid=21582] ppid=21577 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/21580/task/21582/stat : 21582 (java) S 21577 21580 18087 0 -1 4202560 2498 0 1 0 42 1 0 0 20 0 22 0 13486710 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140257418720120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21583] ppid=21577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21580/task/21583/stat : 21583 (java) S 21577 21580 18087 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140257396820520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21584] ppid=21577 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21580/task/21584/stat : 21584 (java) S 21577 21580 18087 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140257395767720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21585] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21585/stat : 21585 (java) S 21577 21580 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140257394714920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21586] ppid=21577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21580/task/21586/stat : 21586 (java) S 21577 21580 18087 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140257393662120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21587] ppid=21577 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21580/task/21587/stat : 21587 (java) S 21577 21580 18087 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140257392610344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21588] ppid=21577 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21580/task/21588/stat : 21588 (java) S 21577 21580 18087 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256921775016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21589] ppid=21577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21580/task/21589/stat : 21589 (java) S 21577 21580 18087 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256920722216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21590] ppid=21577 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21580/task/21590/stat : 21590 (java) S 21577 21580 18087 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 13486711 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256919669416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21591] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21591/stat : 21591 (java) S 21577 21580 18087 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 13486712 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256907258344 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21592] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21592/stat : 21592 (java) S 21577 21580 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13486712 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256906204408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21593] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21593/stat : 21593 (java) S 21577 21580 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13486712 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256905151496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21594] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21594/stat : 21594 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486715 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256904099984 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21595] ppid=21577 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/21580/task/21595/stat : 21595 (java) S 21577 21580 18087 0 -1 4202560 18375 0 0 0 137 4 0 0 20 0 22 0 13486715 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256903048120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21596] ppid=21577 vsize=9824732 CPUtime=1.23 cores=1,3,5,7
/proc/21580/task/21596/stat : 21596 (java) S 21577 21580 18087 0 -1 4202560 6497 0 0 0 121 2 0 0 20 0 22 0 13486715 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256901995320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21597] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21597/stat : 21597 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486715 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256900942712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21598] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21598/stat : 21598 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486715 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256899890120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21599] ppid=21577 vsize=9824732 CPUtime=2.61 cores=1,3,5,7
/proc/21580/task/21599/stat : 21599 (java) R 21577 21580 18087 0 -1 4202560 20 0 0 0 261 0 0 0 20 0 22 0 13486755 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256898734576 140257274966053 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21600] ppid=21577 vsize=9824732 CPUtime=2.62 cores=1,3,5,7
/proc/21580/task/21600/stat : 21600 (java) R 21577 21580 18087 0 -1 4202560 145 0 0 0 259 3 0 0 20 0 22 0 13486755 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256897683192 140257275193130 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21601] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21601/stat : 21601 (java) S 21577 21580 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13486756 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256896631720 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21602] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21602/stat : 21602 (java) S 21577 21580 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13486756 10060525568 90588 33554432000 1073741824 1073778376 140734205625104 140256895578920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.67
Current children cumulated vsize (KiB) 9824732

[startup+4.00087 s]
/proc/loadavg: 4.24 4.08 3.20 5/222 21602
/proc/meminfo: memFree=28233356/32872528 swapFree=7268/7268
[pid=21580] ppid=21577 vsize=9824732 CPUtime=10.35 cores=1,3,5,7
/proc/21580/stat : 21580 (java) S 21577 21580 18087 0 -1 4202496 29211 0 1 0 1015 20 0 0 20 0 22 0 13486709 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140734205616240 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21580/statm: 2456183 135647 2293 9 0 2446860 0
[pid=21580/tid=21582] ppid=21577 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/21580/task/21582/stat : 21582 (java) S 21577 21580 18087 0 -1 4202560 2498 0 1 0 42 1 0 0 20 0 22 0 13486710 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140257418720120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21583] ppid=21577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21580/task/21583/stat : 21583 (java) S 21577 21580 18087 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 13486711 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140257396820520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21584] ppid=21577 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21580/task/21584/stat : 21584 (java) S 21577 21580 18087 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 13486711 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140257395767720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21585] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21585/stat : 21585 (java) S 21577 21580 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13486711 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140257394714920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21586] ppid=21577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21580/task/21586/stat : 21586 (java) S 21577 21580 18087 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 13486711 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140257393662120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21587] ppid=21577 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21580/task/21587/stat : 21587 (java) S 21577 21580 18087 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 22 0 13486711 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140257392610344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21588] ppid=21577 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21580/task/21588/stat : 21588 (java) S 21577 21580 18087 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13486711 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256921775016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21589] ppid=21577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21580/task/21589/stat : 21589 (java) S 21577 21580 18087 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 13486711 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256920722216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21590] ppid=21577 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21580/task/21590/stat : 21590 (java) S 21577 21580 18087 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 22 0 13486711 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256919669416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21591] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21591/stat : 21591 (java) S 21577 21580 18087 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 13486712 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256907258344 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21592] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21592/stat : 21592 (java) S 21577 21580 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13486712 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256906204408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21593] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21593/stat : 21593 (java) S 21577 21580 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13486712 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256905151496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21594] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21594/stat : 21594 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486715 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256904099984 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21595] ppid=21577 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/21580/task/21595/stat : 21595 (java) R 21577 21580 18087 0 -1 4202560 18375 0 0 0 142 4 0 0 20 0 22 0 13486715 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256903048120 140257422809585 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21596] ppid=21577 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/21580/task/21596/stat : 21596 (java) R 21577 21580 18087 0 -1 4202560 6497 0 0 0 124 2 0 0 20 0 22 0 13486715 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256901983440 140257425509088 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21597] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21597/stat : 21597 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486715 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256900942712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21598] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21598/stat : 21598 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13486715 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256899890120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21599] ppid=21577 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/21580/task/21599/stat : 21599 (java) R 21577 21580 18087 0 -1 4202560 24 0 0 0 340 0 0 0 20 0 22 0 13486755 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256898736664 140257425870694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21600] ppid=21577 vsize=9824732 CPUtime=3.42 cores=1,3,5,7
/proc/21580/task/21600/stat : 21600 (java) R 21577 21580 18087 0 -1 4202560 233 0 0 0 336 6 0 0 20 0 22 0 13486755 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256897683800 140257275024854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21601] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21601/stat : 21601 (java) S 21577 21580 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13486756 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256896631720 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21602] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21602/stat : 21602 (java) S 21577 21580 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13486756 10060525568 135647 33554432000 1073741824 1073778376 140734205625104 140256895578920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.35
Current children cumulated vsize (KiB) 9824732

[startup+4.40082 s]
/proc/loadavg: 4.24 4.08 3.20 3/219 21602
/proc/meminfo: memFree=28013004/32872528 swapFree=7268/7268
[pid=21580] ppid=21577 vsize=9824732 CPUtime=10.82 cores=1,3,5,7
/proc/21580/stat : 21580 (java) S 21577 21580 18087 0 -1 4202496 32874 0 1 0 1060 22 0 0 20 0 19 0 13486709 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140734205616240 206412218429 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/21580/statm: 2456183 146899 2294 9 0 2446860 0
[pid=21580/tid=21582] ppid=21577 vsize=9824732 CPUtime=0.43 cores=1,3,5,7
/proc/21580/task/21582/stat : 21582 (java) S 21577 21580 18087 0 -1 4202560 2498 0 1 0 42 1 0 0 20 0 19 0 13486710 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140257418720120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21583] ppid=21577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21580/task/21583/stat : 21583 (java) S 21577 21580 18087 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 13486711 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140257396820520 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21584] ppid=21577 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21580/task/21584/stat : 21584 (java) S 21577 21580 18087 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 13486711 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140257395767720 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21585] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21585/stat : 21585 (java) S 21577 21580 18087 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13486711 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140257394714920 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21586] ppid=21577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21580/task/21586/stat : 21586 (java) S 21577 21580 18087 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 13486711 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140257393662120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21587] ppid=21577 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/21580/task/21587/stat : 21587 (java) S 21577 21580 18087 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 19 0 13486711 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140257392610344 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21588] ppid=21577 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/21580/task/21588/stat : 21588 (java) S 21577 21580 18087 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 13486711 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140256921775016 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21589] ppid=21577 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/21580/task/21589/stat : 21589 (java) S 21577 21580 18087 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 13486711 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140256920722216 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21590] ppid=21577 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/21580/task/21590/stat : 21590 (java) S 21577 21580 18087 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 19 0 13486711 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140256919669416 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21591] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21591/stat : 21591 (java) S 21577 21580 18087 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 13486712 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140256907258344 206412232617 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21592] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21592/stat : 21592 (java) S 21577 21580 18087 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13486712 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140256906204408 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21593] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21593/stat : 21593 (java) S 21577 21580 18087 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13486712 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140256905151496 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21580/tid=21594] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21594/stat : 21594 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13486715 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140256904099984 206412240672 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21595] ppid=21577 vsize=9824732 CPUtime=1.47 cores=1,3,5,7
/proc/21580/task/21595/stat : 21595 (java) S 21577 21580 18087 0 -1 4202560 18375 0 0 0 143 4 0 0 20 0 19 0 13486715 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140256903048120 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21596] ppid=21577 vsize=9824732 CPUtime=1.5 cores=1,3,5,7
/proc/21580/task/21596/stat : 21596 (java) S 21577 21580 18087 0 -1 4202560 10137 0 0 0 147 3 0 0 20 0 19 0 13486715 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140256901995320 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21580/tid=21597] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21597/stat : 21597 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13486715 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140256900942712 206412231740 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21580/tid=21598] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21598/stat : 21598 (java) S 21577 21580 18087 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13486715 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140256899890120 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21580/tid=21602] ppid=21577 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/21580/task/21602/stat : 21602 (java) S 21577 21580 18087 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13486756 10060525568 146899 33554432000 1073741824 1073778376 140734205625104 140256895578920 206412232617 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 10.82
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 4.5038
CPU time (s): 10.9733
CPU user time (s): 10.6314
CPU system time (s): 0.341948
CPU usage (%): 243.646
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6314
system time used= 0.341948
maximum resident set size= 609100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33172
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= 730
involuntary context switches= 677

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

The end

Launcher Data

Begin job on node133 at 2016-06-17 00:00:08
IDJOB=4097864
IDBENCH=107818
IDSOLVER=2543
FILE ID=node133/4097864-1466114408
RUNJOBID= node133-1466113274-20821
PBS_JOBID= 19904054
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d-equals-n_k/normalized-compression32_6.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097864-1466114408/watcher-4097864-1466114408 -o /tmp/evaluation-result-4097864-1466114408/solver-4097864-1466114408 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node133-1466113274-20821 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097864-1466114408.opb

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

MD5SUM BENCH= 7589fde8b024384c8ca481679cf57322
RANDOM SEED=1554146318

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.256
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:        28588852 kB
Buffers:           68148 kB
Cached:           139276 kB
SwapCached:         1860 kB
Active:          3461624 kB
Inactive:         107216 kB
Active(anon):    3362340 kB
Inactive(anon):     1228 kB
Active(file):      99284 kB
Inactive(file):   105988 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67098904 kB
Dirty:               932 kB
Writeback:             0 kB
AnonPages:       3415212 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             570728 kB
SReclaimable:      14136 kB
SUnreclaim:       556592 kB
KernelStack:        1816 kB
PageTables:        10736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3796424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3319808 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 node133 at 2016-06-17 00:00:12