Trace number 4244224

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
R1: sat4j-CSP 2017-07-05SAT 23.1897 5.87628

General information on the benchmark

NameDomino/
Domino-m1-s1/Domino-100-300.xml
MD5SUM3788e9c2f49b3f59f660c6492b6c4c4d
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.010253
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints2
Number of domains1
Minimum domain size300
Maximum domain size300
Distribution of domain sizes[{"size":300,"count":100}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":98},{"degree":2,"count":2}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":1},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints1
Distribution of constraint types[{"type":"intension","count":1},{"type":"allEqual","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4244224-1500681880/watcher-4244224-1500681880 -o /tmp/evaluation-result-4244224-1500681880/solver-4244224-1500681880 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500681880-7439 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244224-1500681880.xml 

pid=7453
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.01 2.71 3.85 2/237 7456
/proc/meminfo: memFree=32018712/32770624 swapFree=5780/234556
[pid=7456] ppid=7453 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/stat : 7456 (java) S 7453 7456 2468 0 -1 1077944320 2028 0 0 0 0 0 0 0 20 0 2 0 3455680 8550137856 1734 33554432000 4194304 4196468 140736649990768 140736649973312 140041064214263 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
/proc/7456/statm: 2087268 1800 1197 1 0 2076179 0
[pid=7456/tid=7457] ppid=7453 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7457/stat : 7457 (java) R 7453 7456 2468 0 -1 4202560 822 0 0 0 0 0 0 0 20 0 2 0 3455680 8550137856 1866 33554432000 4194304 4196468 140736649990768 140041068456352 140041056503712 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0

[startup+0.100111 s]
/proc/loadavg: 1.01 2.71 3.85 2/237 7456
/proc/meminfo: memFree=32018712/32770624 swapFree=5780/234556
[pid=7456] ppid=7453 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/7456/stat : 7456 (java) S 7453 7456 2468 0 -1 1077944320 4642 0 0 0 8 1 0 0 20 0 20 0 3455680 11162169344 5738 33554432000 4194304 4196468 140736649990768 140736649973312 140041064214263 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
/proc/7456/statm: 2725139 5738 2625 1 0 2713552 0
[pid=7456/tid=7457] ppid=7453 vsize=10900556 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7457/stat : 7457 (java) R 7453 7456 2468 0 -1 4202560 2730 0 0 0 7 0 0 0 20 0 20 0 3455680 11162169344 5738 33554432000 4194304 4196468 140736649990768 140041068450304 140041064236189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.20036 s]
/proc/loadavg: 1.01 2.71 3.85 2/237 7456
/proc/meminfo: memFree=32018712/32770624 swapFree=5780/234556
[pid=7456] ppid=7453 vsize=10900556 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/7456/stat : 7456 (java) S 7453 7456 2468 0 -1 1077944320 6795 0 0 0 21 2 0 0 20 0 20 0 3455680 11162169344 7637 33554432000 4194304 4196468 140736649990768 140736649973312 140041064214263 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
/proc/7456/statm: 2725139 7637 2883 1 0 2713552 0
[pid=7456/tid=7457] ppid=7453 vsize=10900556 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7457/stat : 7457 (java) R 7453 7456 2468 0 -1 4202560 4392 0 0 0 15 1 0 0 20 0 20 0 3455680 11162169344 7637 33554432000 4194304 4196468 140736649990768 140041068437776 140041064236189 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10900556

[startup+0.300279 s]
/proc/loadavg: 1.01 2.71 3.85 2/237 7456
/proc/meminfo: memFree=32018712/32770624 swapFree=5780/234556
[pid=7456] ppid=7453 vsize=10900556 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/7456/stat : 7456 (java) S 7453 7456 2468 0 -1 1077944320 7607 0 0 0 35 2 0 0 20 0 20 0 3455680 11162169344 9294 33554432000 4194304 4196468 140736649990768 140736649973312 140041064214263 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
/proc/7456/statm: 2725139 9294 2939 1 0 2713552 0
[pid=7456/tid=7457] ppid=7453 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7457/stat : 7457 (java) R 7453 7456 2468 0 -1 4202560 5009 0 0 0 24 1 0 0 20 0 20 0 3455680 11162169344 9294 33554432000 4194304 4196468 140736649990768 140041068443288 140041064226198 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10900556

[startup+0.700228 s]
/proc/loadavg: 1.01 2.71 3.85 2/237 7456
/proc/meminfo: memFree=32018712/32770624 swapFree=5780/234556
[pid=7456] ppid=7453 vsize=10900632 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/7456/stat : 7456 (java) S 7453 7456 2468 0 -1 1077944320 11617 0 0 0 156 30 0 0 20 0 20 0 3455680 11162247168 54486 33554432000 4194304 4196468 140736649990768 140736649973312 140041064214263 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
/proc/7456/statm: 2725158 54486 3071 1 0 2713552 0
[pid=7456/tid=7457] ppid=7453 vsize=10900632 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7457/stat : 7457 (java) S 7453 7456 2468 0 -1 1077944384 5428 0 0 0 57 3 0 0 20 0 20 0 3455680 11162247168 54486 33554432000 4194304 4196468 140736649990768 140041068448400 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10900632

[startup+1.50153 s]
/proc/loadavg: 1.25 2.73 3.85 6/283 7509
/proc/meminfo: memFree=31484776/32770624 swapFree=5780/234624
[pid=7456] ppid=7453 vsize=10900632 CPUtime=5.48 cores=0,2,4,6,8,10,12,14
/proc/7456/stat : 7456 (java) S 7453 7456 2468 0 -1 1077944320 13507 0 0 0 378 170 0 0 20 0 20 0 3455680 11162247168 148712 33554432000 4194304 4196468 140736649990768 140736649973312 140041064214263 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
/proc/7456/statm: 2725158 148712 3106 1 0 2713552 0
[pid=7456/tid=7457] ppid=7453 vsize=10900632 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7457/stat : 7457 (java) S 7453 7456 2468 0 -1 1077944384 5475 0 0 0 95 5 0 0 20 0 20 0 3455680 11162247168 148712 33554432000 4194304 4196468 140736649990768 140041068451744 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7459] ppid=7453 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7459/stat : 7459 (java) R 7453 7456 2468 0 -1 4202560 248 0 0 0 25 20 0 0 20 0 20 0 3455681 11162247168 148712 33554432000 4194304 4196468 140736649990768 140041033928024 140041049165272 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7460] ppid=7453 vsize=10900632 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7460/stat : 7460 (java) R 7453 7456 2468 0 -1 4202560 258 0 0 0 26 18 0 0 20 0 20 0 3455681 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040670153944 140041049199559 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7461] ppid=7453 vsize=10900632 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7461/stat : 7461 (java) R 7453 7456 2468 0 -1 4202560 241 0 0 0 24 19 0 0 20 0 20 0 3455681 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040669100832 140041048669020 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7462] ppid=7453 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7462/stat : 7462 (java) R 7453 7456 2468 0 -1 4202560 227 0 0 0 24 21 0 0 20 0 20 0 3455681 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040668048344 140041048668249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7463] ppid=7453 vsize=10900632 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7463/stat : 7463 (java) R 7453 7456 2468 0 -1 4202560 247 0 0 0 26 18 0 0 20 0 20 0 3455681 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040666995544 140041048911842 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7464] ppid=7453 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7464/stat : 7464 (java) R 7453 7456 2468 0 -1 4202560 190 0 0 0 24 21 0 0 20 0 20 0 3455681 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040665942744 140041048911888 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7465] ppid=7453 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7465/stat : 7465 (java) R 7453 7456 2468 0 -1 4202560 239 0 0 0 24 21 0 0 20 0 20 0 3455681 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040664889944 140041049199559 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7466] ppid=7453 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7466/stat : 7466 (java) R 7453 7456 2468 0 -1 4202560 175 0 0 0 25 20 0 0 20 0 20 0 3455681 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040663837144 140041048911902 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7467] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7467/stat : 7467 (java) S 7453 7456 2468 0 -1 1077944384 213 0 0 0 0 0 0 0 20 0 20 0 3455684 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040271201504 140041064224469 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7470] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7470/stat : 7470 (java) S 7453 7456 2468 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3455684 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040270149152 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7472] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7472/stat : 7472 (java) S 7453 7456 2468 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3455685 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040269096304 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7479] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7479/stat : 7479 (java) S 7453 7456 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3455688 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040268044624 140041064232859 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7480] ppid=7453 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7480/stat : 7480 (java) S 7453 7456 2468 0 -1 1077944384 1275 0 0 0 20 0 0 0 20 0 20 0 3455688 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040266991984 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7481] ppid=7453 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7481/stat : 7481 (java) S 7453 7456 2468 0 -1 1077944384 1253 0 0 0 25 0 0 0 20 0 20 0 3455688 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040265939184 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7482] ppid=7453 vsize=10900632 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7482/stat : 7482 (java) S 7453 7456 2468 0 -1 1077944384 1118 0 0 0 22 0 0 0 20 0 20 0 3455688 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040264886384 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7483] ppid=7453 vsize=10900632 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7483/stat : 7483 (java) S 7453 7456 2468 0 -1 1077944384 982 0 0 0 14 0 0 0 20 0 20 0 3455689 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040263833584 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7487] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7487/stat : 7487 (java) S 7453 7456 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3455689 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040262782048 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7488] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7488/stat : 7488 (java) S 7453 7456 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3455689 11162247168 148712 33554432000 4194304 4196468 140736649990768 140040261729328 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 10900632

[startup+3.1009 s]
/proc/loadavg: 1.25 2.73 3.85 3/283 7509
/proc/meminfo: memFree=31204384/32770624 swapFree=5780/234624
[pid=7456] ppid=7453 vsize=10900632 CPUtime=11.88 cores=0,2,4,6,8,10,12,14
/proc/7456/stat : 7456 (java) S 7453 7456 2468 0 -1 1077944320 15324 0 0 0 953 235 0 0 20 0 20 0 3455680 11162247168 198743 33554432000 4194304 4196468 140736649990768 140736649973312 140041064214263 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
/proc/7456/statm: 2725158 198743 3122 1 0 2713552 0
[pid=7456/tid=7457] ppid=7453 vsize=10900632 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7457/stat : 7457 (java) R 7453 7456 2468 0 -1 4202560 5770 0 0 0 151 6 0 0 20 0 20 0 3455680 11162247168 198743 33554432000 4194304 4196468 140736649990768 140041068452184 140040702817195 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7459] ppid=7453 vsize=10900632 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7459/stat : 7459 (java) S 7453 7456 2468 0 -1 1077944384 408 0 0 0 85 28 0 0 20 0 20 0 3455681 11162247168 198743 33554432000 4194304 4196468 140736649990768 140041033927824 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7460] ppid=7453 vsize=10900632 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7460/stat : 7460 (java) S 7453 7456 2468 0 -1 1077944384 386 0 0 0 86 27 0 0 20 0 20 0 3455681 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040670153744 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7461] ppid=7453 vsize=10900632 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7461/stat : 7461 (java) S 7453 7456 2468 0 -1 1077944384 450 0 0 0 85 27 0 0 20 0 20 0 3455681 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040669100944 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7462] ppid=7453 vsize=10900632 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7462/stat : 7462 (java) S 7453 7456 2468 0 -1 1077944384 441 0 0 0 83 29 0 0 20 0 20 0 3455681 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040668048144 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7463] ppid=7453 vsize=10900632 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7463/stat : 7463 (java) S 7453 7456 2468 0 -1 1077944384 410 0 0 0 86 26 0 0 20 0 20 0 3455681 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040666995344 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7464] ppid=7453 vsize=10900632 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7464/stat : 7464 (java) S 7453 7456 2468 0 -1 1077944384 302 0 0 0 84 29 0 0 20 0 20 0 3455681 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040665942544 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7465] ppid=7453 vsize=10900632 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7465/stat : 7465 (java) S 7453 7456 2468 0 -1 1077944384 361 0 0 0 84 30 0 0 20 0 20 0 3455681 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040664889744 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7466] ppid=7453 vsize=10900632 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7466/stat : 7466 (java) S 7453 7456 2468 0 -1 1077944384 277 0 0 0 86 27 0 0 20 0 20 0 3455681 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040663836944 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7467] ppid=7453 vsize=10900632 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7467/stat : 7467 (java) S 7453 7456 2468 0 -1 1077944384 490 0 0 0 33 0 0 0 20 0 20 0 3455684 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040271203184 140041064225410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7470] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7470/stat : 7470 (java) S 7453 7456 2468 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3455684 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040270149152 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7472] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7472/stat : 7472 (java) S 7453 7456 2468 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3455685 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040269096304 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7479] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7479/stat : 7479 (java) S 7453 7456 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3455688 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040268044624 140041064232859 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7480] ppid=7453 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7480/stat : 7480 (java) S 7453 7456 2468 0 -1 1077944384 1279 0 0 0 20 0 0 0 20 0 20 0 3455688 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040266991984 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7481] ppid=7453 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7481/stat : 7481 (java) S 7453 7456 2468 0 -1 1077944384 1255 0 0 0 25 0 0 0 20 0 20 0 3455688 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040265939184 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7482] ppid=7453 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7482/stat : 7482 (java) S 7453 7456 2468 0 -1 1077944384 1123 0 0 0 23 0 0 0 20 0 20 0 3455688 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040264886384 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7483] ppid=7453 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7483/stat : 7483 (java) S 7453 7456 2468 0 -1 1077944384 1006 0 0 0 15 0 0 0 20 0 20 0 3455689 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040263833584 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7487] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7487/stat : 7487 (java) S 7453 7456 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3455689 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040262782048 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7488] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7488/stat : 7488 (java) S 7453 7456 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3455689 11162247168 198743 33554432000 4194304 4196468 140736649990768 140040261729328 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
Current children cumulated CPU time (s) 11.88
Current children cumulated vsize (KiB) 10900632

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7456 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20097 s]
/proc/loadavg: 1.25 2.73 3.85 3/283 7509
/proc/meminfo: memFree=31204384/32770624 swapFree=5780/234624
[pid=7456] ppid=7453 vsize=10900632 CPUtime=12.22 cores=0,2,4,6,8,10,12,14
/proc/7456/stat : 7456 (java) S 7453 7456 2468 0 -1 1077944320 15478 0 0 0 972 250 0 0 20 0 20 0 3455680 11162247168 218733 33554432000 4194304 4196468 140736649990768 140736649973312 140041064214263 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
/proc/7456/statm: 2725158 218733 3122 1 0 2713552 0
[pid=7456/tid=7457] ppid=7453 vsize=10900632 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7457/stat : 7457 (java) S 7453 7456 2468 0 -1 1077944384 5797 0 0 0 157 6 0 0 20 0 20 0 3455680 11162247168 218733 33554432000 4194304 4196468 140736649990768 140041068452016 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7459] ppid=7453 vsize=10900632 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7459/stat : 7459 (java) R 7453 7456 2468 0 -1 4202560 422 0 0 0 86 30 0 0 20 0 20 0 3455681 11162247168 218733 33554432000 4194304 4196468 140736649990768 140041033928024 140041049242137 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7460] ppid=7453 vsize=10900632 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7460/stat : 7460 (java) R 7453 7456 2468 0 -1 4202560 400 0 0 0 87 29 0 0 20 0 20 0 3455681 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040670153944 140041049242137 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7461] ppid=7453 vsize=10900632 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7461/stat : 7461 (java) R 7453 7456 2468 0 -1 4202560 464 0 0 0 87 29 0 0 20 0 20 0 3455681 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040669101144 140041057313963 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7462] ppid=7453 vsize=10900632 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7462/stat : 7462 (java) R 7453 7456 2468 0 -1 4202560 455 0 0 0 84 31 0 0 20 0 20 0 3455681 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040668048032 140041057313963 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7463] ppid=7453 vsize=10900632 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7463/stat : 7463 (java) R 7453 7456 2468 0 -1 4202560 440 0 0 0 88 27 0 0 20 0 20 0 3455681 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040666995544 140041057310964 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7464] ppid=7453 vsize=10900632 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7464/stat : 7464 (java) R 7453 7456 2468 0 -1 4202560 316 0 0 0 86 31 0 0 20 0 20 0 3455681 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040665942744 140041057313963 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7465] ppid=7453 vsize=10900632 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7465/stat : 7465 (java) R 7453 7456 2468 0 -1 4202560 376 0 0 0 85 31 0 0 20 0 20 0 3455681 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040664889944 140041049242137 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7466] ppid=7453 vsize=10900632 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7466/stat : 7466 (java) R 7453 7456 2468 0 -1 4202560 291 0 0 0 88 29 0 0 20 0 20 0 3455681 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040663837144 140041049242137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7467] ppid=7453 vsize=10900632 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7467/stat : 7467 (java) S 7453 7456 2468 0 -1 1077944384 492 0 0 0 33 0 0 0 20 0 20 0 3455684 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040271201696 140041064224469 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7470] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7470/stat : 7470 (java) S 7453 7456 2468 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3455684 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040270149152 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7472] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7472/stat : 7472 (java) S 7453 7456 2468 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3455685 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040269096304 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7479] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7479/stat : 7479 (java) S 7453 7456 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3455688 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040268044624 140041064232859 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7480] ppid=7453 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7480/stat : 7480 (java) S 7453 7456 2468 0 -1 1077944384 1279 0 0 0 20 0 0 0 20 0 20 0 3455688 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040266991984 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7481] ppid=7453 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7481/stat : 7481 (java) S 7453 7456 2468 0 -1 1077944384 1255 0 0 0 25 0 0 0 20 0 20 0 3455688 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040265939184 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7482] ppid=7453 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7482/stat : 7482 (java) S 7453 7456 2468 0 -1 1077944384 1123 0 0 0 23 0 0 0 20 0 20 0 3455688 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040264886384 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7483] ppid=7453 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7483/stat : 7483 (java) S 7453 7456 2468 0 -1 1077944384 1007 0 0 0 15 0 0 0 20 0 20 0 3455689 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040263833584 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7487] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7487/stat : 7487 (java) S 7453 7456 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3455689 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040262782048 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7488] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7488/stat : 7488 (java) S 7453 7456 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3455689 11162247168 218733 33554432000 4194304 4196468 140736649990768 140040261729328 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
Current children cumulated CPU time (s) 12.22
Current children cumulated vsize (KiB) 10900632

[startup+4.80099 s]
/proc/loadavg: 1.25 2.73 3.85 2/283 7606
/proc/meminfo: memFree=30847832/32770624 swapFree=5780/234660
[pid=7456] ppid=7453 vsize=10900632 CPUtime=21.22 cores=0,2,4,6,8,10,12,14
/proc/7456/stat : 7456 (java) S 7453 7456 2468 0 -1 1077944320 19085 0 0 0 1778 344 0 0 20 0 20 0 3455680 11162247168 279251 33554432000 4194304 4196468 140736649990768 140736649973312 140041064214263 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
/proc/7456/statm: 2725158 279251 3122 1 0 2713552 0
[pid=7456/tid=7457] ppid=7453 vsize=10900632 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7457/stat : 7457 (java) R 7453 7456 2468 0 -1 4202560 5798 0 0 0 161 6 0 0 20 0 20 0 3455680 11162247168 279251 33554432000 4194304 4196468 140736649990768 140041068451904 140040702853758 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7459] ppid=7453 vsize=10900632 CPUtime=2.23 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7459/stat : 7459 (java) S 7453 7456 2468 0 -1 1077944384 732 0 0 0 181 42 0 0 20 0 20 0 3455681 11162247168 279251 33554432000 4194304 4196468 140736649990768 140041033927824 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7460] ppid=7453 vsize=10900632 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7460/stat : 7460 (java) S 7453 7456 2468 0 -1 1077944384 793 0 0 0 181 41 0 0 20 0 20 0 3455681 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040670153744 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7461] ppid=7453 vsize=10900632 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7461/stat : 7461 (java) S 7453 7456 2468 0 -1 1077944384 901 0 0 0 181 41 0 0 20 0 20 0 3455681 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040669100944 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7462] ppid=7453 vsize=10900632 CPUtime=2.21 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7462/stat : 7462 (java) S 7453 7456 2468 0 -1 1077944384 672 0 0 0 179 42 0 0 20 0 20 0 3455681 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040668048144 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7463] ppid=7453 vsize=10900632 CPUtime=2.18 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7463/stat : 7463 (java) S 7453 7456 2468 0 -1 1077944384 739 0 0 0 180 38 0 0 20 0 20 0 3455681 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040666995344 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7464] ppid=7453 vsize=10900632 CPUtime=2.23 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7464/stat : 7464 (java) S 7453 7456 2468 0 -1 1077944384 740 0 0 0 180 43 0 0 20 0 20 0 3455681 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040665942544 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7465] ppid=7453 vsize=10900632 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7465/stat : 7465 (java) S 7453 7456 2468 0 -1 1077944384 767 0 0 0 179 43 0 0 20 0 20 0 3455681 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040664889744 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7466] ppid=7453 vsize=10900632 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7466/stat : 7466 (java) S 7453 7456 2468 0 -1 1077944384 605 0 0 0 182 40 0 0 20 0 20 0 3455681 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040663836944 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7467] ppid=7453 vsize=10900632 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7467/stat : 7467 (java) S 7453 7456 2468 0 -1 1077944384 1306 0 0 0 83 0 0 0 20 0 20 0 3455684 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040271203184 140041064225410 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7470] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7470/stat : 7470 (java) S 7453 7456 2468 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3455684 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040270149152 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7472] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7472/stat : 7472 (java) S 7453 7456 2468 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3455685 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040269096304 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7479] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7479/stat : 7479 (java) S 7453 7456 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3455688 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040268044624 140041064232859 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7480] ppid=7453 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7480/stat : 7480 (java) S 7453 7456 2468 0 -1 1077944384 1279 0 0 0 20 0 0 0 20 0 20 0 3455688 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040266991984 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7481] ppid=7453 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7481/stat : 7481 (java) S 7453 7456 2468 0 -1 1077944384 1255 0 0 0 25 0 0 0 20 0 20 0 3455688 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040265939184 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7482] ppid=7453 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7482/stat : 7482 (java) S 7453 7456 2468 0 -1 1077944384 1123 0 0 0 23 0 0 0 20 0 20 0 3455688 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040264886384 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7483] ppid=7453 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7483/stat : 7483 (java) S 7453 7456 2468 0 -1 1077944384 1007 0 0 0 15 0 0 0 20 0 20 0 3455689 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040263833584 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7487] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7487/stat : 7487 (java) S 7453 7456 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3455689 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040262782048 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7488] ppid=7453 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7488/stat : 7488 (java) S 7453 7456 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3455689 11162247168 279251 33554432000 4194304 4196468 140736649990768 140040261729328 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
Current children cumulated CPU time (s) 21.22
Current children cumulated vsize (KiB) 10900632

[startup+5.60902 s]
/proc/loadavg: 1.39 2.74 3.84 5/283 7699
/proc/meminfo: memFree=30876120/32770624 swapFree=5780/234336
[pid=7456] ppid=7453 vsize=10967196 CPUtime=23.1 cores=0,2,4,6,8,10,12,14
/proc/7456/stat : 7456 (java) S 7453 7456 2468 0 -1 1077944320 23230 0 0 0 1965 345 0 0 20 0 21 0 3455680 11230408704 280183 33554432000 4194304 4196468 140736649990768 140736649973312 140041064214263 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
/proc/7456/statm: 2741799 280183 3134 1 0 2730193 0
[pid=7456/tid=7457] ppid=7453 vsize=10967196 CPUtime=2.48 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7457/stat : 7457 (java) R 7453 7456 2468 0 -1 4202560 5898 0 0 0 241 7 0 0 20 0 21 0 3455680 11230408704 280183 33554432000 4194304 4196468 140736649990768 140041068450936 140040704017354 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7459] ppid=7453 vsize=10967196 CPUtime=2.23 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7459/stat : 7459 (java) S 7453 7456 2468 0 -1 1077944384 732 0 0 0 181 42 0 0 20 0 21 0 3455681 11230408704 280183 33554432000 4194304 4196468 140736649990768 140041033927824 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7460] ppid=7453 vsize=10967196 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7460/stat : 7460 (java) S 7453 7456 2468 0 -1 1077944384 793 0 0 0 181 41 0 0 20 0 21 0 3455681 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040670153744 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7461] ppid=7453 vsize=10967196 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7461/stat : 7461 (java) S 7453 7456 2468 0 -1 1077944384 901 0 0 0 181 41 0 0 20 0 21 0 3455681 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040669100944 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7462] ppid=7453 vsize=10967196 CPUtime=2.21 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7462/stat : 7462 (java) S 7453 7456 2468 0 -1 1077944384 672 0 0 0 179 42 0 0 20 0 21 0 3455681 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040668048144 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7463] ppid=7453 vsize=10967196 CPUtime=2.18 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7463/stat : 7463 (java) S 7453 7456 2468 0 -1 1077944384 739 0 0 0 180 38 0 0 20 0 21 0 3455681 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040666995344 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7464] ppid=7453 vsize=10967196 CPUtime=2.23 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7464/stat : 7464 (java) S 7453 7456 2468 0 -1 1077944384 740 0 0 0 180 43 0 0 20 0 21 0 3455681 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040665942544 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7465] ppid=7453 vsize=10967196 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7465/stat : 7465 (java) S 7453 7456 2468 0 -1 1077944384 767 0 0 0 179 43 0 0 20 0 21 0 3455681 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040664889744 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7466] ppid=7453 vsize=10967196 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7466/stat : 7466 (java) S 7453 7456 2468 0 -1 1077944384 605 0 0 0 182 40 0 0 20 0 21 0 3455681 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040663836944 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7467] ppid=7453 vsize=10967196 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7467/stat : 7467 (java) S 7453 7456 2468 0 -1 1077944384 1317 0 0 0 83 0 0 0 20 0 21 0 3455684 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040271203184 140041064225410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7470] ppid=7453 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7470/stat : 7470 (java) S 7453 7456 2468 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3455684 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040270149152 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7472] ppid=7453 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7472/stat : 7472 (java) S 7453 7456 2468 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3455685 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040269096304 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7479] ppid=7453 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7479/stat : 7479 (java) S 7453 7456 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3455688 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040268044624 140041064232859 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7480] ppid=7453 vsize=10967196 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7480/stat : 7480 (java) S 7453 7456 2468 0 -1 1077944384 2242 0 0 0 50 1 0 0 20 0 21 0 3455688 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040266991984 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7481] ppid=7453 vsize=10967196 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7481/stat : 7481 (java) S 7453 7456 2468 0 -1 1077944384 2395 0 0 0 60 0 0 0 20 0 21 0 3455688 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040265939184 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7482] ppid=7453 vsize=10967196 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7482/stat : 7482 (java) S 7453 7456 2468 0 -1 1077944384 2820 0 0 0 58 0 0 0 20 0 21 0 3455688 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040264886384 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7483] ppid=7453 vsize=10967196 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7483/stat : 7483 (java) S 7453 7456 2468 0 -1 1077944384 1218 0 0 0 23 0 0 0 20 0 21 0 3455689 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040263833584 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7487] ppid=7453 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7487/stat : 7487 (java) S 7453 7456 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3455689 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040262782048 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7488] ppid=7453 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7488/stat : 7488 (java) S 7453 7456 2468 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 21 0 3455689 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040261729328 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7665] ppid=7453 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7665/stat : 7665 (java) S 7453 7456 2468 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3456187 11230408704 280183 33554432000 4194304 4196468 140736649990768 140040260674864 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
Current children cumulated CPU time (s) 23.1
Current children cumulated vsize (KiB) 10967196

[startup+5.80093 s]
/proc/loadavg: 1.39 2.74 3.84 5/283 7699
/proc/meminfo: memFree=30876120/32770624 swapFree=5780/234336
[pid=7456] ppid=7453 vsize=11100324 CPUtime=23.16 cores=0,2,4,6,8,10,12,14
/proc/7456/stat : 7456 (java) S 7453 7456 2468 0 -1 1077944320 24123 0 0 0 1970 346 0 0 20 0 21 0 3455680 11366731776 280251 33554432000 4194304 4196468 140736649990768 140736649973312 140041064214263 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
/proc/7456/statm: 2775081 280251 3136 1 0 2763475 0
[pid=7456/tid=7457] ppid=7453 vsize=11100324 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7457/stat : 7457 (java) S 7453 7456 2468 0 -1 1077944384 6386 0 0 0 245 7 0 0 20 0 21 0 3455680 11366731776 280251 33554432000 4194304 4196468 140736649990768 140041068454944 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7459] ppid=7453 vsize=11100324 CPUtime=2.23 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7459/stat : 7459 (java) S 7453 7456 2468 0 -1 1077944384 732 0 0 0 181 42 0 0 20 0 21 0 3455681 11366731776 280251 33554432000 4194304 4196468 140736649990768 140041033927824 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7460] ppid=7453 vsize=11100324 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7460/stat : 7460 (java) S 7453 7456 2468 0 -1 1077944384 793 0 0 0 181 41 0 0 20 0 21 0 3455681 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040670153744 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7461] ppid=7453 vsize=11100324 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7461/stat : 7461 (java) S 7453 7456 2468 0 -1 1077944384 901 0 0 0 181 41 0 0 20 0 21 0 3455681 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040669100944 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7462] ppid=7453 vsize=11100324 CPUtime=2.21 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7462/stat : 7462 (java) S 7453 7456 2468 0 -1 1077944384 672 0 0 0 179 42 0 0 20 0 21 0 3455681 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040668048144 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7463] ppid=7453 vsize=11100324 CPUtime=2.18 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7463/stat : 7463 (java) S 7453 7456 2468 0 -1 1077944384 739 0 0 0 180 38 0 0 20 0 21 0 3455681 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040666995344 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7464] ppid=7453 vsize=11100324 CPUtime=2.23 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7464/stat : 7464 (java) S 7453 7456 2468 0 -1 1077944384 740 0 0 0 180 43 0 0 20 0 21 0 3455681 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040665942544 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7465] ppid=7453 vsize=11100324 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7465/stat : 7465 (java) S 7453 7456 2468 0 -1 1077944384 767 0 0 0 179 43 0 0 20 0 21 0 3455681 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040664889744 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7466] ppid=7453 vsize=11100324 CPUtime=2.22 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7466/stat : 7466 (java) S 7453 7456 2468 0 -1 1077944384 605 0 0 0 182 40 0 0 20 0 21 0 3455681 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040663836944 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7467] ppid=7453 vsize=11100324 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7467/stat : 7467 (java) S 7453 7456 2468 0 -1 1077944384 1353 0 0 0 83 0 0 0 20 0 21 0 3455684 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040271203184 140041064225410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7470] ppid=7453 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7470/stat : 7470 (java) S 7453 7456 2468 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3455684 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040270149152 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7472] ppid=7453 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7472/stat : 7472 (java) S 7453 7456 2468 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3455685 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040269096304 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7479] ppid=7453 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7479/stat : 7479 (java) S 7453 7456 2468 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3455688 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040268044624 140041064232859 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7480] ppid=7453 vsize=11100324 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7480/stat : 7480 (java) S 7453 7456 2468 0 -1 1077944384 2257 0 0 0 50 1 0 0 20 0 21 0 3455688 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040266991984 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7481] ppid=7453 vsize=11100324 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7481/stat : 7481 (java) S 7453 7456 2468 0 -1 1077944384 2456 0 0 0 61 0 0 0 20 0 21 0 3455688 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040265939184 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7482] ppid=7453 vsize=11100324 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7482/stat : 7482 (java) S 7453 7456 2468 0 -1 1077944384 2844 0 0 0 58 0 0 0 20 0 21 0 3455688 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040264886384 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7483] ppid=7453 vsize=11100324 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7483/stat : 7483 (java) S 7453 7456 2468 0 -1 1077944384 1356 0 0 0 23 0 0 0 20 0 21 0 3455689 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040263833584 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7487] ppid=7453 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7487/stat : 7487 (java) S 7453 7456 2468 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3455689 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040262782048 140041064224469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
[pid=7456/tid=7488] ppid=7453 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7456/task/7488/stat : 7488 (java) S 7453 7456 2468 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 21 0 3455689 11366731776 280251 33554432000 4194304 4196468 140736649990768 140040261729328 140041064225410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13451264 140736649995435 140736649995588 140736649995588 140736649998287 0
Current children cumulated CPU time (s) 23.16
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 5.87628
CPU time (s): 23.1897
CPU user time (s): 19.7198
CPU system time (s): 3.46994
CPU usage (%): 394.632
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.7198
system time used= 3.46994
maximum resident set size= 1121952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24498
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= 2544
involuntary context switches= 1400

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049775 second user time and 0.073003 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-22 02:04:40
IDJOB=4244224
IDBENCH=138759
IDSOLVER=2623
FILE ID=node125/4244224-1500681880
RUNJOBID= node125-1500681880-7439
PBS_JOBID= 20623295
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Domino/Domino-m1-s1/Domino-100-300.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244224-1500681880/watcher-4244224-1500681880 -o /tmp/evaluation-result-4244224-1500681880/solver-4244224-1500681880 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500681880-7439 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244224-1500681880.xml

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

MD5SUM BENCH= 3788e9c2f49b3f59f660c6492b6c4c4d
RANDOM SEED=602707760

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

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

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

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

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

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        32019612 kB
MemAvailable:   32031856 kB
Buffers:           44472 kB
Cached:           279220 kB
SwapCached:            0 kB
Active:           136140 kB
Inactive:         243272 kB
Active(anon):      58220 kB
Inactive(anon):     8716 kB
Active(file):      77920 kB
Inactive(file):   234556 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:         79116 kB
Mapped:            29508 kB
Shmem:              8840 kB
Slab:              63680 kB
SReclaimable:      31208 kB
SUnreclaim:        32472 kB
KernelStack:        4448 kB
PageTables:         4240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 62020 MiB
End job on node125 at 2017-07-22 02:04:46