Trace number 4244044

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-05? (TO) 2401.4 2372.17

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s13/
Blackhole-4-13-2_X2.xml
MD5SUM88708c27ba26ffc45c437651276dcd59
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4218
Number of domains4
Minimum domain size1
Maximum domain size52
Distribution of domain sizes[{"size":1,"count":2},{"size":13,"count":52},{"size":26,"count":51},{"size":52,"count":102}]
Minimum variable degree0
Maximum variable degree104
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":53},{"degree":3,"count":50},{"degree":52,"count":1},{"degree":53,"count":34},{"degree":54,"count":17},{"degree":104,"count":52}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4218}]
Number of extensional constraints4218
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4218}]
Optimization problemNO
Type of objective

Solver Data

17.44/5.26	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
17.44/5.26	c This is free software under the dual EPL/GNU LGPL licenses.
17.44/5.26	c See www.sat4j.org for details.
17.44/5.26	c That software uses the Rhino library from the Mozilla project.
17.44/5.26	c version CUSTOM.v20170705
17.44/5.26	c java.runtime.name	Java(TM) SE Runtime Environment
17.44/5.26	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
17.44/5.26	c java.vm.version	25.131-b11
17.44/5.26	c java.vm.vendor	Oracle Corporation
17.44/5.26	c sun.arch.data.model	64
17.44/5.26	c java.version		1.8.0_131
17.44/5.26	c os.name		Linux
17.44/5.26	c os.version		3.10.0-514.16.1.el7.x86_64
17.44/5.26	c os.arch		amd64
17.44/5.26	c Free memory 		499604488
17.44/5.26	c Max memory 		7247757312
17.44/5.26	c Total memory 		504889344
17.44/5.26	c Number of processors 	8
17.44/5.26	c c --- Begin Solver configuration ---
17.44/5.26	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
17.44/5.26	c Learn all clauses as in MiniSAT
17.44/5.26	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
17.44/5.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
17.44/5.26	c No reason simplification
17.44/5.26	c Glucose 2.1 dynamic restart strategy
17.44/5.26	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
17.44/5.26	c timeout=2147483s
17.44/5.26	c DB Simplification allowed=false
17.44/5.26	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
17.44/5.26	c --- End Solver configuration ---
17.44/5.26	c constraints type 
17.44/5.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 410
17.44/5.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5196864
17.44/5.26	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
17.44/5.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 402356
17.44/5.26	c org.sat4j.specs.Constr$1 => 99350
17.44/5.26	c org.sat4j.minisat.constraints.cnf.UnitClause => 479
17.44/5.26	c 5699461 constraints processed.
2401.32/2372.10	c starts		: 28872
2401.32/2372.10	c conflicts		: 7681370
2401.32/2372.10	c decisions		: 105544851
2401.32/2372.10	c propagations		: 3749313672
2401.32/2372.10	c inspects		: 22806053187
2401.32/2372.10	c shortcuts		: 0
2401.32/2372.10	c learnt literals	: 433
2401.32/2372.10	c learnt binary clauses	: 9260
2401.32/2372.10	c learnt ternary clauses	: 29226
2401.32/2372.10	c learnt constraints	: 7680937
2401.32/2372.10	c ignored constraints	: 0
2401.32/2372.10	c root simplifications	: 0
2401.32/2372.10	c removed literals (reason simplification)	: 0
2401.32/2372.10	c reason swapping (by a shorter reason)	: 0
2401.32/2372.10	c Calls to reduceDB	: 119
2401.32/2372.10	c Number of update (reduction) of LBD	: 5846810
2401.32/2372.10	c Imported unit clauses	: 0
2401.32/2372.10	c number of reductions to clauses (during analyze)	: 0
2401.32/2372.10	c number of learned constraints concerned by reduction	: 0
2401.32/2372.10	c number of learning phase by resolution	: 0
2401.32/2372.10	c number of learning phase by cutting planes	: 0
2401.32/2372.10	c number of rounding to 1 operations	: 0
2401.32/2372.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2401.32/2372.10	c number of reductions of the coefficients by power 2 	: 0
2401.32/2372.10	c number of right shift for reduction by power 2 	: 0
2401.32/2372.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
2401.32/2372.10	c speed (assignments/second)	: 1584119.766166472
2401.32/2372.10	c non guided choices	47617163
2401.32/2372.14	c learnt constraints type 
2401.32/2372.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9260
2401.32/2372.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 189131
2401.32/2372.14	s UNKNOWN

Verifier Data


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-4244044-1500679356/watcher-4244044-1500679356 -o /tmp/evaluation-result-4244044-1500679356/solver-4244044-1500679356 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500673363-13447 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244044-1500679356.xml 

pid=15756
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: 3.49 3.07 2.49 3/262 15759
/proc/meminfo: memFree=29792664/32770624 swapFree=5824/208788
[pid=15759] ppid=15756 vsize=8351800 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/stat : 15759 (java) S 15756 15759 9820 0 -1 1077944320 2230 0 0 0 0 0 0 0 20 0 4 0 3200782 8552243200 2442 33554432000 4194304 4196468 140722700080112 140722700062656 139834676743927 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
/proc/15759/statm: 2087950 2442 1197 1 0 2076861 0
[pid=15759/tid=15760] ppid=15756 vsize=8353856 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15760/stat : 15760 (java) S 15756 15759 9820 0 -1 1077944384 932 0 0 0 0 0 0 0 20 0 6 0 3200783 8554348544 2508 33554432000 4194304 4196468 140722700080112 139834680985296 139834676754133 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15761] ppid=15756 vsize=8353856 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15761/stat : 15761 (java) S 15756 15759 9820 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 3200783 8554348544 2508 33554432000 4194304 4196468 140722700080112 139834613434976 139834676754133 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15762] ppid=15756 vsize=8354884 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15762/stat : 15762 (java) S 15756 15759 9820 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 3200784 8555401216 2508 33554432000 4194304 4196468 140722700080112 139834612382432 139834676754133 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15763] ppid=15756 vsize=8354884 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15763/stat : 15763 (java) S 15756 15759 9820 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 7 0 3200784 8555401216 2508 33554432000 4194304 4196468 140722700080112 139834611329888 139834676754133 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15764] ppid=15756 vsize=8355912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15764/stat : 15764 (java) S 15756 15759 9820 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 7 0 3200784 8556453888 2508 33554432000 4194304 4196468 140722700080112 139834610277344 139834676754133 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15765] ppid=15756 vsize=8355912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15765/stat : 15765 (java) S 15756 15759 9820 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 8 0 3200784 8556453888 2508 33554432000 4194304 4196468 140722700080112 139834609224800 139834676754133 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15766] ppid=15756 vsize=8356940 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15766/stat : 15766 (java) S 15756 15759 9820 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 9 0 3200784 8557506560 2508 33554432000 4194304 4196468 140722700080112 139834608172256 139834676754133 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15767] ppid=15756 vsize=8357968 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15767/stat : 15767 (java) S 15756 15759 9820 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 3200784 8558559232 2508 33554432000 4194304 4196468 140722700080112 139834607119712 139834676754133 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15768] ppid=15756 vsize=8821708 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15768/stat : 15768 (java) S 15756 15759 9820 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 3200784 9033428992 2508 33554432000 4194304 4196468 140722700080112 139834276310496 139834676754133 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0

[startup+0.100129 s]
/proc/loadavg: 3.49 3.07 2.49 3/262 15759
/proc/meminfo: memFree=29792664/32770624 swapFree=5824/208788
[pid=15759] ppid=15756 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15759/stat : 15759 (java) S 15756 15759 9820 0 -1 1077944320 5175 0 0 0 9 1 0 0 20 0 20 0 3200782 11162169344 6753 33554432000 4194304 4196468 140722700080112 140722700062656 139834676743927 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
/proc/15759/statm: 2725139 6753 2758 1 0 2713552 0
[pid=15759/tid=15760] ppid=15756 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15760/stat : 15760 (java) R 15756 15759 9820 0 -1 4202560 3124 0 0 0 7 1 0 0 20 0 20 0 3200783 11162169344 6753 33554432000 4194304 4196468 140722700080112 139834680979208 139834676765853 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15761] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15761/stat : 15761 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200783 11162169344 6753 33554432000 4194304 4196468 140722700080112 139834613434640 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15762] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15762/stat : 15762 (java) S 15756 15759 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 6753 33554432000 4194304 4196468 140722700080112 139834612382096 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15763] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15763/stat : 15763 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 6753 33554432000 4194304 4196468 140722700080112 139834611329552 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15764] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15764/stat : 15764 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 6753 33554432000 4194304 4196468 140722700080112 139834610277008 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15765] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15765/stat : 15765 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 6753 33554432000 4194304 4196468 140722700080112 139834609224464 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15766] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15766/stat : 15766 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 6753 33554432000 4194304 4196468 140722700080112 139834608171920 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15767] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15767/stat : 15767 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 6753 33554432000 4194304 4196468 140722700080112 139834607119376 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15768] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15768/stat : 15768 (java) S 15756 15759 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 6753 33554432000 4194304 4196468 140722700080112 139834276310160 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200677 s]
/proc/loadavg: 3.49 3.07 2.49 3/262 15759
/proc/meminfo: memFree=29792664/32770624 swapFree=5824/208788
[pid=15759] ppid=15756 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15759/stat : 15759 (java) S 15756 15759 9820 0 -1 1077944320 7327 0 0 0 23 2 0 0 20 0 20 0 3200782 11162169344 9125 33554432000 4194304 4196468 140722700080112 140722700062656 139834676743927 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
/proc/15759/statm: 2725139 9125 2864 1 0 2713552 0
[pid=15759/tid=15760] ppid=15756 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15760/stat : 15760 (java) R 15756 15759 9820 0 -1 4202560 4996 0 0 0 16 1 0 0 20 0 20 0 3200783 11162169344 9125 33554432000 4194304 4196468 140722700080112 139834680976272 139834660824414 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15761] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15761/stat : 15761 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200783 11162169344 9125 33554432000 4194304 4196468 140722700080112 139834613434640 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15762] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15762/stat : 15762 (java) S 15756 15759 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 9125 33554432000 4194304 4196468 140722700080112 139834612382096 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15763] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15763/stat : 15763 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 9125 33554432000 4194304 4196468 140722700080112 139834611329552 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15764] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15764/stat : 15764 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 9125 33554432000 4194304 4196468 140722700080112 139834610277008 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15765] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15765/stat : 15765 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 9125 33554432000 4194304 4196468 140722700080112 139834609224464 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15766] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15766/stat : 15766 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 9125 33554432000 4194304 4196468 140722700080112 139834608171920 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15767] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15767/stat : 15767 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 9125 33554432000 4194304 4196468 140722700080112 139834607119376 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15768] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15768/stat : 15768 (java) S 15756 15759 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 9125 33554432000 4194304 4196468 140722700080112 139834276310160 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300631 s]
/proc/loadavg: 3.49 3.07 2.49 3/262 15759
/proc/meminfo: memFree=29792664/32770624 swapFree=5824/208788
[pid=15759] ppid=15756 vsize=10900556 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/15759/stat : 15759 (java) S 15756 15759 9820 0 -1 1077944320 9984 0 0 0 60 3 0 0 20 0 20 0 3200782 11162169344 12388 33554432000 4194304 4196468 140722700080112 140722700062656 139834676743927 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
/proc/15759/statm: 2725139 12388 3026 1 0 2713552 0
[pid=15759/tid=15760] ppid=15756 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15760/stat : 15760 (java) R 15756 15759 9820 0 -1 4202560 5310 0 0 0 26 1 0 0 20 0 20 0 3200783 11162169344 12388 33554432000 4194304 4196468 140722700080112 139834680973744 139834676765274 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15761] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15761/stat : 15761 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200783 11162169344 12388 33554432000 4194304 4196468 140722700080112 139834613434640 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15762] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15762/stat : 15762 (java) S 15756 15759 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 12388 33554432000 4194304 4196468 140722700080112 139834612382096 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15763] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15763/stat : 15763 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 12388 33554432000 4194304 4196468 140722700080112 139834611329552 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15764] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15764/stat : 15764 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 12388 33554432000 4194304 4196468 140722700080112 139834610277008 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15765] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15765/stat : 15765 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 12388 33554432000 4194304 4196468 140722700080112 139834609224464 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15766] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15766/stat : 15766 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 12388 33554432000 4194304 4196468 140722700080112 139834608171920 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15767] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15767/stat : 15767 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 12388 33554432000 4194304 4196468 140722700080112 139834607119376 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15768] ppid=15756 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15768/stat : 15768 (java) S 15756 15759 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3200784 11162169344 12388 33554432000 4194304 4196468 140722700080112 139834276310160 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 10900556

[startup+0.700642 s]
/proc/loadavg: 3.49 3.07 2.49 3/262 15759
/proc/meminfo: memFree=29792664/32770624 swapFree=5824/208788
[pid=15759] ppid=15756 vsize=10900632 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/15759/stat : 15759 (java) S 15756 15759 9820 0 -1 1077944320 12863 0 0 0 212 4 0 0 20 0 20 0 3200782 11162247168 26781 33554432000 4194304 4196468 140722700080112 140722700062656 139834676743927 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
/proc/15759/statm: 2725158 26781 3088 1 0 2713552 0
[pid=15759/tid=15760] ppid=15756 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15760/stat : 15760 (java) R 15756 15759 9820 0 -1 4202560 6055 0 0 0 64 3 0 0 20 0 20 0 3200783 11162247168 26781 33554432000 4194304 4196468 140722700080112 139834680978424 139834676755862 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15761] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15761/stat : 15761 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200783 11162247168 26781 33554432000 4194304 4196468 140722700080112 139834613434640 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15762] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15762/stat : 15762 (java) S 15756 15759 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3200784 11162247168 26781 33554432000 4194304 4196468 140722700080112 139834612382096 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15763] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15763/stat : 15763 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162247168 26781 33554432000 4194304 4196468 140722700080112 139834611329552 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15764] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15764/stat : 15764 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162247168 26781 33554432000 4194304 4196468 140722700080112 139834610277008 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15765] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15765/stat : 15765 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162247168 26781 33554432000 4194304 4196468 140722700080112 139834609224464 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15766] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15766/stat : 15766 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162247168 26781 33554432000 4194304 4196468 140722700080112 139834608171920 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15767] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15767/stat : 15767 (java) S 15756 15759 9820 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3200784 11162247168 26781 33554432000 4194304 4196468 140722700080112 139834607119376 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15768] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15768/stat : 15768 (java) S 15756 15759 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3200784 11162247168 26781 33554432000 4194304 4196468 140722700080112 139834276310160 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 10900632

[startup+1.50085 s]
/proc/loadavg: 3.49 3.07 2.49 6/282 15779
/proc/meminfo: memFree=29578460/32770624 swapFree=5824/208832
[pid=15759] ppid=15756 vsize=10900632 CPUtime=5.71 cores=0,2,4,6,8,10,12,14
/proc/15759/stat : 15759 (java) S 15756 15759 9820 0 -1 1077944320 20590 0 0 0 540 31 0 0 20 0 20 0 3200782 11162247168 70453 33554432000 4194304 4196468 140722700080112 140722700062656 139834676743927 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
/proc/15759/statm: 2725158 70453 3125 1 0 2713552 0
[pid=15759/tid=15760] ppid=15756 vsize=10900632 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15760/stat : 15760 (java) R 15756 15759 9820 0 -1 4202560 6099 0 0 0 133 4 0 0 20 0 20 0 3200783 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834680976168 139834291177740 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15761] ppid=15756 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15761/stat : 15761 (java) S 15756 15759 9820 0 -1 1077944384 88 0 0 0 5 3 0 0 20 0 20 0 3200783 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834613434640 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15762] ppid=15756 vsize=10900632 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15762/stat : 15762 (java) S 15756 15759 9820 0 -1 1077944384 88 0 0 0 5 4 0 0 20 0 20 0 3200784 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834612382096 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15763] ppid=15756 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15763/stat : 15763 (java) S 15756 15759 9820 0 -1 1077944384 44 0 0 0 4 2 0 0 20 0 20 0 3200784 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834611329552 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15764] ppid=15756 vsize=10900632 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15764/stat : 15764 (java) S 15756 15759 9820 0 -1 1077944384 78 0 0 0 5 2 0 0 20 0 20 0 3200784 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834610277008 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15765] ppid=15756 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15765/stat : 15765 (java) S 15756 15759 9820 0 -1 1077944384 45 0 0 0 4 2 0 0 20 0 20 0 3200784 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834609224464 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15766] ppid=15756 vsize=10900632 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15766/stat : 15766 (java) S 15756 15759 9820 0 -1 1077944384 103 0 0 0 7 2 0 0 20 0 20 0 3200784 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834608171920 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15767] ppid=15756 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15767/stat : 15767 (java) S 15756 15759 9820 0 -1 1077944384 89 0 0 0 5 3 0 0 20 0 20 0 3200784 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834607119376 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15768] ppid=15756 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15768/stat : 15768 (java) S 15756 15759 9820 0 -1 1077944384 62 0 0 0 3 1 0 0 20 0 20 0 3200784 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834276310160 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15770] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15770/stat : 15770 (java) S 15756 15759 9820 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 3200785 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834152409072 139834676755074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15771] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15771/stat : 15771 (java) S 15756 15759 9820 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3200786 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834151355296 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15772] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15772/stat : 15772 (java) S 15756 15759 9820 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 3200786 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834150302704 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15773] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15773/stat : 15773 (java) S 15756 15759 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3200789 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834149251280 139834676762523 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15774] ppid=15756 vsize=10900632 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15774/stat : 15774 (java) R 15756 15759 9820 0 -1 4202560 4387 0 0 0 109 0 0 0 20 0 20 0 3200789 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834148184776 139834658288040 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15775] ppid=15756 vsize=10900632 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15775/stat : 15775 (java) S 15756 15759 9820 0 -1 1077944384 3691 0 0 0 109 1 0 0 20 0 20 0 3200789 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834147146352 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15776] ppid=15756 vsize=10900632 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15776/stat : 15776 (java) S 15756 15759 9820 0 -1 1077944384 2686 0 0 0 102 0 0 0 20 0 20 0 3200789 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834146093808 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15777] ppid=15756 vsize=10900632 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15777/stat : 15777 (java) S 15756 15759 9820 0 -1 1077944384 1679 0 0 0 44 0 0 0 20 0 20 0 3200789 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834145041264 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15778] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15778/stat : 15778 (java) S 15756 15759 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3200789 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834143987936 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15779] ppid=15756 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15779/stat : 15779 (java) S 15756 15759 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3200790 11162247168 70453 33554432000 4194304 4196468 140722700080112 139834142935472 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
Current children cumulated CPU time (s) 5.71

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

[pid=15759/tid=15777] ppid=15756 vsize=10967196 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15777/stat : 15777 (java) S 15756 15759 9820 0 -1 1077944384 4020 0 0 0 53 1 0 0 20 0 21 0 3200789 11230408704 552948 33554432000 4194304 4196468 140722700080112 139834145041264 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15778] ppid=15756 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15778/stat : 15778 (java) S 15756 15759 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3200789 11230408704 552948 33554432000 4194304 4196468 140722700080112 139834143987936 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15779] ppid=15756 vsize=10967196 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15779/stat : 15779 (java) S 15756 15759 9820 0 -1 1077944384 1716 0 0 0 62 57 0 0 20 0 21 0 3200790 11230408704 552948 33554432000 4194304 4196468 140722700080112 139834142935472 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15780] ppid=15756 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15780/stat : 15780 (java) S 15756 15759 9820 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3201312 11230408704 552948 33554432000 4194304 4196468 140722700080112 139834141881264 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
Current children cumulated CPU time (s) 2350.46
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2371.9 s]
/proc/loadavg: 2.04 2.20 2.41 3/284 16076
/proc/meminfo: memFree=28314724/32770624 swapFree=5824/212036
[pid=15759] ppid=15756 vsize=10967196 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/15759/stat : 15759 (java) S 15756 15759 9820 0 -1 1077944320 120391 0 0 0 239313 691 0 0 20 0 21 0 3200782 11230408704 552949 33554432000 4194304 4196468 140722700080112 140722700062656 139834676743927 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
/proc/15759/statm: 2741799 552949 3171 1 0 2730193 0
[pid=15759/tid=15760] ppid=15756 vsize=10967196 CPUtime=2366.41 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15760/stat : 15760 (java) R 15756 15759 9820 0 -1 4202560 65832 0 0 0 236619 22 0 0 20 0 21 0 3200783 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834680982864 139834288061045 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15761] ppid=15756 vsize=10967196 CPUtime=3.26 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15761/stat : 15761 (java) S 15756 15759 9820 0 -1 1077944384 3935 0 0 0 244 82 0 0 20 0 21 0 3200783 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834613434640 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15762] ppid=15756 vsize=10967196 CPUtime=3.24 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15762/stat : 15762 (java) S 15756 15759 9820 0 -1 1077944384 2837 0 0 0 245 79 0 0 20 0 21 0 3200784 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834612382096 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15763] ppid=15756 vsize=10967196 CPUtime=3.23 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15763/stat : 15763 (java) S 15756 15759 9820 0 -1 1077944384 2624 0 0 0 255 68 0 0 20 0 21 0 3200784 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834611329552 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15764] ppid=15756 vsize=10967196 CPUtime=3.19 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15764/stat : 15764 (java) S 15756 15759 9820 0 -1 1077944384 2097 0 0 0 244 75 0 0 20 0 21 0 3200784 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834610277008 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15765] ppid=15756 vsize=10967196 CPUtime=3.21 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15765/stat : 15765 (java) S 15756 15759 9820 0 -1 1077944384 1241 0 0 0 240 81 0 0 20 0 21 0 3200784 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834609224464 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15766] ppid=15756 vsize=10967196 CPUtime=3.26 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15766/stat : 15766 (java) S 15756 15759 9820 0 -1 1077944384 3407 0 0 0 249 77 0 0 20 0 21 0 3200784 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834608171920 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15767] ppid=15756 vsize=10967196 CPUtime=3.24 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15767/stat : 15767 (java) S 15756 15759 9820 0 -1 1077944384 1498 0 0 0 250 74 0 0 20 0 21 0 3200784 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834607119376 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15768] ppid=15756 vsize=10967196 CPUtime=3.23 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15768/stat : 15768 (java) S 15756 15759 9820 0 -1 1077944384 2008 0 0 0 246 77 0 0 20 0 21 0 3200784 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834276310160 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15770] ppid=15756 vsize=10967196 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15770/stat : 15770 (java) S 15756 15759 9820 0 -1 1077944384 6520 0 0 0 68 2 0 0 20 0 21 0 3200785 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834152409072 139834676755074 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15771] ppid=15756 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15771/stat : 15771 (java) S 15756 15759 9820 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 21 0 3200786 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834151355360 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15772] ppid=15756 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15772/stat : 15772 (java) S 15756 15759 9820 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 21 0 3200786 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834150302720 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15773] ppid=15756 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15773/stat : 15773 (java) S 15756 15759 9820 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3200789 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834149251280 139834676762523 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15774] ppid=15756 vsize=10967196 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15774/stat : 15774 (java) S 15756 15759 9820 0 -1 1077944384 8090 0 0 0 172 1 0 0 20 0 21 0 3200789 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834148198896 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15775] ppid=15756 vsize=10967196 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15775/stat : 15775 (java) S 15756 15759 9820 0 -1 1077944384 7693 0 0 0 189 1 0 0 20 0 21 0 3200789 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834147146352 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15776] ppid=15756 vsize=10967196 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15776/stat : 15776 (java) S 15756 15759 9820 0 -1 1077944384 5366 0 0 0 153 1 0 0 20 0 21 0 3200789 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834146093808 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15777] ppid=15756 vsize=10967196 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15777/stat : 15777 (java) S 15756 15759 9820 0 -1 1077944384 4025 0 0 0 53 1 0 0 20 0 21 0 3200789 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834145041264 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15778] ppid=15756 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15778/stat : 15778 (java) S 15756 15759 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3200789 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834143987936 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15779] ppid=15756 vsize=10967196 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15779/stat : 15779 (java) S 15756 15759 9820 0 -1 1077944384 1755 0 0 0 64 59 0 0 20 0 21 0 3200790 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834142935472 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15780] ppid=15756 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15780/stat : 15780 (java) S 15756 15759 9820 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3201312 11230408704 552949 33554432000 4194304 4196468 140722700080112 139834141881264 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 10967196

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

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

[startup+2372.01 s]
/proc/loadavg: 2.04 2.20 2.41 3/284 16076
/proc/meminfo: memFree=28314724/32770624 swapFree=5824/212036
[pid=15759] ppid=15756 vsize=11166888 CPUtime=2400.82 cores=0,2,4,6,8,10,12,14
/proc/15759/stat : 15759 (java) S 15756 15759 9820 0 -1 1077944320 122717 0 0 0 239390 692 0 0 20 0 22 0 3200782 11434893312 553054 33554432000 4194304 4196468 140722700080112 140722700062656 139834676743927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
/proc/15759/statm: 2791722 553054 3173 1 0 2780116 0
[pid=15759/tid=15760] ppid=15756 vsize=11166888 CPUtime=2366.42 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15760/stat : 15760 (java) S 15756 15759 9820 0 -1 1077944384 65925 0 0 0 236620 22 0 0 20 0 22 0 3200783 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834680985520 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15761] ppid=15756 vsize=11166888 CPUtime=3.36 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15761/stat : 15761 (java) R 15756 15759 9820 0 -1 4202560 4061 0 0 0 254 82 0 0 20 0 22 0 3200783 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834613434840 139834661771346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15762] ppid=15756 vsize=11166888 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15762/stat : 15762 (java) R 15756 15759 9820 0 -1 4202560 3036 0 0 0 255 79 0 0 20 0 22 0 3200784 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834612382296 139834669843824 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15763] ppid=15756 vsize=11166888 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15763/stat : 15763 (java) R 15756 15759 9820 0 -1 4202560 2750 0 0 0 265 68 0 0 20 0 22 0 3200784 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834611329752 139834669843603 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15764] ppid=15756 vsize=11166888 CPUtime=3.28 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15764/stat : 15764 (java) R 15756 15759 9820 0 -1 4202560 2244 0 0 0 253 75 0 0 20 0 22 0 3200784 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834610277208 139834669840628 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15765] ppid=15756 vsize=11166888 CPUtime=3.31 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15765/stat : 15765 (java) R 15756 15759 9820 0 -1 4202560 1386 0 0 0 250 81 0 0 20 0 22 0 3200784 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834609224664 139834669840644 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15766] ppid=15756 vsize=11166888 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15766/stat : 15766 (java) R 15756 15759 9820 0 -1 4202560 3546 0 0 0 259 78 0 0 20 0 22 0 3200784 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834608172120 139834669840763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15767] ppid=15756 vsize=11166888 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15767/stat : 15767 (java) R 15756 15759 9820 0 -1 4202560 1920 0 0 0 259 74 0 0 20 0 22 0 3200784 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834607119576 139834669843824 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15768] ppid=15756 vsize=11166888 CPUtime=3.33 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15768/stat : 15768 (java) R 15756 15759 9820 0 -1 4202560 2103 0 0 0 256 77 0 0 20 0 22 0 3200784 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834276310048 139834669840684 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15770] ppid=15756 vsize=11166888 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15770/stat : 15770 (java) S 15756 15759 9820 0 -1 1077944384 6574 0 0 0 68 2 0 0 20 0 22 0 3200785 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834152407584 139834676754133 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15771] ppid=15756 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15771/stat : 15771 (java) S 15756 15759 9820 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 22 0 3200786 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834151355360 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15772] ppid=15756 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15772/stat : 15772 (java) S 15756 15759 9820 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 22 0 3200786 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834150302720 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15773] ppid=15756 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15773/stat : 15773 (java) S 15756 15759 9820 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 22 0 3200789 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834149251280 139834676762523 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15774] ppid=15756 vsize=11166888 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15774/stat : 15774 (java) S 15756 15759 9820 0 -1 1077944384 8090 0 0 0 172 1 0 0 20 0 22 0 3200789 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834148198896 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15775] ppid=15756 vsize=11166888 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15775/stat : 15775 (java) S 15756 15759 9820 0 -1 1077944384 7693 0 0 0 189 1 0 0 20 0 22 0 3200789 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834147146352 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15776] ppid=15756 vsize=11166888 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15776/stat : 15776 (java) S 15756 15759 9820 0 -1 1077944384 5366 0 0 0 153 1 0 0 20 0 22 0 3200789 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834146093808 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15777] ppid=15756 vsize=11166888 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15777/stat : 15777 (java) S 15756 15759 9820 0 -1 1077944384 4221 0 0 0 53 1 0 0 20 0 22 0 3200789 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834145041264 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15778] ppid=15756 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15778/stat : 15778 (java) S 15756 15759 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3200789 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834143987936 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15779] ppid=15756 vsize=11166888 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15779/stat : 15779 (java) S 15756 15759 9820 0 -1 1077944384 1755 0 0 0 64 59 0 0 20 0 22 0 3200790 11434893312 553054 33554432000 4194304 4196468 140722700080112 139834142935472 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
Current children cumulated CPU time (s) 2400.82
Current children cumulated vsize (KiB) 11166888

[startup+2372.1 s]
/proc/loadavg: 2.04 2.20 2.41 3/284 16076
/proc/meminfo: memFree=28314724/32770624 swapFree=5824/212036
[pid=15759] ppid=15756 vsize=11166888 CPUtime=2401.32 cores=0,2,4,6,8,10,12,14
/proc/15759/stat : 15759 (java) S 15756 15759 9820 0 -1 1077944320 123630 0 0 0 239414 718 0 0 20 0 22 0 3200782 11434893312 565411 33554432000 4194304 4196468 140722700080112 140722700062656 139834676743927 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
/proc/15759/statm: 2791722 565411 3173 1 0 2780116 0
[pid=15759/tid=15760] ppid=15756 vsize=11166888 CPUtime=2366.42 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15760/stat : 15760 (java) S 15756 15759 9820 0 -1 1077944384 65927 0 0 0 236620 22 0 0 20 0 22 0 3200783 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834680986800 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15761] ppid=15756 vsize=11166888 CPUtime=3.42 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15761/stat : 15761 (java) S 15756 15759 9820 0 -1 1077944384 4110 0 0 0 257 85 0 0 20 0 22 0 3200783 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834613434640 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15762] ppid=15756 vsize=11166888 CPUtime=3.39 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15762/stat : 15762 (java) S 15756 15759 9820 0 -1 1077944384 3083 0 0 0 257 82 0 0 20 0 22 0 3200784 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834612382096 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15763] ppid=15756 vsize=11166888 CPUtime=3.39 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15763/stat : 15763 (java) S 15756 15759 9820 0 -1 1077944384 2793 0 0 0 268 71 0 0 20 0 22 0 3200784 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834611329552 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15764] ppid=15756 vsize=11166888 CPUtime=3.35 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15764/stat : 15764 (java) S 15756 15759 9820 0 -1 1077944384 2565 0 0 0 256 79 0 0 20 0 22 0 3200784 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834610277008 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15765] ppid=15756 vsize=11166888 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15765/stat : 15765 (java) S 15756 15759 9820 0 -1 1077944384 1449 0 0 0 253 84 0 0 20 0 22 0 3200784 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834609224464 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15766] ppid=15756 vsize=11166888 CPUtime=3.42 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15766/stat : 15766 (java) S 15756 15759 9820 0 -1 1077944384 3598 0 0 0 261 81 0 0 20 0 22 0 3200784 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834608171920 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15767] ppid=15756 vsize=11166888 CPUtime=3.4 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15767/stat : 15767 (java) S 15756 15759 9820 0 -1 1077944384 1973 0 0 0 262 78 0 0 20 0 22 0 3200784 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834607119376 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15768] ppid=15756 vsize=11166888 CPUtime=3.38 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15768/stat : 15768 (java) S 15756 15759 9820 0 -1 1077944384 2151 0 0 0 258 80 0 0 20 0 22 0 3200784 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834276310160 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15770] ppid=15756 vsize=11166888 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15770/stat : 15770 (java) S 15756 15759 9820 0 -1 1077944384 6808 0 0 0 68 2 0 0 20 0 22 0 3200785 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834152409072 139834676755074 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15771] ppid=15756 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15771/stat : 15771 (java) S 15756 15759 9820 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 22 0 3200786 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834151355360 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15772] ppid=15756 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15772/stat : 15772 (java) S 15756 15759 9820 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 22 0 3200786 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834150302720 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15773] ppid=15756 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15773/stat : 15773 (java) S 15756 15759 9820 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 22 0 3200789 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834149251280 139834676762523 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15774] ppid=15756 vsize=11166888 CPUtime=1.73 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15774/stat : 15774 (java) S 15756 15759 9820 0 -1 1077944384 8090 0 0 0 172 1 0 0 20 0 22 0 3200789 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834148198896 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15775] ppid=15756 vsize=11166888 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15775/stat : 15775 (java) S 15756 15759 9820 0 -1 1077944384 7693 0 0 0 189 1 0 0 20 0 22 0 3200789 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834147146352 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15776] ppid=15756 vsize=11166888 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15776/stat : 15776 (java) S 15756 15759 9820 0 -1 1077944384 5366 0 0 0 153 1 0 0 20 0 22 0 3200789 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834146093808 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15777] ppid=15756 vsize=11166888 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15777/stat : 15777 (java) S 15756 15759 9820 0 -1 1077944384 4221 0 0 0 53 1 0 0 20 0 22 0 3200789 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834145041264 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15778] ppid=15756 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15778/stat : 15778 (java) S 15756 15759 9820 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3200789 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834143987936 139834676754133 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
[pid=15759/tid=15779] ppid=15756 vsize=11166888 CPUtime=1.23 cores=0,2,4,6,8,10,12,14
/proc/15759/task/15779/stat : 15779 (java) S 15756 15759 9820 0 -1 1077944384 1755 0 0 0 64 59 0 0 20 0 22 0 3200790 11434893312 565411 33554432000 4194304 4196468 140722700080112 139834142935472 139834676755074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7528448 140722700088491 140722700088644 140722700088644 140722700091343 0
Current children cumulated CPU time (s) 2401.32
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2372.17
CPU time (s): 2401.4
CPU user time (s): 2394.2
CPU system time (s): 7.20173
CPU usage (%): 101.232
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.2
system time used= 7.20173
maximum resident set size= 2262112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124511
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55040
involuntary context switches= 122329

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9793 second user time and 19.9592 second system time

The end

Launcher Data

Begin job on node147 at 2017-07-22 01:22:36
IDJOB=4244044
IDBENCH=134517
IDSOLVER=2623
FILE ID=node147/4244044-1500679356
RUNJOBID= node147-1500673363-13447
PBS_JOBID= 20623274
Free space on /tmp= 61932 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s13/Blackhole-4-13-2_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244044-1500679356/watcher-4244044-1500679356 -o /tmp/evaluation-result-4244044-1500679356/solver-4244044-1500679356 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500673363-13447 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244044-1500679356.xml

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

MD5SUM BENCH= 88708c27ba26ffc45c437651276dcd59
RANDOM SEED=1070252216

node147.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		: 1867.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.47
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.47
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.47
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.47
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		: 1600.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.47
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		: 2668.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		: 2267.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.47
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		: 2668.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.47
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		: 2668.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.47
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		: 1600.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:        29793076 kB
MemAvailable:   29806724 kB
Buffers:           44924 kB
Cached:           278516 kB
SwapCached:            0 kB
Active:          2382104 kB
Inactive:         217468 kB
Active(anon):    2279032 kB
Inactive(anon):     8680 kB
Active(file):     103072 kB
Inactive(file):   208788 kB
Unevictable:        5824 kB
Mlocked:            5824 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1520 kB
Writeback:             0 kB
AnonPages:       2281760 kB
Mapped:            42320 kB
Shmem:              8852 kB
Slab:              68044 kB
SReclaimable:      35244 kB
SUnreclaim:        32800 kB
KernelStack:        4560 kB
PageTables:         9632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3977428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2146304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61932 MiB
End job on node147 at 2017-07-22 02:02:08