Trace number 4257986

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05OPT11 18.080999 7.3034401

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-05-a3.xml
MD5SUM52bc390cc6b0904238f0f092c3eebf68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark0.024444001
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints13
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":10},{"size":501,"count":5}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":15},{"degree":2,"count":10},{"degree":5,"count":3},{"degree":6,"count":2}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":10},{"arity":5,"count":1},{"arity":10,"count":1}]
Number of extensional constraints0
Number of intensional constraints11
Distribution of constraint types[{"type":"intension","count":11},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

16.43/6.41	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
16.43/6.41	c This is free software under the dual EPL/GNU LGPL licenses.
16.43/6.41	c See www.sat4j.org for details.
16.43/6.41	c That software uses the Rhino library from the Mozilla project.
16.43/6.41	c version CUSTOM.v20170705
16.43/6.41	c java.runtime.name	Java(TM) SE Runtime Environment
16.43/6.41	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
16.43/6.41	c java.vm.version	25.131-b11
16.43/6.41	c java.vm.vendor	Oracle Corporation
16.43/6.41	c sun.arch.data.model	64
16.43/6.41	c java.version		1.8.0_131
16.43/6.41	c os.name		Linux
16.43/6.41	c os.version		3.10.0-514.16.1.el7.x86_64
16.43/6.41	c os.arch		amd64
16.43/6.41	c Free memory 		499604488
16.43/6.41	c Max memory 		7247757312
16.43/6.41	c Total memory 		504889344
16.43/6.41	c Number of processors 	4
16.43/6.41	c c --- Begin Solver configuration ---
16.43/6.41	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
16.43/6.41	c Learn all clauses as in MiniSAT
16.43/6.41	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
16.43/6.41	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
16.43/6.41	c No reason simplification
16.43/6.41	c Glucose 2.1 dynamic restart strategy
16.43/6.41	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
16.43/6.41	c timeout=2147483s
16.43/6.41	c DB Simplification allowed=false
16.43/6.41	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
16.43/6.41	c --- End Solver configuration ---
16.43/6.41	c constraints type 
16.43/6.41	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
16.43/6.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 23001
16.43/6.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 8519004
16.43/6.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 30
16.43/6.41	c 8542065 constraints processed.
17.02/6.66	o 12
17.78/6.97	o 11
18.06/7.29	c starts		: 5
18.06/7.29	c conflicts		: 528
18.06/7.29	c decisions		: 161634
18.06/7.29	c propagations		: 1420922
18.06/7.29	c inspects		: 2780988
18.06/7.29	c shortcuts		: 0
18.06/7.29	c learnt literals	: 27
18.06/7.29	c learnt binary clauses	: 7
18.06/7.29	c learnt ternary clauses	: 13
18.06/7.29	c learnt constraints	: 500
18.06/7.29	c ignored constraints	: 0
18.06/7.29	c root simplifications	: 0
18.06/7.29	c removed literals (reason simplification)	: 0
18.06/7.29	c reason swapping (by a shorter reason)	: 0
18.06/7.29	c Calls to reduceDB	: 0
18.06/7.29	c Number of update (reduction) of LBD	: 281
18.06/7.29	c Imported unit clauses	: 0
18.06/7.29	c number of reductions to clauses (during analyze)	: 0
18.06/7.29	c number of learned constraints concerned by reduction	: 0
18.06/7.29	c number of learning phase by resolution	: 0
18.06/7.29	c number of learning phase by cutting planes	: 0
18.06/7.29	c number of rounding to 1 operations	: 0
18.06/7.29	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
18.06/7.29	c number of reductions of the coefficients by power 2 	: 0
18.06/7.29	c number of right shift for reduction by power 2 	: 0
18.06/7.29	c number of reductions of the coefficients by GCD over coefficients 	: 0
18.06/7.29	c speed (assignments/second)	: 1650315.9117305458
18.06/7.29	c non guided choices	13090
18.06/7.29	c learnt constraints type 
18.06/7.29	s OPTIMUM FOUND
18.06/7.29	v <instantiation type="optimum" cost="11">
18.06/7.29	v 	<list> x[0] x[1] x[2] x[3] x[4] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] </list>
18.06/7.29	v 	<values> 0 1 4 9 11 1 1 4 9 11 1 1 3 8 10 1 1 1 5 7 1 1 1 1 2 1 1 1 1 1 </values>
18.06/7.29	v </instantiation>
18.06/7.29	

Verifier Data

OK	11

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-4257986-1501647640/watcher-4257986-1501647640 -o /tmp/evaluation-result-4257986-1501647640/solver-4257986-1501647640 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257986-1501647640.xml 

pid=21854
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 3.01 3.01 2.97 5/197 21857
/proc/meminfo: memFree=23567052/32770624 swapFree=0/257904
[pid=21857] ppid=21854 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/21857/stat : 21857 (runsolver) D 21854 21857 18930 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 64417532 24240128 108 18446744073709551615 4194304 4338465 140725114871648 140725114869288 140252260135639 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 11501568 140725114880134 140725114880581 140725114880581 140725114884042 0
/proc/21857/statm: 5918 108 54 36 0 2156 0

[startup+0.100107 s]
/proc/loadavg: 3.01 3.01 2.97 5/197 21857
/proc/meminfo: memFree=23567052/32770624 swapFree=0/257904
[pid=21857] ppid=21854 vsize=356952 CPUtime=0 cores=0,2,4,6
/proc/21857/stat : 21857 (java) S 21854 21857 18930 0 -1 1077944320 1758 0 0 0 0 0 0 0 20 0 2 0 64417532 365518848 1955 18446744073709551615 4194304 4196468 140730872030528 140730872013072 140157197283063 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
/proc/21857/statm: 89238 1955 1094 1 0 79216 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.200316 s]
/proc/loadavg: 3.01 3.01 2.97 5/197 21857
/proc/meminfo: memFree=23567052/32770624 swapFree=0/257904
[pid=21857] ppid=21854 vsize=10551156 CPUtime=0.06 cores=0,2,4,6
/proc/21857/stat : 21857 (java) S 21854 21857 18930 0 -1 1077944320 4948 0 0 0 5 1 0 0 20 0 15 0 64417532 10804383744 5964 18446744073709551615 4194304 4196468 140730872030528 140730872013072 140157197283063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
/proc/21857/statm: 2637789 5964 2601 1 0 2627269 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10551156

[startup+0.300501 s]
/proc/loadavg: 3.01 3.01 2.97 5/197 21857
/proc/meminfo: memFree=23567052/32770624 swapFree=0/257904
[pid=21857] ppid=21854 vsize=10551156 CPUtime=0.22 cores=0,2,4,6
/proc/21857/stat : 21857 (java) S 21854 21857 18930 0 -1 1077944320 8217 0 0 0 19 3 0 0 20 0 15 0 64417532 10804383744 8919 18446744073709551615 4194304 4196468 140730872030528 140730872013072 140157197283063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
/proc/21857/statm: 2637789 8919 2842 1 0 2627269 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.700505 s]
/proc/loadavg: 3.01 3.01 2.97 5/197 21857
/proc/meminfo: memFree=23567052/32770624 swapFree=0/257904
[pid=21857] ppid=21854 vsize=10551232 CPUtime=1.25 cores=0,2,4,6
/proc/21857/stat : 21857 (java) S 21854 21857 18930 0 -1 1077944320 12408 0 0 0 119 6 0 0 20 0 15 0 64417532 10804461568 35018 18446744073709551615 4194304 4196468 140730872030528 140730872013072 140157197283063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
/proc/21857/statm: 2637808 35018 3042 1 0 2627269 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 10551232

[startup+1.50946 s]
/proc/loadavg: 3.01 3.01 2.97 8/212 21872
/proc/meminfo: memFree=23254736/32770624 swapFree=0/257928
[pid=21857] ppid=21854 vsize=10551232 CPUtime=3 cores=0,2,4,6
/proc/21857/stat : 21857 (java) S 21854 21857 18930 0 -1 1077944320 13327 0 0 0 265 35 0 0 20 0 15 0 64417532 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140730872013072 140157197283063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
/proc/21857/statm: 2637808 124095 3073 1 0 2627269 0
[pid=21857/tid=21859] ppid=21854 vsize=10551232 CPUtime=1.11 cores=0,2,4,6
/proc/21857/task/21859/stat : 21859 (java) S 21854 21857 18930 0 -1 1077944384 7540 0 0 0 105 6 0 0 20 0 15 0 64417541 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140157201516736 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21860] ppid=21854 vsize=10551232 CPUtime=0.23 cores=0,2,4,6
/proc/21857/task/21860/stat : 21860 (java) R 21854 21857 18930 0 -1 4202560 169 0 0 0 17 6 0 0 20 0 15 0 64417542 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140157138320288 140157182307113 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21861] ppid=21854 vsize=10551232 CPUtime=0.22 cores=0,2,4,6
/proc/21857/task/21861/stat : 21861 (java) R 21854 21857 18930 0 -1 4202560 165 0 0 0 16 6 0 0 20 0 15 0 64417542 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140157137268056 140157182308366 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21862] ppid=21854 vsize=10551232 CPUtime=0.24 cores=0,2,4,6
/proc/21857/task/21862/stat : 21862 (java) R 21854 21857 18930 0 -1 4202560 195 0 0 0 17 7 0 0 20 0 15 0 64417542 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140157136214800 140157182311123 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21863] ppid=21854 vsize=10551232 CPUtime=0.23 cores=0,2,4,6
/proc/21857/task/21863/stat : 21863 (java) R 21854 21857 18930 0 -1 4202560 175 0 0 0 17 6 0 0 20 0 15 0 64417542 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140157135162456 140157182310813 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21864] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21864/stat : 21864 (java) S 21854 21857 18930 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 64417544 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140156693398304 140157197293269 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21865] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21865/stat : 21865 (java) S 21854 21857 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 64417544 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140156692346016 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21866] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21866/stat : 21866 (java) S 21854 21857 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 64417544 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140156691292912 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21867] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21867/stat : 21867 (java) S 21854 21857 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64417547 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140156690241488 140157197301659 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21868] ppid=21854 vsize=10551232 CPUtime=0.39 cores=0,2,4,6
/proc/21857/task/21868/stat : 21868 (java) S 21854 21857 18930 0 -1 1077944384 1587 0 0 0 39 0 0 0 20 0 15 0 64417547 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140156689189616 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21869] ppid=21854 vsize=10551232 CPUtime=0.36 cores=0,2,4,6
/proc/21857/task/21869/stat : 21869 (java) S 21854 21857 18930 0 -1 1077944384 1216 0 0 0 36 0 0 0 20 0 15 0 64417547 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140156688137072 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21870] ppid=21854 vsize=10551232 CPUtime=0.15 cores=0,2,4,6
/proc/21857/task/21870/stat : 21870 (java) S 21854 21857 18930 0 -1 1077944384 839 0 0 0 15 0 0 0 20 0 15 0 64417547 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140156687084016 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21871] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21871/stat : 21871 (java) S 21854 21857 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64417547 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140156686031712 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21872] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21872/stat : 21872 (java) S 21854 21857 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64417551 10804461568 124095 18446744073709551615 4194304 4196468 140730872030528 140156684978736 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 10551232

[startup+3.10063 s]
/proc/loadavg: 3.01 3.01 2.97 9/212 21872
/proc/meminfo: memFree=22912972/32770624 swapFree=0/257928
[pid=21857] ppid=21854 vsize=10551232 CPUtime=7.22 cores=0,2,4,6
/proc/21857/stat : 21857 (java) S 21854 21857 18930 0 -1 1077944320 15281 0 0 0 670 52 0 0 20 0 15 0 64417532 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140730872013072 140157197283063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
/proc/21857/statm: 2637808 167251 3087 1 0 2627269 0
[pid=21857/tid=21859] ppid=21854 vsize=10551232 CPUtime=1.41 cores=0,2,4,6
/proc/21857/task/21859/stat : 21859 (java) R 21854 21857 18930 0 -1 4202560 7653 0 0 0 135 6 0 0 20 0 15 0 64417541 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140157201516624 140156814608826 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21860] ppid=21854 vsize=10551232 CPUtime=1.1 cores=0,2,4,6
/proc/21857/task/21860/stat : 21860 (java) S 21854 21857 18930 0 -1 1077944384 563 0 0 0 100 10 0 0 20 0 15 0 64417542 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140157138320400 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21861] ppid=21854 vsize=10551232 CPUtime=1.11 cores=0,2,4,6
/proc/21857/task/21861/stat : 21861 (java) S 21854 21857 18930 0 -1 1077944384 678 0 0 0 100 11 0 0 20 0 15 0 64417542 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140157137267856 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21862] ppid=21854 vsize=10551232 CPUtime=1.1 cores=0,2,4,6
/proc/21857/task/21862/stat : 21862 (java) S 21854 21857 18930 0 -1 1077944384 288 0 0 0 99 11 0 0 20 0 15 0 64417542 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140157136214800 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21863] ppid=21854 vsize=10551232 CPUtime=1.12 cores=0,2,4,6
/proc/21857/task/21863/stat : 21863 (java) S 21854 21857 18930 0 -1 1077944384 508 0 0 0 102 10 0 0 20 0 15 0 64417542 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140157135162256 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21864] ppid=21854 vsize=10551232 CPUtime=0.4 cores=0,2,4,6
/proc/21857/task/21864/stat : 21864 (java) S 21854 21857 18930 0 -1 1077944384 589 0 0 0 40 0 0 0 20 0 15 0 64417544 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140156693399792 140157197294210 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21865] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21865/stat : 21865 (java) S 21854 21857 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 64417544 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140156692346016 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21866] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21866/stat : 21866 (java) S 21854 21857 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 64417544 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140156691292912 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21867] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21867/stat : 21867 (java) S 21854 21857 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64417547 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140156690241488 140157197301659 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21868] ppid=21854 vsize=10551232 CPUtime=0.39 cores=0,2,4,6
/proc/21857/task/21868/stat : 21868 (java) S 21854 21857 18930 0 -1 1077944384 1587 0 0 0 39 0 0 0 20 0 15 0 64417547 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140156689189616 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21869] ppid=21854 vsize=10551232 CPUtime=0.36 cores=0,2,4,6
/proc/21857/task/21869/stat : 21869 (java) S 21854 21857 18930 0 -1 1077944384 1216 0 0 0 36 0 0 0 20 0 15 0 64417547 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140156688137072 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21870] ppid=21854 vsize=10551232 CPUtime=0.15 cores=0,2,4,6
/proc/21857/task/21870/stat : 21870 (java) S 21854 21857 18930 0 -1 1077944384 841 0 0 0 15 0 0 0 20 0 15 0 64417547 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140156687084016 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21871] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21871/stat : 21871 (java) S 21854 21857 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64417547 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140156686031712 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21872] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21872/stat : 21872 (java) S 21854 21857 18930 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64417551 10804461568 167251 18446744073709551615 4194304 4196468 140730872030528 140156684978736 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 10551232

[startup+6.30058 s]
/proc/loadavg: 3.16 3.04 2.98 6/212 21872
/proc/meminfo: memFree=22380960/32770624 swapFree=0/257936
[pid=21857] ppid=21854 vsize=10551232 CPUtime=16.33 cores=0,2,4,6
/proc/21857/stat : 21857 (java) S 21854 21857 18930 0 -1 1077944320 26896 0 0 0 1527 106 0 0 20 0 15 0 64417532 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140730872013072 140157197283063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
/proc/21857/statm: 2637808 299438 3097 1 0 2627269 0
[pid=21857/tid=21859] ppid=21854 vsize=10551232 CPUtime=2.04 cores=0,2,4,6
/proc/21857/task/21859/stat : 21859 (java) S 21854 21857 18930 0 -1 1077944384 8299 0 0 0 196 8 0 0 20 0 15 0 64417541 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140157201518496 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21860] ppid=21854 vsize=10551232 CPUtime=2.94 cores=0,2,4,6
/proc/21857/task/21860/stat : 21860 (java) S 21854 21857 18930 0 -1 1077944384 2216 0 0 0 271 23 0 0 20 0 15 0 64417542 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140157138320400 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21861] ppid=21854 vsize=10551232 CPUtime=2.97 cores=0,2,4,6
/proc/21857/task/21861/stat : 21861 (java) S 21854 21857 18930 0 -1 1077944384 1513 0 0 0 273 24 0 0 20 0 15 0 64417542 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140157137267856 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21862] ppid=21854 vsize=10551232 CPUtime=2.97 cores=0,2,4,6
/proc/21857/task/21862/stat : 21862 (java) S 21854 21857 18930 0 -1 1077944384 2499 0 0 0 273 24 0 0 20 0 15 0 64417542 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140157136214800 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21863] ppid=21854 vsize=10551232 CPUtime=2.96 cores=0,2,4,6
/proc/21857/task/21863/stat : 21863 (java) S 21854 21857 18930 0 -1 1077944384 2411 0 0 0 274 22 0 0 20 0 15 0 64417542 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140157135162256 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21864] ppid=21854 vsize=10551232 CPUtime=1.1 cores=0,2,4,6
/proc/21857/task/21864/stat : 21864 (java) R 21854 21857 18930 0 -1 4202560 3490 0 0 0 110 0 0 0 20 0 15 0 64417544 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140156693398336 140157181983744 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21865] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21865/stat : 21865 (java) S 21854 21857 18930 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 64417544 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140156692346016 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21866] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21866/stat : 21866 (java) S 21854 21857 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 64417544 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140156691292912 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21867] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21867/stat : 21867 (java) S 21854 21857 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64417547 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140156690241488 140157197301659 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21868] ppid=21854 vsize=10551232 CPUtime=0.56 cores=0,2,4,6
/proc/21857/task/21868/stat : 21868 (java) S 21854 21857 18930 0 -1 1077944384 2060 0 0 0 56 0 0 0 20 0 15 0 64417547 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140156689174608 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21869] ppid=21854 vsize=10551232 CPUtime=0.54 cores=0,2,4,6
/proc/21857/task/21869/stat : 21869 (java) S 21854 21857 18930 0 -1 1077944384 2048 0 0 0 54 0 0 0 20 0 15 0 64417547 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140156688137072 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21870] ppid=21854 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/21857/task/21870/stat : 21870 (java) S 21854 21857 18930 0 -1 1077944384 867 0 0 0 16 0 0 0 20 0 15 0 64417547 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140156687084016 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21871] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21871/stat : 21871 (java) S 21854 21857 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64417547 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140156686031712 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21872] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21872/stat : 21872 (java) S 21854 21857 18930 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 64417551 10804461568 299438 18446744073709551615 4194304 4196468 140730872030528 140156684978736 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
Current children cumulated CPU time (s) 16.33
Current children cumulated vsize (KiB) 10551232

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

[startup+6.40087 s]
/proc/loadavg: 3.16 3.04 2.98 6/212 21872
/proc/meminfo: memFree=22380960/32770624 swapFree=0/257936
[pid=21857] ppid=21854 vsize=10551232 CPUtime=16.43 cores=0,2,4,6
/proc/21857/stat : 21857 (java) S 21854 21857 18930 0 -1 1077944320 28146 0 0 0 1537 106 0 0 20 0 15 0 64417532 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140730872013072 140157197283063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
/proc/21857/statm: 2637808 300006 3097 1 0 2627269 0
[pid=21857/tid=21859] ppid=21854 vsize=10551232 CPUtime=2.11 cores=0,2,4,6
/proc/21857/task/21859/stat : 21859 (java) R 21854 21857 18930 0 -1 4202560 8363 0 0 0 203 8 0 0 20 0 15 0 64417541 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140157201520936 140156814986566 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21860] ppid=21854 vsize=10551232 CPUtime=2.94 cores=0,2,4,6
/proc/21857/task/21860/stat : 21860 (java) S 21854 21857 18930 0 -1 1077944384 2216 0 0 0 271 23 0 0 20 0 15 0 64417542 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140157138320400 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21861] ppid=21854 vsize=10551232 CPUtime=2.97 cores=0,2,4,6
/proc/21857/task/21861/stat : 21861 (java) S 21854 21857 18930 0 -1 1077944384 1513 0 0 0 273 24 0 0 20 0 15 0 64417542 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140157137267856 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21862] ppid=21854 vsize=10551232 CPUtime=2.97 cores=0,2,4,6
/proc/21857/task/21862/stat : 21862 (java) S 21854 21857 18930 0 -1 1077944384 2499 0 0 0 273 24 0 0 20 0 15 0 64417542 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140157136214800 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21863] ppid=21854 vsize=10551232 CPUtime=2.96 cores=0,2,4,6
/proc/21857/task/21863/stat : 21863 (java) S 21854 21857 18930 0 -1 1077944384 2411 0 0 0 274 22 0 0 20 0 15 0 64417542 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140157135162256 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21864] ppid=21854 vsize=10551232 CPUtime=1.13 cores=0,2,4,6
/proc/21857/task/21864/stat : 21864 (java) S 21854 21857 18930 0 -1 1077944384 4532 0 0 0 113 0 0 0 20 0 15 0 64417544 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140156693399792 140157197294210 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21865] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21865/stat : 21865 (java) S 21854 21857 18930 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 15 0 64417544 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140156692346080 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21866] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21866/stat : 21866 (java) S 21854 21857 18930 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 64417544 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140156691292928 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21867] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21867/stat : 21867 (java) S 21854 21857 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64417547 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140156690241488 140157197301659 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21868] ppid=21854 vsize=10551232 CPUtime=0.56 cores=0,2,4,6
/proc/21857/task/21868/stat : 21868 (java) S 21854 21857 18930 0 -1 1077944384 2147 0 0 0 56 0 0 0 20 0 15 0 64417547 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140156689189616 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21869] ppid=21854 vsize=10551232 CPUtime=0.54 cores=0,2,4,6
/proc/21857/task/21869/stat : 21869 (java) S 21854 21857 18930 0 -1 1077944384 2050 0 0 0 54 0 0 0 20 0 15 0 64417547 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140156688137072 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21870] ppid=21854 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/21857/task/21870/stat : 21870 (java) S 21854 21857 18930 0 -1 1077944384 891 0 0 0 16 0 0 0 20 0 15 0 64417547 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140156687084016 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21871] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21871/stat : 21871 (java) S 21854 21857 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64417547 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140156686031712 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21872] ppid=21854 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21872/stat : 21872 (java) S 21854 21857 18930 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 15 0 64417551 10804461568 300006 18446744073709551615 4194304 4196468 140730872030528 140156684978736 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
Current children cumulated CPU time (s) 16.43
Current children cumulated vsize (KiB) 10551232

[startup+6.8007 s]
/proc/loadavg: 3.16 3.04 2.98 9/213 21873
/proc/meminfo: memFree=22370288/32770624 swapFree=0/257936
[pid=21857] ppid=21854 vsize=10617796 CPUtime=17.6 cores=0,2,4,6
/proc/21857/stat : 21857 (java) S 21854 21857 18930 0 -1 1077944320 29675 0 0 0 1654 106 0 0 20 0 16 0 64417532 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140730872013072 140157197283063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
/proc/21857/statm: 2654449 300201 3104 1 0 2643910 0
[pid=21857/tid=21859] ppid=21854 vsize=10617796 CPUtime=2.51 cores=0,2,4,6
/proc/21857/task/21859/stat : 21859 (java) R 21854 21857 18930 0 -1 4202560 8545 0 0 0 243 8 0 0 20 0 16 0 64417541 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140157201519584 140156815349218 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21860] ppid=21854 vsize=10617796 CPUtime=2.94 cores=0,2,4,6
/proc/21857/task/21860/stat : 21860 (java) S 21854 21857 18930 0 -1 1077944384 2216 0 0 0 271 23 0 0 20 0 16 0 64417542 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140157138320400 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21861] ppid=21854 vsize=10617796 CPUtime=2.97 cores=0,2,4,6
/proc/21857/task/21861/stat : 21861 (java) S 21854 21857 18930 0 -1 1077944384 1513 0 0 0 273 24 0 0 20 0 16 0 64417542 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140157137267856 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21862] ppid=21854 vsize=10617796 CPUtime=2.97 cores=0,2,4,6
/proc/21857/task/21862/stat : 21862 (java) S 21854 21857 18930 0 -1 1077944384 2499 0 0 0 273 24 0 0 20 0 16 0 64417542 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140157136214800 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21863] ppid=21854 vsize=10617796 CPUtime=2.96 cores=0,2,4,6
/proc/21857/task/21863/stat : 21863 (java) S 21854 21857 18930 0 -1 1077944384 2411 0 0 0 274 22 0 0 20 0 16 0 64417542 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140157135162256 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21864] ppid=21854 vsize=10617796 CPUtime=1.13 cores=0,2,4,6
/proc/21857/task/21864/stat : 21864 (java) S 21854 21857 18930 0 -1 1077944384 4540 0 0 0 113 0 0 0 20 0 16 0 64417544 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140156693399792 140157197294210 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21865] ppid=21854 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21865/stat : 21865 (java) S 21854 21857 18930 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 64417544 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140156692346080 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21866] ppid=21854 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21866/stat : 21866 (java) S 21854 21857 18930 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 64417544 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140156691292928 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21867] ppid=21854 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21867/stat : 21867 (java) S 21854 21857 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64417547 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140156690241488 140157197301659 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21868] ppid=21854 vsize=10617796 CPUtime=0.93 cores=0,2,4,6
/proc/21857/task/21868/stat : 21868 (java) R 21854 21857 18930 0 -1 4202560 2642 0 0 0 93 0 0 0 20 0 16 0 64417547 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140156689189616 140157180769109 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21869] ppid=21854 vsize=10617796 CPUtime=0.89 cores=0,2,4,6
/proc/21857/task/21869/stat : 21869 (java) S 21854 21857 18930 0 -1 1077944384 2637 0 0 0 89 0 0 0 20 0 16 0 64417547 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140156688137072 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21870] ppid=21854 vsize=10617796 CPUtime=0.22 cores=0,2,4,6
/proc/21857/task/21870/stat : 21870 (java) S 21854 21857 18930 0 -1 1077944384 1126 0 0 0 22 0 0 0 20 0 16 0 64417547 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140156687084016 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21871] ppid=21854 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21871/stat : 21871 (java) S 21854 21857 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64417547 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140156686031712 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21872] ppid=21854 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21872/stat : 21872 (java) S 21854 21857 18930 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 16 0 64417551 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140156684978736 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21873] ppid=21854 vsize=10617796 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21873/stat : 21873 (java) S 21854 21857 18930 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 64418175 10872623104 300201 18446744073709551615 4194304 4196468 140730872030528 140156683924528 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
Current children cumulated CPU time (s) 17.6
Current children cumulated vsize (KiB) 10617796

[startup+7.20069 s]
/proc/loadavg: 3.16 3.04 2.98 9/213 21873
/proc/meminfo: memFree=22370288/32770624 swapFree=0/257936
[pid=21857] ppid=21854 vsize=10750924 CPUtime=18.06 cores=0,2,4,6
/proc/21857/stat : 21857 (java) S 21854 21857 18930 0 -1 1077944320 29804 0 0 0 1700 106 0 0 20 0 16 0 64417532 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140730872013072 140157197283063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
/proc/21857/statm: 2687731 300272 3108 1 0 2677192 0
[pid=21857/tid=21859] ppid=21854 vsize=10750924 CPUtime=2.8 cores=0,2,4,6
/proc/21857/task/21859/stat : 21859 (java) S 21854 21857 18930 0 -1 1077944384 8560 0 0 0 272 8 0 0 20 0 16 0 64417541 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140157201523744 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21860] ppid=21854 vsize=10750924 CPUtime=2.94 cores=0,2,4,6
/proc/21857/task/21860/stat : 21860 (java) S 21854 21857 18930 0 -1 1077944384 2216 0 0 0 271 23 0 0 20 0 16 0 64417542 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140157138320400 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21861] ppid=21854 vsize=10750924 CPUtime=2.97 cores=0,2,4,6
/proc/21857/task/21861/stat : 21861 (java) S 21854 21857 18930 0 -1 1077944384 1513 0 0 0 273 24 0 0 20 0 16 0 64417542 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140157137267856 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21862] ppid=21854 vsize=10750924 CPUtime=2.97 cores=0,2,4,6
/proc/21857/task/21862/stat : 21862 (java) S 21854 21857 18930 0 -1 1077944384 2499 0 0 0 273 24 0 0 20 0 16 0 64417542 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140157136214800 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21863] ppid=21854 vsize=10750924 CPUtime=2.96 cores=0,2,4,6
/proc/21857/task/21863/stat : 21863 (java) S 21854 21857 18930 0 -1 1077944384 2411 0 0 0 274 22 0 0 20 0 16 0 64417542 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140157135162256 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21864] ppid=21854 vsize=10750924 CPUtime=1.13 cores=0,2,4,6
/proc/21857/task/21864/stat : 21864 (java) S 21854 21857 18930 0 -1 1077944384 4540 0 0 0 113 0 0 0 20 0 16 0 64417544 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140156693399792 140157197294210 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21865] ppid=21854 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21865/stat : 21865 (java) S 21854 21857 18930 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 16 0 64417544 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140156692346080 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21866] ppid=21854 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21866/stat : 21866 (java) S 21854 21857 18930 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 64417544 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140156691292928 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21867] ppid=21854 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21867/stat : 21867 (java) S 21854 21857 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64417547 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140156690241488 140157197301659 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21868] ppid=21854 vsize=10750924 CPUtime=1.01 cores=0,2,4,6
/proc/21857/task/21868/stat : 21868 (java) S 21854 21857 18930 0 -1 1077944384 2666 0 0 0 101 0 0 0 20 0 16 0 64417547 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140156689189616 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21869] ppid=21854 vsize=10750924 CPUtime=0.95 cores=0,2,4,6
/proc/21857/task/21869/stat : 21869 (java) S 21854 21857 18930 0 -1 1077944384 2645 0 0 0 95 0 0 0 20 0 16 0 64417547 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140156688137072 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21870] ppid=21854 vsize=10750924 CPUtime=0.24 cores=0,2,4,6
/proc/21857/task/21870/stat : 21870 (java) S 21854 21857 18930 0 -1 1077944384 1157 0 0 0 24 0 0 0 20 0 16 0 64417547 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140156687084016 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21871] ppid=21854 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21871/stat : 21871 (java) S 21854 21857 18930 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64417547 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140156686031712 140157197293269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
[pid=21857/tid=21872] ppid=21854 vsize=10750924 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21872/stat : 21872 (java) S 21854 21857 18930 0 -1 1077944384 136 0 0 0 0 0 0 0 20 0 16 0 64417551 11008946176 300272 18446744073709551615 4194304 4196468 140730872030528 140156684978736 140157197294210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31473664 140730872033713 140730872033866 140730872033866 140730872037327 0
Current children cumulated CPU time (s) 18.06
Current children cumulated vsize (KiB) 10750924

[startup+7.30059 s]
/proc/loadavg: 3.16 3.04 2.98 9/213 21873
/proc/meminfo: memFree=22370288/32770624 swapFree=0/257936
[pid=21857] ppid=21854 vsize=0 CPUtime=18.07 cores=0,2,4,6
/proc/21857/stat : 21857 (java) Z 21854 21857 18930 0 -1 4227084 29862 0 0 0 1700 107 0 0 20 0 2 0 64417532 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/21857/statm: 0 0 0 0 0 0 0
[pid=21857/tid=21866] ppid=21854 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/21857/task/21866/stat : 21866 (java) R 21854 21857 18930 0 -1 4203588 46 0 0 0 0 0 0 0 20 0 2 0 64417544 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.07
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 7.30344
CPU time (s): 18.081
CPU user time (s): 17.0066
CPU system time (s): 1.07449
CPU usage (%): 247.569
Max. virtual memory (cumulated for all children) (KiB): 10750924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.0066
system time used= 1.07449
maximum resident set size= 1201888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29862
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1913
involuntary context switches= 146

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

The end

Launcher Data

Begin job on node132 at 2017-08-02 06:06:23
IDJOB=4257986
IDBENCH=126209
IDSOLVER=2643
FILE ID=node132/4257986-1501647640
RUNJOBID= node132-1501638806-11703
PBS_JOBID= 
Free space on /tmp= 61876 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-05-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4257986-1501647640/watcher-4257986-1501647640 -o /tmp/evaluation-result-4257986-1501647640/solver-4257986-1501647640 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node132-1501638806-11703 --watchdog 300  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4257986-1501647640.xml

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

MD5SUM BENCH= 52bc390cc6b0904238f0f092c3eebf68
RANDOM SEED=1933356179

node132.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.74
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
microcode	: 0x19
cpu MHz		: 2668.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        23567580 kB
MemAvailable:   23762512 kB
Buffers:          145648 kB
Cached:           345212 kB
SwapCached:            0 kB
Active:          8493532 kB
Inactive:         282348 kB
Active(anon):    8285716 kB
Inactive(anon):    24444 kB
Active(file):     207816 kB
Inactive(file):   257904 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1384 kB
Writeback:             0 kB
AnonPages:       8239212 kB
Mapped:            50472 kB
Shmem:             25276 kB
Slab:             116288 kB
SReclaimable:      90096 kB
SUnreclaim:        26192 kB
KernelStack:        3808 kB
PageTables:        21360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8615636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8097792 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61876 MiB
End job on node132 at 2017-08-02 06:06:30