Trace number 4301367

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11OPT20 4.68499 2.75353

General information on the benchmark

NamePseudoBoolean-opt/
Pb-circ4-3_c18.xml
MD5SUM49cd334f61ed4e195aeb645067fd2083
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark4.28114
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints704
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":144}]
Minimum variable degree8
Maximum variable degree27
Distribution of variable degrees[{"degree":8,"count":8},{"degree":9,"count":24},{"degree":12,"count":8},{"degree":13,"count":8},{"degree":14,"count":12},{"degree":16,"count":24},{"degree":18,"count":12},{"degree":23,"count":12},{"degree":26,"count":24},{"degree":27,"count":12}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":156},{"arity":3,"count":344},{"arity":4,"count":84},{"arity":5,"count":48},{"arity":6,"count":60},{"arity":12,"count":12}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":704}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

1.13/0.60	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.13/0.60	c This is free software under the dual EPL/GNU LGPL licenses.
1.13/0.60	c See www.sat4j.org for details.
1.13/0.60	c That software uses the Rhino library from the Mozilla project.
1.13/0.60	c version 2.3.6-SNAPSHOT
1.13/0.60	c java.runtime.name	Java(TM) SE Runtime Environment
1.13/0.60	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.13/0.60	c java.vm.version	25.131-b11
1.13/0.60	c java.vm.vendor	Oracle Corporation
1.13/0.60	c sun.arch.data.model	64
1.13/0.60	c java.version		1.8.0_131
1.13/0.60	c os.name		Linux
1.13/0.60	c os.version		3.10.0-514.16.1.el7.x86_64
1.13/0.60	c os.arch		amd64
1.13/0.60	c Free memory 		499604488
1.13/0.60	c Max memory 		7247757312
1.13/0.60	c Total memory 		504889344
1.13/0.60	c Number of processors 	4
1.13/0.60	c c --- Begin Solver configuration ---
1.13/0.60	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.13/0.60	c Learn all clauses as in MiniSAT
1.13/0.60	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.13/0.60	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.13/0.60	c No reason simplification
1.13/0.60	c Glucose 2.1 dynamic restart strategy
1.13/0.60	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.13/0.60	c timeout=2147483s
1.13/0.60	c DB Simplification allowed=false
1.13/0.60	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.13/0.60	c --- End Solver configuration ---
1.13/0.60	c constraints type 
1.13/0.60	c org.sat4j.minisat.constraints.card.MinWatchCard => 288
1.13/0.60	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7352
1.13/0.60	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11744
1.13/0.60	c org.sat4j.minisat.constraints.cnf.UnitClause => 1408
1.13/0.60	c 20792 constraints processed.
1.42/0.68	o 24
2.93/1.17	o 20
4.66/2.74	c starts		: 14
4.66/2.74	c conflicts		: 7315
4.66/2.74	c decisions		: 17284
4.66/2.74	c propagations		: 6492171
4.66/2.74	c inspects		: 13124129
4.66/2.74	c shortcuts		: 0
4.66/2.74	c learnt literals	: 82
4.66/2.74	c learnt binary clauses	: 82
4.66/2.74	c learnt ternary clauses	: 149
4.66/2.74	c learnt constraints	: 7232
4.66/2.74	c ignored constraints	: 0
4.66/2.74	c root simplifications	: 0
4.66/2.74	c removed literals (reason simplification)	: 0
4.66/2.74	c reason swapping (by a shorter reason)	: 0
4.66/2.74	c Calls to reduceDB	: 1
4.66/2.74	c Number of update (reduction) of LBD	: 2462
4.66/2.74	c Imported unit clauses	: 0
4.66/2.74	c number of reductions to clauses (during analyze)	: 0
4.66/2.74	c number of learned constraints concerned by reduction	: 0
4.66/2.74	c number of learning phase by resolution	: 0
4.66/2.74	c number of learning phase by cutting planes	: 0
4.66/2.74	c number of rounding to 1 operations	: 0
4.66/2.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
4.66/2.74	c number of reductions of the coefficients by power 2 	: 0
4.66/2.74	c number of right shift for reduction by power 2 	: 0
4.66/2.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
4.66/2.74	c number of ending skipping 	: 0
4.66/2.74	c number of internal skipping 	: 0
4.66/2.74	c number of derivation steps 	: 0
4.66/2.74	c number of skipped derivation steps 	: 0
4.66/2.74	c number of remaining unassigned 	: 0
4.66/2.74	c number of remaining assigned 	: 0
4.66/2.74	c speed (assignments/second)	: 3053702.2577610537
4.66/2.74	c non guided choices	: 4658
4.66/2.74	s OPTIMUM FOUND
4.66/2.74	v <instantiation type="optimum" cost="20">
4.66/2.74	v 	<list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] x[126] x[127] x[128] x[129] x[130] x[131] x[132] x[133] x[134] x[135] x[136] x[137] x[138] x[139] x[140] x[141] x[142] x[143] </list>
4.66/2.74	v 	<values> 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 1 0 0 0 0 1 1 0 0 0 0 1 0 1 1 </values>
4.66/2.74	v </instantiation>
4.66/2.74	

Verifier Data

OK	20

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301367-1532879208/watcher-4301367-1532879208 -o /tmp/evaluation-result-4301367-1532879208/solver-4301367-1532879208 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301367-1532879208.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=23725, runsolver pid=23722

[startup+0.10151 s]*
/proc/loadavg: 2.02 2.06 2.05 4/216 23740
/proc/meminfo: memFree=28132208/32770624 swapFree=67108860/67108860
[pid=23725] ppid=23722 vsize=10659012 memory=29996 CPUtime=0.12 cores=1,3,5,7
/proc/23725/stat : 23725 (java) S 23722 23725 22004 0 -1 1077944320 6582 0 0 0 11 1 0 0 20 0 15 0 105484016 10914828288 7499 33554432000 4194304 4196468 140727719434688 140727719417232 140224153329399 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
/proc/23725/statm: 2664753 7499 2845 1 0 2627263 0
[pid=23725/tid=23727] ppid=23722 vsize=10659012 memory=-8125511277465341050 CPUtime=0.09 cores=1,3,5,7
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 22004 0 -1 4202560 4420 0 0 0 8 1 0 0 20 0 15 0 105484017 10914828288 7499 33554432000 4194304 4196468 140727719434688 140224157551264 140224137409886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23728] ppid=23722 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105484017 10914828288 7499 33554432000 4194304 4196468 140727719434688 140223760226832 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23729] ppid=23722 vsize=10659012 memory=140701953918592 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105484017 10914828288 7499 33554432000 4194304 4196468 140727719434688 140223759174288 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23730] ppid=23722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105484017 10914828288 7499 33554432000 4194304 4196468 140727719434688 140223758121232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23731] ppid=23722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105484017 10914828288 7499 33554432000 4194304 4196468 140727719434688 140223757068688 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23732] ppid=23722 vsize=10659012 memory=140701953918592 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105484019 10914828288 7499 33554432000 4194304 4196468 140727719434688 140223713168112 140224153340546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23733] ppid=23722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105484019 10914828288 7499 33554432000 4194304 4196468 140727719434688 140223712114336 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23734] ppid=23722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105484019 10914828288 7499 33554432000 4194304 4196468 140727719434688 140223711061232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23735] ppid=23722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105484022 10914828288 7499 33554432000 4194304 4196468 140727719434688 140223710009808 140224153347995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23736] ppid=23722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23736/stat : 23736 (java) S 23722 23725 22004 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 105484022 10914828288 7499 33554432000 4194304 4196468 140727719434688 140223708956912 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23737] ppid=23722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23737/stat : 23737 (java) S 23722 23725 22004 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 105484022 10914828288 7499 33554432000 4194304 4196468 140727719434688 140223707904368 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23738] ppid=23722 vsize=10659012 memory=140701953918592 CPUtime=0.02 cores=1,3,5,7
/proc/23725/task/23738/stat : 23738 (java) S 23722 23725 22004 0 -1 1077944384 353 0 0 0 2 0 0 0 20 0 15 0 105484022 10914828288 7499 33554432000 4194304 4196468 140727719434688 140223706851312 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23739] ppid=23722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105484022 10914828288 7499 33554432000 4194304 4196468 140727719434688 140223705799008 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23740] ppid=23722 vsize=10659012 memory=140701953918592 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105484022 10914828288 7499 33554432000 4194304 4196468 140727719434688 140223704747056 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29996 KiB

[startup+0.210513 s]*
/proc/loadavg: 2.02 2.06 2.05 4/216 23740
/proc/meminfo: memFree=28122920/32770624 swapFree=67108860/67108860
[pid=23725] ppid=23722 vsize=10659012 memory=41744 CPUtime=0.33 cores=1,3,5,7
/proc/23725/stat : 23725 (java) S 23722 23725 22004 0 -1 1077944320 8057 0 0 0 31 2 0 0 20 0 15 0 105484016 10914828288 10436 33554432000 4194304 4196468 140727719434688 140727719417232 140224153329399 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
/proc/23725/statm: 2664753 10436 3006 1 0 2627263 0
[pid=23725/tid=23727] ppid=23722 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 22004 0 -1 4202560 5001 0 0 0 18 1 0 0 20 0 15 0 105484017 10914828288 10436 33554432000 4194304 4196468 140727719434688 140224157565664 140224136687707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23728] ppid=23722 vsize=10659012 memory=364 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105484017 10914828288 10436 33554432000 4194304 4196468 140727719434688 140223760226832 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23729] ppid=23722 vsize=10659012 memory=288371078105630336 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105484017 10914828288 10436 33554432000 4194304 4196468 140727719434688 140223759174288 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23730] ppid=23722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105484017 10914828288 10436 33554432000 4194304 4196468 140727719434688 140223758121232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23731] ppid=23722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105484017 10914828288 10436 33554432000 4194304 4196468 140727719434688 140223757068688 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23732] ppid=23722 vsize=10659012 memory=140701953918592 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105484019 10914828288 10436 33554432000 4194304 4196468 140727719434688 140223713168112 140224153340546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23733] ppid=23722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105484019 10914828288 10436 33554432000 4194304 4196468 140727719434688 140223712114336 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23734] ppid=23722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105484019 10914828288 10436 33554432000 4194304 4196468 140727719434688 140223711061232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23735] ppid=23722 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105484022 10914828288 10436 33554432000 4194304 4196468 140727719434688 140223710009808 140224153347995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23736] ppid=23722 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23725/task/23736/stat : 23736 (java) S 23722 23725 22004 0 -1 1077944384 508 0 0 0 2 0 0 0 20 0 15 0 105484022 10914828288 10436 33554432000 4194304 4196468 140727719434688 140223708956912 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23737] ppid=23722 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23725/task/23737/stat : 23737 (java) S 23722 23725 22004 0 -1 1077944384 493 0 0 0 2 0 0 0 20 0 15 0 105484022 10914828288 10436 33554432000 4194304 4196468 140727719434688 140223707904368 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23738] ppid=23722 vsize=10659012 memory=140701953918592 CPUtime=0.07 cores=1,3,5,7
/proc/23725/task/23738/stat : 23738 (java) R 23722 23725 22004 0 -1 4202560 690 0 0 0 7 0 0 0 20 0 15 0 105484022 10914828288 10436 33554432000 4194304 4196468 140727719434688 140223706851312 140224132779218 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23739] ppid=23722 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105484022 10914828288 10436 33554432000 4194304 4196468 140727719434688 140223705799008 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23740] ppid=23722 vsize=10659012 memory=140701953918592 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105484022 10914828288 10436 33554432000 4194304 4196468 140727719434688 140223704747056 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41744 KiB

[startup+0.31291 s]*
/proc/loadavg: 2.02 2.06 2.05 5/216 23740
/proc/meminfo: memFree=28115848/32770624 swapFree=67108860/67108860
[pid=23725] ppid=23722 vsize=10659088 memory=47512 CPUtime=0.54 cores=1,3,5,7
/proc/23725/stat : 23725 (java) S 23722 23725 22004 0 -1 1077944320 8925 0 0 0 52 2 0 0 20 0 15 0 105484016 10914906112 11878 33554432000 4194304 4196468 140727719434688 140727719417232 140224153329399 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
/proc/23725/statm: 2664772 11878 3060 1 0 2627263 0
[pid=23725/tid=23727] ppid=23722 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 22004 0 -1 4202560 5603 0 0 0 28 1 0 0 20 0 15 0 105484017 10914906112 11878 33554432000 4194304 4196468 140727719434688 140224157562048 140224137373029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23728] ppid=23722 vsize=10659088 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105484017 10914906112 11878 33554432000 4194304 4196468 140727719434688 140223760226832 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23729] ppid=23722 vsize=10659088 memory=288371078105630336 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105484017 10914906112 11878 33554432000 4194304 4196468 140727719434688 140223759174288 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23730] ppid=23722 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105484017 10914906112 11878 33554432000 4194304 4196468 140727719434688 140223758121232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23731] ppid=23722 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105484017 10914906112 11878 33554432000 4194304 4196468 140727719434688 140223757068688 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23732] ppid=23722 vsize=10659088 memory=140701953918592 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105484019 10914906112 11878 33554432000 4194304 4196468 140727719434688 140223713168112 140224153340546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23733] ppid=23722 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105484019 10914906112 11878 33554432000 4194304 4196468 140727719434688 140223712114336 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23734] ppid=23722 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105484019 10914906112 11878 33554432000 4194304 4196468 140727719434688 140223711061232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23735] ppid=23722 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105484022 10914906112 11878 33554432000 4194304 4196468 140727719434688 140223710009808 140224153347995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23736] ppid=23722 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/23725/task/23736/stat : 23736 (java) R 23722 23725 22004 0 -1 4202560 627 0 0 0 5 0 0 0 20 0 15 0 105484022 10914906112 11878 33554432000 4194304 4196468 140727719434688 140223708937928 140224130884560 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23737] ppid=23722 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/23725/task/23737/stat : 23737 (java) R 23722 23725 22004 0 -1 4202560 544 0 0 0 4 0 0 0 20 0 15 0 105484022 10914906112 11878 33554432000 4194304 4196468 140727719434688 140223707885384 140224136815344 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23738] ppid=23722 vsize=10659088 memory=140701953918592 CPUtime=0.12 cores=1,3,5,7
/proc/23725/task/23738/stat : 23738 (java) R 23722 23725 22004 0 -1 1077944384 784 0 0 0 12 0 0 0 20 0 15 0 105484022 10914906112 11878 33554432000 4194304 4196468 140727719434688 140223706851312 140224153340546 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23739] ppid=23722 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105484022 10914906112 11878 33554432000 4194304 4196468 140727719434688 140223705799008 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23740] ppid=23722 vsize=10659088 memory=140701953918592 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105484022 10914906112 11878 33554432000 4194304 4196468 140727719434688 140223704747056 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47512 KiB

[startup+0.701188 s]
/proc/loadavg: 2.02 2.06 2.05 6/216 23740
/proc/meminfo: memFree=28096800/32770624 swapFree=67108860/67108860
[pid=23725] ppid=23722 vsize=10727700 memory=104900 CPUtime=1.71 cores=1,3,5,7
/proc/23725/stat : 23725 (java) S 23722 23725 22004 0 -1 1077944320 14271 0 0 0 166 5 0 0 20 0 16 0 105484016 10985164800 26225 33554432000 4194304 4196468 140727719434688 140727719417232 140224153329399 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
/proc/23725/statm: 2681925 26225 3114 1 0 2644416 0
[pid=23725/tid=23727] ppid=23722 vsize=10727700 memory=1840 CPUtime=0.68 cores=1,3,5,7
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 22004 0 -1 4202560 6014 0 0 0 65 3 0 0 20 0 16 0 105484017 10985164800 26225 33554432000 4194304 4196468 140727719434688 140224157565800 140223787819649 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23728] ppid=23722 vsize=10727700 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 26225 33554432000 4194304 4196468 140727719434688 140223760226832 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23729] ppid=23722 vsize=10727700 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 26225 33554432000 4194304 4196468 140727719434688 140223759174288 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23730] ppid=23722 vsize=10727700 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 26225 33554432000 4194304 4196468 140727719434688 140223758121232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23731] ppid=23722 vsize=10727700 memory=792 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 26225 33554432000 4194304 4196468 140727719434688 140223757068688 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23732] ppid=23722 vsize=10727700 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 105484019 10985164800 26225 33554432000 4194304 4196468 140727719434688 140223713168112 140224153340546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23733] ppid=23722 vsize=10727700 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105484019 10985164800 26225 33554432000 4194304 4196468 140727719434688 140223712114336 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23734] ppid=23722 vsize=10727700 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105484019 10985164800 26225 33554432000 4194304 4196468 140727719434688 140223711061232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23735] ppid=23722 vsize=10727700 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105484022 10985164800 26225 33554432000 4194304 4196468 140727719434688 140223710009808 140224153347995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23736] ppid=23722 vsize=10727700 memory=7163631965283378496 CPUtime=0.34 cores=1,3,5,7
/proc/23725/task/23736/stat : 23736 (java) R 23722 23725 22004 0 -1 4202560 2112 0 0 0 34 0 0 0 20 0 16 0 105484022 10985164800 26225 33554432000 4194304 4196468 140727719434688 140223708942376 140224132585789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23737] ppid=23722 vsize=10727700 memory=7667213801450137426 CPUtime=0.31 cores=1,3,5,7
/proc/23725/task/23737/stat : 23737 (java) R 23722 23725 22004 0 -1 4202560 2733 0 0 0 31 0 0 0 20 0 16 0 105484022 10985164800 26225 33554432000 4194304 4196468 140727719434688 140223707885384 140224136740222 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23738] ppid=23722 vsize=10727700 memory=7295946094789283920 CPUtime=0.35 cores=1,3,5,7
/proc/23725/task/23738/stat : 23738 (java) S 23722 23725 22004 0 -1 1077944384 2021 0 0 0 35 0 0 0 20 0 16 0 105484022 10985164800 26225 33554432000 4194304 4196468 140727719434688 140223706851312 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23739] ppid=23722 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105484022 10985164800 26225 33554432000 4194304 4196468 140727719434688 140223705799008 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23740] ppid=23722 vsize=10727700 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484022 10985164800 26225 33554432000 4194304 4196468 140727719434688 140223704747056 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 104900 KiB

[startup+1.50077 s]
/proc/loadavg: 2.18 2.09 2.06 5/217 23741
/proc/meminfo: memFree=28049320/32770624 swapFree=67108860/67108860
[pid=23725] ppid=23722 vsize=10727700 memory=114744 CPUtime=3.42 cores=1,3,5,7
/proc/23725/stat : 23725 (java) S 23722 23725 22004 0 -1 1077944320 23378 0 0 0 336 6 0 0 20 0 16 0 105484016 10985164800 28686 33554432000 4194304 4196468 140727719434688 140727719417232 140224153329399 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
/proc/23725/statm: 2681925 28686 3121 1 0 2644416 0
[pid=23725/tid=23727] ppid=23722 vsize=10727700 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 22004 0 -1 4202560 6083 0 0 0 145 3 0 0 20 0 16 0 105484017 10985164800 28686 33554432000 4194304 4196468 140727719434688 140224157566032 140223791241275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23728] ppid=23722 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 28686 33554432000 4194304 4196468 140727719434688 140223760226832 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23729] ppid=23722 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 28686 33554432000 4194304 4196468 140727719434688 140223759174288 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23730] ppid=23722 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 28686 33554432000 4194304 4196468 140727719434688 140223758121232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23731] ppid=23722 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 28686 33554432000 4194304 4196468 140727719434688 140223757068688 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23732] ppid=23722 vsize=10727700 memory=140701953920305 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 22004 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 105484019 10985164800 28686 33554432000 4194304 4196468 140727719434688 140223713168112 140224153340546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0

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

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

[startup+1.60093 s]
/proc/loadavg: 2.18 2.09 2.06 5/217 23741
/proc/meminfo: memFree=28049320/32770624 swapFree=67108860/67108860
[pid=23725] ppid=23722 vsize=10727700 memory=116792 CPUtime=3.53 cores=1,3,5,7
/proc/23725/stat : 23725 (java) S 23722 23725 22004 0 -1 1077944320 23383 0 0 0 347 6 0 0 20 0 16 0 105484016 10985164800 29198 33554432000 4194304 4196468 140727719434688 140727719417232 140224153329399 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
/proc/23725/statm: 2681925 29198 3121 1 0 2644416 0
[pid=23725/tid=23727] ppid=23722 vsize=10727700 memory=8226000821208863894 CPUtime=1.58 cores=1,3,5,7
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 22004 0 -1 4202560 6084 0 0 0 155 3 0 0 20 0 16 0 105484017 10985164800 29198 33554432000 4194304 4196468 140727719434688 140224157566032 140223787915061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23728] ppid=23722 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223760226832 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23729] ppid=23722 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223759174288 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23730] ppid=23722 vsize=10727700 memory=242630017547251 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223758121232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23731] ppid=23722 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223757068688 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23732] ppid=23722 vsize=10727700 memory=-5921431000321636112 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 22004 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 105484019 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223713168112 140224153340546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23733] ppid=23722 vsize=10727700 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105484019 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223712114336 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23734] ppid=23722 vsize=10727700 memory=281403707097328 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105484019 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223711061232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23735] ppid=23722 vsize=10727700 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105484022 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223710009808 140224153347995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23736] ppid=23722 vsize=10727700 memory=-2897801490638248215 CPUtime=0.78 cores=1,3,5,7
/proc/23725/task/23736/stat : 23736 (java) S 23722 23725 22004 0 -1 1077944384 3679 0 0 0 77 1 0 0 20 0 16 0 105484022 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223708956912 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23737] ppid=23722 vsize=10727700 memory=6944656592387989600 CPUtime=0.75 cores=1,3,5,7
/proc/23725/task/23737/stat : 23737 (java) S 23722 23725 22004 0 -1 1077944384 9938 0 0 0 74 1 0 0 20 0 16 0 105484022 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223707904368 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23738] ppid=23722 vsize=10727700 memory=6944656592455359580 CPUtime=0.39 cores=1,3,5,7
/proc/23725/task/23738/stat : 23738 (java) S 23722 23725 22004 0 -1 1077944384 2284 0 0 0 39 0 0 0 20 0 16 0 105484022 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223706851312 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23739] ppid=23722 vsize=10727700 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105484022 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223705799008 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23740] ppid=23722 vsize=10727700 memory=-7361174377247368086 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484022 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223704747056 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23741] ppid=23722 vsize=10727700 memory=6576565900034221731 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23741/stat : 23741 (java) S 23722 23725 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105484078 10985164800 29198 33554432000 4194304 4196468 140727719434688 140223179646512 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
Current children cumulated CPU time: 3.53 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 116792 KiB

[startup+2.40068 s]
/proc/loadavg: 2.18 2.09 2.06 3/217 23741
/proc/meminfo: memFree=28045660/32770624 swapFree=67108860/67108860
[pid=23725] ppid=23722 vsize=10727700 memory=116932 CPUtime=4.49 cores=1,3,5,7
/proc/23725/stat : 23725 (java) S 23722 23725 22004 0 -1 1077944320 24871 0 0 0 443 6 0 0 20 0 16 0 105484016 10985164800 29233 33554432000 4194304 4196468 140727719434688 140727719417232 140224153329399 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
/proc/23725/statm: 2681925 29233 3127 1 0 2644416 0
[pid=23725/tid=23727] ppid=23722 vsize=10727700 memory=1784 CPUtime=2.37 cores=1,3,5,7
/proc/23725/task/23727/stat : 23727 (java) R 23722 23725 22004 0 -1 4202560 6527 0 0 0 234 3 0 0 20 0 16 0 105484017 10985164800 29233 33554432000 4194304 4196468 140727719434688 140224157566576 140223791017407 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23728] ppid=23722 vsize=10727700 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223760226832 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23729] ppid=23722 vsize=10727700 memory=960 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223759174288 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23730] ppid=23722 vsize=10727700 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223758121232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23731] ppid=23722 vsize=10727700 memory=928 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105484017 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223757068688 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23732] ppid=23722 vsize=10727700 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 22004 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 105484019 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223713168112 140224153340546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23733] ppid=23722 vsize=10727700 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105484019 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223712114336 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23734] ppid=23722 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105484019 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223711061232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23735] ppid=23722 vsize=10727700 memory=140701854001586 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105484022 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223710009808 140224153347995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23736] ppid=23722 vsize=10727700 memory=140701854006239 CPUtime=0.81 cores=1,3,5,7
/proc/23725/task/23736/stat : 23736 (java) S 23722 23725 22004 0 -1 1077944384 3774 0 0 0 80 1 0 0 20 0 16 0 105484022 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223708956912 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23737] ppid=23722 vsize=10727700 memory=3472732811883175514 CPUtime=0.87 cores=1,3,5,7
/proc/23725/task/23737/stat : 23737 (java) S 23722 23725 22004 0 -1 1077944384 10756 0 0 0 86 1 0 0 20 0 16 0 105484022 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223707904368 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23738] ppid=23722 vsize=10727700 memory=4208044721491225418 CPUtime=0.4 cores=1,3,5,7
/proc/23725/task/23738/stat : 23738 (java) S 23722 23725 22004 0 -1 1077944384 2367 0 0 0 40 0 0 0 20 0 16 0 105484022 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223706851312 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23739] ppid=23722 vsize=10727700 memory=6127903761037278896 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105484022 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223705799008 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23740] ppid=23722 vsize=10727700 memory=140701953926193 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 22004 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 105484022 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223704747056 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23741] ppid=23722 vsize=10727700 memory=7452445009651591276 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23741/stat : 23741 (java) S 23722 23725 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105484078 10985164800 29233 33554432000 4194304 4196468 140727719434688 140223179646512 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
Current children cumulated CPU time: 4.49 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 116932 KiB

[startup+2.60073 s]
/proc/loadavg: 2.18 2.09 2.06 3/217 23741
/proc/meminfo: memFree=28045660/32770624 swapFree=67108860/67108860
[pid=23725] ppid=23722 vsize=10860828 memory=121124 CPUtime=4.66 cores=1,3,5,7
/proc/23725/stat : 23725 (java) S 23722 23725 22004 0 -1 1077944320 25465 0 0 0 460 6 0 0 20 0 16 0 105484016 11121487872 30281 33554432000 4194304 4196468 140727719434688 140727719417232 140224153329399 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
/proc/23725/statm: 2715207 30281 3129 1 0 2677698 0
[pid=23725/tid=23727] ppid=23722 vsize=10860828 memory=6299802978650451056 CPUtime=2.52 cores=1,3,5,7
/proc/23725/task/23727/stat : 23727 (java) S 23722 23725 22004 0 -1 1077944384 6891 0 0 0 249 3 0 0 20 0 16 0 105484017 11121487872 30281 33554432000 4194304 4196468 140727719434688 140224157570080 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23728] ppid=23722 vsize=10860828 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223760226832 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23729] ppid=23722 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223759174288 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23730] ppid=23722 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223758121232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23731] ppid=23722 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105484017 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223757068688 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23732] ppid=23722 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 22004 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 105484019 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223713168112 140224153340546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23733] ppid=23722 vsize=10860828 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105484019 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223712114336 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23734] ppid=23722 vsize=10860828 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105484019 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223711061232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23735] ppid=23722 vsize=10860828 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105484022 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223710009808 140224153347995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23736] ppid=23722 vsize=10860828 memory=6944656592455359580 CPUtime=0.82 cores=1,3,5,7
/proc/23725/task/23736/stat : 23736 (java) S 23722 23725 22004 0 -1 1077944384 3781 0 0 0 81 1 0 0 20 0 16 0 105484022 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223708956912 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23737] ppid=23722 vsize=10860828 memory=6655300316396806240 CPUtime=0.89 cores=1,3,5,7
/proc/23725/task/23737/stat : 23737 (java) S 23722 23725 22004 0 -1 1077944384 10817 0 0 0 88 1 0 0 20 0 16 0 105484022 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223707904368 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23738] ppid=23722 vsize=10860828 memory=6944652177228980320 CPUtime=0.4 cores=1,3,5,7
/proc/23725/task/23738/stat : 23738 (java) S 23722 23725 22004 0 -1 1077944384 2400 0 0 0 40 0 0 0 20 0 16 0 105484022 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223706851312 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23739] ppid=23722 vsize=10860828 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105484022 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223705799008 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23740] ppid=23722 vsize=10860828 memory=6944656425122700592 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 22004 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 105484022 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223704747056 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
Current children cumulated CPU time: 4.66 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 121124 KiB

[startup+2.70077 s]
/proc/loadavg: 2.18 2.09 2.06 3/217 23741
/proc/meminfo: memFree=28045660/32770624 swapFree=67108860/67108860
[pid=23725] ppid=23722 vsize=10860828 memory=121124 CPUtime=4.66 cores=1,3,5,7
/proc/23725/stat : 23725 (java) S 23722 23725 22004 0 -1 1077944320 25465 0 0 0 460 6 0 0 20 0 16 0 105484016 11121487872 30281 33554432000 4194304 4196468 140727719434688 140727719417232 140224153329399 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
/proc/23725/statm: 2715207 30281 3129 1 0 2677698 0
[pid=23725/tid=23727] ppid=23722 vsize=10860828 memory=56 CPUtime=2.52 cores=1,3,5,7
/proc/23725/task/23727/stat : 23727 (java) S 23722 23725 22004 0 -1 1077944384 6891 0 0 0 249 3 0 0 20 0 16 0 105484017 11121487872 30281 33554432000 4194304 4196468 140727719434688 140224157570080 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23728] ppid=23722 vsize=10860828 memory=140701953918592 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23728/stat : 23728 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223760226832 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23729] ppid=23722 vsize=10860828 memory=23492 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23729/stat : 23729 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223759174288 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23730] ppid=23722 vsize=10860828 memory=3976735874132358195 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23730/stat : 23730 (java) S 23722 23725 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 105484017 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223758121232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23731] ppid=23722 vsize=10860828 memory=7444840894775324772 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23731/stat : 23731 (java) S 23722 23725 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 105484017 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223757068688 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23732] ppid=23722 vsize=10860828 memory=7233150864263767380 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23732/stat : 23732 (java) S 23722 23725 22004 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 105484019 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223713168112 140224153340546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23733] ppid=23722 vsize=10860828 memory=116908 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23733/stat : 23733 (java) S 23722 23725 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 105484019 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223712114336 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23734] ppid=23722 vsize=10860828 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23734/stat : 23734 (java) S 23722 23725 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 105484019 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223711061232 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23735] ppid=23722 vsize=10860828 memory=6080543845855814247 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23735/stat : 23735 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105484022 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223710009808 140224153347995 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23736] ppid=23722 vsize=10860828 memory=7451881157738130001 CPUtime=0.82 cores=1,3,5,7
/proc/23725/task/23736/stat : 23736 (java) S 23722 23725 22004 0 -1 1077944384 3781 0 0 0 81 1 0 0 20 0 16 0 105484022 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223708956912 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23737] ppid=23722 vsize=10860828 memory=7669174312100779106 CPUtime=0.89 cores=1,3,5,7
/proc/23725/task/23737/stat : 23737 (java) S 23722 23725 22004 0 -1 1077944384 10817 0 0 0 88 1 0 0 20 0 16 0 105484022 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223707904368 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23738] ppid=23722 vsize=10860828 memory=6791534058613427641 CPUtime=0.4 cores=1,3,5,7
/proc/23725/task/23738/stat : 23738 (java) S 23722 23725 22004 0 -1 1077944384 2400 0 0 0 40 0 0 0 20 0 16 0 105484022 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223706851312 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23739] ppid=23722 vsize=10860828 memory=1624 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23739/stat : 23739 (java) S 23722 23725 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105484022 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223705799008 140224153339605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
[pid=23725/tid=23740] ppid=23722 vsize=10860828 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/23725/task/23740/stat : 23740 (java) S 23722 23725 22004 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 105484022 11121487872 30281 33554432000 4194304 4196468 140727719434688 140223704747056 140224153340546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10317824 140727719437430 140727719437582 140727719437582 140727719440335 0
Current children cumulated CPU time: 4.66 s
Current children cumulated vsize: 10860828 KiB
Current children cumulated memory: 121124 KiB

Child status: 0
Real time (s): 2.75353
CPU time (s): 4.68499
CPU user time (s): 4.60925
CPU system time (s): 0.075743
CPU usage (%): 170.145
Max. virtual memory (cumulated for all children) (KiB): 10860828
Max. memory (cumulated for all children) (KiB): 121124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.60925
system time used= 0.075743
maximum resident set size= 123480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26053
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2062
involuntary context switches= 10


# summary of solver processes directly reported to runsolver:
#   pid: 23725
#   total CPU time (s): 4.68499
#   total CPU user time (s): 4.60925
#   total CPU system time (s): 0.075743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036661 second user time and 0.069484 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 17:46:48
IDJOB=4301367
IDBENCH=141118
IDSOLVER=2773
FILE ID=node151/4301367-1532879208
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-circ4-3_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301367-1532879208/watcher-4301367-1532879208 -o /tmp/evaluation-result-4301367-1532879208/solver-4301367-1532879208 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4301367-1532879208.xml

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

MD5SUM BENCH= 49cd334f61ed4e195aeb645067fd2083
RANDOM SEED=570208440

node151.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.87
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.87
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.87
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.87
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:        28151432 kB
MemAvailable:   31794996 kB
Buffers:          210620 kB
Cached:          3706548 kB
SwapCached:            0 kB
Active:          1531876 kB
Inactive:        2621800 kB
Active(anon):     185552 kB
Inactive(anon):    78188 kB
Active(file):    1346324 kB
Inactive(file):  2543612 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2392 kB
Writeback:             0 kB
AnonPages:        300972 kB
Mapped:            56180 kB
Shmem:             25224 kB
Slab:             166760 kB
SReclaimable:     138924 kB
SUnreclaim:        27836 kB
KernelStack:        3856 kB
PageTables:         6220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1179680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59308 MiB
End job on node151 at 2018-07-29 17:46:51