Trace number 4243882

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (TO) 2400.3 2358.58

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-11.xml
MD5SUM021605e3a27b06e16b3134987a511561
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark13
Best CPU time to get the best result obtained on this benchmark20012.4
Satisfiable
(Un)Satisfiability was proved
Number of variables152
Number of constraints151
Number of domains2
Minimum domain size2
Maximum domain size121
Distribution of domain sizes[{"size":2,"count":30},{"size":121,"count":122}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":32},{"degree":3,"count":89},{"degree":4,"count":30},{"degree":30,"count":1}]
Minimum constraint arity2
Maximum constraint arity121
Distribution of constraint arities[{"arity":2,"count":120},{"arity":3,"count":30},{"arity":121,"count":1}]
Number of extensional constraints0
Number of intensional constraints150
Distribution of constraint types[{"type":"intension","count":150},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

4.16/1.81	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
4.16/1.81	c This is free software under the dual EPL/GNU LGPL licenses.
4.16/1.81	c See www.sat4j.org for details.
4.16/1.81	c That software uses the Rhino library from the Mozilla project.
4.16/1.81	c version CUSTOM.v20170705
4.16/1.81	c java.runtime.name	Java(TM) SE Runtime Environment
4.16/1.81	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
4.16/1.81	c java.vm.version	25.131-b11
4.16/1.81	c java.vm.vendor	Oracle Corporation
4.16/1.81	c sun.arch.data.model	64
4.16/1.81	c java.version		1.8.0_131
4.16/1.81	c os.name		Linux
4.16/1.81	c os.version		3.10.0-514.16.1.el7.x86_64
4.16/1.81	c os.arch		amd64
4.16/1.81	c Free memory 		499604488
4.16/1.81	c Max memory 		7247757312
4.16/1.81	c Total memory 		504889344
4.16/1.81	c Number of processors 	8
4.16/1.81	c c --- Begin Solver configuration ---
4.16/1.81	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
4.16/1.81	c Learn all clauses as in MiniSAT
4.16/1.81	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
4.16/1.81	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
4.16/1.81	c No reason simplification
4.16/1.81	c Glucose 2.1 dynamic restart strategy
4.16/1.81	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
4.16/1.81	c timeout=2147483s
4.16/1.81	c DB Simplification allowed=false
4.16/1.81	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
4.16/1.81	c --- End Solver configuration ---
4.16/1.81	c constraints type 
4.16/1.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 304
4.16/1.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1028940
4.16/1.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 517380
4.16/1.81	c org.sat4j.minisat.constraints.cnf.UnitClause => 300
4.16/1.81	c 1546924 constraints processed.
2400.10/2358.40	c starts		: 70488
2400.10/2358.40	c conflicts		: 15637710
2400.10/2358.40	c decisions		: 386678575
2400.10/2358.40	c propagations		: 3364140186
2400.10/2358.40	c inspects		: 23207896746
2400.10/2358.40	c shortcuts		: 0
2400.10/2358.40	c learnt literals	: 0
2400.10/2358.40	c learnt binary clauses	: 631071
2400.10/2358.40	c learnt ternary clauses	: 424247
2400.10/2358.40	c learnt constraints	: 15637710
2400.10/2358.40	c ignored constraints	: 0
2400.10/2358.40	c root simplifications	: 0
2400.10/2358.40	c removed literals (reason simplification)	: 0
2400.10/2358.40	c reason swapping (by a shorter reason)	: 0
2400.10/2358.40	c Calls to reduceDB	: 172
2400.10/2358.40	c Number of update (reduction) of LBD	: 10813628
2400.10/2358.40	c Imported unit clauses	: 0
2400.10/2358.40	c number of reductions to clauses (during analyze)	: 0
2400.10/2358.40	c number of learned constraints concerned by reduction	: 0
2400.10/2358.40	c number of learning phase by resolution	: 0
2400.10/2358.40	c number of learning phase by cutting planes	: 0
2400.10/2358.40	c number of rounding to 1 operations	: 0
2400.10/2358.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.10/2358.40	c number of reductions of the coefficients by power 2 	: 0
2400.10/2358.40	c number of right shift for reduction by power 2 	: 0
2400.10/2358.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.10/2358.40	c speed (assignments/second)	: 1427554.8989529298
2400.10/2358.40	c non guided choices	27415850
2400.24/2358.55	c learnt constraints type 
2400.24/2358.55	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 631071
2400.24/2358.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 980564
2400.24/2358.55	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-4243882-1500677017/watcher-4243882-1500677017 -o /tmp/evaluation-result-4243882-1500677017/solver-4243882-1500677017 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1500672664-7005 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243882-1500677017.xml 

pid=8089
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: 2.00 2.13 3.14 3/262 8092
/proc/meminfo: memFree=31227376/32770624 swapFree=5956/230232
[pid=8092] ppid=8089 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/stat : 8092 (java) S 8089 8092 2444 0 -1 1077944320 1716 0 0 0 0 0 0 0 20 0 2 0 2970298 369864704 1935 33554432000 4194304 4196468 140732616674096 140732616656640 140487727869687 0 0 0 16784584 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
/proc/8092/statm: 90299 1935 1081 1 0 79210 0
[pid=8092/tid=8093] ppid=8089 vsize=8323820 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8093/stat : 8093 (java) R 8089 8092 2444 0 -1 4202560 464 0 0 0 0 0 0 0 20 0 2 0 2970298 8523591680 1999 33554432000 4194304 4196468 140732616674096 140487732111776 140487720586650 0 4 0 16784584 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0

[startup+0.100121 s]
/proc/loadavg: 2.00 2.13 3.14 3/262 8092
/proc/meminfo: memFree=31227376/32770624 swapFree=5956/230232
[pid=8092] ppid=8089 vsize=10900456 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/8092/stat : 8092 (java) S 8089 8092 2444 0 -1 1077944320 4614 0 0 0 9 1 0 0 20 0 20 0 2970298 11162066944 6237 33554432000 4194304 4196468 140732616674096 140732616656640 140487727869687 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
/proc/8092/statm: 2725114 6237 2641 1 0 2713552 0
[pid=8092/tid=8093] ppid=8089 vsize=10900456 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8093/stat : 8093 (java) R 8089 8092 2444 0 -1 4202560 2697 0 0 0 7 0 0 0 20 0 20 0 2970298 11162066944 6237 33554432000 4194304 4196468 140732616674096 140487732111968 140487706314064 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900456

[startup+0.200431 s]
/proc/loadavg: 2.00 2.13 3.14 3/262 8092
/proc/meminfo: memFree=31227376/32770624 swapFree=5956/230232
[pid=8092] ppid=8089 vsize=10900556 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/8092/stat : 8092 (java) S 8089 8092 2444 0 -1 1077944320 6456 0 0 0 19 2 0 0 20 0 20 0 2970298 11162169344 7798 33554432000 4194304 4196468 140732616674096 140732616656640 140487727869687 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
/proc/8092/statm: 2725139 7798 2787 1 0 2713552 0
[pid=8092/tid=8093] ppid=8089 vsize=10900556 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8093/stat : 8093 (java) D 8089 8092 2444 0 -1 1077944384 4276 0 0 0 13 1 0 0 20 0 20 0 2970298 11162169344 7798 33554432000 4194304 4196468 140732616674096 140487732080864 140487720548909 0 4 0 16800975 18446744072101674532 0 0 -1 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10900556

[startup+0.300429 s]
/proc/loadavg: 2.00 2.13 3.14 3/262 8092
/proc/meminfo: memFree=31227376/32770624 swapFree=5956/230232
[pid=8092] ppid=8089 vsize=10900556 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/8092/stat : 8092 (java) S 8089 8092 2444 0 -1 1077944320 6656 0 0 0 22 2 0 0 20 0 20 0 2970298 11162169344 8043 33554432000 4194304 4196468 140732616674096 140732616656640 140487727869687 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
/proc/8092/statm: 2725139 8043 2886 1 0 2713552 0
[pid=8092/tid=8093] ppid=8089 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8093/stat : 8093 (java) R 8089 8092 2444 0 -1 4202560 4345 0 0 0 15 2 0 0 20 0 20 0 2970298 11162169344 8043 33554432000 4194304 4196468 140732616674096 140487732101840 140487727891613 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10900556

[startup+0.700247 s]
/proc/loadavg: 2.00 2.13 3.14 3/262 8092
/proc/meminfo: memFree=31227376/32770624 swapFree=5956/230232
[pid=8092] ppid=8089 vsize=10900632 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/8092/stat : 8092 (java) S 8089 8092 2444 0 -1 1077944320 10725 0 0 0 122 5 0 0 20 0 20 0 2970298 11162247168 22827 33554432000 4194304 4196468 140732616674096 140732616656640 140487727869687 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
/proc/8092/statm: 2725158 22827 3077 1 0 2713552 0
[pid=8092/tid=8093] ppid=8089 vsize=10900632 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8093/stat : 8093 (java) R 8089 8092 2444 0 -1 4202560 5138 0 0 0 54 3 0 0 20 0 20 0 2970298 11162247168 22827 33554432000 4194304 4196468 140732616674096 140487732105976 140487325762040 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 10900632

[startup+1.50098 s]
/proc/loadavg: 2.00 2.13 3.14 3/282 8112
/proc/meminfo: memFree=31094604/32770624 swapFree=5956/230276
[pid=8092] ppid=8089 vsize=10900632 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/8092/stat : 8092 (java) S 8089 8092 2444 0 -1 1077944320 17928 0 0 0 264 33 0 0 20 0 20 0 2970298 11162247168 59104 33554432000 4194304 4196468 140732616674096 140732616656640 140487727869687 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
/proc/8092/statm: 2725158 59104 3114 1 0 2713552 0
[pid=8092/tid=8093] ppid=8089 vsize=10900632 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8093/stat : 8093 (java) R 8089 8092 2444 0 -1 4202560 6323 0 0 0 125 5 0 0 20 0 20 0 2970298 11162247168 59104 33554432000 4194304 4196468 140732616674096 140487732101984 140487323319556 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8095] ppid=8089 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8095/stat : 8095 (java) S 8089 8092 2444 0 -1 1077944384 37 0 0 0 3 2 0 0 20 0 20 0 2970299 11162247168 59104 33554432000 4194304 4196468 140732616674096 140487653943952 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8096] ppid=8089 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8096/stat : 8096 (java) S 8089 8092 2444 0 -1 1077944384 197 0 0 0 3 2 0 0 20 0 20 0 2970299 11162247168 59104 33554432000 4194304 4196468 140732616674096 140487652891152 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8097] ppid=8089 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8097/stat : 8097 (java) S 8089 8092 2444 0 -1 1077944384 95 0 0 0 3 3 0 0 20 0 20 0 2970299 11162247168 59104 33554432000 4194304 4196468 140732616674096 140487651838352 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8098] ppid=8089 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8098/stat : 8098 (java) S 8089 8092 2444 0 -1 1077944384 221 0 0 0 3 3 0 0 20 0 20 0 2970299 11162247168 59104 33554432000 4194304 4196468 140732616674096 140487650785552 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8099] ppid=8089 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8099/stat : 8099 (java) S 8089 8092 2444 0 -1 1077944384 144 0 0 0 3 3 0 0 20 0 20 0 2970299 11162247168 59104 33554432000 4194304 4196468 140732616674096 140487649733776 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8100] ppid=8089 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8100/stat : 8100 (java) S 8089 8092 2444 0 -1 1077944384 45 0 0 0 3 3 0 0 20 0 20 0 2970299 11162247168 59104 33554432000 4194304 4196468 140732616674096 140487648680976 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8101] ppid=8089 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8101/stat : 8101 (java) S 8089 8092 2444 0 -1 1077944384 39 0 0 0 3 3 0 0 20 0 20 0 2970299 11162247168 59104 33554432000 4194304 4196468 140732616674096 140487647628176 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8102] ppid=8089 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8102/stat : 8102 (java) S 8089 8092 2444 0 -1 1077944384 42 0 0 0 3 2 0 0 20 0 20 0 2970299 11162247168 59104 33554432000 4194304 4196468 140732616674096 140487646575376 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8103] ppid=8089 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8103/stat : 8103 (java) S 8089 8092 2444 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 20 0 2970302 11162247168 59104 33554432000 4194304 4196468 140732616674096 140486934149488 140487727880834 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8104] ppid=8089 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8104/stat : 8104 (java) S 8089 8092 2444 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 2970302 11162247168 59104 33554432000 4194304 4196468 140732616674096 140486933095456 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8105] ppid=8089 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8105/stat : 8105 (java) S 8089 8092 2444 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 2970303 11162247168 59104 33554432000 4194304 4196468 140732616674096 140486932042608 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8106] ppid=8089 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8106/stat : 8106 (java) S 8089 8092 2444 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2970306 11162247168 59104 33554432000 4194304 4196468 140732616674096 140486930990928 140487727888283 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8107] ppid=8089 vsize=10900632 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8107/stat : 8107 (java) R 8089 8092 2444 0 -1 4202560 3891 0 0 0 44 0 0 0 20 0 20 0 2970306 11162247168 59104 33554432000 4194304 4196468 140732616674096 140486929920880 140487711280581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8108] ppid=8089 vsize=10900632 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8108/stat : 8108 (java) R 8089 8092 2444 0 -1 4202560 1403 0 0 0 19 0 0 0 20 0 20 0 2970306 11162247168 59104 33554432000 4194304 4196468 140732616674096 140486928872944 140487709055494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8109] ppid=8089 vsize=10900632 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8109/stat : 8109 (java) R 8089 8092 2444 0 -1 4202560 1720 0 0 0 19 0 0 0 20 0 20 0 2970306 11162247168 59104 33554432000 4194304 4196468 140732616674096 140486927820256 140487727881622 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8110] ppid=8089 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8110/stat : 8110 (java) R 8089 8092 2444 0 -1 4202560 1997 0 0 0 28 0 0 0 20 0 20 0 2970306 11162247168 59104 33554432000 4194304 4196468 140732616674096 140486926779312 140487727891034 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8111] ppid=8089 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8111/stat : 8111 (java) S 8089 8092 2444 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2970306 11162247168 59104 33554432000 4194304 4196468 140732616674096 140486925728352 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8112] ppid=8089 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8112/stat : 8112 (java) S 8089 8092 2444 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 2970307 11162247168 59104 33554432000 4194304 4196468 140732616674096 140486924675632 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 10900632

[startup+3.10094 s]
/proc/loadavg: 2.00 2.13 3.14 3/283 8113
/proc/meminfo: memFree=30993272/32770624 swapFree=5956/230276
[pid=8092] ppid=8089 vsize=10967196 CPUtime=7.97 cores=0,2,4,6,8,10,12,14
/proc/8092/stat : 8092 (java) S 8089 8092 2444 0 -1 1077944320 25082 0 0 0 727 70 0 0 20 0 21 0 2970298 11230408704 82161 33554432000 4194304 4196468 140732616674096 140732616656640 140487727869687 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
/proc/8092/statm: 2741799 82161 3144 1 0 2730193 0
[pid=8092/tid=8093] ppid=8089 vsize=10967196 CPUtime=2.77 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8093/stat : 8093 (java) R 8089 8092 2444 0 -1 4202560 6535 0 0 0 272 5 0 0 20 0 21 0 2970298 11230408704 82161 33554432000 4194304 4196468 140732616674096 140487732106360 140487327769780 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8095] ppid=8089 vsize=10967196 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8095/stat : 8095 (java) S 8089 8092 2444 0 -1 1077944384 106 0 0 0 10 7 0 0 20 0 21 0 2970299 11230408704 82161 33554432000 4194304 4196468 140732616674096 140487653943952 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8096] ppid=8089 vsize=10967196 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8096/stat : 8096 (java) S 8089 8092 2444 0 -1 1077944384 281 0 0 0 10 7 0 0 20 0 21 0 2970299 11230408704 82161 33554432000 4194304 4196468 140732616674096 140487652891152 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8097] ppid=8089 vsize=10967196 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8097/stat : 8097 (java) S 8089 8092 2444 0 -1 1077944384 174 0 0 0 9 7 0 0 20 0 21 0 2970299 11230408704 82161 33554432000 4194304 4196468 140732616674096 140487651838352 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8098] ppid=8089 vsize=10967196 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8098/stat : 8098 (java) S 8089 8092 2444 0 -1 1077944384 295 0 0 0 10 7 0 0 20 0 21 0 2970299 11230408704 82161 33554432000 4194304 4196468 140732616674096 140487650785552 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8099] ppid=8089 vsize=10967196 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8099/stat : 8099 (java) S 8089 8092 2444 0 -1 1077944384 237 0 0 0 10 7 0 0 20 0 21 0 2970299 11230408704 82161 33554432000 4194304 4196468 140732616674096 140487649733776 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8100] ppid=8089 vsize=10967196 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8100/stat : 8100 (java) S 8089 8092 2444 0 -1 1077944384 135 0 0 0 10 7 0 0 20 0 21 0 2970299 11230408704 82161 33554432000 4194304 4196468 140732616674096 140487648680976 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8101] ppid=8089 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8101/stat : 8101 (java) S 8089 8092 2444 0 -1 1077944384 108 0 0 0 9 6 0 0 20 0 21 0 2970299 11230408704 82161 33554432000 4194304 4196468 140732616674096 140487647628176 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8102] ppid=8089 vsize=10967196 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8102/stat : 8102 (java) S 8089 8092 2444 0 -1 1077944384 133 0 0 0 10 7 0 0 20 0 21 0 2970299 11230408704 82161 33554432000 4194304 4196468 140732616674096 140487646575376 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8103] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8103/stat : 8103 (java) S 8089 8092 2444 0 -1 1077944384 326 0 0 0 0 0 0 0 20 0 21 0 2970302 11230408704 82161 33554432000 4194304 4196468 140732616674096 140486934149488 140487727880834 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8104] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8104/stat : 8104 (java) S 8089 8092 2444 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 2970302 11230408704 82161 33554432000 4194304 4196468 140732616674096 140486933095520 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8105] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8105/stat : 8105 (java) S 8089 8092 2444 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 21 0 2970303 11230408704 82161 33554432000 4194304 4196468 140732616674096 140486932042608 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8106] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8106/stat : 8106 (java) S 8089 8092 2444 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2970306 11230408704 82161 33554432000 4194304 4196468 140732616674096 140486930990928 140487727888283 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8107] ppid=8089 vsize=10967196 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8107/stat : 8107 (java) S 8089 8092 2444 0 -1 1077944384 6681 0 0 0 114 0 0 0 20 0 21 0 2970306 11230408704 82161 33554432000 4194304 4196468 140732616674096 140486929939312 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8108] ppid=8089 vsize=10967196 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8108/stat : 8108 (java) S 8089 8092 2444 0 -1 1077944384 2751 0 0 0 98 1 0 0 20 0 21 0 2970306 11230408704 82161 33554432000 4194304 4196468 140732616674096 140486928886512 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8109] ppid=8089 vsize=10967196 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8109/stat : 8109 (java) R 8089 8092 2444 0 -1 4202560 3227 0 0 0 109 1 0 0 20 0 21 0 2970306 11230408704 82161 33554432000 4194304 4196468 140732616674096 140486927834008 140487705466160 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8110] ppid=8089 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8110/stat : 8110 (java) S 8089 8092 2444 0 -1 1077944384 2617 0 0 0 50 0 0 0 20 0 21 0 2970306 11230408704 82161 33554432000 4194304 4196468 140732616674096 140486926780912 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8111] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8111/stat : 8111 (java) S 8089 8092 2444 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2970306 11230408704 82161 33554432000 4194304 4196468 140732616674096 140486925728352 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8112] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8112/stat : 8112 (java) S 8089 8092 2444 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2970307 11230408704 82161 33554432000 4194304 4196468 140732616674096 140486924675632 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8113] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8113/stat : 8113 (java) S 8089 8092 2444 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2970481 11230408704 82161 33554432000 4194304 4196468 140732616674096 140486923621168 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 10967196

[startup+6.30091 s]
/proc/loadavg: 2.08 2.14 3.14 3/283 8113
/proc/meminfo: memFree=30915460/32770624 swapFree=5956/230276
[pid=8092] ppid=8089 vsize=10967196 CPUtime=11.52 cores=0,2,4,6,8,10,12,14
/proc/8092/stat : 8092 (java) S 8089 8092 2444 0 -1 1077944320 25518 0 0 0 1082 70 0 0 20 0 21 0 2970298 11230408704 80886 33554432000 4194304 4196468 140732616674096 140732616656640 140487727869687 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
/proc/8092/statm: 2741799 80886 3152 1 0 2730193 0
[pid=8092/tid=8093] ppid=8089 vsize=10967196 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8093/stat : 8093 (java) R 8089 8092 2444 0 -1 4202560 6580 0 0 0 592 5 0 0 20 0 21 0 2970298 11230408704 80886 33554432000 4194304 4196468 140732616674096 140487732108552 140487327737447 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8095] ppid=8089 vsize=10967196 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8095/stat : 8095 (java) S 8089 8092 2444 0 -1 1077944384 106 0 0 0 10 7 0 0 20 0 21 0 2970299 11230408704 80886 33554432000 4194304 4196468 140732616674096 140487653943952 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8096] ppid=8089 vsize=10967196 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8096/stat : 8096 (java) S 8089 8092 2444 0 -1 1077944384 281 0 0 0 10 7 0 0 20 0 21 0 2970299 11230408704 80886 33554432000 4194304 4196468 140732616674096 140487652891152 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8097] ppid=8089 vsize=10967196 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8097/stat : 8097 (java) S 8089 8092 2444 0 -1 1077944384 174 0 0 0 9 7 0 0 20 0 21 0 2970299 11230408704 80886 33554432000 4194304 4196468 140732616674096 140487651838352 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8098] ppid=8089 vsize=10967196 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8098/stat : 8098 (java) S 8089 8092 2444 0 -1 1077944384 295 0 0 0 10 7 0 0 20 0 21 0 2970299 11230408704 80886 33554432000 4194304 4196468 140732616674096 140487650785552 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8099] ppid=8089 vsize=10967196 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8099/stat : 8099 (java) S 8089 8092 2444 0 -1 1077944384 237 0 0 0 10 7 0 0 20 0 21 0 2970299 11230408704 80886 33554432000 4194304 4196468 140732616674096 140487649733776 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8100] ppid=8089 vsize=10967196 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8100/stat : 8100 (java) S 8089 8092 2444 0 -1 1077944384 135 0 0 0 10 7 0 0 20 0 21 0 2970299 11230408704 80886 33554432000 4194304 4196468 140732616674096 140487648680976 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8101] ppid=8089 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8101/stat : 8101 (java) S 8089 8092 2444 0 -1 1077944384 108 0 0 0 9 6 0 0 20 0 21 0 2970299 11230408704 80886 33554432000 4194304 4196468 140732616674096 140487647628176 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8102] ppid=8089 vsize=10967196 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8102/stat : 8102 (java) S 8089 8092 2444 0 -1 1077944384 133 0 0 0 10 7 0 0 20 0 21 0 2970299 11230408704 80886 33554432000 4194304 4196468 140732616674096 140487646575376 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8103] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8103/stat : 8103 (java) S 8089 8092 2444 0 -1 1077944384 326 0 0 0 0 0 0 0 20 0 21 0 2970302 11230408704 80886 33554432000 4194304 4196468 140732616674096 140486934149488 140487727880834 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8104] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8104/stat : 8104 (java) S 8089 8092 2444 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 2970302 11230408704 80886 33554432000 4194304 4196468 140732616674096 140486933095520 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8105] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

Current children cumulated CPU time (s) 2360.61
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2358.2 s]
/proc/loadavg: 1.96 2.05 2.12 3/283 8299
/proc/meminfo: memFree=26286444/32770624 swapFree=5956/232620
[pid=8092] ppid=8089 vsize=10967196 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/8092/stat : 8092 (java) S 8089 8092 2444 0 -1 1077944320 145911 0 0 0 238528 1481 0 0 20 0 21 0 2970298 11230408704 831839 33554432000 4194304 4196468 140732616674096 140732616656640 140487727869687 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
/proc/8092/statm: 2741799 831839 3171 1 0 2730193 0
[pid=8092/tid=8093] ppid=8089 vsize=10967196 CPUtime=2351.12 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8093/stat : 8093 (java) R 8089 8092 2444 0 -1 4202560 72321 0 0 0 235089 23 0 0 20 0 21 0 2970298 11230408704 831839 33554432000 4194304 4196468 140732616674096 140487732108288 140487327729205 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8095] ppid=8089 vsize=10967196 CPUtime=5.39 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8095/stat : 8095 (java) S 8089 8092 2444 0 -1 1077944384 3882 0 0 0 360 179 0 0 20 0 21 0 2970299 11230408704 831839 33554432000 4194304 4196468 140732616674096 140487653943952 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8096] ppid=8089 vsize=10967196 CPUtime=5.33 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8096/stat : 8096 (java) S 8089 8092 2444 0 -1 1077944384 5345 0 0 0 362 171 0 0 20 0 21 0 2970299 11230408704 831839 33554432000 4194304 4196468 140732616674096 140487652891152 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8097] ppid=8089 vsize=10967196 CPUtime=5.38 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8097/stat : 8097 (java) S 8089 8092 2444 0 -1 1077944384 3282 0 0 0 363 175 0 0 20 0 21 0 2970299 11230408704 831839 33554432000 4194304 4196468 140732616674096 140487651838352 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8098] ppid=8089 vsize=10967196 CPUtime=5.32 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8098/stat : 8098 (java) S 8089 8092 2444 0 -1 1077944384 2956 0 0 0 358 174 0 0 20 0 21 0 2970299 11230408704 831839 33554432000 4194304 4196468 140732616674096 140487650785552 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8099] ppid=8089 vsize=10967196 CPUtime=5.34 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8099/stat : 8099 (java) S 8089 8092 2444 0 -1 1077944384 4110 0 0 0 359 175 0 0 20 0 21 0 2970299 11230408704 831839 33554432000 4194304 4196468 140732616674096 140487649733776 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8100] ppid=8089 vsize=10967196 CPUtime=5.34 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8100/stat : 8100 (java) S 8089 8092 2444 0 -1 1077944384 3319 0 0 0 361 173 0 0 20 0 21 0 2970299 11230408704 831839 33554432000 4194304 4196468 140732616674096 140487648680976 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8101] ppid=8089 vsize=10967196 CPUtime=5.37 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8101/stat : 8101 (java) S 8089 8092 2444 0 -1 1077944384 2894 0 0 0 361 176 0 0 20 0 21 0 2970299 11230408704 831839 33554432000 4194304 4196468 140732616674096 140487647628176 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8102] ppid=8089 vsize=10967196 CPUtime=5.33 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8102/stat : 8102 (java) S 8089 8092 2444 0 -1 1077944384 2934 0 0 0 358 175 0 0 20 0 21 0 2970299 11230408704 831839 33554432000 4194304 4196468 140732616674096 140487646575376 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8103] ppid=8089 vsize=10967196 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8103/stat : 8103 (java) S 8089 8092 2444 0 -1 1077944384 17655 0 0 0 55 3 0 0 20 0 21 0 2970302 11230408704 831839 33554432000 4194304 4196468 140732616674096 140486934149488 140487727880834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8104] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8104/stat : 8104 (java) S 8089 8092 2444 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 21 0 2970302 11230408704 831839 33554432000 4194304 4196468 140732616674096 140486933095520 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8105] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8105/stat : 8105 (java) S 8089 8092 2444 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 21 0 2970303 11230408704 831839 33554432000 4194304 4196468 140732616674096 140486932042608 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8106] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8106/stat : 8106 (java) S 8089 8092 2444 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2970306 11230408704 831839 33554432000 4194304 4196468 140732616674096 140486930990928 140487727888283 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8107] ppid=8089 vsize=10967196 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8107/stat : 8107 (java) S 8089 8092 2444 0 -1 1077944384 7274 0 0 0 127 1 0 0 20 0 21 0 2970306 11230408704 831839 33554432000 4194304 4196468 140732616674096 140486929939312 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8108] ppid=8089 vsize=10967196 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8108/stat : 8108 (java) S 8089 8092 2444 0 -1 1077944384 5826 0 0 0 106 1 0 0 20 0 21 0 2970306 11230408704 831839 33554432000 4194304 4196468 140732616674096 140486928886512 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8109] ppid=8089 vsize=10967196 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8109/stat : 8109 (java) S 8089 8092 2444 0 -1 1077944384 5227 0 0 0 135 1 0 0 20 0 21 0 2970306 11230408704 831839 33554432000 4194304 4196468 140732616674096 140486927833712 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8110] ppid=8089 vsize=10967196 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8110/stat : 8110 (java) S 8089 8092 2444 0 -1 1077944384 5340 0 0 0 53 1 0 0 20 0 21 0 2970306 11230408704 831839 33554432000 4194304 4196468 140732616674096 140486926780912 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8111] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8111/stat : 8111 (java) S 8089 8092 2444 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2970306 11230408704 831839 33554432000 4194304 4196468 140732616674096 140486925728352 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8112] ppid=8089 vsize=10967196 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8112/stat : 8112 (java) S 8089 8092 2444 0 -1 1077944384 2089 0 0 0 63 59 0 0 20 0 21 0 2970307 11230408704 831839 33554432000 4194304 4196468 140732616674096 140486924675632 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8113] ppid=8089 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8113/stat : 8113 (java) S 8089 8092 2444 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2970481 11230408704 831839 33554432000 4194304 4196468 140732616674096 140486923621168 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
Current children cumulated CPU time (s) 2400.09
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 8092 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2358.4 s]
/proc/loadavg: 1.96 2.05 2.12 2/284 8302
/proc/meminfo: memFree=26286444/32770624 swapFree=5956/232620
[pid=8092] ppid=8089 vsize=11166888 CPUtime=2400.11 cores=0,2,4,6,8,10,12,14
/proc/8092/stat : 8092 (java) S 8089 8092 2444 0 -1 1077944320 146206 0 0 0 238530 1481 0 0 20 0 22 0 2970298 11434893312 831853 33554432000 4194304 4196468 140732616674096 140732616656640 140487727869687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
/proc/8092/statm: 2791722 831853 3173 1 0 2780116 0
[pid=8092/tid=8093] ppid=8089 vsize=11166888 CPUtime=2351.12 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8093/stat : 8093 (java) S 8089 8092 2444 0 -1 1077944384 72330 0 0 0 235089 23 0 0 20 0 22 0 2970298 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487732112560 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8095] ppid=8089 vsize=11166888 CPUtime=5.39 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8095/stat : 8095 (java) S 8089 8092 2444 0 -1 1077944384 3882 0 0 0 360 179 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487653943952 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8096] ppid=8089 vsize=11166888 CPUtime=5.33 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8096/stat : 8096 (java) S 8089 8092 2444 0 -1 1077944384 5345 0 0 0 362 171 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487652891152 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8097] ppid=8089 vsize=11166888 CPUtime=5.38 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8097/stat : 8097 (java) S 8089 8092 2444 0 -1 1077944384 3282 0 0 0 363 175 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487651838352 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8098] ppid=8089 vsize=11166888 CPUtime=5.32 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8098/stat : 8098 (java) S 8089 8092 2444 0 -1 1077944384 2956 0 0 0 358 174 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487650785552 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8099] ppid=8089 vsize=11166888 CPUtime=5.34 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8099/stat : 8099 (java) S 8089 8092 2444 0 -1 1077944384 4110 0 0 0 359 175 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487649733776 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8100] ppid=8089 vsize=11166888 CPUtime=5.34 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8100/stat : 8100 (java) S 8089 8092 2444 0 -1 1077944384 3319 0 0 0 361 173 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487648680976 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8101] ppid=8089 vsize=11166888 CPUtime=5.37 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8101/stat : 8101 (java) S 8089 8092 2444 0 -1 1077944384 2894 0 0 0 361 176 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487647628176 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8102] ppid=8089 vsize=11166888 CPUtime=5.33 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8102/stat : 8102 (java) S 8089 8092 2444 0 -1 1077944384 2934 0 0 0 358 175 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487646575376 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8103] ppid=8089 vsize=11166888 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8103/stat : 8103 (java) S 8089 8092 2444 0 -1 1077944384 17655 0 0 0 55 3 0 0 20 0 22 0 2970302 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486934149488 140487727880834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8104] ppid=8089 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8104/stat : 8104 (java) S 8089 8092 2444 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 22 0 2970302 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486933095520 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8105] ppid=8089 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8105/stat : 8105 (java) S 8089 8092 2444 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 22 0 2970303 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486932042608 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8106] ppid=8089 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8106/stat : 8106 (java) S 8089 8092 2444 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 22 0 2970306 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486930990928 140487727888283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8107] ppid=8089 vsize=11166888 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8107/stat : 8107 (java) S 8089 8092 2444 0 -1 1077944384 7285 0 0 0 127 1 0 0 20 0 22 0 2970306 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486929939312 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8108] ppid=8089 vsize=11166888 CPUtime=1.08 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8108/stat : 8108 (java) S 8089 8092 2444 0 -1 1077944384 5848 0 0 0 106 2 0 0 20 0 22 0 2970306 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486928886512 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8109] ppid=8089 vsize=11166888 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8109/stat : 8109 (java) S 8089 8092 2444 0 -1 1077944384 5274 0 0 0 135 1 0 0 20 0 22 0 2970306 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486927833712 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8110] ppid=8089 vsize=11166888 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8110/stat : 8110 (java) S 8089 8092 2444 0 -1 1077944384 5381 0 0 0 53 1 0 0 20 0 22 0 2970306 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486926780912 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8111] ppid=8089 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8111/stat : 8111 (java) S 8089 8092 2444 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2970306 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486925728352 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8112] ppid=8089 vsize=11166888 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8112/stat : 8112 (java) S 8089 8092 2444 0 -1 1077944384 2089 0 0 0 63 59 0 0 20 0 22 0 2970307 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486924675632 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8300] ppid=8089 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8300/stat : 8300 (java) S 8089 8092 2444 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 22 0 3206118 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486922567664 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8301] ppid=8089 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8301/stat : 8301 (java) R 8089 8092 2444 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 22 0 3206118 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486921514672 140487323320600 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
Current children cumulated CPU time (s) 2400.11
Current children cumulated vsize (KiB) 11166888

[startup+2358.51 s]
/proc/loadavg: 1.96 2.05 2.12 2/284 8302
/proc/meminfo: memFree=26286444/32770624 swapFree=5956/232620
[pid=8092] ppid=8089 vsize=11166888 CPUtime=2400.24 cores=0,2,4,6,8,10,12,14
/proc/8092/stat : 8092 (java) S 8089 8092 2444 0 -1 1077944320 146268 0 0 0 238543 1481 0 0 20 0 22 0 2970298 11434893312 831853 33554432000 4194304 4196468 140732616674096 140732616656640 140487727869687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
/proc/8092/statm: 2791722 831853 3173 1 0 2780116 0
[pid=8092/tid=8093] ppid=8089 vsize=11166888 CPUtime=2351.12 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8093/stat : 8093 (java) S 8089 8092 2444 0 -1 1077944384 72330 0 0 0 235089 23 0 0 20 0 22 0 2970298 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487732112560 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8095] ppid=8089 vsize=11166888 CPUtime=5.39 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8095/stat : 8095 (java) S 8089 8092 2444 0 -1 1077944384 3882 0 0 0 360 179 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487653943952 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8096] ppid=8089 vsize=11166888 CPUtime=5.33 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8096/stat : 8096 (java) S 8089 8092 2444 0 -1 1077944384 5345 0 0 0 362 171 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487652891152 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8097] ppid=8089 vsize=11166888 CPUtime=5.38 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8097/stat : 8097 (java) S 8089 8092 2444 0 -1 1077944384 3282 0 0 0 363 175 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487651838352 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8098] ppid=8089 vsize=11166888 CPUtime=5.32 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8098/stat : 8098 (java) S 8089 8092 2444 0 -1 1077944384 2956 0 0 0 358 174 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487650785552 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8099] ppid=8089 vsize=11166888 CPUtime=5.34 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8099/stat : 8099 (java) S 8089 8092 2444 0 -1 1077944384 4110 0 0 0 359 175 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487649733776 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8100] ppid=8089 vsize=11166888 CPUtime=5.34 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8100/stat : 8100 (java) S 8089 8092 2444 0 -1 1077944384 3319 0 0 0 361 173 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487648680976 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8101] ppid=8089 vsize=11166888 CPUtime=5.37 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8101/stat : 8101 (java) S 8089 8092 2444 0 -1 1077944384 2894 0 0 0 361 176 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487647628176 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8102] ppid=8089 vsize=11166888 CPUtime=5.33 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8102/stat : 8102 (java) S 8089 8092 2444 0 -1 1077944384 2934 0 0 0 358 175 0 0 20 0 22 0 2970299 11434893312 831853 33554432000 4194304 4196468 140732616674096 140487646575376 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8103] ppid=8089 vsize=11166888 CPUtime=0.58 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8103/stat : 8103 (java) S 8089 8092 2444 0 -1 1077944384 17655 0 0 0 55 3 0 0 20 0 22 0 2970302 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486934149488 140487727880834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8104] ppid=8089 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8104/stat : 8104 (java) S 8089 8092 2444 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 22 0 2970302 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486933095520 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8105] ppid=8089 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8105/stat : 8105 (java) S 8089 8092 2444 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 22 0 2970303 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486932042608 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8106] ppid=8089 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8106/stat : 8106 (java) S 8089 8092 2444 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 22 0 2970306 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486930990928 140487727888283 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8107] ppid=8089 vsize=11166888 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8107/stat : 8107 (java) S 8089 8092 2444 0 -1 1077944384 7297 0 0 0 128 1 0 0 20 0 22 0 2970306 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486929939312 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8108] ppid=8089 vsize=11166888 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8108/stat : 8108 (java) S 8089 8092 2444 0 -1 1077944384 5863 0 0 0 107 2 0 0 20 0 22 0 2970306 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486928886512 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8109] ppid=8089 vsize=11166888 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8109/stat : 8109 (java) S 8089 8092 2444 0 -1 1077944384 5274 0 0 0 135 1 0 0 20 0 22 0 2970306 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486927833712 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8110] ppid=8089 vsize=11166888 CPUtime=0.55 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8110/stat : 8110 (java) S 8089 8092 2444 0 -1 1077944384 5412 0 0 0 54 1 0 0 20 0 22 0 2970306 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486926780912 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8111] ppid=8089 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8111/stat : 8111 (java) S 8089 8092 2444 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2970306 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486925728352 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8112] ppid=8089 vsize=11166888 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8112/stat : 8112 (java) S 8089 8092 2444 0 -1 1077944384 2089 0 0 0 63 59 0 0 20 0 22 0 2970307 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486924675632 140487727880834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8300] ppid=8089 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8300/stat : 8300 (java) S 8089 8092 2444 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 22 0 3206118 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486922567664 140487727879893 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
[pid=8092/tid=8301] ppid=8089 vsize=11166888 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/8092/task/8301/stat : 8301 (java) R 8089 8092 2444 0 -1 4202560 35 0 0 0 10 0 0 0 20 0 22 0 3206118 11434893312 831853 33554432000 4194304 4196468 140732616674096 140486921514760 140487328853835 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 38420480 140732616680619 140732616680772 140732616680772 140732616683471 0
Current children cumulated CPU time (s) 2400.24
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2358.58
CPU time (s): 2400.3
CPU user time (s): 2385.46
CPU system time (s): 14.8387
CPU usage (%): 101.769
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2385.46
system time used= 14.8387
maximum resident set size= 3559564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146293
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55209
involuntary context switches= 122574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6376 second user time and 18.9829 second system time

The end

Launcher Data

Begin job on node116 at 2017-07-22 00:43:37
IDJOB=4243882
IDBENCH=130616
IDSOLVER=2623
FILE ID=node116/4243882-1500677017
RUNJOBID= node116-1500672664-7005
PBS_JOBID= 20623302
Free space on /tmp= 62012 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-11.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243882-1500677017/watcher-4243882-1500677017 -o /tmp/evaluation-result-4243882-1500677017/solver-4243882-1500677017 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1500672664-7005 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243882-1500677017.xml

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

MD5SUM BENCH= 021605e3a27b06e16b3134987a511561
RANDOM SEED=2076715005

node116.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.19
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.19
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.19
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.19
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.19
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		: 1867.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.19
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		: 1600.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.19
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.19
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:        31228740 kB
MemAvailable:   31246564 kB
Buffers:           40700 kB
Cached:           288560 kB
SwapCached:            0 kB
Active:           928316 kB
Inactive:         238916 kB
Active(anon):     840796 kB
Inactive(anon):     8684 kB
Active(file):      87520 kB
Inactive(file):   230232 kB
Unevictable:        5956 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1592 kB
Writeback:            12 kB
AnonPages:        844004 kB
Mapped:            41604 kB
Shmem:              8840 kB
Slab:              64356 kB
SReclaimable:      31812 kB
SUnreclaim:        32544 kB
KernelStack:        4512 kB
PageTables:         7692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2196972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 62012 MiB
End job on node116 at 2017-07-22 01:22:56