Trace number 4263153

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.3701 2515.74

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-08-10.xml
MD5SUM3f191bd8c6a70b7bc3302016f10b3be6
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 benchmark6836.8901
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of constraints188
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":80},{"size":9,"count":80}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":80},{"degree":7,"count":4},{"degree":8,"count":28},{"degree":10,"count":48}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":80},{"arity":3,"count":28},{"arity":4,"count":4},{"arity":6,"count":28},{"arity":9,"count":48}]
Number of extensional constraints108
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":108},{"type":"sum","count":80}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.99/0.65	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.99/0.65	c This is free software under the dual EPL/GNU LGPL licenses.
0.99/0.65	c See www.sat4j.org for details.
0.99/0.65	c That software uses the Rhino library from the Mozilla project.
0.99/0.65	c version CUSTOM.v20170705
0.99/0.65	c java.runtime.name	Java(TM) SE Runtime Environment
0.99/0.65	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.99/0.65	c java.vm.version	25.131-b11
0.99/0.65	c java.vm.vendor	Oracle Corporation
0.99/0.65	c sun.arch.data.model	64
0.99/0.65	c java.version		1.8.0_131
0.99/0.65	c os.name		Linux
0.99/0.65	c os.version		3.10.0-514.16.1.el7.x86_64
0.99/0.65	c os.arch		amd64
0.99/0.65	c Free memory 		499604488
0.99/0.65	c Max memory 		7247757312
0.99/0.65	c Total memory 		504889344
0.99/0.65	c Number of processors 	4
0.99/0.65	c c --- Begin Solver configuration ---
0.99/0.65	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.99/0.65	c Learn all clauses as in MiniSAT
0.99/0.65	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.99/0.65	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.99/0.65	c No reason simplification
0.99/0.65	c Glucose 2.1 dynamic restart strategy
0.99/0.65	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.99/0.65	c timeout=2147483s
0.99/0.65	c DB Simplification allowed=false
0.99/0.65	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.99/0.65	c --- End Solver configuration ---
0.99/0.65	c constraints type 
0.99/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 320
0.99/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8800
0.99/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15836
0.99/0.65	c org.sat4j.minisat.constraints.cnf.UnitClause => 320
0.99/0.65	c 25276 constraints processed.
1.88/0.90	o 29
7.87/6.08	o 30
7.97/6.12	o 36
8.91/7.07	o 37
9.10/7.27	o 38
9.10/7.29	o 40
9.33/7.43	o 42
19.47/17.41	o 43
46.34/44.20	o 44
2520.31/2515.70	c starts		: 11837
2520.31/2515.70	c conflicts		: 5301339
2520.31/2515.70	c decisions		: 6162132
2520.31/2515.70	c propagations		: 2750044511
2520.31/2515.70	c inspects		: 37149811447
2520.31/2515.70	c shortcuts		: 0
2520.31/2515.70	c learnt literals	: 0
2520.31/2515.70	c learnt binary clauses	: 497
2520.31/2515.70	c learnt ternary clauses	: 1451
2520.31/2515.70	c learnt constraints	: 5301339
2520.31/2515.70	c ignored constraints	: 0
2520.31/2515.70	c root simplifications	: 0
2520.31/2515.70	c removed literals (reason simplification)	: 0
2520.31/2515.70	c reason swapping (by a shorter reason)	: 0
2520.31/2515.70	c Calls to reduceDB	: 118
2520.31/2515.70	c Number of update (reduction) of LBD	: 632149
2520.31/2515.70	c Imported unit clauses	: 0
2520.31/2515.70	c number of reductions to clauses (during analyze)	: 0
2520.31/2515.70	c number of learned constraints concerned by reduction	: 0
2520.31/2515.70	c number of learning phase by resolution	: 0
2520.31/2515.70	c number of learning phase by cutting planes	: 0
2520.31/2515.70	c number of rounding to 1 operations	: 0
2520.31/2515.70	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.31/2515.70	c number of reductions of the coefficients by power 2 	: 0
2520.31/2515.70	c number of right shift for reduction by power 2 	: 0
2520.31/2515.70	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.31/2515.70	c speed (assignments/second)	: 1093435.3237510188
2520.31/2515.70	c non guided choices	12545
2520.31/2515.72	Exception in thread "Thread-0" java.lang.NullPointerException
2520.31/2515.72		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1871)
2520.31/2515.72		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2018)
2520.31/2515.72		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
2520.31/2515.72		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
2520.31/2515.72		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
2520.31/2515.72		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
2520.31/2515.72		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
2520.31/2515.72		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263153-1502606154/watcher-4263153-1502606154 -o /tmp/evaluation-result-4263153-1502606154/solver-4263153-1502606154 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263153-1502606154.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=19386, runsolver pid=19383

[startup+0.100166 s]*
/proc/loadavg: 4.58 5.15 4.98 3/208 19392
/proc/meminfo: memFree=31400920/32770624 swapFree=67108776/67108860
[pid=19386] ppid=19383 vsize=9936560 memory=16748 CPUtime=0.01 cores=1,3,5,7
/proc/19386/stat : 19386 (java) S 19383 19386 7084 0 -1 1077944320 3478 0 0 0 1 0 0 0 20 0 6 0 160268176 10175037440 4187 18446744073709551615 4194304 4196468 140727828530368 140727828512912 139847402499831 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
/proc/19386/statm: 2484140 4187 1923 1 0 2473637 0
[pid=19386/tid=19388] ppid=19383 vsize=9936560 memory=7898639129593683871 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19388/stat : 19388 (java) R 19383 19386 7084 0 -1 4202560 2199 0 0 0 0 0 0 0 20 0 6 0 160268185 10175037440 4187 18446744073709551615 4194304 4196468 140727828530368 139847406735952 139847386580348 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19389] ppid=19383 vsize=9936560 memory=732370315302996965 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19389/stat : 19389 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 160268186 10175037440 4187 18446744073709551615 4194304 4196468 140727828530368 139847359466384 139847402510037 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19390] ppid=19383 vsize=9936560 memory=140176965543552 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19390/stat : 19390 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 160268186 10175037440 4187 18446744073709551615 4194304 4196468 140727828530368 139847358413584 139847402510037 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19391] ppid=19383 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19391/stat : 19391 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 160268186 10175037440 4187 18446744073709551615 4194304 4196468 140727828530368 139847011064976 139847402510037 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19392] ppid=19383 vsize=9936560 memory=-1807685287725067907 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19392/stat : 19392 (java) S 19383 19386 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 160268186 10175037440 4187 18446744073709551615 4194304 4196468 140727828530368 139847010012176 139847402510037 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16748 KiB

[startup+0.211071 s]*
/proc/loadavg: 4.58 5.15 4.98 3/217 19401
/proc/meminfo: memFree=31390344/32770624 swapFree=67108776/67108860
[pid=19386] ppid=19383 vsize=10551156 memory=26056 CPUtime=0.09 cores=1,3,5,7
/proc/19386/stat : 19386 (java) S 19383 19386 7084 0 -1 1077944320 5072 0 0 0 8 1 0 0 20 0 15 0 160268176 10804383744 6514 18446744073709551615 4194304 4196468 140727828530368 140727828512912 139847402499831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
/proc/19386/statm: 2637789 6514 2737 1 0 2627261 0
[pid=19386/tid=19388] ppid=19383 vsize=10551156 memory=-4116735710718344508 CPUtime=0.07 cores=1,3,5,7
/proc/19386/task/19388/stat : 19388 (java) R 19383 19386 7084 0 -1 4202560 3020 0 0 0 6 1 0 0 20 0 15 0 160268185 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139847406735296 139847402521178 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19389] ppid=19383 vsize=10551156 memory=280353826449144 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19389/stat : 19389 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160268186 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139847359466384 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19390] ppid=19383 vsize=10551156 memory=140176965543552 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19390/stat : 19390 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160268186 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139847358413584 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19391] ppid=19383 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19391/stat : 19391 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160268186 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139847011064976 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19392] ppid=19383 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19392/stat : 19392 (java) S 19383 19386 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160268186 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139847010012176 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19393] ppid=19383 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19393/stat : 19393 (java) S 19383 19386 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160268188 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139846966593648 139847402510978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19394] ppid=19383 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19394/stat : 19394 (java) S 19383 19386 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160268188 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139846965539616 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19395] ppid=19383 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19395/stat : 19395 (java) S 19383 19386 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160268188 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139846964487280 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19396] ppid=19383 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19396/stat : 19396 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160268190 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139846963435600 139847402518427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19397] ppid=19383 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19397/stat : 19397 (java) S 19383 19386 7084 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 160268191 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139846962383472 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19398] ppid=19383 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19398/stat : 19398 (java) S 19383 19386 7084 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 160268191 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139846961330672 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19399] ppid=19383 vsize=10551156 memory=140176965543552 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19399/stat : 19399 (java) R 19383 19386 7084 0 -1 4202560 277 0 0 0 0 0 0 0 20 0 15 0 160268191 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139846960278384 139847381449601 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19400] ppid=19383 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19400/stat : 19400 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160268191 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139846959225824 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19401] ppid=19383 vsize=10551156 memory=140176965543552 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19401/stat : 19401 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160268195 10804383744 6579 18446744073709551615 4194304 4196468 140727828530368 139846958172592 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26056 KiB

[startup+0.310623 s]*
/proc/loadavg: 4.58 5.15 4.98 3/217 19401
/proc/meminfo: memFree=31379048/32770624 swapFree=67108776/67108860
[pid=19386] ppid=19383 vsize=10551156 memory=37668 CPUtime=0.24 cores=1,3,5,7
/proc/19386/stat : 19386 (java) S 19383 19386 7084 0 -1 1077944320 8155 0 0 0 21 3 0 0 20 0 15 0 160268176 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 140727828512912 139847402499831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
/proc/19386/statm: 2637789 9417 2878 1 0 2627261 0
[pid=19386/tid=19388] ppid=19383 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/19386/task/19388/stat : 19388 (java) R 19383 19386 7084 0 -1 4202560 5807 0 0 0 15 2 0 0 20 0 15 0 160268185 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139847406733744 139847402511766 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19389] ppid=19383 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19389/stat : 19389 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160268186 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139847359466384 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19390] ppid=19383 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19390/stat : 19390 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160268186 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139847358413584 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19391] ppid=19383 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19391/stat : 19391 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160268186 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139847011064976 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19392] ppid=19383 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19392/stat : 19392 (java) S 19383 19386 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160268186 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139847010012176 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19393] ppid=19383 vsize=10551156 memory=140176965543551 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19393/stat : 19393 (java) S 19383 19386 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 160268188 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139846966593648 139847402510978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19394] ppid=19383 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19394/stat : 19394 (java) S 19383 19386 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 160268188 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139846965539616 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19395] ppid=19383 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19395/stat : 19395 (java) S 19383 19386 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 160268188 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139846964487280 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19396] ppid=19383 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19396/stat : 19396 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160268190 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139846963435600 139847402518427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19397] ppid=19383 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19397/stat : 19397 (java) S 19383 19386 7084 0 -1 1077944384 370 0 0 0 0 0 0 0 20 0 15 0 160268191 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139846962383472 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19398] ppid=19383 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19386/task/19398/stat : 19398 (java) S 19383 19386 7084 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 15 0 160268191 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139846961330672 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19399] ppid=19383 vsize=10551156 memory=140176965543552 CPUtime=0.03 cores=1,3,5,7
/proc/19386/task/19399/stat : 19399 (java) S 19383 19386 7084 0 -1 1077944384 411 0 0 0 3 0 0 0 20 0 15 0 160268191 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139846960278384 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19400] ppid=19383 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19400/stat : 19400 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 160268191 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139846959225824 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19401] ppid=19383 vsize=10551156 memory=140176965543552 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19401/stat : 19401 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 160268195 10804383744 9417 18446744073709551615 4194304 4196468 140727828530368 139846958172592 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 37668 KiB

[startup+0.700676 s]
/proc/loadavg: 4.58 5.15 4.98 4/217 19401
/proc/meminfo: memFree=31366896/32770624 swapFree=67108776/67108860
[pid=19386] ppid=19383 vsize=10617796 memory=84912 CPUtime=1.29 cores=1,3,5,7
/proc/19386/stat : 19386 (java) S 19383 19386 7084 0 -1 1077944320 12929 0 0 0 124 5 0 0 20 0 16 0 160268176 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 140727828512912 139847402499831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
/proc/19386/statm: 2654449 21228 3054 1 0 2643902 0
[pid=19386/tid=19388] ppid=19383 vsize=10617796 memory=164 CPUtime=0.55 cores=1,3,5,7
/proc/19386/task/19388/stat : 19388 (java) R 19383 19386 7084 0 -1 4202560 7251 0 0 0 51 4 0 0 20 0 16 0 160268185 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139847406737984 139847041056224 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19389] ppid=19383 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19389/stat : 19389 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 160268186 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139847359466384 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19390] ppid=19383 vsize=10617796 memory=8316868033356759116 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19390/stat : 19390 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 160268186 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139847358413584 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19391] ppid=19383 vsize=10617796 memory=15184 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19391/stat : 19391 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 160268186 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139847011064976 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19392] ppid=19383 vsize=10617796 memory=288230376152797798 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19392/stat : 19392 (java) S 19383 19386 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 160268186 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139847010012176 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19393] ppid=19383 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19393/stat : 19393 (java) S 19383 19386 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 160268188 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139846966593648 139847402510978 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19394] ppid=19383 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19394/stat : 19394 (java) S 19383 19386 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 160268188 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139846965539616 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19395] ppid=19383 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19395/stat : 19395 (java) S 19383 19386 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 160268188 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139846964487280 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19396] ppid=19383 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19396/stat : 19396 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160268190 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139846963435600 139847402518427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19397] ppid=19383 vsize=10617796 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/19386/task/19397/stat : 19397 (java) R 19383 19386 7084 0 -1 4202560 1355 0 0 0 20 0 0 0 20 0 16 0 160268191 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139846962375424 139847380094608 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19398] ppid=19383 vsize=10617796 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/19386/task/19398/stat : 19398 (java) R 19383 19386 7084 0 -1 4202560 1451 0 0 0 23 0 0 0 20 0 16 0 160268191 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139846961321648 139847382980736 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19399] ppid=19383 vsize=10617796 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/19386/task/19399/stat : 19399 (java) S 19383 19386 7084 0 -1 1077944384 1482 0 0 0 28 0 0 0 20 0 16 0 160268191 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139846960278384 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19400] ppid=19383 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19400/stat : 19400 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160268191 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139846959225824 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19401] ppid=19383 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19401/stat : 19401 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 160268195 10872623104 21228 18446744073709551615 4194304 4196468 140727828530368 139846958172592 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 84912 KiB

[startup+1.50135 s]
/proc/loadavg: 4.58 5.15 4.98 3/218 19402
/proc/meminfo: memFree=31332152/32770624 swapFree=67108776/67108860
[pid=19386] ppid=19383 vsize=10617796 memory=90392 CPUtime=2.95 cores=1,3,5,7
/proc/19386/stat : 19386 (java) S 19383 19386 7084 0 -1 1077944320 16914 0 0 0 289 6 0 0 20 0 16 0 160268176 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 140727828512912 139847402499831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
/proc/19386/statm: 2654449 22598 3073 1 0 2643902 0
[pid=19386/tid=19388] ppid=19383 vsize=10617796 memory=56 CPUtime=1.35 cores=1,3,5,7
/proc/19386/task/19388/stat : 19388 (java) R 19383 19386 7084 0 -1 4202560 7537 0 0 0 131 4 0 0 20 0 16 0 160268185 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139847406725248 139847041268280 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19389] ppid=19383 vsize=10617796 memory=-2893623298589923098 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19389/stat : 19389 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 160268186 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139847359466384 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19390] ppid=19383 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19390/stat : 19390 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 160268186 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139847358413584 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19391] ppid=19383 vsize=10617796 memory=-8614213584521512614 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19391/stat : 19391 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 160268186 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139847011064976 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19392] ppid=19383 vsize=10617796 memory=6443333097270300758 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19392/stat : 19392 (java) S 19383 19386 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 160268186 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139847010012176 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19393] ppid=19383 vsize=10617796 memory=7301857172715104592 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19393/stat : 19393 (java) S 19383 19386 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 160268188 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139846966593648 139847402510978 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19394] ppid=19383 vsize=10617796 memory=2460 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19394/stat : 19394 (java) S 19383 19386 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 160268188 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139846965539616 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19395] ppid=19383 vsize=10617796 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19395/stat : 19395 (java) S 19383 19386 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 160268188 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139846964487280 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19396] ppid=19383 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19396/stat : 19396 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160268190 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139846963435600 139847402518427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19397] ppid=19383 vsize=10617796 memory=5768 CPUtime=0.64 cores=1,3,5,7
/proc/19386/task/19397/stat : 19397 (java) R 19383 19386 7084 0 -1 4202560 3035 0 0 0 64 0 0 0 20 0 16 0 160268191 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139846962369168 139847387623344 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19398] ppid=19383 vsize=10617796 memory=-8774313645642428999 CPUtime=0.61 cores=1,3,5,7
/proc/19386/task/19398/stat : 19398 (java) R 19383 19386 7084 0 -1 4202560 3045 0 0 0 61 0 0 0 20 0 16 0 160268191 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139846961316552 139847387607534 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19399] ppid=19383 vsize=10617796 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/19386/task/19399/stat : 19399 (java) S 19383 19386 7084 0 -1 1077944384 1906 0 0 0 31 0 0 0 20 0 16 0 160268191 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139846960278384 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19400] ppid=19383 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19400/stat : 19400 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160268191 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139846959225824 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19401] ppid=19383 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19401/stat : 19401 (java) S 19383 19386 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 160268195 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139846958172592 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19402] ppid=19383 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19402/stat : 19402 (java) S 19383 19386 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 160268242 10872623104 22598 18446744073709551615 4194304 4196468 140727828530368 139846957118128 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0

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

/proc/19386/task/19390/stat : 19390 (java) S 19383 19386 7084 0 -1 1077944384 2592 0 0 0 24 7 0 0 20 0 16 0 160268186 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139847358413584 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19391] ppid=19383 vsize=10617796 memory=461980 CPUtime=0.32 cores=1,3,5,7
/proc/19386/task/19391/stat : 19391 (java) S 19383 19386 7084 0 -1 1077944384 2618 0 0 0 26 6 0 0 20 0 16 0 160268186 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139847011064976 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19392] ppid=19383 vsize=10617796 memory=461980 CPUtime=0.33 cores=1,3,5,7
/proc/19386/task/19392/stat : 19392 (java) S 19383 19386 7084 0 -1 1077944384 2428 0 0 0 26 7 0 0 20 0 16 0 160268186 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139847010012176 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19393] ppid=19383 vsize=10617796 memory=461980 CPUtime=0.06 cores=1,3,5,7
/proc/19386/task/19393/stat : 19393 (java) S 19383 19386 7084 0 -1 1077944384 3222 0 0 0 3 3 0 0 20 0 16 0 160268188 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846966593648 139847402510978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19394] ppid=19383 vsize=10617796 memory=461980 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19394/stat : 19394 (java) S 19383 19386 7084 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 160268188 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846965539616 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19395] ppid=19383 vsize=10617796 memory=461980 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19395/stat : 19395 (java) S 19383 19386 7084 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 160268188 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846964487280 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19396] ppid=19383 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19396/stat : 19396 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160268190 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846963435600 139847402518427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19397] ppid=19383 vsize=10617796 memory=461980 CPUtime=1.02 cores=1,3,5,7
/proc/19386/task/19397/stat : 19397 (java) S 19383 19386 7084 0 -1 1077944384 4803 0 0 0 101 1 0 0 20 0 16 0 160268191 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846962383472 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19398] ppid=19383 vsize=10617796 memory=461980 CPUtime=0.88 cores=1,3,5,7
/proc/19386/task/19398/stat : 19398 (java) S 19383 19386 7084 0 -1 1077944384 7030 0 0 0 88 0 0 0 20 0 16 0 160268191 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846961330672 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19399] ppid=19383 vsize=10617796 memory=461980 CPUtime=0.37 cores=1,3,5,7
/proc/19386/task/19399/stat : 19399 (java) S 19383 19386 7084 0 -1 1077944384 4225 0 0 0 36 1 0 0 20 0 16 0 160268191 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846960278384 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19400] ppid=19383 vsize=10617796 memory=461980 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19400/stat : 19400 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160268191 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846959225824 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19401] ppid=19383 vsize=10617796 memory=4156 CPUtime=1.39 cores=1,3,5,7
/proc/19386/task/19401/stat : 19401 (java) S 19383 19386 7084 0 -1 1077944384 1266 0 0 0 60 79 0 0 20 0 16 0 160268195 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846958172592 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19402] ppid=19383 vsize=10617796 memory=67412 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19402/stat : 19402 (java) S 19383 19386 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 160268242 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846957118128 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
Current children cumulated CPU time: 2506.87 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 461980 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515.5 s]
/proc/loadavg: 2.05 2.03 2.25 3/216 19664
/proc/meminfo: memFree=31065000/32770624 swapFree=67108776/67108860
[pid=19386] ppid=19383 vsize=10617796 memory=461980 CPUtime=2520.08 cores=1,3,5,7
/proc/19386/stat : 19386 (java) S 19383 19386 7084 0 -1 1077944320 50104 0 0 0 251901 107 0 0 20 0 16 0 160268176 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 140727828512912 139847402499831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
/proc/19386/statm: 2654449 115495 3116 1 0 2643902 0
[pid=19386/tid=19388] ppid=19383 vsize=10617796 memory=461980 CPUtime=2514.94 cores=1,3,5,7
/proc/19386/task/19388/stat : 19388 (java) R 19383 19386 7084 0 -1 4202560 17817 0 0 0 251487 7 0 0 20 0 16 0 160268185 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139847406738976 139847041266319 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19389] ppid=19383 vsize=10617796 memory=461980 CPUtime=0.33 cores=1,3,5,7
/proc/19386/task/19389/stat : 19389 (java) S 19383 19386 7084 0 -1 1077944384 2656 0 0 0 25 8 0 0 20 0 16 0 160268186 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139847359466384 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19390] ppid=19383 vsize=10617796 memory=461980 CPUtime=0.31 cores=1,3,5,7
/proc/19386/task/19390/stat : 19390 (java) S 19383 19386 7084 0 -1 1077944384 2592 0 0 0 24 7 0 0 20 0 16 0 160268186 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139847358413584 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19391] ppid=19383 vsize=10617796 memory=461980 CPUtime=0.32 cores=1,3,5,7
/proc/19386/task/19391/stat : 19391 (java) S 19383 19386 7084 0 -1 1077944384 2618 0 0 0 26 6 0 0 20 0 16 0 160268186 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139847011064976 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19392] ppid=19383 vsize=10617796 memory=461980 CPUtime=0.33 cores=1,3,5,7
/proc/19386/task/19392/stat : 19392 (java) S 19383 19386 7084 0 -1 1077944384 2428 0 0 0 26 7 0 0 20 0 16 0 160268186 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139847010012176 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19393] ppid=19383 vsize=10617796 memory=461980 CPUtime=0.07 cores=1,3,5,7
/proc/19386/task/19393/stat : 19393 (java) S 19383 19386 7084 0 -1 1077944384 3222 0 0 0 3 4 0 0 20 0 16 0 160268188 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846966593648 139847402510978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19394] ppid=19383 vsize=10617796 memory=461980 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19394/stat : 19394 (java) S 19383 19386 7084 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 160268188 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846965539616 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19395] ppid=19383 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19395/stat : 19395 (java) S 19383 19386 7084 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 160268188 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846964487280 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19396] ppid=19383 vsize=10617796 memory=461980 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19396/stat : 19396 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160268190 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846963435600 139847402518427 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19397] ppid=19383 vsize=10617796 memory=461980 CPUtime=1.02 cores=1,3,5,7
/proc/19386/task/19397/stat : 19397 (java) S 19383 19386 7084 0 -1 1077944384 4803 0 0 0 101 1 0 0 20 0 16 0 160268191 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846962383472 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19398] ppid=19383 vsize=10617796 memory=1724 CPUtime=0.88 cores=1,3,5,7
/proc/19386/task/19398/stat : 19398 (java) S 19383 19386 7084 0 -1 1077944384 7030 0 0 0 88 0 0 0 20 0 16 0 160268191 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846961330672 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19399] ppid=19383 vsize=10617796 memory=461980 CPUtime=0.37 cores=1,3,5,7
/proc/19386/task/19399/stat : 19399 (java) S 19383 19386 7084 0 -1 1077944384 4225 0 0 0 36 1 0 0 20 0 16 0 160268191 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846960278384 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19400] ppid=19383 vsize=10617796 memory=461980 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19400/stat : 19400 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 160268191 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846959225824 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19401] ppid=19383 vsize=10617796 memory=461980 CPUtime=1.39 cores=1,3,5,7
/proc/19386/task/19401/stat : 19401 (java) S 19383 19386 7084 0 -1 1077944384 1266 0 0 0 60 79 0 0 20 0 16 0 160268195 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846958172592 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19402] ppid=19383 vsize=10617796 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19402/stat : 19402 (java) S 19383 19386 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 160268242 10872623104 115495 18446744073709551615 4194304 4196468 140727828530368 139846957118128 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 461980 KiB

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

[startup+2515.74 s]
# the end of solver process 19386 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.3 s, system=1.07515 s

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

[startup+2515.61 s]
/proc/loadavg: 2.05 2.03 2.25 3/216 19664
/proc/meminfo: memFree=31065000/32770624 swapFree=67108776/67108860
[pid=19386] ppid=19383 vsize=10817488 memory=462108 CPUtime=2520.19 cores=1,3,5,7
/proc/19386/stat : 19386 (java) S 19383 19386 7084 0 -1 1077944320 50511 0 0 0 251912 107 0 0 20 0 17 0 160268176 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 140727828512912 139847402499831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
/proc/19386/statm: 2704372 115527 3118 1 0 2693825 0
[pid=19386/tid=19388] ppid=19383 vsize=10817488 memory=8100683160899643730 CPUtime=2515.04 cores=1,3,5,7
/proc/19386/task/19388/stat : 19388 (java) R 19383 19386 7084 0 -1 4202560 17833 0 0 0 251497 7 0 0 20 0 17 0 160268185 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139847406740016 139847041738776 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19389] ppid=19383 vsize=10817488 memory=-8774313645642428999 CPUtime=0.33 cores=1,3,5,7
/proc/19386/task/19389/stat : 19389 (java) S 19383 19386 7084 0 -1 1077944384 2656 0 0 0 25 8 0 0 20 0 17 0 160268186 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139847359466384 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19390] ppid=19383 vsize=10817488 memory=461980 CPUtime=0.31 cores=1,3,5,7
/proc/19386/task/19390/stat : 19390 (java) S 19383 19386 7084 0 -1 1077944384 2592 0 0 0 24 7 0 0 20 0 17 0 160268186 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139847358413584 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19391] ppid=19383 vsize=10817488 memory=636 CPUtime=0.32 cores=1,3,5,7
/proc/19386/task/19391/stat : 19391 (java) S 19383 19386 7084 0 -1 1077944384 2618 0 0 0 26 6 0 0 20 0 17 0 160268186 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139847011064976 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19392] ppid=19383 vsize=10817488 memory=1296 CPUtime=0.33 cores=1,3,5,7
/proc/19386/task/19392/stat : 19392 (java) S 19383 19386 7084 0 -1 1077944384 2428 0 0 0 26 7 0 0 20 0 17 0 160268186 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139847010012176 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19393] ppid=19383 vsize=10817488 memory=2460 CPUtime=0.07 cores=1,3,5,7
/proc/19386/task/19393/stat : 19393 (java) S 19383 19386 7084 0 -1 1077944384 3222 0 0 0 3 4 0 0 20 0 17 0 160268188 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846966593648 139847402510978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19394] ppid=19383 vsize=10817488 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19394/stat : 19394 (java) S 19383 19386 7084 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 160268188 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846965539616 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19395] ppid=19383 vsize=10817488 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19395/stat : 19395 (java) S 19383 19386 7084 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 160268188 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846964487280 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19396] ppid=19383 vsize=10817488 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19396/stat : 19396 (java) S 19383 19386 7084 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 160268190 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846963435600 139847402518427 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19397] ppid=19383 vsize=10817488 memory=988 CPUtime=1.02 cores=1,3,5,7
/proc/19386/task/19397/stat : 19397 (java) S 19383 19386 7084 0 -1 1077944384 4841 0 0 0 101 1 0 0 20 0 17 0 160268191 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846962383472 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19398] ppid=19383 vsize=10817488 memory=12320 CPUtime=0.88 cores=1,3,5,7
/proc/19386/task/19398/stat : 19398 (java) S 19383 19386 7084 0 -1 1077944384 7044 0 0 0 88 0 0 0 20 0 17 0 160268191 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846961330672 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19399] ppid=19383 vsize=10817488 memory=461980 CPUtime=0.38 cores=1,3,5,7
/proc/19386/task/19399/stat : 19399 (java) S 19383 19386 7084 0 -1 1077944384 4357 0 0 0 37 1 0 0 20 0 17 0 160268191 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846960278384 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19400] ppid=19383 vsize=10817488 memory=164 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19400/stat : 19400 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160268191 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846959225824 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19401] ppid=19383 vsize=10817488 memory=7100839861465685612 CPUtime=1.39 cores=1,3,5,7
/proc/19386/task/19401/stat : 19401 (java) S 19383 19386 7084 0 -1 1077944384 1266 0 0 0 60 79 0 0 20 0 17 0 160268195 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846958172592 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
Current children cumulated CPU time: 2520.19 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 462108 KiB

[startup+2515.7 s]
/proc/loadavg: 2.05 2.03 2.25 3/216 19664
/proc/meminfo: memFree=31065000/32770624 swapFree=67108776/67108860
[pid=19386] ppid=19383 vsize=10817488 memory=462108 CPUtime=2520.31 cores=1,3,5,7
/proc/19386/stat : 19386 (java) S 19383 19386 7084 0 -1 1077944320 50527 0 0 0 251924 107 0 0 20 0 17 0 160268176 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 140727828512912 139847402499831 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
/proc/19386/statm: 2704372 115527 3118 1 0 2693825 0
[pid=19386/tid=19388] ppid=19383 vsize=10817488 memory=461980 CPUtime=2515.14 cores=1,3,5,7
/proc/19386/task/19388/stat : 19388 (java) R 19383 19386 7084 0 -1 4202560 17833 0 0 0 251507 7 0 0 20 0 17 0 160268185 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139847406740016 139847042254910 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19389] ppid=19383 vsize=10817488 memory=461980 CPUtime=0.33 cores=1,3,5,7
/proc/19386/task/19389/stat : 19389 (java) S 19383 19386 7084 0 -1 1077944384 2656 0 0 0 25 8 0 0 20 0 17 0 160268186 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139847359466384 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19390] ppid=19383 vsize=10817488 memory=461980 CPUtime=0.31 cores=1,3,5,7
/proc/19386/task/19390/stat : 19390 (java) S 19383 19386 7084 0 -1 1077944384 2592 0 0 0 24 7 0 0 20 0 17 0 160268186 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139847358413584 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19391] ppid=19383 vsize=10817488 memory=461980 CPUtime=0.32 cores=1,3,5,7
/proc/19386/task/19391/stat : 19391 (java) S 19383 19386 7084 0 -1 1077944384 2618 0 0 0 26 6 0 0 20 0 17 0 160268186 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139847011064976 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19392] ppid=19383 vsize=10817488 memory=461980 CPUtime=0.33 cores=1,3,5,7
/proc/19386/task/19392/stat : 19392 (java) S 19383 19386 7084 0 -1 1077944384 2428 0 0 0 26 7 0 0 20 0 17 0 160268186 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139847010012176 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19393] ppid=19383 vsize=10817488 memory=461980 CPUtime=0.07 cores=1,3,5,7
/proc/19386/task/19393/stat : 19393 (java) S 19383 19386 7084 0 -1 1077944384 3222 0 0 0 3 4 0 0 20 0 17 0 160268188 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846966593648 139847402510978 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19394] ppid=19383 vsize=10817488 memory=461980 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19394/stat : 19394 (java) S 19383 19386 7084 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 17 0 160268188 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846965539616 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19395] ppid=19383 vsize=10817488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19395/stat : 19395 (java) S 19383 19386 7084 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 17 0 160268188 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846964487280 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19396] ppid=19383 vsize=10817488 memory=461980 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19396/stat : 19396 (java) S 19383 19386 7084 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 160268190 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846963435600 139847402518427 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19397] ppid=19383 vsize=10817488 memory=461980 CPUtime=1.04 cores=1,3,5,7
/proc/19386/task/19397/stat : 19397 (java) S 19383 19386 7084 0 -1 1077944384 4856 0 0 0 103 1 0 0 20 0 17 0 160268191 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846962383472 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19398] ppid=19383 vsize=10817488 memory=461980 CPUtime=0.88 cores=1,3,5,7
/proc/19386/task/19398/stat : 19398 (java) S 19383 19386 7084 0 -1 1077944384 7044 0 0 0 88 0 0 0 20 0 17 0 160268191 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846961330672 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19399] ppid=19383 vsize=10817488 memory=461980 CPUtime=0.38 cores=1,3,5,7
/proc/19386/task/19399/stat : 19399 (java) S 19383 19386 7084 0 -1 1077944384 4358 0 0 0 37 1 0 0 20 0 17 0 160268191 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846960278384 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19400] ppid=19383 vsize=10817488 memory=4156 CPUtime=0 cores=1,3,5,7
/proc/19386/task/19400/stat : 19400 (java) S 19383 19386 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 160268191 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846959225824 139847402510037 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
[pid=19386/tid=19401] ppid=19383 vsize=10817488 memory=461980 CPUtime=1.39 cores=1,3,5,7
/proc/19386/task/19401/stat : 19401 (java) S 19383 19386 7084 0 -1 1077944384 1266 0 0 0 60 79 0 0 20 0 17 0 160268195 11077107712 115527 18446744073709551615 4194304 4196468 140727828530368 139846958172592 139847402510978 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19173376 140727828533648 140727828533801 140727828533801 140727828537295 0
Current children cumulated CPU time: 2520.31 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 462108 KiB

Child status: 143
Real time (s): 2515.74
CPU time (s): 2520.37
CPU user time (s): 2519.3
CPU system time (s): 1.07515
CPU usage (%): 100.184
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 462108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.3
system time used= 1.07515
maximum resident set size= 462436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50574
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56775
involuntary context switches= 717


# summary of solver processes directly reported to runsolver:
#   pid: 19386
#   total CPU time (s): 2520.37
#   total CPU user time (s): 2519.3
#   total CPU system time (s): 1.07515

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2508 second user time and 21.2601 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 08:21:29
IDJOB=4263153
IDBENCH=115933
IDSOLVER=2651
FILE ID=node132/4263153-1502606154
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-08-10.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263153-1502606154/watcher-4263153-1502606154 -o /tmp/evaluation-result-4263153-1502606154/solver-4263153-1502606154 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502602071-18557 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263153-1502606154.xml

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

MD5SUM BENCH= 3f191bd8c6a70b7bc3302016f10b3be6
RANDOM SEED=1464594330

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31406016 kB
MemAvailable:   31617620 kB
Buffers:          219248 kB
Cached:           316996 kB
SwapCached:           84 kB
Active:           819328 kB
Inactive:         138180 kB
Active(anon):     369116 kB
Inactive(anon):   102052 kB
Active(file):     450212 kB
Inactive(file):    36128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1628 kB
Writeback:             8 kB
AnonPages:        431476 kB
Mapped:            76304 kB
Shmem:             49768 kB
Slab:             109108 kB
SReclaimable:      82196 kB
SUnreclaim:        26912 kB
KernelStack:        3792 kB
PageTables:         6340 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1318768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    323584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62028 MiB
End job on node132 at 2017-08-13 09:03:25