Trace number 4290124

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-CSP 2018-07-11SAT 2.72106 1.11223

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-4-cp_c18.xml
MD5SUM323265c27f21e70af41ff0037033f3ab
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.168527
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints726
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":64}]
Minimum variable degree47
Maximum variable degree48
Distribution of variable degrees[{"degree":47,"count":48},{"degree":48,"count":16}]
Minimum constraint arity4
Maximum constraint arity64
Distribution of constraint arities[{"arity":4,"count":720},{"arity":16,"count":5},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints720
Distribution of constraint types[{"type":"intension","count":720},{"type":"lex","count":1},{"type":"cardinality","count":4},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

1.72/0.76	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.72/0.76	c This is free software under the dual EPL/GNU LGPL licenses.
1.72/0.76	c See www.sat4j.org for details.
1.72/0.76	c That software uses the Rhino library from the Mozilla project.
1.72/0.76	c version 2.3.6-SNAPSHOT
1.72/0.76	c java.runtime.name	Java(TM) SE Runtime Environment
1.72/0.76	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.72/0.76	c java.vm.version	25.131-b11
1.72/0.76	c java.vm.vendor	Oracle Corporation
1.72/0.76	c sun.arch.data.model	64
1.72/0.76	c java.version		1.8.0_131
1.72/0.76	c os.name		Linux
1.72/0.76	c os.version		3.10.0-514.16.1.el7.x86_64
1.72/0.76	c os.arch		amd64
1.72/0.76	c Free memory 		499604488
1.72/0.76	c Max memory 		7247757312
1.72/0.76	c Total memory 		504889344
1.72/0.76	c Number of processors 	4
1.72/0.76	c c --- Begin Solver configuration ---
1.72/0.76	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.72/0.76	c Learn all clauses as in MiniSAT
1.72/0.76	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.72/0.76	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.72/0.76	c No reason simplification
1.72/0.76	c Glucose 2.1 dynamic restart strategy
1.72/0.76	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
1.72/0.76	c timeout=2147483s
1.72/0.76	c DB Simplification allowed=false
1.72/0.76	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.72/0.76	c --- End Solver configuration ---
1.72/0.76	c constraints type 
1.72/0.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 128
1.72/0.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2793
1.72/0.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 38963
1.72/0.76	c org.sat4j.specs.Constr$1 => 184
1.72/0.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 1584
1.72/0.76	c 43652 constraints processed.
2.58/1.09	c starts		: 5
2.58/1.09	c conflicts		: 442
2.58/1.09	c decisions		: 4844
2.58/1.09	c propagations		: 103731
2.58/1.09	c inspects		: 342384
2.58/1.09	c shortcuts		: 0
2.58/1.09	c learnt literals	: 1
2.58/1.09	c learnt binary clauses	: 8
2.58/1.09	c learnt ternary clauses	: 32
2.58/1.09	c learnt constraints	: 441
2.58/1.09	c ignored constraints	: 0
2.58/1.09	c root simplifications	: 0
2.58/1.09	c removed literals (reason simplification)	: 0
2.58/1.09	c reason swapping (by a shorter reason)	: 0
2.58/1.09	c Calls to reduceDB	: 0
2.58/1.09	c Number of update (reduction) of LBD	: 110
2.58/1.09	c Imported unit clauses	: 0
2.58/1.09	c number of reductions to clauses (during analyze)	: 0
2.58/1.09	c number of learned constraints concerned by reduction	: 0
2.58/1.09	c number of learning phase by resolution	: 0
2.58/1.09	c number of learning phase by cutting planes	: 0
2.58/1.09	c number of rounding to 1 operations	: 0
2.58/1.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2.58/1.09	c number of reductions of the coefficients by power 2 	: 0
2.58/1.09	c number of right shift for reduction by power 2 	: 0
2.58/1.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
2.58/1.09	c number of ending skipping 	: 0
2.58/1.09	c number of internal skipping 	: 0
2.58/1.09	c number of derivation steps 	: 0
2.58/1.09	c number of skipped derivation steps 	: 0
2.58/1.09	c number of remaining unassigned 	: 0
2.58/1.09	c number of remaining assigned 	: 0
2.58/1.09	c speed (assignments/second)	: 327227.12933753943
2.58/1.09	c non guided choices	: 3575
2.58/1.09	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 433
2.58/1.09	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 8
2.58/1.09	s SATISFIABLE
2.58/1.09	v <instantiation type="solution">
2.58/1.09	v 	<list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] </list>
2.58/1.09	v 	<values> 0 0 0 0 1 1 1 1 2 2 2 2 3 3 3 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 2 1 0 3 3 0 1 2 0 3 2 1 1 2 3 0 3 1 0 2 1 3 2 0 2 0 1 3 0 2 3 1 </values>
2.58/1.09	v </instantiation>
2.58/1.09	

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (7661 MiB free)
  memory of node 1: 16384 MiB (2544 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290124-1532217415/watcher-4290124-1532217415 -o /tmp/evaluation-result-4290124-1532217415/solver-4290124-1532217415 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27634 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290124-1532217415.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=29308, runsolver pid=29305

[startup+0.100066 s]*
/proc/loadavg: 4.79 4.32 3.59 6/217 29323
/proc/meminfo: memFree=10432208/32770624 swapFree=67108860/67108860
[pid=29308] ppid=29305 vsize=10659012 memory=31248 CPUtime=0.13 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 25105 0 -1 1077944320 6359 0 0 0 11 2 0 0 20 0 15 0 39304674 10914828288 7812 33554432000 4194304 4196468 140726238516128 140726238498672 140464242867959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
/proc/29308/statm: 2664753 7812 2817 1 0 2627263 0
[pid=29308/tid=29310] ppid=29305 vsize=10659012 memory=-8701690554792317057 CPUtime=0.09 cores=0,2,4,6
/proc/29308/task/29310/stat : 29310 (java) R 29305 29308 25105 0 -1 4202560 4206 0 0 0 8 1 0 0 20 0 15 0 39304674 10914828288 7812 33554432000 4194304 4196468 140726238516128 140464247089088 140464242889885 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29311] ppid=29305 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29311/stat : 29311 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304675 10914828288 7812 33554432000 4194304 4196468 140726238516128 140464168942224 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29312] ppid=29305 vsize=10659012 memory=139700186269312 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29312/stat : 29312 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304675 10914828288 7812 33554432000 4194304 4196468 140726238516128 140464167889424 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29313] ppid=29305 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29313/stat : 29313 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304675 10914828288 7812 33554432000 4194304 4196468 140726238516128 140464166836624 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29314] ppid=29305 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29314/stat : 29314 (java) S 29305 29308 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304675 10914828288 7812 33554432000 4194304 4196468 140726238516128 140464165783824 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29315] ppid=29305 vsize=10659012 memory=139700186269312 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29315/stat : 29315 (java) S 29305 29308 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304676 10914828288 7812 33554432000 4194304 4196468 140726238516128 140463734618992 140464242879106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29316] ppid=29305 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29316/stat : 29316 (java) S 29305 29308 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39304677 10914828288 7812 33554432000 4194304 4196468 140726238516128 140463733564960 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29317] ppid=29305 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29317/stat : 29317 (java) S 29305 29308 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39304677 10914828288 7812 33554432000 4194304 4196468 140726238516128 140463732512112 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29318] ppid=29305 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29318/stat : 29318 (java) S 29305 29308 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304679 10914828288 7812 33554432000 4194304 4196468 140726238516128 140463731460432 140464242886555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29319] ppid=29305 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29319/stat : 29319 (java) S 29305 29308 25105 0 -1 1077944384 445 0 0 0 0 0 0 0 20 0 15 0 39304679 10914828288 7812 33554432000 4194304 4196468 140726238516128 140463730407792 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29320] ppid=29305 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29320/stat : 29320 (java) S 29305 29308 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304679 10914828288 7812 33554432000 4194304 4196468 140726238516128 140463729354992 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29321] ppid=29305 vsize=10659012 memory=139700186269312 CPUtime=0.02 cores=0,2,4,6
/proc/29308/task/29321/stat : 29321 (java) S 29305 29308 25105 0 -1 1077944384 338 0 0 0 2 0 0 0 20 0 15 0 39304679 10914828288 7812 33554432000 4194304 4196468 140726238516128 140463728302192 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29322] ppid=29305 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29322/stat : 29322 (java) S 29305 29308 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304679 10914828288 7812 33554432000 4194304 4196468 140726238516128 140463727249632 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29323] ppid=29305 vsize=10659012 memory=139700186269312 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29323/stat : 29323 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304680 10914828288 7812 33554432000 4194304 4196468 140726238516128 140463726197936 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31248 KiB

[startup+0.210467 s]*
/proc/loadavg: 4.79 4.32 3.59 7/217 29323
/proc/meminfo: memFree=10423864/32770624 swapFree=67108860/67108860
[pid=29308] ppid=29305 vsize=10659012 memory=41996 CPUtime=0.34 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 25105 0 -1 1077944320 7577 0 0 0 31 3 0 0 20 0 15 0 39304674 10914828288 10499 33554432000 4194304 4196468 140726238516128 140726238498672 140464242867959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
/proc/29308/statm: 2664753 10499 3008 1 0 2627263 0
[pid=29308/tid=29310] ppid=29305 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/29308/task/29310/stat : 29310 (java) R 29305 29308 25105 0 -1 4202560 4551 0 0 0 19 1 0 0 20 0 15 0 39304674 10914828288 10499 33554432000 4194304 4196468 140726238516128 140464247102208 140464242879894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29311] ppid=29305 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29311/stat : 29311 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304675 10914828288 10499 33554432000 4194304 4196468 140726238516128 140464168942224 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29312] ppid=29305 vsize=10659012 memory=139700186474911 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29312/stat : 29312 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304675 10914828288 10499 33554432000 4194304 4196468 140726238516128 140464167889424 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29313] ppid=29305 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29313/stat : 29313 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304675 10914828288 10499 33554432000 4194304 4196468 140726238516128 140464166836624 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29314] ppid=29305 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29314/stat : 29314 (java) S 29305 29308 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304675 10914828288 10499 33554432000 4194304 4196468 140726238516128 140464165783824 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29315] ppid=29305 vsize=10659012 memory=139700186269312 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29315/stat : 29315 (java) S 29305 29308 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304676 10914828288 10499 33554432000 4194304 4196468 140726238516128 140463734618992 140464242879106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29316] ppid=29305 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29316/stat : 29316 (java) S 29305 29308 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39304677 10914828288 10499 33554432000 4194304 4196468 140726238516128 140463733564960 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29317] ppid=29305 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29317/stat : 29317 (java) S 29305 29308 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39304677 10914828288 10499 33554432000 4194304 4196468 140726238516128 140463732512112 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29318] ppid=29305 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29318/stat : 29318 (java) S 29305 29308 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304679 10914828288 10499 33554432000 4194304 4196468 140726238516128 140463731460432 140464242886555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29319] ppid=29305 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/29308/task/29319/stat : 29319 (java) S 29305 29308 25105 0 -1 1077944384 737 0 0 0 2 0 0 0 20 0 15 0 39304679 10914828288 10499 33554432000 4194304 4196468 140726238516128 140463730407792 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29320] ppid=29305 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/29308/task/29320/stat : 29320 (java) S 29305 29308 25105 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 15 0 39304679 10914828288 10499 33554432000 4194304 4196468 140726238516128 140463729354992 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29321] ppid=29305 vsize=10659012 memory=139700186269312 CPUtime=0.07 cores=0,2,4,6
/proc/29308/task/29321/stat : 29321 (java) R 29305 29308 25105 0 -1 4202560 657 0 0 0 7 0 0 0 20 0 15 0 39304679 10914828288 10499 33554432000 4194304 4196468 140726238516128 140463728302192 140464242879894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29322] ppid=29305 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29322/stat : 29322 (java) S 29305 29308 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304679 10914828288 10499 33554432000 4194304 4196468 140726238516128 140463727249632 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29323] ppid=29305 vsize=10659012 memory=139700186269312 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29323/stat : 29323 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304680 10914828288 10499 33554432000 4194304 4196468 140726238516128 140463726197936 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41996 KiB

[startup+0.318538 s]*
/proc/loadavg: 4.79 4.32 3.59 8/217 29323
/proc/meminfo: memFree=10416544/32770624 swapFree=67108860/67108860
[pid=29308] ppid=29305 vsize=10659088 memory=47300 CPUtime=0.56 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 25105 0 -1 1077944320 8427 0 0 0 53 3 0 0 20 0 15 0 39304674 10914906112 11825 33554432000 4194304 4196468 140726238516128 140726238498672 140464242867959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
/proc/29308/statm: 2664772 11825 3046 1 0 2627263 0
[pid=29308/tid=29310] ppid=29305 vsize=10659088 memory=7311146985107750967 CPUtime=0.31 cores=0,2,4,6
/proc/29308/task/29310/stat : 29310 (java) R 29305 29308 25105 0 -1 4202560 5163 0 0 0 29 2 0 0 20 0 15 0 39304674 10914906112 11825 33554432000 4194304 4196468 140726238516128 140464247103504 140464242879894 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29311] ppid=29305 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29311/stat : 29311 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304675 10914906112 11825 33554432000 4194304 4196468 140726238516128 140464168942224 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29312] ppid=29305 vsize=10659088 memory=139700186473247 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29312/stat : 29312 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304675 10914906112 11825 33554432000 4194304 4196468 140726238516128 140464167889424 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29313] ppid=29305 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29313/stat : 29313 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304675 10914906112 11825 33554432000 4194304 4196468 140726238516128 140464166836624 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29314] ppid=29305 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29314/stat : 29314 (java) S 29305 29308 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304675 10914906112 11825 33554432000 4194304 4196468 140726238516128 140464165783824 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29315] ppid=29305 vsize=10659088 memory=139700186269312 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29315/stat : 29315 (java) S 29305 29308 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39304676 10914906112 11825 33554432000 4194304 4196468 140726238516128 140463734618992 140464242879106 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29316] ppid=29305 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29316/stat : 29316 (java) S 29305 29308 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39304677 10914906112 11825 33554432000 4194304 4196468 140726238516128 140463733564960 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29317] ppid=29305 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29317/stat : 29317 (java) S 29305 29308 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39304677 10914906112 11825 33554432000 4194304 4196468 140726238516128 140463732512112 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29318] ppid=29305 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29318/stat : 29318 (java) S 29305 29308 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304679 10914906112 11825 33554432000 4194304 4196468 140726238516128 140463731460432 140464242886555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29319] ppid=29305 vsize=10659088 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/29308/task/29319/stat : 29319 (java) S 29305 29308 25105 0 -1 1077944384 838 0 0 0 5 0 0 0 20 0 15 0 39304679 10914906112 11825 33554432000 4194304 4196468 140726238516128 140463730407792 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29320] ppid=29305 vsize=10659088 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/29308/task/29320/stat : 29320 (java) S 29305 29308 25105 0 -1 1077944384 317 0 0 0 4 0 0 0 20 0 15 0 39304679 10914906112 11825 33554432000 4194304 4196468 140726238516128 140463729354992 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29321] ppid=29305 vsize=10659088 memory=139700186269312 CPUtime=0.13 cores=0,2,4,6
/proc/29308/task/29321/stat : 29321 (java) R 29305 29308 25105 0 -1 4202560 740 0 0 0 13 0 0 0 20 0 15 0 39304679 10914906112 11825 33554432000 4194304 4196468 140726238516128 140463728302192 140464222169488 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29322] ppid=29305 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29322/stat : 29322 (java) S 29305 29308 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304679 10914906112 11825 33554432000 4194304 4196468 140726238516128 140463727249632 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29323] ppid=29305 vsize=10659088 memory=139700186269312 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29323/stat : 29323 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304680 10914906112 11825 33554432000 4194304 4196468 140726238516128 140463726197936 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47300 KiB

[startup+0.700715 s]
/proc/loadavg: 4.79 4.32 3.59 8/217 29323
/proc/meminfo: memFree=10402988/32770624 swapFree=67108860/67108860
[pid=29308] ppid=29305 vsize=10661136 memory=104960 CPUtime=1.72 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 25105 0 -1 1077944320 11698 0 0 0 167 5 0 0 20 0 15 0 39304674 10917003264 26240 33554432000 4194304 4196468 140726238516128 140726238498672 140464242867959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
/proc/29308/statm: 2665284 26240 3109 1 0 2627775 0
[pid=29308/tid=29310] ppid=29305 vsize=10661136 memory=1728 CPUtime=0.68 cores=0,2,4,6
/proc/29308/task/29310/stat : 29310 (java) R 29305 29308 25105 0 -1 4202560 5625 0 0 0 65 3 0 0 20 0 15 0 39304674 10917003264 26240 33554432000 4194304 4196468 140726238516128 140464247104528 140464242879894 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29311] ppid=29305 vsize=10661136 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29311/stat : 29311 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304675 10917003264 26240 33554432000 4194304 4196468 140726238516128 140464168942224 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29312] ppid=29305 vsize=10661136 memory=796 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29312/stat : 29312 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304675 10917003264 26240 33554432000 4194304 4196468 140726238516128 140464167889424 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29313] ppid=29305 vsize=10661136 memory=5408 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29313/stat : 29313 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304675 10917003264 26240 33554432000 4194304 4196468 140726238516128 140464166836624 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29314] ppid=29305 vsize=10661136 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29314/stat : 29314 (java) S 29305 29308 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39304675 10917003264 26240 33554432000 4194304 4196468 140726238516128 140464165783824 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29315] ppid=29305 vsize=10661136 memory=9916 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29315/stat : 29315 (java) S 29305 29308 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39304676 10917003264 26240 33554432000 4194304 4196468 140726238516128 140463734618992 140464242879106 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29316] ppid=29305 vsize=10661136 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29316/stat : 29316 (java) S 29305 29308 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39304677 10917003264 26240 33554432000 4194304 4196468 140726238516128 140463733564960 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29317] ppid=29305 vsize=10661136 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29317/stat : 29317 (java) S 29305 29308 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39304677 10917003264 26240 33554432000 4194304 4196468 140726238516128 140463732512112 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29318] ppid=29305 vsize=10661136 memory=4639098309541127013 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29318/stat : 29318 (java) S 29305 29308 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304679 10917003264 26240 33554432000 4194304 4196468 140726238516128 140463731460432 140464242886555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29319] ppid=29305 vsize=10661136 memory=7810176774304459348 CPUtime=0.31 cores=0,2,4,6
/proc/29308/task/29319/stat : 29319 (java) R 29305 29308 25105 0 -1 4202560 1760 0 0 0 31 0 0 0 20 0 15 0 39304679 10917003264 26240 33554432000 4194304 4196468 140726238516128 140463730391744 140464224389024 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29320] ppid=29305 vsize=10661136 memory=6154282490091891024 CPUtime=0.31 cores=0,2,4,6
/proc/29308/task/29320/stat : 29320 (java) R 29305 29308 25105 0 -1 4202560 1140 0 0 0 31 0 0 0 20 0 15 0 39304679 10917003264 26240 33554432000 4194304 4196468 140726238516128 140463729340192 140464222522528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29321] ppid=29305 vsize=10661136 memory=0 CPUtime=0.39 cores=0,2,4,6
/proc/29308/task/29321/stat : 29321 (java) R 29305 29308 25105 0 -1 1077944384 1803 0 0 0 39 0 0 0 20 0 15 0 39304679 10917003264 26240 33554432000 4194304 4196468 140726238516128 140463728302192 140464242879106 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29322] ppid=29305 vsize=10661136 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29322/stat : 29322 (java) S 29305 29308 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39304679 10917003264 26240 33554432000 4194304 4196468 140726238516128 140463727249632 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29323] ppid=29305 vsize=10661136 memory=33 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29323/stat : 29323 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39304680 10917003264 26240 33554432000 4194304 4196468 140726238516128 140463726197936 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 104960 KiB

[startup+1.1122 s]
# the end of solver process 29308 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2.65715 s, system=0.063909 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.800813 s]
/proc/loadavg: 4.79 4.32 3.59 8/217 29323
/proc/meminfo: memFree=10402988/32770624 swapFree=67108860/67108860
[pid=29308] ppid=29305 vsize=10727700 memory=126552 CPUtime=2.05 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 25105 0 -1 1077944320 13080 0 0 0 200 5 0 0 20 0 16 0 39304674 10985164800 31638 33554432000 4194304 4196468 140726238516128 140726238498672 140464242867959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
/proc/29308/statm: 2681925 31638 3117 1 0 2644416 0
[pid=29308/tid=29310] ppid=29305 vsize=10727700 memory=8243114992657236055 CPUtime=0.78 cores=0,2,4,6
/proc/29308/task/29310/stat : 29310 (java) R 29305 29308 25105 0 -1 4202560 5674 0 0 0 75 3 0 0 20 0 16 0 39304674 10985164800 31638 33554432000 4194304 4196468 140726238516128 140464247103824 140463840165634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29311] ppid=29305 vsize=10727700 memory=288288878807483538 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29311/stat : 29311 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39304675 10985164800 31638 33554432000 4194304 4196468 140726238516128 140464168942224 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29312] ppid=29305 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29312/stat : 29312 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39304675 10985164800 31638 33554432000 4194304 4196468 140726238516128 140464167889424 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29313] ppid=29305 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29313/stat : 29313 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39304675 10985164800 31638 33554432000 4194304 4196468 140726238516128 140464166836624 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29314] ppid=29305 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29314/stat : 29314 (java) S 29305 29308 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39304675 10985164800 31638 33554432000 4194304 4196468 140726238516128 140464165783824 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29315] ppid=29305 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29315/stat : 29315 (java) S 29305 29308 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39304676 10985164800 31638 33554432000 4194304 4196468 140726238516128 140463734618992 140464242879106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29316] ppid=29305 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29316/stat : 29316 (java) S 29305 29308 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39304677 10985164800 31638 33554432000 4194304 4196468 140726238516128 140463733564960 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29317] ppid=29305 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29317/stat : 29317 (java) S 29305 29308 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39304677 10985164800 31638 33554432000 4194304 4196468 140726238516128 140463732512112 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29318] ppid=29305 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29318/stat : 29318 (java) S 29305 29308 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39304679 10985164800 31638 33554432000 4194304 4196468 140726238516128 140463731460432 140464242886555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29319] ppid=29305 vsize=10727700 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/29308/task/29319/stat : 29319 (java) R 29305 29308 25105 0 -1 4202560 1881 0 0 0 41 0 0 0 20 0 16 0 39304679 10985164800 31638 33554432000 4194304 4196468 140726238516128 140463730386112 140464223590044 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29320] ppid=29305 vsize=10727700 memory=0 CPUtime=0.41 cores=0,2,4,6
/proc/29308/task/29320/stat : 29320 (java) R 29305 29308 25105 0 -1 4202560 1684 0 0 0 41 0 0 0 20 0 16 0 39304679 10985164800 31638 33554432000 4194304 4196468 140726238516128 140463729335840 140464223569623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29321] ppid=29305 vsize=10727700 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/29308/task/29321/stat : 29321 (java) R 29305 29308 25105 0 -1 1077944384 2454 0 0 0 43 0 0 0 20 0 16 0 39304679 10985164800 31638 33554432000 4194304 4196468 140726238516128 140463728302192 140464242879106 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29322] ppid=29305 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29322/stat : 29322 (java) S 29305 29308 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39304679 10985164800 31638 33554432000 4194304 4196468 140726238516128 140463727249632 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29323] ppid=29305 vsize=10727700 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29323/stat : 29323 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39304680 10985164800 31638 33554432000 4194304 4196468 140726238516128 140463726197936 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
Current children cumulated CPU time: 2.05 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 126552 KiB

[startup+1.00071 s]*
/proc/loadavg: 4.79 4.32 3.59 7/218 29326
/proc/meminfo: memFree=10327944/32770624 swapFree=67108860/67108860
[pid=29308] ppid=29305 vsize=10860828 memory=136748 CPUtime=2.58 cores=0,2,4,6
/proc/29308/stat : 29308 (java) S 29305 29308 25105 0 -1 1077944320 14552 0 0 0 253 5 0 0 20 0 16 0 39304674 11121487872 34187 33554432000 4194304 4196468 140726238516128 140726238498672 140464242867959 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
/proc/29308/statm: 2715207 34187 3119 1 0 2677698 0
[pid=29308/tid=29310] ppid=29305 vsize=10860828 memory=5450919713671312938 CPUtime=0.87 cores=0,2,4,6
/proc/29308/task/29310/stat : 29310 (java) S 29305 29308 25105 0 -1 1077944384 5683 0 0 0 84 3 0 0 20 0 16 0 39304674 11121487872 34187 33554432000 4194304 4196468 140726238516128 140464247108640 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29311] ppid=29305 vsize=10860828 memory=6692 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29311/stat : 29311 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39304675 11121487872 34187 33554432000 4194304 4196468 140726238516128 140464168942224 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29312] ppid=29305 vsize=10860828 memory=139700186273013 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29312/stat : 29312 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39304675 11121487872 34187 33554432000 4194304 4196468 140726238516128 140464167889424 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29313] ppid=29305 vsize=10860828 memory=7660732163073857385 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29313/stat : 29313 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39304675 11121487872 34187 33554432000 4194304 4196468 140726238516128 140464166836624 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29314] ppid=29305 vsize=10860828 memory=4051322344528162866 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29314/stat : 29314 (java) S 29305 29308 25105 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39304675 11121487872 34187 33554432000 4194304 4196468 140726238516128 140464165783824 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29315] ppid=29305 vsize=10860828 memory=3467964328166718897 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29315/stat : 29315 (java) S 29305 29308 25105 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39304676 11121487872 34187 33554432000 4194304 4196468 140726238516128 140463734618992 140464242879106 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29316] ppid=29305 vsize=10860828 memory=3835156159803109427 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29316/stat : 29316 (java) S 29305 29308 25105 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39304677 11121487872 34187 33554432000 4194304 4196468 140726238516128 140463733564960 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29317] ppid=29305 vsize=10860828 memory=6944656592452807316 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29317/stat : 29317 (java) S 29305 29308 25105 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39304677 11121487872 34187 33554432000 4194304 4196468 140726238516128 140463732512112 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29318] ppid=29305 vsize=10860828 memory=6933690305039933585 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29318/stat : 29318 (java) S 29305 29308 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39304679 11121487872 34187 33554432000 4194304 4196468 140726238516128 140463731460432 140464242886555 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29319] ppid=29305 vsize=10860828 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/29308/task/29319/stat : 29319 (java) R 29305 29308 25105 0 -1 4202560 2126 0 0 0 62 0 0 0 20 0 16 0 39304679 11121487872 34187 33554432000 4194304 4196468 140726238516128 140463730386000 140464223569623 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29320] ppid=29305 vsize=10860828 memory=3184097920075968559 CPUtime=0.62 cores=0,2,4,6
/proc/29308/task/29320/stat : 29320 (java) R 29305 29308 25105 0 -1 4202560 2607 0 0 0 62 0 0 0 20 0 16 0 39304679 11121487872 34187 33554432000 4194304 4196468 140726238516128 140463729341560 140464224396119 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29321] ppid=29305 vsize=10860828 memory=3472463598367438512 CPUtime=0.45 cores=0,2,4,6
/proc/29308/task/29321/stat : 29321 (java) S 29305 29308 25105 0 -1 1077944384 2706 0 0 0 45 0 0 0 20 0 16 0 39304679 11121487872 34187 33554432000 4194304 4196468 140726238516128 140463728302192 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29322] ppid=29305 vsize=10860828 memory=3184097920075968559 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29322/stat : 29322 (java) S 29305 29308 25105 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39304679 11121487872 34187 33554432000 4194304 4196468 140726238516128 140463727249632 140464242878165 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29323] ppid=29305 vsize=10860828 memory=139700186936992 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29323/stat : 29323 (java) S 29305 29308 25105 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39304680 11121487872 34187 33554432000 4194304 4196468 140726238516128 140463726197936 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
[pid=29308/tid=29325] ppid=29305 vsize=10860828 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29308/task/29325/stat : 29325 (java) S 29305 29308 25105 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39304763 11121487872 34187 33554432000 4194304 4196468 140726238516128 140463721993744 140464242879106 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36286464 140726238520433 140726238520585 140726238520585 140726238523343 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 136748 KiB

Child status: 0
Real time (s): 1.11223
CPU time (s): 2.72106
CPU user time (s): 2.65715
CPU system time (s): 0.063909
CPU usage (%): 244.648
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 136748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.65715
system time used= 0.063909
maximum resident set size= 140904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15009
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1770
involuntary context switches= 8


# summary of solver processes directly reported to runsolver:
#   pid: 29308
#   total CPU time (s): 2.72106
#   total CPU user time (s): 2.65715
#   total CPU system time (s): 0.063909

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

The end

Launcher Data

Begin job on node139 at 2018-07-22 01:56:55
IDJOB=4290124
IDBENCH=141378
IDSOLVER=2742
FILE ID=node139/4290124-1532217415
RUNJOBID= node139-1532209881-27634
PBS_JOBID= 21018928
Free space on /tmp= 45924 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-4-cp_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290124-1532217415/watcher-4290124-1532217415 -o /tmp/evaluation-result-4290124-1532217415/solver-4290124-1532217415 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1532209881-27634 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290124-1532217415.xml

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

MD5SUM BENCH= 323265c27f21e70af41ff0037033f3ab
RANDOM SEED=577575206

node139.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.80
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.80
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.80
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.80
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:        10452284 kB
MemAvailable:   23773324 kB
Buffers:          130424 kB
Cached:         13246400 kB
SwapCached:            0 kB
Active:          9228216 kB
Inactive:       12355524 kB
Active(anon):    8162640 kB
Inactive(anon):    64124 kB
Active(file):    1065576 kB
Inactive(file): 12291400 kB
Unevictable:        7248 kB
Mlocked:            7248 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2312 kB
Writeback:             0 kB
AnonPages:       8214336 kB
Mapped:            46988 kB
Shmem:             17036 kB
Slab:             419784 kB
SReclaimable:     392524 kB
SUnreclaim:        27260 kB
KernelStack:        3552 kB
PageTables:        21188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8646640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8077312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 45924 MiB
End job on node139 at 2018-07-22 01:56:56