Trace number 4244204

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) 2400.13 2332.58

General information on the benchmark

NameSuperSolutions/SuperSolutions-Queens-s1/
SuperQueens-12.xml
MD5SUM94ecf309347a79215709974b71377e2d
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 variables100
Number of constraints3725
Number of domains1
Minimum domain size50
Maximum domain size50
Distribution of domain sizes[{"size":50,"count":100}]
Minimum variable degree50
Maximum variable degree99
Distribution of variable degrees[{"degree":50,"count":50},{"degree":99,"count":50}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":3725}]
Number of extensional constraints0
Number of intensional constraints3725
Distribution of constraint types[{"type":"intension","count":3725}]
Optimization problemNO
Type of objective

Solver Data

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

pid=15751
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: 14.13 13.63 9.42 4/266 15754
/proc/meminfo: memFree=31999444/32770624 swapFree=5940/57572
[pid=15754] ppid=15751 vsize=8751184 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/stat : 15754 (java) S 15751 15754 15097 0 -1 1077944320 2254 0 0 0 0 0 0 0 20 0 10 0 3445191 8961212416 1998 33554432000 4194304 4196468 140729657500624 140729657483168 140391571566327 0 0 0 16784584 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
/proc/15754/statm: 2171412 1998 1208 1 0 2160323 0
[pid=15754/tid=15755] ppid=15751 vsize=8816720 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15755/stat : 15755 (java) R 15751 15754 15097 0 -1 4202560 951 0 0 0 0 0 0 0 20 0 10 0 3445191 9028321280 1998 33554432000 4194304 4196468 140729657500624 140391575808104 140391543479746 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15756] ppid=15751 vsize=9131088 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15756/stat : 15756 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3445192 9350234112 1998 33554432000 4194304 4196468 140729657500624 140391543409552 140391571576533 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15757] ppid=15751 vsize=9147248 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15757/stat : 15757 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3445192 9366781952 2027 33554432000 4194304 4196468 140729657500624 140391177620240 140391571576533 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15758] ppid=15751 vsize=10204016 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15758/stat : 15758 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 3445192 10448912384 2027 33554432000 4194304 4196468 140729657500624 140391176567952 140391571576533 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15759] ppid=15751 vsize=10204016 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15759/stat : 15759 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3445192 10448912384 2027 33554432000 4194304 4196468 140729657500624 140391175515152 140391571576533 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15760] ppid=15751 vsize=10204016 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15760/stat : 15760 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3445192 10448912384 2027 33554432000 4194304 4196468 140729657500624 140391174461840 140391571576533 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15761] ppid=15751 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15761/stat : 15761 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 3445192 10449768448 2027 33554432000 4194304 4196468 140729657500624 140391173409040 140391571576533 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15762] ppid=15751 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15762/stat : 15762 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 3445192 10449768448 2092 33554432000 4194304 4196468 140729657500624 140391172356752 140391571576533 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15763] ppid=15751 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15763/stat : 15763 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 3445192 10449768448 2092 33554432000 4194304 4196468 140729657500624 140391171303952 140391571576533 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0

[startup+0.100162 s]
/proc/loadavg: 14.13 13.63 9.42 4/266 15754
/proc/meminfo: memFree=31999444/32770624 swapFree=5940/57572
[pid=15754] ppid=15751 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/15754/stat : 15754 (java) S 15751 15754 15097 0 -1 1077944320 4736 0 0 0 9 1 0 0 20 0 20 0 3445191 11162169344 6269 33554432000 4194304 4196468 140729657500624 140729657483168 140391571566327 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
/proc/15754/statm: 2725139 6269 2625 1 0 2713552 0
[pid=15754/tid=15755] ppid=15751 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15755/stat : 15755 (java) R 15751 15754 15097 0 -1 4202560 2792 0 0 0 8 0 0 0 20 0 20 0 3445191 11162169344 6269 33554432000 4194304 4196468 140729657500624 140391575799536 140391571588253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15756] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15756/stat : 15756 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 6269 33554432000 4194304 4196468 140729657500624 140391543409552 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15757] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15757/stat : 15757 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 6269 33554432000 4194304 4196468 140729657500624 140391177620240 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15758] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15758/stat : 15758 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 6269 33554432000 4194304 4196468 140729657500624 140391176567952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15759] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15759/stat : 15759 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 6269 33554432000 4194304 4196468 140729657500624 140391175515152 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15760] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15760/stat : 15760 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 6269 33554432000 4194304 4196468 140729657500624 140391174461840 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15761] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15761/stat : 15761 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 6269 33554432000 4194304 4196468 140729657500624 140391173409040 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15762] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15762/stat : 15762 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 6269 33554432000 4194304 4196468 140729657500624 140391172356752 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15763] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15763/stat : 15763 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 6269 33554432000 4194304 4196468 140729657500624 140391171303952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200809 s]
/proc/loadavg: 14.13 13.63 9.42 4/266 15754
/proc/meminfo: memFree=31999444/32770624 swapFree=5940/57572
[pid=15754] ppid=15751 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15754/stat : 15754 (java) S 15751 15754 15097 0 -1 1077944320 6927 0 0 0 24 2 0 0 20 0 20 0 3445191 11162169344 8776 33554432000 4194304 4196468 140729657500624 140729657483168 140391571566327 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
/proc/15754/statm: 2725139 8776 2875 1 0 2713552 0
[pid=15754/tid=15755] ppid=15751 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15755/stat : 15755 (java) R 15751 15754 15097 0 -1 4202560 4515 0 0 0 16 1 0 0 20 0 20 0 3445191 11162169344 8776 33554432000 4194304 4196468 140729657500624 140391575781248 140391571588253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15756] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15756/stat : 15756 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 8776 33554432000 4194304 4196468 140729657500624 140391543409552 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15757] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15757/stat : 15757 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 8776 33554432000 4194304 4196468 140729657500624 140391177620240 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15758] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15758/stat : 15758 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 8776 33554432000 4194304 4196468 140729657500624 140391176567952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15759] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15759/stat : 15759 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 8776 33554432000 4194304 4196468 140729657500624 140391175515152 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15760] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15760/stat : 15760 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 8776 33554432000 4194304 4196468 140729657500624 140391174461840 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15761] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15761/stat : 15761 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 8776 33554432000 4194304 4196468 140729657500624 140391173409040 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15762] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15762/stat : 15762 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 8776 33554432000 4194304 4196468 140729657500624 140391172356752 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15763] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15763/stat : 15763 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 8776 33554432000 4194304 4196468 140729657500624 140391171303952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300598 s]
/proc/loadavg: 14.13 13.63 9.42 4/266 15754
/proc/meminfo: memFree=31999444/32770624 swapFree=5940/57572
[pid=15754] ppid=15751 vsize=10900556 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/15754/stat : 15754 (java) S 15751 15754 15097 0 -1 1077944320 9962 0 0 0 57 3 0 0 20 0 20 0 3445191 11162169344 12215 33554432000 4194304 4196468 140729657500624 140729657483168 140391571566327 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
/proc/15754/statm: 2725139 12215 3024 1 0 2713552 0
[pid=15754/tid=15755] ppid=15751 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15755/stat : 15755 (java) R 15751 15754 15097 0 -1 4202560 4972 0 0 0 26 2 0 0 20 0 20 0 3445191 11162169344 12215 33554432000 4194304 4196468 140729657500624 140391575790544 140391571587674 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15756] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15756/stat : 15756 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 12215 33554432000 4194304 4196468 140729657500624 140391543409552 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15757] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15757/stat : 15757 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 12215 33554432000 4194304 4196468 140729657500624 140391177620240 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15758] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15758/stat : 15758 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 12215 33554432000 4194304 4196468 140729657500624 140391176567952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15759] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15759/stat : 15759 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 12215 33554432000 4194304 4196468 140729657500624 140391175515152 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15760] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15760/stat : 15760 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 12215 33554432000 4194304 4196468 140729657500624 140391174461840 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15761] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15761/stat : 15761 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 12215 33554432000 4194304 4196468 140729657500624 140391173409040 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15762] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15762/stat : 15762 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 12215 33554432000 4194304 4196468 140729657500624 140391172356752 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15763] ppid=15751 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15763/stat : 15763 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3445192 11162169344 12215 33554432000 4194304 4196468 140729657500624 140391171303952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 10900556

[startup+0.700436 s]
/proc/loadavg: 14.13 13.63 9.42 4/266 15754
/proc/meminfo: memFree=31999444/32770624 swapFree=5940/57572
[pid=15754] ppid=15751 vsize=10900632 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/15754/stat : 15754 (java) S 15751 15754 15097 0 -1 1077944320 12593 0 0 0 211 5 0 0 20 0 20 0 3445191 11162247168 27595 33554432000 4194304 4196468 140729657500624 140729657483168 140391571566327 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
/proc/15754/statm: 2725158 27595 3086 1 0 2713552 0
[pid=15754/tid=15755] ppid=15751 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15755/stat : 15755 (java) R 15751 15754 15097 0 -1 4202560 5489 0 0 0 65 2 0 0 20 0 20 0 3445191 11162247168 27595 33554432000 4194304 4196468 140729657500624 140391575801320 140391208136009 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15756] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15756/stat : 15756 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3445192 11162247168 27595 33554432000 4194304 4196468 140729657500624 140391543409552 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15757] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15757/stat : 15757 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445192 11162247168 27595 33554432000 4194304 4196468 140729657500624 140391177620240 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15758] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15758/stat : 15758 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3445192 11162247168 27595 33554432000 4194304 4196468 140729657500624 140391176567952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15759] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15759/stat : 15759 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445192 11162247168 27595 33554432000 4194304 4196468 140729657500624 140391175515152 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15760] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15760/stat : 15760 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3445192 11162247168 27595 33554432000 4194304 4196468 140729657500624 140391174461840 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15761] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15761/stat : 15761 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3445192 11162247168 27595 33554432000 4194304 4196468 140729657500624 140391173409040 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15762] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15762/stat : 15762 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445192 11162247168 27595 33554432000 4194304 4196468 140729657500624 140391172356752 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15763] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15763/stat : 15763 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3445192 11162247168 27595 33554432000 4194304 4196468 140729657500624 140391171303952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 10900632

[startup+1.5012 s]
/proc/loadavg: 14.13 13.63 9.42 3/286 15774
/proc/meminfo: memFree=31769656/32770624 swapFree=5940/57628
[pid=15754] ppid=15751 vsize=10900632 CPUtime=5.56 cores=0,2,4,6,8,10,12,14
/proc/15754/stat : 15754 (java) S 15751 15754 15097 0 -1 1077944320 17279 0 0 0 480 76 0 0 20 0 20 0 3445191 11162247168 92597 33554432000 4194304 4196468 140729657500624 140729657483168 140391571566327 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
/proc/15754/statm: 2725158 92597 3121 1 0 2713552 0
[pid=15754/tid=15755] ppid=15751 vsize=10900632 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15755/stat : 15755 (java) R 15751 15754 15097 0 -1 4202560 5560 0 0 0 124 4 0 0 20 0 20 0 3445191 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391575803224 140391212215924 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15756] ppid=15751 vsize=10900632 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15756/stat : 15756 (java) S 15751 15754 15097 0 -1 1077944384 116 0 0 0 10 8 0 0 20 0 20 0 3445192 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391543409552 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15757] ppid=15751 vsize=10900632 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15757/stat : 15757 (java) S 15751 15754 15097 0 -1 1077944384 102 0 0 0 10 8 0 0 20 0 20 0 3445192 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391177620240 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15758] ppid=15751 vsize=10900632 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15758/stat : 15758 (java) S 15751 15754 15097 0 -1 1077944384 117 0 0 0 10 8 0 0 20 0 20 0 3445192 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391176567952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15759] ppid=15751 vsize=10900632 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15759/stat : 15759 (java) S 15751 15754 15097 0 -1 1077944384 101 0 0 0 9 8 0 0 20 0 20 0 3445192 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391175515152 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15760] ppid=15751 vsize=10900632 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15760/stat : 15760 (java) S 15751 15754 15097 0 -1 1077944384 109 0 0 0 9 8 0 0 20 0 20 0 3445192 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391174461840 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15761] ppid=15751 vsize=10900632 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15761/stat : 15761 (java) S 15751 15754 15097 0 -1 1077944384 115 0 0 0 10 8 0 0 20 0 20 0 3445192 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391173409040 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15762] ppid=15751 vsize=10900632 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15762/stat : 15762 (java) S 15751 15754 15097 0 -1 1077944384 98 0 0 0 9 8 0 0 20 0 20 0 3445192 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391172356752 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15763] ppid=15751 vsize=10900632 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15763/stat : 15763 (java) S 15751 15754 15097 0 -1 1077944384 101 0 0 0 9 8 0 0 20 0 20 0 3445192 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391171303952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15765] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15765/stat : 15765 (java) S 15751 15754 15097 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 3445194 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391047129712 140391571577474 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15766] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15766/stat : 15766 (java) S 15751 15754 15097 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3445195 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391046075680 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15767] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15767/stat : 15767 (java) S 15751 15754 15097 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3445195 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391045023344 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15768] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15768/stat : 15768 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3445198 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391043971664 140391571584923 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15769] ppid=15751 vsize=10900632 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15769/stat : 15769 (java) S 15751 15754 15097 0 -1 1077944384 2002 0 0 0 71 0 0 0 20 0 20 0 3445198 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391042918512 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15770] ppid=15751 vsize=10900632 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15770/stat : 15770 (java) S 15751 15754 15097 0 -1 1077944384 1690 0 0 0 74 0 0 0 20 0 20 0 3445198 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391041865712 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15771] ppid=15751 vsize=10900632 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15771/stat : 15771 (java) R 15751 15754 15097 0 -1 4202560 2977 0 0 0 79 0 0 0 20 0 20 0 3445199 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391040800992 140391554977120 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15772] ppid=15751 vsize=10900632 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15772/stat : 15772 (java) S 15751 15754 15097 0 -1 1077944384 2743 0 0 0 50 0 0 0 20 0 20 0 3445199 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391039760624 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15773] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15773/stat : 15773 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3445199 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391038708576 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15774] ppid=15751 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15774/stat : 15774 (java) S 15751 15754 15097 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3445199 11162247168 92597 33554432000 4194304 4196468 140729657500624 140391037655856 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
Current children cumulated CPU time (s) 5.56

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

[pid=15754/tid=15772] ppid=15751 vsize=10967196 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15772/stat : 15772 (java) S 15751 15754 15097 0 -1 1077944384 5842 0 0 0 67 1 0 0 20 0 21 0 3445199 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391039760624 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15773] ppid=15751 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15773/stat : 15773 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3445199 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391038708576 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15774] ppid=15751 vsize=10967196 CPUtime=1.14 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15774/stat : 15774 (java) S 15751 15754 15097 0 -1 1077944384 2366 0 0 0 59 55 0 0 20 0 21 0 3445199 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391037655856 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15775] ppid=15751 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15775/stat : 15775 (java) S 15751 15754 15097 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3446466 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391036601904 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
Current children cumulated CPU time (s) 2390.03
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2332.3 s]
/proc/loadavg: 2.01 2.03 2.64 3/283 15844
/proc/meminfo: memFree=27757076/32770624 swapFree=5940/59540
[pid=15754] ppid=15751 vsize=10967196 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/15754/stat : 15754 (java) S 15751 15754 15097 0 -1 1077944320 168753 0 0 0 238617 1387 0 0 20 0 21 0 3445191 11230408704 902137 33554432000 4194304 4196468 140729657500624 140729657483168 140391571566327 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
/proc/15754/statm: 2741799 902137 3174 1 0 2730193 0
[pid=15754/tid=15755] ppid=15751 vsize=10967196 CPUtime=2319.62 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15755/stat : 15755 (java) R 15751 15754 15097 0 -1 4202560 101018 0 0 0 231945 17 0 0 20 0 21 0 3445191 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391575805376 140391214293223 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15756] ppid=15751 vsize=10967196 CPUtime=8.92 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15756/stat : 15756 (java) S 15751 15754 15097 0 -1 1077944384 3807 0 0 0 733 159 0 0 20 0 21 0 3445192 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391543409552 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15757] ppid=15751 vsize=10967196 CPUtime=8.98 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15757/stat : 15757 (java) S 15751 15754 15097 0 -1 1077944384 3141 0 0 0 733 165 0 0 20 0 21 0 3445192 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391177620240 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15758] ppid=15751 vsize=10967196 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15758/stat : 15758 (java) S 15751 15754 15097 0 -1 1077944384 3640 0 0 0 732 163 0 0 20 0 21 0 3445192 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391176567952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15759] ppid=15751 vsize=10967196 CPUtime=8.92 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15759/stat : 15759 (java) S 15751 15754 15097 0 -1 1077944384 3196 0 0 0 730 162 0 0 20 0 21 0 3445192 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391175515152 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15760] ppid=15751 vsize=10967196 CPUtime=8.87 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15760/stat : 15760 (java) S 15751 15754 15097 0 -1 1077944384 4179 0 0 0 722 165 0 0 20 0 21 0 3445192 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391174461840 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15761] ppid=15751 vsize=10967196 CPUtime=8.98 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15761/stat : 15761 (java) S 15751 15754 15097 0 -1 1077944384 2544 0 0 0 733 165 0 0 20 0 21 0 3445192 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391173409040 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15762] ppid=15751 vsize=10967196 CPUtime=8.99 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15762/stat : 15762 (java) S 15751 15754 15097 0 -1 1077944384 2818 0 0 0 730 169 0 0 20 0 21 0 3445192 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391172356752 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15763] ppid=15751 vsize=10967196 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15763/stat : 15763 (java) S 15751 15754 15097 0 -1 1077944384 3546 0 0 0 726 163 0 0 20 0 21 0 3445192 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391171303952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15765] ppid=15751 vsize=10967196 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15765/stat : 15765 (java) S 15751 15754 15097 0 -1 1077944384 7147 0 0 0 214 2 0 0 20 0 21 0 3445194 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391047129712 140391571577474 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15766] ppid=15751 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15766/stat : 15766 (java) S 15751 15754 15097 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 3445195 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391046075744 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15767] ppid=15751 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15767/stat : 15767 (java) S 15751 15754 15097 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 3445195 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391045023360 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15768] ppid=15751 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15768/stat : 15768 (java) S 15751 15754 15097 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3445198 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391043971664 140391571584923 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15769] ppid=15751 vsize=10967196 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15769/stat : 15769 (java) S 15751 15754 15097 0 -1 1077944384 5841 0 0 0 140 1 0 0 20 0 21 0 3445198 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391042918512 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15770] ppid=15751 vsize=10967196 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15770/stat : 15770 (java) S 15751 15754 15097 0 -1 1077944384 6776 0 0 0 134 1 0 0 20 0 21 0 3445198 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391041865712 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15771] ppid=15751 vsize=10967196 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15771/stat : 15771 (java) S 15751 15754 15097 0 -1 1077944384 11402 0 0 0 200 1 0 0 20 0 21 0 3445199 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391040813424 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15772] ppid=15751 vsize=10967196 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15772/stat : 15772 (java) S 15751 15754 15097 0 -1 1077944384 5852 0 0 0 67 1 0 0 20 0 21 0 3445199 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391039760624 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15773] ppid=15751 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15773/stat : 15773 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3445199 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391038708576 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15774] ppid=15751 vsize=10967196 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15774/stat : 15774 (java) S 15751 15754 15097 0 -1 1077944384 2403 0 0 0 60 55 0 0 20 0 21 0 3445199 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391037655856 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15775] ppid=15751 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15775/stat : 15775 (java) S 15751 15754 15097 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3446466 11230408704 902137 33554432000 4194304 4196468 140729657500624 140391036601904 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 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 15754 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2332.41 s]
/proc/loadavg: 2.01 2.03 2.64 3/283 15844
/proc/meminfo: memFree=27757076/32770624 swapFree=5940/59540
[pid=15754] ppid=15751 vsize=11166888 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/15754/stat : 15754 (java) S 15751 15754 15097 0 -1 1077944320 169776 0 0 0 238618 1387 0 0 20 0 22 0 3445191 11434893312 902218 33554432000 4194304 4196468 140729657500624 140729657483168 140391571566327 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
/proc/15754/statm: 2791722 902218 3176 1 0 2780116 0
[pid=15754/tid=15755] ppid=15751 vsize=11166888 CPUtime=2319.63 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15755/stat : 15755 (java) S 15751 15754 15097 0 -1 1077944384 101072 0 0 0 231946 17 0 0 20 0 22 0 3445191 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391575809200 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15756] ppid=15751 vsize=11166888 CPUtime=8.92 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15756/stat : 15756 (java) S 15751 15754 15097 0 -1 1077944384 3807 0 0 0 733 159 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391543409552 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15757] ppid=15751 vsize=11166888 CPUtime=8.98 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15757/stat : 15757 (java) S 15751 15754 15097 0 -1 1077944384 3141 0 0 0 733 165 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391177620240 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15758] ppid=15751 vsize=11166888 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15758/stat : 15758 (java) S 15751 15754 15097 0 -1 1077944384 3640 0 0 0 732 163 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391176567952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15759] ppid=15751 vsize=11166888 CPUtime=8.92 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15759/stat : 15759 (java) S 15751 15754 15097 0 -1 1077944384 3196 0 0 0 730 162 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391175515152 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15760] ppid=15751 vsize=11166888 CPUtime=8.87 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15760/stat : 15760 (java) S 15751 15754 15097 0 -1 1077944384 4179 0 0 0 722 165 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391174461840 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15761] ppid=15751 vsize=11166888 CPUtime=8.98 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15761/stat : 15761 (java) S 15751 15754 15097 0 -1 1077944384 2544 0 0 0 733 165 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391173409040 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15762] ppid=15751 vsize=11166888 CPUtime=8.99 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15762/stat : 15762 (java) S 15751 15754 15097 0 -1 1077944384 2818 0 0 0 730 169 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391172356752 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15763] ppid=15751 vsize=11166888 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15763/stat : 15763 (java) S 15751 15754 15097 0 -1 1077944384 3546 0 0 0 726 163 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391171303952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15765] ppid=15751 vsize=11166888 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15765/stat : 15765 (java) S 15751 15754 15097 0 -1 1077944384 7192 0 0 0 214 2 0 0 20 0 22 0 3445194 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391047129712 140391571577474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15766] ppid=15751 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15766/stat : 15766 (java) S 15751 15754 15097 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 22 0 3445195 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391046075744 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15767] ppid=15751 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15767/stat : 15767 (java) S 15751 15754 15097 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 22 0 3445195 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391045023360 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15768] ppid=15751 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15768/stat : 15768 (java) S 15751 15754 15097 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 22 0 3445198 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391043971664 140391571584923 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15769] ppid=15751 vsize=11166888 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15769/stat : 15769 (java) S 15751 15754 15097 0 -1 1077944384 5841 0 0 0 140 1 0 0 20 0 22 0 3445198 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391042918512 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15770] ppid=15751 vsize=11166888 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15770/stat : 15770 (java) S 15751 15754 15097 0 -1 1077944384 6776 0 0 0 134 1 0 0 20 0 22 0 3445198 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391041865712 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15771] ppid=15751 vsize=11166888 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15771/stat : 15771 (java) S 15751 15754 15097 0 -1 1077944384 11402 0 0 0 200 1 0 0 20 0 22 0 3445199 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391040813424 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15772] ppid=15751 vsize=11166888 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15772/stat : 15772 (java) S 15751 15754 15097 0 -1 1077944384 6190 0 0 0 67 1 0 0 20 0 22 0 3445199 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391039760624 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15773] ppid=15751 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15773/stat : 15773 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3445199 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391038708576 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15774] ppid=15751 vsize=11166888 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15774/stat : 15774 (java) S 15751 15754 15097 0 -1 1077944384 2403 0 0 0 60 55 0 0 20 0 22 0 3445199 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391037655856 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 11166888

[startup+2332.5 s]
/proc/loadavg: 2.01 2.03 2.64 3/283 15844
/proc/meminfo: memFree=27757076/32770624 swapFree=5940/59540
[pid=15754] ppid=15751 vsize=11166888 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/15754/stat : 15754 (java) S 15751 15754 15097 0 -1 1077944320 169776 0 0 0 238618 1387 0 0 20 0 22 0 3445191 11434893312 902218 33554432000 4194304 4196468 140729657500624 140729657483168 140391571566327 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
/proc/15754/statm: 2791722 902218 3176 1 0 2780116 0
[pid=15754/tid=15755] ppid=15751 vsize=11166888 CPUtime=2319.63 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15755/stat : 15755 (java) S 15751 15754 15097 0 -1 1077944384 101072 0 0 0 231946 17 0 0 20 0 22 0 3445191 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391575809200 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15756] ppid=15751 vsize=11166888 CPUtime=8.92 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15756/stat : 15756 (java) S 15751 15754 15097 0 -1 1077944384 3807 0 0 0 733 159 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391543409552 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15757] ppid=15751 vsize=11166888 CPUtime=8.98 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15757/stat : 15757 (java) S 15751 15754 15097 0 -1 1077944384 3141 0 0 0 733 165 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391177620240 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15758] ppid=15751 vsize=11166888 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15758/stat : 15758 (java) S 15751 15754 15097 0 -1 1077944384 3640 0 0 0 732 163 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391176567952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15759] ppid=15751 vsize=11166888 CPUtime=8.92 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15759/stat : 15759 (java) S 15751 15754 15097 0 -1 1077944384 3196 0 0 0 730 162 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391175515152 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15760] ppid=15751 vsize=11166888 CPUtime=8.87 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15760/stat : 15760 (java) S 15751 15754 15097 0 -1 1077944384 4179 0 0 0 722 165 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391174461840 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15761] ppid=15751 vsize=11166888 CPUtime=8.98 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15761/stat : 15761 (java) S 15751 15754 15097 0 -1 1077944384 2544 0 0 0 733 165 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391173409040 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15762] ppid=15751 vsize=11166888 CPUtime=8.99 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15762/stat : 15762 (java) S 15751 15754 15097 0 -1 1077944384 2818 0 0 0 730 169 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391172356752 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15763] ppid=15751 vsize=11166888 CPUtime=8.89 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15763/stat : 15763 (java) S 15751 15754 15097 0 -1 1077944384 3546 0 0 0 726 163 0 0 20 0 22 0 3445192 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391171303952 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15765] ppid=15751 vsize=11166888 CPUtime=2.16 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15765/stat : 15765 (java) S 15751 15754 15097 0 -1 1077944384 7192 0 0 0 214 2 0 0 20 0 22 0 3445194 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391047129712 140391571577474 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15766] ppid=15751 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15766/stat : 15766 (java) S 15751 15754 15097 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 22 0 3445195 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391046075744 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15767] ppid=15751 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15767/stat : 15767 (java) S 15751 15754 15097 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 22 0 3445195 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391045023360 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15768] ppid=15751 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15768/stat : 15768 (java) S 15751 15754 15097 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 22 0 3445198 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391043971664 140391571584923 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15769] ppid=15751 vsize=11166888 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15769/stat : 15769 (java) S 15751 15754 15097 0 -1 1077944384 5841 0 0 0 140 1 0 0 20 0 22 0 3445198 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391042918512 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15770] ppid=15751 vsize=11166888 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15770/stat : 15770 (java) S 15751 15754 15097 0 -1 1077944384 6776 0 0 0 134 1 0 0 20 0 22 0 3445198 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391041865712 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15771] ppid=15751 vsize=11166888 CPUtime=2.01 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15771/stat : 15771 (java) S 15751 15754 15097 0 -1 1077944384 11402 0 0 0 200 1 0 0 20 0 22 0 3445199 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391040813424 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15772] ppid=15751 vsize=11166888 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15772/stat : 15772 (java) S 15751 15754 15097 0 -1 1077944384 6190 0 0 0 67 1 0 0 20 0 22 0 3445199 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391039760624 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15773] ppid=15751 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15773/stat : 15773 (java) S 15751 15754 15097 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3445199 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391038708576 140391571576533 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
[pid=15754/tid=15774] ppid=15751 vsize=11166888 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/15754/task/15774/stat : 15774 (java) S 15751 15754 15097 0 -1 1077944384 2403 0 0 0 60 55 0 0 20 0 22 0 3445199 11434893312 902218 33554432000 4194304 4196468 140729657500624 140391037655856 140391571577474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9445376 140729657504939 140729657505092 140729657505092 140729657507791 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2332.58
CPU time (s): 2400.13
CPU user time (s): 2386.23
CPU system time (s): 13.8948
CPU usage (%): 102.896
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2386.23
system time used= 13.8948
maximum resident set size= 3609124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 170849
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54928
involuntary context switches= 123452

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2391 second user time and 18.099 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-22 02:02:35
IDJOB=4244204
IDBENCH=138400
IDSOLVER=2623
FILE ID=node106/4244204-1500681755
RUNJOBID= node106-1500681061-15128
PBS_JOBID= 20623039
Free space on /tmp= 61960 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Queens-s1/SuperQueens-12.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244204-1500681755/watcher-4244204-1500681755 -o /tmp/evaluation-result-4244204-1500681755/solver-4244204-1500681755 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500681061-15128 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244204-1500681755.xml

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

MD5SUM BENCH= 94ecf309347a79215709974b71377e2d
RANDOM SEED=1168919687

node106.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.15
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		: 1867.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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 2400.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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.15
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		: 2133.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.15
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.15
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:        31999120 kB
MemAvailable:   31925972 kB
Buffers:           53592 kB
Cached:           160904 kB
SwapCached:            0 kB
Active:           262932 kB
Inactive:         111928 kB
Active(anon):     117232 kB
Inactive(anon):    54356 kB
Active(file):     145700 kB
Inactive(file):    57572 kB
Unevictable:        5940 kB
Mlocked:            5940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3396 kB
Writeback:             0 kB
AnonPages:        172784 kB
Mapped:            42240 kB
Shmem:              8852 kB
Slab:              89924 kB
SReclaimable:      56852 kB
SUnreclaim:        33072 kB
KernelStack:        4944 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1173080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61956 MiB
End job on node106 at 2017-07-22 02:41:28