Trace number 4301850

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 2018-07-11SAT (TO)44 252.108 247.918

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark1.83173
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","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

1.61/0.78	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.61/0.78	c This is free software under the dual EPL/GNU LGPL licenses.
1.61/0.78	c See www.sat4j.org for details.
1.61/0.78	c That software uses the Rhino library from the Mozilla project.
1.61/0.78	c version 2.3.6-SNAPSHOT
1.61/0.78	c java.runtime.name	Java(TM) SE Runtime Environment
1.61/0.78	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.61/0.78	c java.vm.version	25.131-b11
1.61/0.78	c java.vm.vendor	Oracle Corporation
1.61/0.78	c sun.arch.data.model	64
1.61/0.78	c java.version		1.8.0_131
1.61/0.78	c os.name		Linux
1.61/0.78	c os.version		3.10.0-514.16.1.el7.x86_64
1.61/0.78	c os.arch		amd64
1.61/0.78	c Free memory 		499604488
1.61/0.78	c Max memory 		7247757312
1.61/0.78	c Total memory 		504889344
1.61/0.78	c Number of processors 	4
1.61/0.78	c c --- Begin Solver configuration ---
1.61/0.78	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.61/0.78	c Learn all clauses as in MiniSAT
1.61/0.78	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.61/0.78	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.61/0.78	c No reason simplification
1.61/0.78	c Glucose 2.1 dynamic restart strategy
1.61/0.78	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.61/0.78	c timeout=2147483s
1.61/0.78	c DB Simplification allowed=false
1.61/0.78	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.61/0.78	c --- End Solver configuration ---
1.61/0.78	c constraints type 
1.61/0.78	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
1.61/0.78	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 51030
1.61/0.78	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 717336
1.61/0.78	c org.sat4j.minisat.constraints.cnf.UnitClause => 72
1.61/0.78	c 768528 constraints processed.
4.73/2.43	o 79
7.13/4.33	o 74
8.19/5.37	o 71
12.30/9.48	o 69
19.11/16.27	o 67
23.08/20.16	o 65
23.62/20.66	o 64
26.83/23.83	o 63
27.83/24.83	o 62
29.27/26.28	o 61
31.98/28.83	o 60
32.71/29.51	o 59
33.56/30.34	o 58
34.27/31.02	o 53
42.38/39.17	o 51
59.40/56.19	o 48
82.90/79.45	o 46
111.82/108.11	o 45
132.22/128.58	o 44
252.09/247.90	c starts		: 1584
252.09/247.90	c conflicts		: 900787
252.09/247.90	c decisions		: 6493162
252.09/247.90	c propagations		: 514050004
252.09/247.90	c inspects		: 2999796448
252.09/247.90	c shortcuts		: 0
252.09/247.90	c learnt literals	: 1030
252.09/247.90	c learnt binary clauses	: 1330
252.09/247.90	c learnt ternary clauses	: 1493
252.09/247.90	c learnt constraints	: 899757
252.09/247.90	c ignored constraints	: 0
252.09/247.90	c root simplifications	: 0
252.09/247.90	c removed literals (reason simplification)	: 0
252.09/247.90	c reason swapping (by a shorter reason)	: 0
252.09/247.90	c Calls to reduceDB	: 87
252.09/247.90	c Number of update (reduction) of LBD	: 669314
252.09/247.90	c Imported unit clauses	: 0
252.09/247.90	c number of reductions to clauses (during analyze)	: 0
252.09/247.90	c number of learned constraints concerned by reduction	: 0
252.09/247.90	c number of learning phase by resolution	: 0
252.09/247.90	c number of learning phase by cutting planes	: 0
252.09/247.90	c number of rounding to 1 operations	: 0
252.09/247.90	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.09/247.90	c number of reductions of the coefficients by power 2 	: 0
252.09/247.90	c number of right shift for reduction by power 2 	: 0
252.09/247.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.09/247.90	c number of ending skipping 	: 0
252.09/247.90	c number of internal skipping 	: 0
252.09/247.90	c number of derivation steps 	: 0
252.09/247.90	c number of skipped derivation steps 	: 0
252.09/247.90	c number of remaining unassigned 	: 0
252.09/247.90	c number of remaining assigned 	: 0
252.09/247.90	c speed (assignments/second)	: 2080180.3349007356
252.09/247.90	c non guided choices	: 77591
252.09/247.90	s SATISFIABLE
252.09/247.91	v <instantiation type="solution">
252.09/247.91	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][0] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][0] y[1][1] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][0] y[2][1] y[2][2] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][0] y[3][1] y[3][2] y[3][3] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][0] y[4][1] y[4][2] y[4][3] y[4][4] y[4][5] y[4][6] y[4][7] y[4][8] y[5][0] y[5][1] y[5][2] y[5][3] y[5][4] y[5][5] y[5][6] y[5][7] y[5][8] y[6][0] y[6][1] y[6][2] y[6][3] y[6][4] y[6][5] y[6][6] y[6][7] y[6][8] y[7][0] y[7][1] y[7][2] y[7][3] y[7][4] y[7][5] y[7][6] y[7][7] y[7][8] y[8][0] y[8][1] y[8][2] y[8][3] y[8][4] y[8][5] y[8][6] y[8][7] y[8][8] </list>
252.09/247.91	v 	<values> 0 1 5 12 25 27 35 41 44 1 1 5 12 25 27 35 41 44 1 1 4 11 24 26 34 40 43 1 1 1 7 20 22 30 36 39 1 1 1 1 13 15 23 29 32 1 1 1 1 1 2 10 16 19 1 1 1 1 1 1 8 14 17 1 1 1 1 1 1 1 6 9 1 1 1 1 1 1 1 1 3 1 1 1 1 1 1 1 1 1 </values>
252.09/247.91	v </instantiation>
252.09/247.91	

Verifier Data

OK	44

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 (7604 MiB free)
  memory of node 1: 16384 MiB (15783 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301850-1532884967/watcher-4301850-1532884967 -o /tmp/evaluation-result-4301850-1532884967/solver-4301850-1532884967 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301850-1532884967.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=11932, runsolver pid=11929

[startup+0.100094 s]*
/proc/loadavg: 2.15 2.92 2.68 3/217 11947
/proc/meminfo: memFree=23931996/32770624 swapFree=67028788/67108860
[pid=11932] ppid=11929 vsize=10659012 memory=30684 CPUtime=0.12 cores=1,3,5,7
/proc/11932/stat : 11932 (java) S 11929 11932 10029 0 -1 1077944320 6729 0 0 0 11 1 0 0 20 0 15 0 106059907 10914828288 7671 33554432000 4194304 4196468 140725890535424 140725890517968 140587423727351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
/proc/11932/statm: 2664753 7671 2820 1 0 2627263 0
[pid=11932/tid=11934] ppid=11929 vsize=10659012 memory=-8773748148829851005 CPUtime=0.09 cores=1,3,5,7
/proc/11932/task/11934/stat : 11934 (java) R 11929 11932 10029 0 -1 4202560 4577 0 0 0 8 1 0 0 20 0 15 0 106059907 10914828288 7671 33554432000 4194304 4196468 140725890535424 140587427949120 140587423739286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11935] ppid=11929 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11935/stat : 11935 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059908 10914828288 7671 33554432000 4194304 4196468 140725890535424 140587376347792 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11936] ppid=11929 vsize=10659012 memory=140220451972736 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11936/stat : 11936 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059908 10914828288 7671 33554432000 4194304 4196468 140725890535424 140587375294992 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11937] ppid=11929 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11937/stat : 11937 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059908 10914828288 7671 33554432000 4194304 4196468 140725890535424 140587374242192 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11938] ppid=11929 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11938/stat : 11938 (java) S 11929 11932 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106059908 10914828288 7671 33554432000 4194304 4196468 140725890535424 140587373189392 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11939] ppid=11929 vsize=10659012 memory=140220451972736 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11939/stat : 11939 (java) S 11929 11932 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106059909 10914828288 7671 33554432000 4194304 4196468 140725890535424 140586459618160 140587423738498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11940] ppid=11929 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11940/stat : 11940 (java) S 11929 11932 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106059910 10914828288 7671 33554432000 4194304 4196468 140725890535424 140586458564128 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11941] ppid=11929 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11941/stat : 11941 (java) S 11929 11932 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106059910 10914828288 7671 33554432000 4194304 4196468 140725890535424 140586457511280 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11942] ppid=11929 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11942/stat : 11942 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106059912 10914828288 7671 33554432000 4194304 4196468 140725890535424 140586456459600 140587423745947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11943] ppid=11929 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11943/stat : 11943 (java) S 11929 11932 10029 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 106059912 10914828288 7671 33554432000 4194304 4196468 140725890535424 140586455406960 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11944] ppid=11929 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11944/stat : 11944 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106059912 10914828288 7671 33554432000 4194304 4196468 140725890535424 140586454354160 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11945] ppid=11929 vsize=10659012 memory=140220451972736 CPUtime=0.02 cores=1,3,5,7
/proc/11932/task/11945/stat : 11945 (java) S 11929 11932 10029 0 -1 1077944384 343 0 0 0 2 0 0 0 20 0 15 0 106059912 10914828288 7671 33554432000 4194304 4196468 140725890535424 140586453301360 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11946] ppid=11929 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11946/stat : 11946 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106059913 10914828288 7671 33554432000 4194304 4196468 140725890535424 140586452248800 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11947] ppid=11929 vsize=10659012 memory=140220451972736 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11947/stat : 11947 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059913 10914828288 7671 33554432000 4194304 4196468 140725890535424 140586451197104 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30684 KiB

[startup+0.210431 s]*
/proc/loadavg: 2.15 2.92 2.68 4/217 11947
/proc/meminfo: memFree=23921444/32770624 swapFree=67028788/67108860
[pid=11932] ppid=11929 vsize=10659012 memory=41908 CPUtime=0.33 cores=1,3,5,7
/proc/11932/stat : 11932 (java) S 11929 11932 10029 0 -1 1077944320 8077 0 0 0 31 2 0 0 20 0 15 0 106059907 10914828288 10477 33554432000 4194304 4196468 140725890535424 140725890517968 140587423727351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
/proc/11932/statm: 2664753 10477 3007 1 0 2627263 0
[pid=11932/tid=11934] ppid=11929 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/11932/task/11934/stat : 11934 (java) R 11929 11932 10029 0 -1 4202560 5042 0 0 0 19 1 0 0 20 0 15 0 106059907 10914828288 10477 33554432000 4194304 4196468 140725890535424 140587427963488 140587409451164 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11935] ppid=11929 vsize=10659012 memory=342 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11935/stat : 11935 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059908 10914828288 10477 33554432000 4194304 4196468 140725890535424 140587376347792 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11936] ppid=11929 vsize=10659012 memory=140220452608999 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11936/stat : 11936 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059908 10914828288 10477 33554432000 4194304 4196468 140725890535424 140587375294992 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11937] ppid=11929 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11937/stat : 11937 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059908 10914828288 10477 33554432000 4194304 4196468 140725890535424 140587374242192 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11938] ppid=11929 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11938/stat : 11938 (java) S 11929 11932 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106059908 10914828288 10477 33554432000 4194304 4196468 140725890535424 140587373189392 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11939] ppid=11929 vsize=10659012 memory=140220451972736 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11939/stat : 11939 (java) S 11929 11932 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106059909 10914828288 10477 33554432000 4194304 4196468 140725890535424 140586459618160 140587423738498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11940] ppid=11929 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11940/stat : 11940 (java) S 11929 11932 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106059910 10914828288 10477 33554432000 4194304 4196468 140725890535424 140586458564128 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11941] ppid=11929 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11941/stat : 11941 (java) S 11929 11932 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106059910 10914828288 10477 33554432000 4194304 4196468 140725890535424 140586457511280 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11942] ppid=11929 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11942/stat : 11942 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106059912 10914828288 10477 33554432000 4194304 4196468 140725890535424 140586456459600 140587423745947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11943] ppid=11929 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11932/task/11943/stat : 11943 (java) S 11929 11932 10029 0 -1 1077944384 699 0 0 0 2 0 0 0 20 0 15 0 106059912 10914828288 10477 33554432000 4194304 4196468 140725890535424 140586455406960 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11944] ppid=11929 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/11932/task/11944/stat : 11944 (java) S 11929 11932 10029 0 -1 1077944384 276 0 0 0 2 0 0 0 20 0 15 0 106059912 10914828288 10477 33554432000 4194304 4196468 140725890535424 140586454354160 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11945] ppid=11929 vsize=10659012 memory=140220451972736 CPUtime=0.07 cores=1,3,5,7
/proc/11932/task/11945/stat : 11945 (java) R 11929 11932 10029 0 -1 4202560 696 0 0 0 7 0 0 0 20 0 15 0 106059912 10914828288 10477 33554432000 4194304 4196468 140725890535424 140586453301360 140587402500009 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11946] ppid=11929 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11946/stat : 11946 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106059913 10914828288 10477 33554432000 4194304 4196468 140725890535424 140586452248800 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11947] ppid=11929 vsize=10659012 memory=140220451972736 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11947/stat : 11947 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059913 10914828288 10477 33554432000 4194304 4196468 140725890535424 140586451197104 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41908 KiB

[startup+0.31043 s]*
/proc/loadavg: 2.15 2.92 2.68 5/217 11947
/proc/meminfo: memFree=23914496/32770624 swapFree=67028788/67108860
[pid=11932] ppid=11929 vsize=10659088 memory=47404 CPUtime=0.52 cores=1,3,5,7
/proc/11932/stat : 11932 (java) S 11929 11932 10029 0 -1 1077944320 9038 0 0 0 50 2 0 0 20 0 15 0 106059907 10914906112 11851 33554432000 4194304 4196468 140725890535424 140725890517968 140587423727351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
/proc/11932/statm: 2664772 11851 3060 1 0 2627263 0
[pid=11932/tid=11934] ppid=11929 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/11932/task/11934/stat : 11934 (java) R 11929 11932 10029 0 -1 4202560 5801 0 0 0 28 2 0 0 20 0 15 0 106059907 10914906112 11851 33554432000 4194304 4196468 140725890535424 140587427962816 140587047196544 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11935] ppid=11929 vsize=10659088 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11935/stat : 11935 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059908 10914906112 11851 33554432000 4194304 4196468 140725890535424 140587376347792 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11936] ppid=11929 vsize=10659088 memory=140220452602871 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11936/stat : 11936 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059908 10914906112 11851 33554432000 4194304 4196468 140725890535424 140587375294992 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11937] ppid=11929 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11937/stat : 11937 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059908 10914906112 11851 33554432000 4194304 4196468 140725890535424 140587374242192 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11938] ppid=11929 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11938/stat : 11938 (java) S 11929 11932 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106059908 10914906112 11851 33554432000 4194304 4196468 140725890535424 140587373189392 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11939] ppid=11929 vsize=10659088 memory=140220451972736 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11939/stat : 11939 (java) S 11929 11932 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106059909 10914906112 11851 33554432000 4194304 4196468 140725890535424 140586459618160 140587423738498 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11940] ppid=11929 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11940/stat : 11940 (java) S 11929 11932 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106059910 10914906112 11851 33554432000 4194304 4196468 140725890535424 140586458564128 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11941] ppid=11929 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11941/stat : 11941 (java) S 11929 11932 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106059910 10914906112 11851 33554432000 4194304 4196468 140725890535424 140586457511280 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11942] ppid=11929 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11942/stat : 11942 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106059912 10914906112 11851 33554432000 4194304 4196468 140725890535424 140586456459600 140587423745947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11943] ppid=11929 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/11932/task/11943/stat : 11943 (java) R 11929 11932 10029 0 -1 1077944384 745 0 0 0 4 0 0 0 20 0 15 0 106059912 10914906112 11851 33554432000 4194304 4196468 140725890535424 140586455406960 140587423738498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11944] ppid=11929 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/11932/task/11944/stat : 11944 (java) R 11929 11932 10029 0 -1 4202560 381 0 0 0 4 0 0 0 20 0 15 0 106059912 10914906112 11851 33554432000 4194304 4196468 140725890535424 140586454354160 140587408632776 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11945] ppid=11929 vsize=10659088 memory=140220451972736 CPUtime=0.12 cores=1,3,5,7
/proc/11932/task/11945/stat : 11945 (java) R 11929 11932 10029 0 -1 4202560 754 0 0 0 12 0 0 0 20 0 15 0 106059912 10914906112 11851 33554432000 4194304 4196468 140725890535424 140586453301360 140587400951504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11946] ppid=11929 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11946/stat : 11946 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106059913 10914906112 11851 33554432000 4194304 4196468 140725890535424 140586452248800 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11947] ppid=11929 vsize=10659088 memory=140220451972736 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11947/stat : 11947 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059913 10914906112 11851 33554432000 4194304 4196468 140725890535424 140586451197104 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47404 KiB

[startup+0.70074 s]
/proc/loadavg: 2.15 2.92 2.68 5/217 11947
/proc/meminfo: memFree=23885336/32770624 swapFree=67028788/67108860
[pid=11932] ppid=11929 vsize=10659088 memory=172412 CPUtime=1.61 cores=1,3,5,7
/proc/11932/stat : 11932 (java) S 11929 11932 10029 0 -1 1077944320 11679 0 0 0 156 5 0 0 20 0 15 0 106059907 10914906112 43103 33554432000 4194304 4196468 140725890535424 140725890517968 140587423727351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
/proc/11932/statm: 2664772 43103 3099 1 0 2627263 0
[pid=11932/tid=11934] ppid=11929 vsize=10659088 memory=191497962013186 CPUtime=0.67 cores=1,3,5,7
/proc/11932/task/11934/stat : 11934 (java) R 11929 11932 10029 0 -1 4202560 6048 0 0 0 63 4 0 0 20 0 15 0 106059907 10914906112 43103 33554432000 4194304 4196468 140725890535424 140587427965400 140587423739286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11935] ppid=11929 vsize=10659088 memory=616836 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11935/stat : 11935 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059908 10914906112 43103 33554432000 4194304 4196468 140725890535424 140587376347792 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11936] ppid=11929 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11936/stat : 11936 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059908 10914906112 43103 33554432000 4194304 4196468 140725890535424 140587375294992 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11937] ppid=11929 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11937/stat : 11937 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059908 10914906112 43103 33554432000 4194304 4196468 140725890535424 140587374242192 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11938] ppid=11929 vsize=10659088 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11938/stat : 11938 (java) S 11929 11932 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106059908 10914906112 43103 33554432000 4194304 4196468 140725890535424 140587373189392 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11939] ppid=11929 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11939/stat : 11939 (java) S 11929 11932 10029 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106059909 10914906112 43103 33554432000 4194304 4196468 140725890535424 140586459618160 140587423738498 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11940] ppid=11929 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11940/stat : 11940 (java) S 11929 11932 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106059910 10914906112 43103 33554432000 4194304 4196468 140725890535424 140586458564128 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11941] ppid=11929 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11941/stat : 11941 (java) S 11929 11932 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106059910 10914906112 43103 33554432000 4194304 4196468 140725890535424 140586457511280 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11942] ppid=11929 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11942/stat : 11942 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106059912 10914906112 43103 33554432000 4194304 4196468 140725890535424 140586456459600 140587423745947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11943] ppid=11929 vsize=10659088 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/11932/task/11943/stat : 11943 (java) S 11929 11932 10029 0 -1 1077944384 1741 0 0 0 34 0 0 0 20 0 15 0 106059912 10914906112 43103 33554432000 4194304 4196468 140725890535424 140586455406960 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11944] ppid=11929 vsize=10659088 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/11932/task/11944/stat : 11944 (java) S 11929 11932 10029 0 -1 1077944384 1438 0 0 0 34 0 0 0 20 0 15 0 106059912 10914906112 43103 33554432000 4194304 4196468 140725890535424 140586454354160 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11945] ppid=11929 vsize=10659088 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/11932/task/11945/stat : 11945 (java) R 11929 11932 10029 0 -1 4202560 1083 0 0 0 23 0 0 0 20 0 15 0 106059912 10914906112 43103 33554432000 4194304 4196468 140725890535424 140586453301360 140587407807868 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11946] ppid=11929 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11946/stat : 11946 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106059913 10914906112 43103 33554432000 4194304 4196468 140725890535424 140586452248800 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11947] ppid=11929 vsize=10659088 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11947/stat : 11947 (java) S 11929 11932 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106059913 10914906112 43103 33554432000 4194304 4196468 140725890535424 140586451197104 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 172412 KiB

[startup+1.50087 s]
/proc/loadavg: 2.15 2.92 2.68 4/218 11948
/proc/meminfo: memFree=23721340/32770624 swapFree=67028788/67108860
[pid=11932] ppid=11929 vsize=10725652 memory=241084 CPUtime=3.49 cores=1,3,5,7
/proc/11932/stat : 11932 (java) S 11929 11932 10029 0 -1 1077944320 12716 0 0 0 336 13 0 0 20 0 16 0 106059907 10983067648 60271 33554432000 4194304 4196468 140725890535424 140725890517968 140587423727351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
/proc/11932/statm: 2681413 60271 3129 1 0 2643904 0
[pid=11932/tid=11934] ppid=11929 vsize=10725652 memory=9169 CPUtime=1.4 cores=1,3,5,7
/proc/11932/task/11934/stat : 11934 (java) R 11929 11932 10029 0 -1 4202560 6103 0 0 0 136 4 0 0 20 0 16 0 106059907 10983067648 60271 33554432000 4194304 4196468 140725890535424 140587427965768 140587050772005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11935] ppid=11929 vsize=10725652 memory=6791534058613427641 CPUtime=0.06 cores=1,3,5,7
/proc/11932/task/11935/stat : 11935 (java) S 11929 11932 10029 0 -1 1077944384 40 0 0 0 5 1 0 0 20 0 16 0 106059908 10983067648 60271 33554432000 4194304 4196468 140725890535424 140587376347792 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11936] ppid=11929 vsize=10725652 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/11932/task/11936/stat : 11936 (java) S 11929 11932 10029 0 -1 1077944384 40 0 0 0 5 1 0 0 20 0 16 0 106059908 10983067648 60271 33554432000 4194304 4196468 140725890535424 140587375294992 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11937] ppid=11929 vsize=10725652 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/11932/task/11937/stat : 11937 (java) S 11929 11932 10029 0 -1 1077944384 34 0 0 0 5 1 0 0 20 0 16 0 106059908 10983067648 60271 33554432000 4194304 4196468 140725890535424 140587374242192 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11938] ppid=11929 vsize=10725652 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/11932/task/11938/stat : 11938 (java) S 11929 11932 10029 0 -1 1077944384 38 0 0 0 5 1 0 0 20 0 16 0 106059908 10983067648 60271 33554432000 4194304 4196468 140725890535424 140587373189392 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11939] ppid=11929 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11939/stat : 11939 (java) S 11929 11932 10029 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 16 0 106059909 10983067648 60271 33554432000 4194304 4196468 140725890535424 140586459618160 140587423738498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0

################
# More data... #
################

/proc/11932/task/11936/stat : 11936 (java) S 11929 11932 10029 0 -1 1077944384 885 0 0 0 27 13 0 0 20 0 16 0 106059908 10983067648 232445 33554432000 4194304 4196468 140725890535424 140587375294992 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11937] ppid=11929 vsize=10725652 memory=929780 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11937/stat : 11937 (java) S 11929 11932 10029 0 -1 1077944384 1347 0 0 0 28 12 0 0 20 0 16 0 106059908 10983067648 232445 33554432000 4194304 4196468 140725890535424 140587374242192 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11938] ppid=11929 vsize=10725652 memory=929780 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11938/stat : 11938 (java) S 11929 11932 10029 0 -1 1077944384 825 0 0 0 28 12 0 0 20 0 16 0 106059908 10983067648 232445 33554432000 4194304 4196468 140725890535424 140587373189392 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11939] ppid=11929 vsize=10725652 memory=280440695285296 CPUtime=0.04 cores=1,3,5,7
/proc/11932/task/11939/stat : 11939 (java) S 11929 11932 10029 0 -1 1077944384 4062 0 0 0 4 0 0 0 20 0 16 0 106059909 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586459618160 140587423738498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11940] ppid=11929 vsize=10725652 memory=929780 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11940/stat : 11940 (java) S 11929 11932 10029 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 106059910 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586458564192 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11941] ppid=11929 vsize=10725652 memory=929780 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11941/stat : 11941 (java) S 11929 11932 10029 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 106059910 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586457511280 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11942] ppid=11929 vsize=10725652 memory=929780 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11942/stat : 11942 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106059912 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586456459600 140587423745947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11943] ppid=11929 vsize=10725652 memory=929780 CPUtime=1.21 cores=1,3,5,7
/proc/11932/task/11943/stat : 11943 (java) S 11929 11932 10029 0 -1 1077944384 7154 0 0 0 121 0 0 0 20 0 16 0 106059912 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586455406960 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11944] ppid=11929 vsize=10725652 memory=929780 CPUtime=1.37 cores=1,3,5,7
/proc/11932/task/11944/stat : 11944 (java) S 11929 11932 10029 0 -1 1077944384 3853 0 0 0 136 1 0 0 20 0 16 0 106059912 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586454354160 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11945] ppid=11929 vsize=10725652 memory=6791534058613427641 CPUtime=0.34 cores=1,3,5,7
/proc/11932/task/11945/stat : 11945 (java) S 11929 11932 10029 0 -1 1077944384 2482 0 0 0 34 0 0 0 20 0 16 0 106059912 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586453301360 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11946] ppid=11929 vsize=10725652 memory=824 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11946/stat : 11946 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106059913 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586452248800 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11947] ppid=11929 vsize=10725652 memory=776 CPUtime=0.11 cores=1,3,5,7
/proc/11932/task/11947/stat : 11947 (java) S 11929 11932 10029 0 -1 1077944384 384 0 0 0 5 6 0 0 20 0 16 0 106059913 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586451197104 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11948] ppid=11929 vsize=10725652 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11948/stat : 11948 (java) S 11929 11932 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106059986 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586450142640 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
Current children cumulated CPU time: 226.59 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 929780 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+247.701 s]
/proc/loadavg: 2.03 2.49 2.57 3/217 12031
/proc/meminfo: memFree=25573392/32770624 swapFree=67028788/67108860
[pid=11932] ppid=11929 vsize=10725652 memory=929780 CPUtime=252 cores=1,3,5,7
/proc/11932/stat : 11932 (java) S 11929 11932 10029 0 -1 1077944320 36167 0 0 0 25129 71 0 0 20 0 16 0 106059907 10983067648 232445 33554432000 4194304 4196468 140725890535424 140725890517968 140587423727351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
/proc/11932/statm: 2681413 232445 3167 1 0 2643904 0
[pid=11932/tid=11934] ppid=11929 vsize=10725652 memory=929780 CPUtime=247.23 cores=1,3,5,7
/proc/11932/task/11934/stat : 11934 (java) R 11929 11932 10029 0 -1 4202560 12445 0 0 0 24712 11 0 0 20 0 16 0 106059907 10983067648 232445 33554432000 4194304 4196468 140725890535424 140587427966360 140587050532058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11935] ppid=11929 vsize=10725652 memory=6444763669760010593 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11935/stat : 11935 (java) S 11929 11932 10029 0 -1 1077944384 1307 0 0 0 27 13 0 0 20 0 16 0 106059908 10983067648 232445 33554432000 4194304 4196468 140725890535424 140587376347792 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11936] ppid=11929 vsize=10725652 memory=6791534058613427641 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11936/stat : 11936 (java) S 11929 11932 10029 0 -1 1077944384 885 0 0 0 27 13 0 0 20 0 16 0 106059908 10983067648 232445 33554432000 4194304 4196468 140725890535424 140587375294992 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11937] ppid=11929 vsize=10725652 memory=929780 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11937/stat : 11937 (java) S 11929 11932 10029 0 -1 1077944384 1347 0 0 0 28 12 0 0 20 0 16 0 106059908 10983067648 232445 33554432000 4194304 4196468 140725890535424 140587374242192 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11938] ppid=11929 vsize=10725652 memory=929780 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11938/stat : 11938 (java) S 11929 11932 10029 0 -1 1077944384 825 0 0 0 28 12 0 0 20 0 16 0 106059908 10983067648 232445 33554432000 4194304 4196468 140725890535424 140587373189392 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11939] ppid=11929 vsize=10725652 memory=929780 CPUtime=0.04 cores=1,3,5,7
/proc/11932/task/11939/stat : 11939 (java) S 11929 11932 10029 0 -1 1077944384 4062 0 0 0 4 0 0 0 20 0 16 0 106059909 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586459618160 140587423738498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11940] ppid=11929 vsize=10725652 memory=929780 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11940/stat : 11940 (java) S 11929 11932 10029 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 106059910 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586458564192 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11941] ppid=11929 vsize=10725652 memory=929780 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11941/stat : 11941 (java) S 11929 11932 10029 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 106059910 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586457511280 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11942] ppid=11929 vsize=10725652 memory=929780 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11942/stat : 11942 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106059912 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586456459600 140587423745947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11943] ppid=11929 vsize=10725652 memory=929780 CPUtime=1.21 cores=1,3,5,7
/proc/11932/task/11943/stat : 11943 (java) S 11929 11932 10029 0 -1 1077944384 7154 0 0 0 121 0 0 0 20 0 16 0 106059912 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586455406960 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11944] ppid=11929 vsize=10725652 memory=776 CPUtime=1.37 cores=1,3,5,7
/proc/11932/task/11944/stat : 11944 (java) S 11929 11932 10029 0 -1 1077944384 3853 0 0 0 136 1 0 0 20 0 16 0 106059912 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586454354160 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11945] ppid=11929 vsize=10725652 memory=4 CPUtime=0.34 cores=1,3,5,7
/proc/11932/task/11945/stat : 11945 (java) S 11929 11932 10029 0 -1 1077944384 2482 0 0 0 34 0 0 0 20 0 16 0 106059912 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586453301360 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11946] ppid=11929 vsize=10725652 memory=929780 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11946/stat : 11946 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106059913 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586452248800 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11947] ppid=11929 vsize=10725652 memory=929780 CPUtime=0.13 cores=1,3,5,7
/proc/11932/task/11947/stat : 11947 (java) S 11929 11932 10029 0 -1 1077944384 386 0 0 0 6 7 0 0 20 0 16 0 106059913 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586451197104 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11948] ppid=11929 vsize=10725652 memory=3544 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11948/stat : 11948 (java) S 11929 11932 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106059986 10983067648 232445 33554432000 4194304 4196468 140725890535424 140586450142640 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
Current children cumulated CPU time: 252 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 929780 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+247.918 s]
# the end of solver process 11932 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.38 s, system=0.728283 s

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

[startup+247.805 s]
/proc/loadavg: 2.03 2.49 2.57 3/217 12031
/proc/meminfo: memFree=25573392/32770624 swapFree=67028788/67108860
[pid=11932] ppid=11929 vsize=10925344 memory=929856 CPUtime=252.09 cores=1,3,5,7
/proc/11932/stat : 11932 (java) S 11929 11932 10029 0 -1 1077944320 36569 0 0 0 25137 72 0 0 20 0 17 0 106059907 11187552256 232464 33554432000 4194304 4196468 140725890535424 140725890517968 140587423727351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
/proc/11932/statm: 2731336 232464 3169 1 0 2693827 0
[pid=11932/tid=11934] ppid=11929 vsize=10925344 memory=1008 CPUtime=247.31 cores=1,3,5,7
/proc/11932/task/11934/stat : 11934 (java) S 11929 11932 10029 0 -1 1077944384 12470 0 0 0 24720 11 0 0 20 0 17 0 106059907 11187552256 232464 33554432000 4194304 4196468 140725890535424 140587427970224 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11935] ppid=11929 vsize=10925344 memory=15316 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11935/stat : 11935 (java) S 11929 11932 10029 0 -1 1077944384 1307 0 0 0 27 13 0 0 20 0 17 0 106059908 11187552256 232464 33554432000 4194304 4196468 140725890535424 140587376347792 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11936] ppid=11929 vsize=10925344 memory=6791534058613427641 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11936/stat : 11936 (java) S 11929 11932 10029 0 -1 1077944384 885 0 0 0 27 13 0 0 20 0 17 0 106059908 11187552256 232464 33554432000 4194304 4196468 140725890535424 140587375294992 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11937] ppid=11929 vsize=10925344 memory=13728 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11937/stat : 11937 (java) S 11929 11932 10029 0 -1 1077944384 1347 0 0 0 28 12 0 0 20 0 17 0 106059908 11187552256 232464 33554432000 4194304 4196468 140725890535424 140587374242192 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11938] ppid=11929 vsize=10925344 memory=15128 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11938/stat : 11938 (java) S 11929 11932 10029 0 -1 1077944384 825 0 0 0 28 12 0 0 20 0 17 0 106059908 11187552256 232464 33554432000 4194304 4196468 140725890535424 140587373189392 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11939] ppid=11929 vsize=10925344 memory=640 CPUtime=0.04 cores=1,3,5,7
/proc/11932/task/11939/stat : 11939 (java) S 11929 11932 10029 0 -1 1077944384 4063 0 0 0 4 0 0 0 20 0 17 0 106059909 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586459618160 140587423738498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11940] ppid=11929 vsize=10925344 memory=1760 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11940/stat : 11940 (java) S 11929 11932 10029 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 106059910 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586458564192 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11941] ppid=11929 vsize=10925344 memory=960 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11941/stat : 11941 (java) S 11929 11932 10029 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 106059910 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586457511280 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11942] ppid=11929 vsize=10925344 memory=1220 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11942/stat : 11942 (java) S 11929 11932 10029 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 106059912 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586456459600 140587423745947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11943] ppid=11929 vsize=10925344 memory=1612 CPUtime=1.21 cores=1,3,5,7
/proc/11932/task/11943/stat : 11943 (java) S 11929 11932 10029 0 -1 1077944384 7199 0 0 0 121 0 0 0 20 0 17 0 106059912 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586455406960 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11944] ppid=11929 vsize=10925344 memory=3128 CPUtime=1.37 cores=1,3,5,7
/proc/11932/task/11944/stat : 11944 (java) S 11929 11932 10029 0 -1 1077944384 3911 0 0 0 136 1 0 0 20 0 17 0 106059912 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586454354160 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11945] ppid=11929 vsize=10925344 memory=929780 CPUtime=0.34 cores=1,3,5,7
/proc/11932/task/11945/stat : 11945 (java) S 11929 11932 10029 0 -1 1077944384 2577 0 0 0 34 0 0 0 20 0 17 0 106059912 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586453301360 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11946] ppid=11929 vsize=10925344 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11946/stat : 11946 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106059913 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586452248800 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11947] ppid=11929 vsize=10925344 memory=3196 CPUtime=0.13 cores=1,3,5,7
/proc/11932/task/11947/stat : 11947 (java) S 11929 11932 10029 0 -1 1077944384 386 0 0 0 6 7 0 0 20 0 17 0 106059913 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586451197104 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 929856 KiB

[startup+247.901 s]
/proc/loadavg: 2.03 2.49 2.57 3/217 12031
/proc/meminfo: memFree=25573392/32770624 swapFree=67028788/67108860
[pid=11932] ppid=11929 vsize=10925344 memory=929856 CPUtime=252.09 cores=1,3,5,7
/proc/11932/stat : 11932 (java) S 11929 11932 10029 0 -1 1077944320 36569 0 0 0 25137 72 0 0 20 0 17 0 106059907 11187552256 232464 33554432000 4194304 4196468 140725890535424 140725890517968 140587423727351 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
/proc/11932/statm: 2731336 232464 3169 1 0 2693827 0
[pid=11932/tid=11934] ppid=11929 vsize=10925344 memory=929780 CPUtime=247.31 cores=1,3,5,7
/proc/11932/task/11934/stat : 11934 (java) S 11929 11932 10029 0 -1 1077944384 12470 0 0 0 24720 11 0 0 20 0 17 0 106059907 11187552256 232464 33554432000 4194304 4196468 140725890535424 140587427970224 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11935] ppid=11929 vsize=10925344 memory=929780 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11935/stat : 11935 (java) S 11929 11932 10029 0 -1 1077944384 1307 0 0 0 27 13 0 0 20 0 17 0 106059908 11187552256 232464 33554432000 4194304 4196468 140725890535424 140587376347792 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11936] ppid=11929 vsize=10925344 memory=929780 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11936/stat : 11936 (java) S 11929 11932 10029 0 -1 1077944384 885 0 0 0 27 13 0 0 20 0 17 0 106059908 11187552256 232464 33554432000 4194304 4196468 140725890535424 140587375294992 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11937] ppid=11929 vsize=10925344 memory=6444763669760010593 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11937/stat : 11937 (java) S 11929 11932 10029 0 -1 1077944384 1347 0 0 0 28 12 0 0 20 0 17 0 106059908 11187552256 232464 33554432000 4194304 4196468 140725890535424 140587374242192 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11938] ppid=11929 vsize=10925344 memory=929780 CPUtime=0.4 cores=1,3,5,7
/proc/11932/task/11938/stat : 11938 (java) S 11929 11932 10029 0 -1 1077944384 825 0 0 0 28 12 0 0 20 0 17 0 106059908 11187552256 232464 33554432000 4194304 4196468 140725890535424 140587373189392 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11939] ppid=11929 vsize=10925344 memory=776 CPUtime=0.04 cores=1,3,5,7
/proc/11932/task/11939/stat : 11939 (java) S 11929 11932 10029 0 -1 1077944384 4063 0 0 0 4 0 0 0 20 0 17 0 106059909 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586459618160 140587423738498 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11940] ppid=11929 vsize=10925344 memory=4 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11940/stat : 11940 (java) S 11929 11932 10029 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 106059910 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586458564192 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11941] ppid=11929 vsize=10925344 memory=929780 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11941/stat : 11941 (java) S 11929 11932 10029 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 106059910 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586457511280 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11942] ppid=11929 vsize=10925344 memory=929780 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11942/stat : 11942 (java) S 11929 11932 10029 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 106059912 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586456459600 140587423745947 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11943] ppid=11929 vsize=10925344 memory=929780 CPUtime=1.21 cores=1,3,5,7
/proc/11932/task/11943/stat : 11943 (java) S 11929 11932 10029 0 -1 1077944384 7199 0 0 0 121 0 0 0 20 0 17 0 106059912 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586455406960 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11944] ppid=11929 vsize=10925344 memory=929780 CPUtime=1.37 cores=1,3,5,7
/proc/11932/task/11944/stat : 11944 (java) S 11929 11932 10029 0 -1 1077944384 3911 0 0 0 136 1 0 0 20 0 17 0 106059912 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586454354160 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11945] ppid=11929 vsize=10925344 memory=929780 CPUtime=0.34 cores=1,3,5,7
/proc/11932/task/11945/stat : 11945 (java) S 11929 11932 10029 0 -1 1077944384 2577 0 0 0 34 0 0 0 20 0 17 0 106059912 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586453301360 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11946] ppid=11929 vsize=10925344 memory=3196 CPUtime=0 cores=1,3,5,7
/proc/11932/task/11946/stat : 11946 (java) S 11929 11932 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106059913 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586452248800 140587423737557 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
[pid=11932/tid=11947] ppid=11929 vsize=10925344 memory=929780 CPUtime=0.13 cores=1,3,5,7
/proc/11932/task/11947/stat : 11947 (java) S 11929 11932 10029 0 -1 1077944384 386 0 0 0 6 7 0 0 20 0 17 0 106059913 11187552256 232464 33554432000 4194304 4196468 140725890535424 140586451197104 140587423738498 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6352896 140725890536566 140725890536718 140725890536718 140725890539471 0
Current children cumulated CPU time: 252.09 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 929856 KiB

Child status: 143
Real time (s): 247.918
CPU time (s): 252.108
CPU user time (s): 251.38
CPU system time (s): 0.728283
CPU usage (%): 101.69
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 929856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.38
system time used= 0.728283
maximum resident set size= 930848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36640
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7438
involuntary context switches= 165


# summary of solver processes directly reported to runsolver:
#   pid: 11932
#   total CPU time (s): 252.108
#   total CPU user time (s): 251.38
#   total CPU system time (s): 0.728283

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

The end

Launcher Data

Begin job on node102 at 2018-07-29 19:22:47
IDJOB=4301850
IDBENCH=141376
IDSOLVER=2773
FILE ID=node102/4301850-1532884967
RUNJOBID= node102-1532883454-10061
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301850-1532884967/watcher-4301850-1532884967 -o /tmp/evaluation-result-4301850-1532884967/solver-4301850-1532884967 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10061 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301850-1532884967.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=712722661

node102.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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
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.51
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.51
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.51
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:        23950008 kB
MemAvailable:   29123492 kB
Buffers:          230632 kB
Cached:          5186888 kB
SwapCached:        53064 kB
Active:          3973348 kB
Inactive:        4321236 kB
Active(anon):    2802756 kB
Inactive(anon):    99168 kB
Active(file):    1170592 kB
Inactive(file):  4222068 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028788 kB
Dirty:              2348 kB
Writeback:             0 kB
AnonPages:       2830688 kB
Mapped:            49588 kB
Shmem:             22552 kB
Slab:             222228 kB
SReclaimable:     193316 kB
SUnreclaim:        28912 kB
KernelStack:        3568 kB
PageTables:        10428 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4003420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2705408 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52976 MiB
End job on node102 at 2018-07-29 19:26:55