Trace number 4263326

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05SAT 9.7273397 6.9161401

General information on the benchmark

NameKakuro/Kakuro-ext-medium/
Kakuro-medium-020-ext.xml
MD5SUM69b97e31dc6a30ce186d4086a8b563a1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0085319998
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints54
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":81}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":59},{"degree":2,"count":81}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":22},{"arity":3,"count":17},{"arity":4,"count":8},{"arity":5,"count":7}]
Number of extensional constraints54
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":54}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data

OK	

Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263326-1502624795/watcher-4263326-1502624795 -o /tmp/evaluation-result-4263326-1502624795/solver-4263326-1502624795 -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-4263326-1502624795.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=23528, runsolver pid=23525

[startup+0.10009 s]*
/proc/loadavg: 3.97 3.69 3.38 3/208 23537
/proc/meminfo: memFree=25313372/32770624 swapFree=67108776/67108860
[pid=23528] ppid=23525 vsize=10151672 memory=19968 CPUtime=0.03 cores=1,3,5,7
/proc/23528/stat : 23528 (java) S 23525 23528 7084 0 -1 1077944320 3886 0 0 0 3 0 0 0 20 0 9 0 162132240 10395312128 4992 18446744073709551615 4194304 4196468 140727601227040 140727601209584 140065264430839 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
/proc/23528/statm: 2537918 4992 2123 1 0 2527415 0
[pid=23528/tid=23530] ppid=23525 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/23528/task/23530/stat : 23530 (java) R 23525 23528 7084 0 -1 4202560 2529 0 0 0 3 0 0 0 20 0 9 0 162132247 10395312128 4992 18446744073709551615 4194304 4196468 140727601227040 140065268665936 140065248919792 0 4 1 16800970 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23531] ppid=23525 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23531/stat : 23531 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162132248 10395312128 4992 18446744073709551615 4194304 4196468 140727601227040 140065194851472 140065264441045 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23532] ppid=23525 vsize=10151672 memory=139629276649088 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23532/stat : 23532 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162132248 10395312128 4992 18446744073709551615 4194304 4196468 140727601227040 140065193798672 140065264441045 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23533] ppid=23525 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23533/stat : 23533 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 162132248 10395312128 4992 18446744073709551615 4194304 4196468 140727601227040 140064872983440 140065264441045 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23534] ppid=23525 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23534/stat : 23534 (java) S 23525 23528 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 162132248 10395312128 4992 18446744073709551615 4194304 4196468 140727601227040 140064871930640 140065264441045 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23535] ppid=23525 vsize=10151672 memory=139629276649088 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23535/stat : 23535 (java) S 23525 23528 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 162132249 10395312128 4992 18446744073709551615 4194304 4196468 140727601227040 140064760539504 140065264441986 0 0 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23536] ppid=23525 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23536/stat : 23536 (java) S 23525 23528 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 162132250 10395312128 4992 18446744073709551615 4194304 4196468 140727601227040 140064759485472 140065264441045 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23537] ppid=23525 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23537/stat : 23537 (java) S 23525 23528 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 162132250 10395312128 4992 18446744073709551615 4194304 4196468 140727601227040 140064758432624 140065264441045 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19968 KiB

[startup+0.209909 s]*
/proc/loadavg: 3.97 3.69 3.38 3/214 23543
/proc/meminfo: memFree=25311724/32770624 swapFree=67108776/67108860
[pid=23528] ppid=23525 vsize=10551156 memory=25124 CPUtime=0.07 cores=1,3,5,7
/proc/23528/stat : 23528 (java) S 23525 23528 7084 0 -1 1077944320 4781 0 0 0 6 1 0 0 20 0 15 0 162132240 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140727601209584 140065264430839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
/proc/23528/statm: 2637789 6281 2639 1 0 2627261 0
[pid=23528/tid=23530] ppid=23525 vsize=10551156 memory=8318255677412212789 CPUtime=0.05 cores=1,3,5,7
/proc/23528/task/23530/stat : 23530 (java) R 23525 23528 7084 0 -1 4202560 2873 0 0 0 5 0 0 0 20 0 15 0 162132247 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140065268664048 140065248511326 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23531] ppid=23525 vsize=10551156 memory=329 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23531/stat : 23531 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162132248 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140065194851472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23532] ppid=23525 vsize=10551156 memory=3546223169821169312 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23532/stat : 23532 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162132248 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140065193798672 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23533] ppid=23525 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23533/stat : 23533 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162132248 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140064872983440 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23534] ppid=23525 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23534/stat : 23534 (java) S 23525 23528 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162132248 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140064871930640 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23535] ppid=23525 vsize=10551156 memory=139629276649088 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23535/stat : 23535 (java) S 23525 23528 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162132249 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140064760539504 140065264441986 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23536] ppid=23525 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23536/stat : 23536 (java) S 23525 23528 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162132250 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140064759485472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23537] ppid=23525 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23537/stat : 23537 (java) S 23525 23528 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162132250 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140064758432624 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23538] ppid=23525 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23538/stat : 23538 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162132252 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140064757380944 140065264449435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23539] ppid=23525 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23539/stat : 23539 (java) S 23525 23528 7084 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 15 0 162132252 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140064756329328 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23540] ppid=23525 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23540/stat : 23540 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162132252 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140064755276528 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23541] ppid=23525 vsize=10551156 memory=139629276649088 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23541/stat : 23541 (java) S 23525 23528 7084 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 15 0 162132252 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140064754223728 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23542] ppid=23525 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23542/stat : 23542 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162132253 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140064753171168 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23543] ppid=23525 vsize=10551156 memory=139629276649088 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23543/stat : 23543 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162132261 10804383744 6281 18446744073709551615 4194304 4196468 140727601227040 140064752118448 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 25124 KiB

[startup+0.31017 s]*
/proc/loadavg: 3.97 3.69 3.38 3/214 23543
/proc/meminfo: memFree=25299556/32770624 swapFree=67108776/67108860
[pid=23528] ppid=23525 vsize=10551156 memory=35704 CPUtime=0.23 cores=1,3,5,7
/proc/23528/stat : 23528 (java) S 23525 23528 7084 0 -1 1077944320 8219 0 0 0 20 3 0 0 20 0 15 0 162132240 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140727601209584 140065264430839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
/proc/23528/statm: 2637789 8926 2864 1 0 2627261 0
[pid=23528/tid=23530] ppid=23525 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/23528/task/23530/stat : 23530 (java) R 23525 23528 7084 0 -1 4202560 5846 0 0 0 14 1 0 0 20 0 15 0 162132247 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140065268642672 140065264452765 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23531] ppid=23525 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23531/stat : 23531 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162132248 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140065194851472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23532] ppid=23525 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23532/stat : 23532 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162132248 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140065193798672 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23533] ppid=23525 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23533/stat : 23533 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162132248 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140064872983440 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23534] ppid=23525 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23534/stat : 23534 (java) S 23525 23528 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162132248 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140064871930640 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23535] ppid=23525 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23535/stat : 23535 (java) S 23525 23528 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162132249 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140064760539504 140065264441986 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23536] ppid=23525 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23536/stat : 23536 (java) S 23525 23528 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162132250 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140064759485472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23537] ppid=23525 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23537/stat : 23537 (java) S 23525 23528 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162132250 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140064758432624 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23538] ppid=23525 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23538/stat : 23538 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162132252 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140064757380944 140065264449435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23539] ppid=23525 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23539/stat : 23539 (java) S 23525 23528 7084 0 -1 1077944384 493 0 0 0 1 0 0 0 20 0 15 0 162132252 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140064756329328 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23540] ppid=23525 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23540/stat : 23540 (java) S 23525 23528 7084 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 162132252 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140064755276528 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23541] ppid=23525 vsize=10551156 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/23528/task/23541/stat : 23541 (java) S 23525 23528 7084 0 -1 1077944384 429 0 0 0 3 0 0 0 20 0 15 0 162132252 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140064754223728 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23542] ppid=23525 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23542/stat : 23542 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162132253 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140064753171168 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23543] ppid=23525 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23543/stat : 23543 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162132261 10804383744 8926 18446744073709551615 4194304 4196468 140727601227040 140064752118448 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35704 KiB

[startup+0.705845 s]
/proc/loadavg: 3.97 3.69 3.38 6/214 23543
/proc/meminfo: memFree=25284472/32770624 swapFree=67108776/67108860
[pid=23528] ppid=23525 vsize=10551232 memory=98188 CPUtime=1.29 cores=1,3,5,7
/proc/23528/stat : 23528 (java) S 23525 23528 7084 0 -1 1077944320 12158 0 0 0 124 5 0 0 20 0 15 0 162132240 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140727601209584 140065264430839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
/proc/23528/statm: 2637808 24547 3053 1 0 2627261 0
[pid=23528/tid=23530] ppid=23525 vsize=10551232 memory=1836 CPUtime=0.53 cores=1,3,5,7
/proc/23528/task/23530/stat : 23530 (java) R 23525 23528 7084 0 -1 4202560 7459 0 0 0 50 3 0 0 20 0 15 0 162132247 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140065268668192 140064876076776 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23531] ppid=23525 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23531/stat : 23531 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162132248 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140065194851472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23532] ppid=23525 vsize=10551232 memory=2 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23532/stat : 23532 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162132248 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140065193798672 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23533] ppid=23525 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23533/stat : 23533 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162132248 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140064872983440 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23534] ppid=23525 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23534/stat : 23534 (java) S 23525 23528 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 162132248 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140064871930640 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23535] ppid=23525 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23535/stat : 23535 (java) S 23525 23528 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 162132249 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140064760539504 140065264441986 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23536] ppid=23525 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23536/stat : 23536 (java) S 23525 23528 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 162132250 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140064759485472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23537] ppid=23525 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23537/stat : 23537 (java) S 23525 23528 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 162132250 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140064758432624 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23538] ppid=23525 vsize=10551232 memory=40 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23538/stat : 23538 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162132252 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140064757380944 140065264449435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23539] ppid=23525 vsize=10551232 memory=208 CPUtime=0.24 cores=1,3,5,7
/proc/23528/task/23539/stat : 23539 (java) R 23525 23528 7084 0 -1 4202560 1271 0 0 0 24 0 0 0 20 0 15 0 162132252 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140064756315872 140065247917130 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23540] ppid=23525 vsize=10551232 memory=139629118503969 CPUtime=0.24 cores=1,3,5,7
/proc/23528/task/23540/stat : 23540 (java) R 23525 23528 7084 0 -1 4202560 798 0 0 0 24 0 0 0 20 0 15 0 162132252 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140064755265328 140065242879920 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23541] ppid=23525 vsize=10551232 memory=288230600329142066 CPUtime=0.24 cores=1,3,5,7
/proc/23528/task/23541/stat : 23541 (java) S 23525 23528 7084 0 -1 1077944384 1260 0 0 0 24 0 0 0 20 0 15 0 162132252 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140064754223728 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23542] ppid=23525 vsize=10551232 memory=13849655444265308 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23542/stat : 23542 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 162132253 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140064753171168 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23543] ppid=23525 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23543/stat : 23543 (java) S 23525 23528 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 162132261 10804461568 24547 18446744073709551615 4194304 4196468 140727601227040 140064752118448 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 98188 KiB

[startup+1.50074 s]
/proc/loadavg: 3.97 3.69 3.38 6/215 23544
/proc/meminfo: memFree=25122204/32770624 swapFree=67108776/67108860
[pid=23528] ppid=23525 vsize=10617796 memory=223908 CPUtime=3.54 cores=1,3,5,7
/proc/23528/stat : 23528 (java) S 23525 23528 7084 0 -1 1077944320 19174 0 0 0 344 10 0 0 20 0 16 0 162132240 10872623104 55977 18446744073709551615 4194304 4196468 140727601227040 140727601209584 140065264430839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
/proc/23528/statm: 2654449 55977 3089 1 0 2643902 0
[pid=23528/tid=23530] ppid=23525 vsize=10617796 memory=1134 CPUtime=1.3 cores=1,3,5,7
/proc/23528/task/23530/stat : 23530 (java) R 23525 23528 7084 0 -1 4202560 7523 0 0 0 126 4 0 0 20 0 16 0 162132247 10872623104 55977 18446744073709551615 4194304 4196468 140727601227040 140065268667248 140064877220106 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23531] ppid=23525 vsize=10617796 memory=101116415096814 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23531/stat : 23531 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 162132248 10872623104 55977 18446744073709551615 4194304 4196468 140727601227040 140065194851472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23532] ppid=23525 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23532/stat : 23532 (java) S 23525 23528 7084 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 162132248 10872623104 55977 18446744073709551615 4194304 4196468 140727601227040 140065193798672 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23533] ppid=23525 vsize=10617796 memory=6944652177228980320 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23533/stat : 23533 (java) S 23525 23528 7084 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 162132248 10872623104 55977 18446744073709551615 4194304 4196468 140727601227040 140064872983440 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23534] ppid=23525 vsize=10617796 memory=221180 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23534/stat : 23534 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 162132248 10872623104 55977 18446744073709551615 4194304 4196468 140727601227040 140064871930640 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23535] ppid=23525 vsize=10617796 memory=139629118477985 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23535/stat : 23535 (java) S 23525 23528 7084 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 162132249 10872623104 55977 18446744073709551615 4194304 4196468 140727601227040 140064760539504 140065264441986 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23536] ppid=23525 vsize=10617796 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23536/stat : 23536 (java) S 23525 23528 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162132250 10872623104 55977 18446744073709551615 4194304 4196468 140727601227040 140064759485472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23537] ppid=23525 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23537/stat : 23537 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 162132250 10872623104 55977 18446744073709551615 4194304 4196468 140727601227040 140064758432624 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23538] ppid=23525 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23538/stat : 23538 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162132252 10872623104 55977 18446744073709551615 4194304 4196468 140727601227040 140064757380944 140065264449435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23539] ppid=23525 vsize=10617796 memory=0 CPUtime=0.91 cores=1,3,5,7
/proc/23528/task/23539/stat : 23539 (java) S 23525 23528 7084 0 -1 1077944384 4793 0 0 0 91 0 0 0 20 0 16 0 162132252 10872623104 55977 18446744073709551615 4194304 4196468 140727601227040 140064756329328 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23540] ppid=23525 vsize=10617796 memory=0 CPUtime=0.89 cores=1,3,5,7
/proc/23528/task/23540/stat : 23540 (java) R 23525 23528 7084 0 -1 4202560 3534 0 0 0 88 1 0 0 20 0 16 0 162132252 10872623104 55977 18446744073709551615 4194304 4196468 140727601227040 140064755263312 140065250039505 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23541] ppid=23525 vsize=10617796 memory=-8774313645642428999 CPUtime=0.32 cores=1,3,5,7
/proc/23528/task/23541/stat : 23541 (java) S 23525 23528 7084 0 -1 1077944384 1787 0 0 0 32 0 0 0 20 0 16 0 162132252 10872623104 55977 18446744073709551615 4194304 4196468 140727601227040 140064754223728 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0

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

/proc/23528/stat : 23528 (java) S 23525 23528 7084 0 -1 1077944320 24382 0 0 0 915 11 0 0 20 0 16 0 162132240 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140727601209584 140065264430839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
/proc/23528/statm: 2654449 55641 3111 1 0 2643902 0
[pid=23528/tid=23530] ppid=23525 vsize=10617796 memory=225708 CPUtime=6.1 cores=1,3,5,7
/proc/23528/task/23530/stat : 23530 (java) R 23525 23528 7084 0 -1 4202560 8160 0 0 0 606 4 0 0 20 0 16 0 162132247 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140065268669256 140064877490656 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23531] ppid=23525 vsize=10617796 memory=225708 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23531/stat : 23531 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 162132248 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140065194851472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23532] ppid=23525 vsize=10617796 memory=13563786715989427 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23532/stat : 23532 (java) S 23525 23528 7084 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 162132248 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140065193798672 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23533] ppid=23525 vsize=10617796 memory=56 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23533/stat : 23533 (java) S 23525 23528 7084 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 162132248 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064872983440 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23534] ppid=23525 vsize=10617796 memory=-6091776099202117250 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23534/stat : 23534 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 162132248 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064871930640 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23535] ppid=23525 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23535/stat : 23535 (java) S 23525 23528 7084 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 16 0 162132249 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064760539504 140065264441986 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23536] ppid=23525 vsize=10617796 memory=101116415096814 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23536/stat : 23536 (java) S 23525 23528 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162132250 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064759485472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23537] ppid=23525 vsize=10617796 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23537/stat : 23537 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 162132250 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064758432624 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23538] ppid=23525 vsize=10617796 memory=-7812789463949416390 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23538/stat : 23538 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162132252 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064757380944 140065264449435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23539] ppid=23525 vsize=10617796 memory=139629118609873 CPUtime=1.39 cores=1,3,5,7
/proc/23528/task/23539/stat : 23539 (java) S 23525 23528 7084 0 -1 1077944384 6905 0 0 0 139 0 0 0 20 0 16 0 162132252 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064756329328 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23540] ppid=23525 vsize=10617796 memory=7881696724453321575 CPUtime=1.3 cores=1,3,5,7
/proc/23528/task/23540/stat : 23540 (java) S 23525 23528 7084 0 -1 1077944384 4644 0 0 0 129 1 0 0 20 0 16 0 162132252 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064755276528 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23541] ppid=23525 vsize=10617796 memory=7881696724453321575 CPUtime=0.35 cores=1,3,5,7
/proc/23528/task/23541/stat : 23541 (java) S 23525 23528 7084 0 -1 1077944384 2461 0 0 0 34 1 0 0 20 0 16 0 162132252 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064754223728 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23542] ppid=23525 vsize=10617796 memory=35 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23542/stat : 23542 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162132253 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064753171168 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23543] ppid=23525 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23543/stat : 23543 (java) S 23525 23528 7084 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 16 0 162132261 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064752118448 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23544] ppid=23525 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23544/stat : 23544 (java) S 23525 23528 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162132340 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064751063984 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
Current children cumulated CPU time: 9.26 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 222564 KiB

[startup+6.91608 s]
# the end of solver process 23528 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.60278 s, system=0.124567 s

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

[startup+6.40089 s]
/proc/loadavg: 3.82 3.66 3.37 3/215 23545
/proc/meminfo: memFree=25112700/32770624 swapFree=67108776/67108860
[pid=23528] ppid=23525 vsize=10617796 memory=222564 CPUtime=9.36 cores=1,3,5,7
/proc/23528/stat : 23528 (java) S 23525 23528 7084 0 -1 1077944320 24382 0 0 0 925 11 0 0 20 0 16 0 162132240 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140727601209584 140065264430839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
/proc/23528/statm: 2654449 55641 3111 1 0 2643902 0
[pid=23528/tid=23530] ppid=23525 vsize=10617796 memory=0 CPUtime=6.2 cores=1,3,5,7
/proc/23528/task/23530/stat : 23530 (java) R 23525 23528 7084 0 -1 4202560 8160 0 0 0 616 4 0 0 20 0 16 0 162132247 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140065268669256 140064873326434 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23531] ppid=23525 vsize=10617796 memory=8292088559825428625 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23531/stat : 23531 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 162132248 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140065194851472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23532] ppid=23525 vsize=10617796 memory=6944656592452807316 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23532/stat : 23532 (java) S 23525 23528 7084 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 162132248 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140065193798672 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23533] ppid=23525 vsize=10617796 memory=2460 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23533/stat : 23533 (java) S 23525 23528 7084 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 162132248 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064872983440 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23534] ppid=23525 vsize=10617796 memory=1836 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23534/stat : 23534 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 162132248 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064871930640 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23535] ppid=23525 vsize=10617796 memory=796 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23535/stat : 23535 (java) S 23525 23528 7084 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 16 0 162132249 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064760539504 140065264441986 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23536] ppid=23525 vsize=10617796 memory=5768 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23536/stat : 23536 (java) S 23525 23528 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162132250 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064759485472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23537] ppid=23525 vsize=10617796 memory=2008 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23537/stat : 23537 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 162132250 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064758432624 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23538] ppid=23525 vsize=10617796 memory=11364 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23538/stat : 23538 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162132252 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064757380944 140065264449435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23539] ppid=23525 vsize=10617796 memory=13412 CPUtime=1.39 cores=1,3,5,7
/proc/23528/task/23539/stat : 23539 (java) S 23525 23528 7084 0 -1 1077944384 6905 0 0 0 139 0 0 0 20 0 16 0 162132252 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064756329328 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23540] ppid=23525 vsize=10617796 memory=1224 CPUtime=1.3 cores=1,3,5,7
/proc/23528/task/23540/stat : 23540 (java) S 23525 23528 7084 0 -1 1077944384 4644 0 0 0 129 1 0 0 20 0 16 0 162132252 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064755276528 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23541] ppid=23525 vsize=10617796 memory=4600 CPUtime=0.35 cores=1,3,5,7
/proc/23528/task/23541/stat : 23541 (java) S 23525 23528 7084 0 -1 1077944384 2461 0 0 0 34 1 0 0 20 0 16 0 162132252 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064754223728 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23542] ppid=23525 vsize=10617796 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23542/stat : 23542 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162132253 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064753171168 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23543] ppid=23525 vsize=10617796 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23543/stat : 23543 (java) S 23525 23528 7084 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 16 0 162132261 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064752118448 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23544] ppid=23525 vsize=10617796 memory=988 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23544/stat : 23544 (java) S 23525 23528 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 162132340 10872623104 55641 18446744073709551615 4194304 4196468 140727601227040 140064751063984 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
Current children cumulated CPU time: 9.36 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 222564 KiB

[startup+6.80067 s]
/proc/loadavg: 3.82 3.66 3.37 3/215 23545
/proc/meminfo: memFree=25112700/32770624 swapFree=67108776/67108860
[pid=23528] ppid=23525 vsize=10750924 memory=222644 CPUtime=9.7 cores=1,3,5,7
/proc/23528/stat : 23528 (java) S 23525 23528 7084 0 -1 1077944320 25104 0 0 0 959 11 0 0 20 0 16 0 162132240 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140727601209584 140065264430839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
/proc/23528/statm: 2687731 55661 3113 1 0 2677184 0
[pid=23528/tid=23530] ppid=23525 vsize=10750924 memory=7881696724453321575 CPUtime=6.5 cores=1,3,5,7
/proc/23528/task/23530/stat : 23530 (java) S 23525 23528 7084 0 -1 1077944384 8368 0 0 0 646 4 0 0 20 0 16 0 162132247 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140065268671520 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23531] ppid=23525 vsize=10750924 memory=7881696724453321575 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23531/stat : 23531 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 162132248 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140065194851472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23532] ppid=23525 vsize=10750924 memory=279258237487200 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23532/stat : 23532 (java) S 23525 23528 7084 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 162132248 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140065193798672 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23533] ppid=23525 vsize=10750924 memory=4426582610506166304 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23533/stat : 23533 (java) S 23525 23528 7084 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 162132248 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064872983440 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23534] ppid=23525 vsize=10750924 memory=7091596469001544808 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23534/stat : 23534 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 162132248 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064871930640 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23535] ppid=23525 vsize=10750924 memory=7667776840859412584 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23535/stat : 23535 (java) S 23525 23528 7084 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 16 0 162132249 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064760539504 140065264441986 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23536] ppid=23525 vsize=10750924 memory=7091596469001544808 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23536/stat : 23536 (java) S 23525 23528 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162132250 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064759485472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23537] ppid=23525 vsize=10750924 memory=7091596469001544808 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23537/stat : 23537 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 162132250 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064758432624 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23538] ppid=23525 vsize=10750924 memory=7377576140575686756 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23538/stat : 23538 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162132252 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064757380944 140065264449435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23539] ppid=23525 vsize=10750924 memory=7584172172082901604 CPUtime=1.39 cores=1,3,5,7
/proc/23528/task/23539/stat : 23539 (java) S 23525 23528 7084 0 -1 1077944384 6919 0 0 0 139 0 0 0 20 0 16 0 162132252 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064756329328 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23540] ppid=23525 vsize=10750924 memory=7584172172082901604 CPUtime=1.32 cores=1,3,5,7
/proc/23528/task/23540/stat : 23540 (java) S 23525 23528 7084 0 -1 1077944384 4951 0 0 0 131 1 0 0 20 0 16 0 162132252 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064755276528 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23541] ppid=23525 vsize=10750924 memory=7518310257380124756 CPUtime=0.35 cores=1,3,5,7
/proc/23528/task/23541/stat : 23541 (java) S 23525 23528 7084 0 -1 1077944384 2519 0 0 0 34 1 0 0 20 0 16 0 162132252 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064754223728 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23542] ppid=23525 vsize=10750924 memory=7451894300419320161 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23542/stat : 23542 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162132253 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064753171168 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23543] ppid=23525 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23543/stat : 23543 (java) S 23525 23528 7084 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 16 0 162132261 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064752118448 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
Current children cumulated CPU time: 9.7 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 222644 KiB

[startup+6.90065 s]
/proc/loadavg: 3.82 3.66 3.37 3/215 23545
/proc/meminfo: memFree=25112700/32770624 swapFree=67108776/67108860
[pid=23528] ppid=23525 vsize=10750924 memory=222644 CPUtime=9.7 cores=1,3,5,7
/proc/23528/stat : 23528 (java) S 23525 23528 7084 0 -1 1077944320 25104 0 0 0 959 11 0 0 20 0 16 0 162132240 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140727601209584 140065264430839 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
/proc/23528/statm: 2687731 55661 3113 1 0 2677184 0
[pid=23528/tid=23530] ppid=23525 vsize=10750924 memory=56 CPUtime=6.5 cores=1,3,5,7
/proc/23528/task/23530/stat : 23530 (java) S 23525 23528 7084 0 -1 1077944384 8368 0 0 0 646 4 0 0 20 0 16 0 162132247 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140065268671520 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23531] ppid=23525 vsize=10750924 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23531/stat : 23531 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 162132248 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140065194851472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23532] ppid=23525 vsize=10750924 memory=279258237351136 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23532/stat : 23532 (java) S 23525 23528 7084 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 162132248 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140065193798672 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23533] ppid=23525 vsize=10750924 memory=225708 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23533/stat : 23533 (java) S 23525 23528 7084 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 16 0 162132248 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064872983440 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23534] ppid=23525 vsize=10750924 memory=225708 CPUtime=0.01 cores=1,3,5,7
/proc/23528/task/23534/stat : 23534 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 16 0 162132248 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064871930640 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23535] ppid=23525 vsize=10750924 memory=13563786715989427 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23535/stat : 23535 (java) S 23525 23528 7084 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 16 0 162132249 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064760539504 140065264441986 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23536] ppid=23525 vsize=10750924 memory=101116415096814 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23536/stat : 23536 (java) S 23525 23528 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 162132250 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064759485472 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23537] ppid=23525 vsize=10750924 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23537/stat : 23537 (java) S 23525 23528 7084 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 162132250 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064758432624 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23538] ppid=23525 vsize=10750924 memory=-7812789463949416390 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23538/stat : 23538 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162132252 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064757380944 140065264449435 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23539] ppid=23525 vsize=10750924 memory=35 CPUtime=1.39 cores=1,3,5,7
/proc/23528/task/23539/stat : 23539 (java) S 23525 23528 7084 0 -1 1077944384 6919 0 0 0 139 0 0 0 20 0 16 0 162132252 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064756329328 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23540] ppid=23525 vsize=10750924 memory=0 CPUtime=1.32 cores=1,3,5,7
/proc/23528/task/23540/stat : 23540 (java) S 23525 23528 7084 0 -1 1077944384 4951 0 0 0 131 1 0 0 20 0 16 0 162132252 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064755276528 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23541] ppid=23525 vsize=10750924 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/23528/task/23541/stat : 23541 (java) S 23525 23528 7084 0 -1 1077944384 2519 0 0 0 34 1 0 0 20 0 16 0 162132252 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064754223728 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23542] ppid=23525 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23542/stat : 23542 (java) S 23525 23528 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 162132253 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064753171168 140065264441045 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
[pid=23528/tid=23543] ppid=23525 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23528/task/23543/stat : 23543 (java) S 23525 23528 7084 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 16 0 162132261 11008946176 55661 18446744073709551615 4194304 4196468 140727601227040 140064752118448 140065264441986 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38060032 140727601230224 140727601230377 140727601230377 140727601233871 0
Current children cumulated CPU time: 9.7 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 222644 KiB

Child status: 0
Real time (s): 6.91614
CPU time (s): 9.72734
CPU user time (s): 9.60278
CPU system time (s): 0.124567
CPU usage (%): 140.647
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 225708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.60278
system time used= 0.124567
maximum resident set size= 225712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25447
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1837
involuntary context switches= 30


# summary of solver processes directly reported to runsolver:
#   pid: 23528
#   total CPU time (s): 9.72734
#   total CPU user time (s): 9.60278
#   total CPU system time (s): 0.124567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.059693 second user time and 0.107862 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-13 13:32:10
IDJOB=4263326
IDBENCH=124851
IDSOLVER=2651
FILE ID=node132/4263326-1502624795
RUNJOBID= node132-1502602071-18557
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Kakuro/Kakuro-ext-medium/Kakuro-medium-020-ext.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263326-1502624795/watcher-4263326-1502624795 -o /tmp/evaluation-result-4263326-1502624795/solver-4263326-1502624795 -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-4263326-1502624795.xml

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

MD5SUM BENCH= 69b97e31dc6a30ce186d4086a8b563a1
RANDOM SEED=1608404443

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:        25324068 kB
MemAvailable:   25552820 kB
Buffers:          225168 kB
Cached:           328112 kB
SwapCached:           84 kB
Active:          6876064 kB
Inactive:         153100 kB
Active(anon):    6423680 kB
Inactive(anon):   101972 kB
Active(file):     452384 kB
Inactive(file):    51128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:              1708 kB
Writeback:             0 kB
AnonPages:       6475560 kB
Mapped:            76072 kB
Shmem:             49768 kB
Slab:             109220 kB
SReclaimable:      82148 kB
SUnreclaim:        27072 kB
KernelStack:        3552 kB
PageTables:        17736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8052172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6246400 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 13:32:17