Trace number 4243595

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.19 2328.78

General information on the benchmark

NameLangford/Langford-m1-k4/
Langford-4-35.xml
MD5SUMa55c0e76347529fc2e2a84bb664efaa0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark17.045401
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints106
Number of domains1
Minimum domain size140
Maximum domain size140
Distribution of domain sizes[{"size":140,"count":140}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":70},{"degree":3,"count":70}]
Minimum constraint arity2
Maximum constraint arity140
Distribution of constraint arities[{"arity":2,"count":105},{"arity":140,"count":1}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

pid=13482
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: 15.59 10.19 5.17 7/262 13485
/proc/meminfo: memFree=32001540/32770624 swapFree=5644/204328
[pid=13485] ppid=13482 vsize=8350772 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/stat : 13485 (java) S 13482 13485 9841 0 -1 1077944320 2227 0 0 0 0 0 0 0 20 0 3 0 2704536 8551190528 1932 33554432000 4194304 4196468 140729298580224 140729298562768 140534390812407 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
/proc/13485/statm: 2087693 1932 1197 1 0 2076604 0
[pid=13485/tid=13486] ppid=13482 vsize=8352828 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13486/stat : 13486 (java) R 13482 13485 9841 0 -1 4202560 928 0 0 0 0 0 0 0 20 0 4 0 2704536 8553295872 1932 33554432000 4194304 4196468 140729298580224 140534395053776 140534390810884 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13487] ppid=13482 vsize=8352828 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13487/stat : 13487 (java) S 13482 13485 9841 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 5 0 2704537 8553295872 1998 33554432000 4194304 4196468 140729298580224 140534351772512 140534390822613 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13488] ppid=13482 vsize=8352828 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13488/stat : 13488 (java) S 13482 13485 9841 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 5 0 2704537 8553295872 1998 33554432000 4194304 4196468 140729298580224 140533996166112 140534390822613 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13489] ppid=13482 vsize=8353856 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13489/stat : 13489 (java) S 13482 13485 9841 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 2704537 8554348544 1998 33554432000 4194304 4196468 140729298580224 140533995113056 140534390822613 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13490] ppid=13482 vsize=8353856 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13490/stat : 13490 (java) S 13482 13485 9841 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 6 0 2704537 8554348544 1998 33554432000 4194304 4196468 140729298580224 140533994060512 140534390822613 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13491] ppid=13482 vsize=8354884 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13491/stat : 13491 (java) R 13482 13485 9841 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 7 0 2704537 8555401216 1998 33554432000 4194304 4196468 140729298580224 140534395053776 140534383552257 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0

[startup+0.10007 s]
/proc/loadavg: 15.59 10.19 5.17 7/262 13485
/proc/meminfo: memFree=32001540/32770624 swapFree=5644/204328
[pid=13485] ppid=13482 vsize=10900456 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/13485/stat : 13485 (java) S 13482 13485 9841 0 -1 1077944320 5034 0 0 0 8 1 0 0 20 0 20 0 2704536 11162066944 6144 33554432000 4194304 4196468 140729298580224 140729298562768 140534390812407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
/proc/13485/statm: 2725114 6144 2614 1 0 2713552 0
[pid=13485/tid=13486] ppid=13482 vsize=10900456 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13486/stat : 13486 (java) R 13482 13485 9841 0 -1 4202560 3114 0 0 0 7 1 0 0 20 0 20 0 2704536 11162066944 6144 33554432000 4194304 4196468 140729298580224 140534395048608 140534376505910 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13487] ppid=13482 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13487/stat : 13487 (java) S 13482 13485 9841 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2704537 11162066944 6144 33554432000 4194304 4196468 140729298580224 140534351772176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13488] ppid=13482 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13488/stat : 13488 (java) S 13482 13485 9841 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2704537 11162066944 6144 33554432000 4194304 4196468 140729298580224 140533996165776 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13489] ppid=13482 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13489/stat : 13489 (java) S 13482 13485 9841 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2704537 11162066944 6144 33554432000 4194304 4196468 140729298580224 140533995112720 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13490] ppid=13482 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13490/stat : 13490 (java) S 13482 13485 9841 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2704537 11162066944 6144 33554432000 4194304 4196468 140729298580224 140533994060176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13491] ppid=13482 vsize=10900456 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13491/stat : 13491 (java) S 13482 13485 9841 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2704537 11162066944 6144 33554432000 4194304 4196468 140729298580224 140533993008144 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.200598 s]
/proc/loadavg: 15.59 10.19 5.17 7/262 13485
/proc/meminfo: memFree=32001540/32770624 swapFree=5644/204328
[pid=13485] ppid=13482 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/13485/stat : 13485 (java) S 13482 13485 9841 0 -1 1077944320 7206 0 0 0 23 2 0 0 20 0 20 0 2704536 11162169344 9028 33554432000 4194304 4196468 140729298580224 140729298562768 140534390812407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
/proc/13485/statm: 2725139 9028 2848 1 0 2713552 0
[pid=13485/tid=13486] ppid=13482 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13486/stat : 13486 (java) R 13482 13485 9841 0 -1 4202560 4852 0 0 0 16 2 0 0 20 0 20 0 2704536 11162169344 9028 33554432000 4194304 4196468 140729298580224 140534395036464 140534026726619 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13487] ppid=13482 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13487/stat : 13487 (java) S 13482 13485 9841 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2704537 11162169344 9028 33554432000 4194304 4196468 140729298580224 140534351772176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13488] ppid=13482 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13488/stat : 13488 (java) S 13482 13485 9841 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2704537 11162169344 9028 33554432000 4194304 4196468 140729298580224 140533996165776 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13489] ppid=13482 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13489/stat : 13489 (java) S 13482 13485 9841 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2704537 11162169344 9028 33554432000 4194304 4196468 140729298580224 140533995112720 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13490] ppid=13482 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13490/stat : 13490 (java) S 13482 13485 9841 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2704537 11162169344 9028 33554432000 4194304 4196468 140729298580224 140533994060176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13491] ppid=13482 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13491/stat : 13491 (java) S 13482 13485 9841 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2704537 11162169344 9028 33554432000 4194304 4196468 140729298580224 140533993008144 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300532 s]
/proc/loadavg: 15.59 10.19 5.17 7/262 13485
/proc/meminfo: memFree=32001540/32770624 swapFree=5644/204328
[pid=13485] ppid=13482 vsize=10900556 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/13485/stat : 13485 (java) S 13482 13485 9841 0 -1 1077944320 8276 0 0 0 41 3 0 0 20 0 20 0 2704536 11162169344 10623 33554432000 4194304 4196468 140729298580224 140729298562768 140534390812407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
/proc/13485/statm: 2725139 10623 2959 1 0 2713552 0
[pid=13485/tid=13486] ppid=13482 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13486/stat : 13486 (java) R 13482 13485 9841 0 -1 4202560 5382 0 0 0 26 2 0 0 20 0 20 0 2704536 11162169344 10623 33554432000 4194304 4196468 140729298580224 140534395047048 140534390834333 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13487] ppid=13482 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13487/stat : 13487 (java) S 13482 13485 9841 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2704537 11162169344 10623 33554432000 4194304 4196468 140729298580224 140534351772176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13488] ppid=13482 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13488/stat : 13488 (java) S 13482 13485 9841 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2704537 11162169344 10623 33554432000 4194304 4196468 140729298580224 140533996165776 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13489] ppid=13482 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13489/stat : 13489 (java) S 13482 13485 9841 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2704537 11162169344 10623 33554432000 4194304 4196468 140729298580224 140533995112720 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13490] ppid=13482 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13490/stat : 13490 (java) S 13482 13485 9841 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2704537 11162169344 10623 33554432000 4194304 4196468 140729298580224 140533994060176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13491] ppid=13482 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13491/stat : 13491 (java) S 13482 13485 9841 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2704537 11162169344 10623 33554432000 4194304 4196468 140729298580224 140533993008144 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.700481 s]
/proc/loadavg: 15.59 10.19 5.17 7/262 13485
/proc/meminfo: memFree=32001540/32770624 swapFree=5644/204328
[pid=13485] ppid=13482 vsize=10900632 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/13485/stat : 13485 (java) S 13482 13485 9841 0 -1 1077944320 12727 0 0 0 154 5 0 0 20 0 20 0 2704536 11162247168 28413 33554432000 4194304 4196468 140729298580224 140729298562768 140534390812407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
/proc/13485/statm: 2725158 28413 3081 1 0 2713552 0
[pid=13485/tid=13486] ppid=13482 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13486/stat : 13486 (java) R 13482 13485 9841 0 -1 4202560 5688 0 0 0 64 3 0 0 20 0 20 0 2704536 11162247168 28413 33554432000 4194304 4196468 140729298580224 140534395048696 140534029044524 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13487] ppid=13482 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13487/stat : 13487 (java) S 13482 13485 9841 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2704537 11162247168 28413 33554432000 4194304 4196468 140729298580224 140534351772176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13488] ppid=13482 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13488/stat : 13488 (java) S 13482 13485 9841 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2704537 11162247168 28413 33554432000 4194304 4196468 140729298580224 140533996165776 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13489] ppid=13482 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13489/stat : 13489 (java) S 13482 13485 9841 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2704537 11162247168 28413 33554432000 4194304 4196468 140729298580224 140533995112720 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13490] ppid=13482 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13490/stat : 13490 (java) S 13482 13485 9841 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2704537 11162247168 28413 33554432000 4194304 4196468 140729298580224 140533994060176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13491] ppid=13482 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13491/stat : 13491 (java) S 13482 13485 9841 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2704537 11162247168 28413 33554432000 4194304 4196468 140729298580224 140533993008144 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 10900632

[startup+1.50077 s]
/proc/loadavg: 14.58 10.07 5.16 3/282 13505
/proc/meminfo: memFree=31675636/32770624 swapFree=5644/205088
[pid=13485] ppid=13482 vsize=10900632 CPUtime=2.98 cores=0,2,4,6,8,10,12,14
/proc/13485/stat : 13485 (java) S 13482 13485 9841 0 -1 1077944320 14854 0 0 0 267 31 0 0 20 0 20 0 2704536 11162247168 58248 33554432000 4194304 4196468 140729298580224 140729298562768 140534390812407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
/proc/13485/statm: 2725158 58248 3111 1 0 2713552 0
[pid=13485/tid=13486] ppid=13482 vsize=10900632 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13486/stat : 13486 (java) R 13482 13485 9841 0 -1 4202560 5835 0 0 0 136 4 0 0 20 0 20 0 2704536 11162247168 58248 33554432000 4194304 4196468 140729298580224 140534395051368 140534029269208 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13487] ppid=13482 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13487/stat : 13487 (java) S 13482 13485 9841 0 -1 1077944384 105 0 0 0 3 3 0 0 20 0 20 0 2704537 11162247168 58248 33554432000 4194304 4196468 140729298580224 140534351772176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13488] ppid=13482 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13488/stat : 13488 (java) S 13482 13485 9841 0 -1 1077944384 77 0 0 0 3 2 0 0 20 0 20 0 2704537 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533996165776 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13489] ppid=13482 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13489/stat : 13489 (java) S 13482 13485 9841 0 -1 1077944384 225 0 0 0 3 2 0 0 20 0 20 0 2704537 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533995112720 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13490] ppid=13482 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13490/stat : 13490 (java) S 13482 13485 9841 0 -1 1077944384 37 0 0 0 3 3 0 0 20 0 20 0 2704537 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533994060176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13491] ppid=13482 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13491/stat : 13491 (java) S 13482 13485 9841 0 -1 1077944384 150 0 0 0 3 2 0 0 20 0 20 0 2704537 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533993008144 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13492] ppid=13482 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13492/stat : 13492 (java) S 13482 13485 9841 0 -1 1077944384 34 0 0 0 3 3 0 0 20 0 20 0 2704537 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533991955600 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13493] ppid=13482 vsize=10900632 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13493/stat : 13493 (java) S 13482 13485 9841 0 -1 1077944384 85 0 0 0 2 3 0 0 20 0 20 0 2704537 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533990902544 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13495] ppid=13482 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13495/stat : 13495 (java) S 13482 13485 9841 0 -1 1077944384 65 0 0 0 3 3 0 0 20 0 20 0 2704537 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533989850000 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13496] ppid=13482 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13496/stat : 13496 (java) S 13482 13485 9841 0 -1 1077944384 391 0 0 0 0 0 0 0 20 0 20 0 2704540 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533866371312 140534390823554 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13497] ppid=13482 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13497/stat : 13497 (java) S 13482 13485 9841 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 20 0 2704540 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533865317536 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13498] ppid=13482 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13498/stat : 13498 (java) S 13482 13485 9841 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 20 0 2704541 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533864264432 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13499] ppid=13482 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13499/stat : 13499 (java) S 13482 13485 9841 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2704544 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533863213008 140534390831003 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13500] ppid=13482 vsize=10900632 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13500/stat : 13500 (java) S 13482 13485 9841 0 -1 1077944384 1335 0 0 0 21 0 0 0 20 0 20 0 2704544 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533862161136 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13501] ppid=13482 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13501/stat : 13501 (java) S 13482 13485 9841 0 -1 1077944384 2773 0 0 0 45 0 0 0 20 0 20 0 2704544 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533861108592 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13502] ppid=13482 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13502/stat : 13502 (java) S 13482 13485 9841 0 -1 1077944384 1081 0 0 0 20 0 0 0 20 0 20 0 2704544 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533860055536 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13503] ppid=13482 vsize=10900632 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13503/stat : 13503 (java) S 13482 13485 9841 0 -1 1077944384 1178 0 0 0 17 0 0 0 20 0 20 0 2704544 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533859002992 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13504] ppid=13482 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13504/stat : 13504 (java) S 13482 13485 9841 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2704545 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533857950176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13505] ppid=13482 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13505/stat : 13505 (java) S 13482 13485 9841 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 2704545 11162247168 58248 33554432000 4194304 4196468 140729298580224 140533856897712 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 10900632

[startup+3.10092 s]
/proc/loadavg: 14.58 10.07 5.16 5/282 13505
/proc/meminfo: memFree=31423448/32770624 swapFree=5644/205108
[pid=13485] ppid=13482 vsize=10967196 CPUtime=8.95 cores=0,2,4,6,8,10,12,14
/proc/13485/stat : 13485 (java) S 13482 13485 9841 0 -1 1077944320 22965 0 0 0 742 153 0 0 20 0 21 0 2704536 11230408704 156376 33554432000 4194304 4196468 140729298580224 140729298562768 140534390812407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
/proc/13485/statm: 2741799 156376 3138 1 0 2730193 0
[pid=13485/tid=13486] ppid=13482 vsize=10967196 CPUtime=2.53 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13486/stat : 13486 (java) S 13482 13485 9841 0 -1 1077944384 7179 0 0 0 247 6 0 0 20 0 21 0 2704536 11230408704 156376 33554432000 4194304 4196468 140729298580224 140534395051296 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13487] ppid=13482 vsize=10967196 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13487/stat : 13487 (java) R 13482 13485 9841 0 -1 4202560 484 0 0 0 34 19 0 0 20 0 21 0 2704537 11230408704 156376 33554432000 4194304 4196468 140729298580224 140534351772376 140534375267050 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13488] ppid=13482 vsize=10967196 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13488/stat : 13488 (java) R 13482 13485 9841 0 -1 4202560 338 0 0 0 33 18 0 0 20 0 21 0 2704537 11230408704 156376 33554432000 4194304 4196468 140729298580224 140533996165976 140534372408908 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13489] ppid=13482 vsize=10967196 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13489/stat : 13489 (java) R 13482 13485 9841 0 -1 4202560 516 0 0 0 37 14 0 0 20 0 21 0 2704537 11230408704 156376 33554432000 4194304 4196468 140729298580224 140533995112920 140534372408401 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13490] ppid=13482 vsize=10967196 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13490/stat : 13490 (java) R 13482 13485 9841 0 -1 4202560 288 0 0 0 36 17 0 0 20 0 21 0 2704537 11230408704 156376 33554432000 4194304 4196468 140729298580224 140533994060064 140534375266336 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13491] ppid=13482 vsize=10967196 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13491/stat : 13491 (java) S 13482 13485 9841 0 -1 1077944384 357 0 0 0 32 19 0 0 20 0 21 0 2704537 11230408704 156376 33554432000 4194304 4196468 140729298580224 140533993007728 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13492] ppid=13482 vsize=10967196 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13492/stat : 13492 (java) R 13482 13485 9841 0 -1 4202560 276 0 0 0 34 19 0 0 20 0 21 0 2704537 11230408704 156376 33554432000 4194304 4196468 140729298580224 140533991955800 140534372408932 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13493] ppid=13482 vsize=10967196 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13493/stat : 13493 (java) R 13482 13485 9841 0 -1 4202560 621 0 0 0 35 18 0 0 20 0 21 0 2704537 11230408704 156376 33554432000 4194304 4196468 140729298580224 140533990902744 140534372408380 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13495] ppid=13482 vsize=10967196 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13495/stat : 13495 (java) S 13482 13485 9841 0 -1 1077944384 259 0 0 0 33 17 0 0 20 0 21 0 2704537 11230408704 156376 33554432000 4194304 4196468 140729298580224 140533989849584 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13496] ppid=13482 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13496/stat : 13496 (java) S 13482 13485 9841 0 -1 1077944384 522 0 0 0 0 0 0 0 20 0 21 0 2704540 11230408704 156376 33554432000 4194304 4196468 140729298580224 140533866369632 140534390822613 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13497] ppid=13482 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13497/stat : 13497 (java) S 13482 13485 9841 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 21 0 2704540 11230408704 156376 33554432000 4194304 4196468 140729298580224 140533865317536 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0

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

/proc/13485/task/13505/stat : 13505 (java) S 13482 13485 9841 0 -1 1077944384 2283 0 0 0 69 56 0 0 20 0 21 0 2704545 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533856897712 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13506] ppid=13482 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13506/stat : 13506 (java) S 13482 13485 9841 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2704785 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533855842992 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
Current children cumulated CPU time (s) 2393.87
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2328.5 s]
/proc/loadavg: 3.21 2.28 2.37 3/282 13694
/proc/meminfo: memFree=19913252/32770624 swapFree=5628/207168
[pid=13485] ppid=13482 vsize=10967196 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/13485/stat : 13485 (java) S 13482 13485 9841 0 -1 1077944320 269075 0 0 0 238273 1735 0 0 20 0 21 0 2704536 11230408704 940328 33554432000 4194304 4196468 140729298580224 140729298562768 140534390812407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
/proc/13485/statm: 2741799 940328 3162 1 0 2730193 0
[pid=13485/tid=13486] ppid=13482 vsize=10967196 CPUtime=2316.85 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13486/stat : 13486 (java) R 13482 13485 9841 0 -1 4202560 80445 0 0 0 231665 20 0 0 20 0 21 0 2704536 11230408704 940328 33554432000 4194304 4196468 140729298580224 140534395051344 140534030737829 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13487] ppid=13482 vsize=10967196 CPUtime=9.83 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13487/stat : 13487 (java) S 13482 13485 9841 0 -1 1077944384 15489 0 0 0 775 208 0 0 20 0 21 0 2704537 11230408704 940328 33554432000 4194304 4196468 140729298580224 140534351772176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13488] ppid=13482 vsize=10967196 CPUtime=9.6 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13488/stat : 13488 (java) S 13482 13485 9841 0 -1 1077944384 15866 0 0 0 758 202 0 0 20 0 21 0 2704537 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533996165776 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13489] ppid=13482 vsize=10967196 CPUtime=9.73 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13489/stat : 13489 (java) S 13482 13485 9841 0 -1 1077944384 17313 0 0 0 770 203 0 0 20 0 21 0 2704537 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533995112720 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13490] ppid=13482 vsize=10967196 CPUtime=9.53 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13490/stat : 13490 (java) S 13482 13485 9841 0 -1 1077944384 19682 0 0 0 758 195 0 0 20 0 21 0 2704537 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533994060176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13491] ppid=13482 vsize=10967196 CPUtime=9.77 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13491/stat : 13491 (java) S 13482 13485 9841 0 -1 1077944384 18670 0 0 0 763 214 0 0 20 0 21 0 2704537 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533993008144 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13492] ppid=13482 vsize=10967196 CPUtime=9.83 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13492/stat : 13492 (java) S 13482 13485 9841 0 -1 1077944384 16938 0 0 0 769 214 0 0 20 0 21 0 2704537 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533991955600 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13493] ppid=13482 vsize=10967196 CPUtime=9.81 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13493/stat : 13493 (java) S 13482 13485 9841 0 -1 1077944384 20091 0 0 0 773 208 0 0 20 0 21 0 2704537 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533990902544 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13495] ppid=13482 vsize=10967196 CPUtime=9.8 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13495/stat : 13495 (java) S 13482 13485 9841 0 -1 1077944384 17436 0 0 0 770 210 0 0 20 0 21 0 2704537 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533989850000 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13496] ppid=13482 vsize=10967196 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13496/stat : 13496 (java) S 13482 13485 9841 0 -1 1077944384 23816 0 0 0 80 3 0 0 20 0 21 0 2704540 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533866371312 140534390823554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13497] ppid=13482 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13497/stat : 13497 (java) S 13482 13485 9841 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 21 0 2704540 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533865317600 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13498] ppid=13482 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13498/stat : 13498 (java) S 13482 13485 9841 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 21 0 2704541 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533864264432 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13499] ppid=13482 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13499/stat : 13499 (java) S 13482 13485 9841 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2704544 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533863213008 140534390831003 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13500] ppid=13482 vsize=10967196 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13500/stat : 13500 (java) S 13482 13485 9841 0 -1 1077944384 4492 0 0 0 76 1 0 0 20 0 21 0 2704544 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533862161136 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13501] ppid=13482 vsize=10967196 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13501/stat : 13501 (java) S 13482 13485 9841 0 -1 1077944384 5022 0 0 0 99 1 0 0 20 0 21 0 2704544 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533861108592 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13502] ppid=13482 vsize=10967196 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13502/stat : 13502 (java) S 13482 13485 9841 0 -1 1077944384 5594 0 0 0 97 1 0 0 20 0 21 0 2704544 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533860055536 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13503] ppid=13482 vsize=10967196 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13503/stat : 13503 (java) S 13482 13485 9841 0 -1 1077944384 4411 0 0 0 35 0 0 0 20 0 21 0 2704544 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533859002992 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13504] ppid=13482 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13504/stat : 13504 (java) S 13482 13485 9841 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2704545 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533857950176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13505] ppid=13482 vsize=10967196 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13505/stat : 13505 (java) S 13482 13485 9841 0 -1 1077944384 2319 0 0 0 69 57 0 0 20 0 21 0 2704545 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533856897712 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13506] ppid=13482 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13506/stat : 13506 (java) S 13482 13485 9841 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2704785 11230408704 940328 33554432000 4194304 4196468 140729298580224 140533855842992 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
Current children cumulated CPU time (s) 2400.08
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 13485 sig 9
??? kill -13485 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2328.61 s]
/proc/loadavg: 3.21 2.28 2.37 3/282 13694
/proc/meminfo: memFree=19913252/32770624 swapFree=5628/207168
[pid=13485] ppid=13482 vsize=11166888 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/13485/stat : 13485 (java) S 13482 13485 9841 0 -1 1077944320 270047 0 0 0 238274 1735 0 0 20 0 22 0 2704536 11434893312 940415 33554432000 4194304 4196468 140729298580224 140729298562768 140534390812407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
/proc/13485/statm: 2791722 940415 3164 1 0 2780116 0
[pid=13485/tid=13486] ppid=13482 vsize=11166888 CPUtime=2316.86 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13486/stat : 13486 (java) S 13482 13485 9841 0 -1 1077944384 80553 0 0 0 231666 20 0 0 20 0 22 0 2704536 11434893312 940415 33554432000 4194304 4196468 140729298580224 140534395055280 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13487] ppid=13482 vsize=11166888 CPUtime=9.83 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13487/stat : 13487 (java) S 13482 13485 9841 0 -1 1077944384 15489 0 0 0 775 208 0 0 20 0 22 0 2704537 11434893312 940415 33554432000 4194304 4196468 140729298580224 140534351772176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13488] ppid=13482 vsize=11166888 CPUtime=9.6 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13488/stat : 13488 (java) S 13482 13485 9841 0 -1 1077944384 15866 0 0 0 758 202 0 0 20 0 22 0 2704537 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533996165776 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13489] ppid=13482 vsize=11166888 CPUtime=9.73 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13489/stat : 13489 (java) S 13482 13485 9841 0 -1 1077944384 17313 0 0 0 770 203 0 0 20 0 22 0 2704537 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533995112720 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13490] ppid=13482 vsize=11166888 CPUtime=9.53 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13490/stat : 13490 (java) S 13482 13485 9841 0 -1 1077944384 19682 0 0 0 758 195 0 0 20 0 22 0 2704537 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533994060176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13491] ppid=13482 vsize=11166888 CPUtime=9.77 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13491/stat : 13491 (java) S 13482 13485 9841 0 -1 1077944384 18670 0 0 0 763 214 0 0 20 0 22 0 2704537 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533993008144 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13492] ppid=13482 vsize=11166888 CPUtime=9.83 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13492/stat : 13492 (java) S 13482 13485 9841 0 -1 1077944384 16938 0 0 0 769 214 0 0 20 0 22 0 2704537 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533991955600 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13493] ppid=13482 vsize=11166888 CPUtime=9.81 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13493/stat : 13493 (java) S 13482 13485 9841 0 -1 1077944384 20091 0 0 0 773 208 0 0 20 0 22 0 2704537 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533990902544 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13495] ppid=13482 vsize=11166888 CPUtime=9.8 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13495/stat : 13495 (java) S 13482 13485 9841 0 -1 1077944384 17436 0 0 0 770 210 0 0 20 0 22 0 2704537 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533989850000 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13496] ppid=13482 vsize=11166888 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13496/stat : 13496 (java) S 13482 13485 9841 0 -1 1077944384 23831 0 0 0 80 3 0 0 20 0 22 0 2704540 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533866371312 140534390823554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13497] ppid=13482 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13497/stat : 13497 (java) S 13482 13485 9841 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 22 0 2704540 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533865317600 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13498] ppid=13482 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13498/stat : 13498 (java) S 13482 13485 9841 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 22 0 2704541 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533864264432 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13499] ppid=13482 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13499/stat : 13499 (java) S 13482 13485 9841 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 22 0 2704544 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533863213008 140534390831003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13500] ppid=13482 vsize=11166888 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13500/stat : 13500 (java) S 13482 13485 9841 0 -1 1077944384 4496 0 0 0 76 1 0 0 20 0 22 0 2704544 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533862161136 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13501] ppid=13482 vsize=11166888 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13501/stat : 13501 (java) S 13482 13485 9841 0 -1 1077944384 5025 0 0 0 99 1 0 0 20 0 22 0 2704544 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533861108592 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13502] ppid=13482 vsize=11166888 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13502/stat : 13502 (java) S 13482 13485 9841 0 -1 1077944384 5597 0 0 0 97 1 0 0 20 0 22 0 2704544 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533860055536 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13503] ppid=13482 vsize=11166888 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13503/stat : 13503 (java) S 13482 13485 9841 0 -1 1077944384 4601 0 0 0 35 1 0 0 20 0 22 0 2704544 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533859002992 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13504] ppid=13482 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13504/stat : 13504 (java) S 13482 13485 9841 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2704545 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533857950176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13505] ppid=13482 vsize=11166888 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13505/stat : 13505 (java) S 13482 13485 9841 0 -1 1077944384 2319 0 0 0 69 57 0 0 20 0 22 0 2704545 11434893312 940415 33554432000 4194304 4196468 140729298580224 140533856897712 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 11166888

[startup+2328.7 s]
/proc/loadavg: 3.21 2.28 2.37 8/283 13697
/proc/meminfo: memFree=19898420/32770624 swapFree=5628/207168
[pid=13485] ppid=13482 vsize=11166888 CPUtime=2400.1 cores=0,2,4,6,8,10,12,14
/proc/13485/stat : 13485 (java) S 13482 13485 9841 0 -1 1077944320 270718 0 0 0 238275 1735 0 0 20 0 22 0 2704536 11434893312 940418 33554432000 4194304 4196468 140729298580224 140729298562768 140534390812407 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
/proc/13485/statm: 2791722 940418 3164 1 0 2780116 0
[pid=13485/tid=13486] ppid=13482 vsize=11166888 CPUtime=2316.86 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13486/stat : 13486 (java) S 13482 13485 9841 0 -1 1077944384 80553 0 0 0 231666 20 0 0 20 0 22 0 2704536 11434893312 940418 33554432000 4194304 4196468 140729298580224 140534395055280 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13487] ppid=13482 vsize=11166888 CPUtime=9.83 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13487/stat : 13487 (java) S 13482 13485 9841 0 -1 1077944384 15489 0 0 0 775 208 0 0 20 0 22 0 2704537 11434893312 940418 33554432000 4194304 4196468 140729298580224 140534351772176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13488] ppid=13482 vsize=11166888 CPUtime=9.6 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13488/stat : 13488 (java) S 13482 13485 9841 0 -1 1077944384 15866 0 0 0 758 202 0 0 20 0 22 0 2704537 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533996165776 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13489] ppid=13482 vsize=11166888 CPUtime=9.73 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13489/stat : 13489 (java) S 13482 13485 9841 0 -1 1077944384 17313 0 0 0 770 203 0 0 20 0 22 0 2704537 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533995112720 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13490] ppid=13482 vsize=11166888 CPUtime=9.53 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13490/stat : 13490 (java) S 13482 13485 9841 0 -1 1077944384 19682 0 0 0 758 195 0 0 20 0 22 0 2704537 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533994060176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13491] ppid=13482 vsize=11166888 CPUtime=9.77 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13491/stat : 13491 (java) S 13482 13485 9841 0 -1 1077944384 18670 0 0 0 763 214 0 0 20 0 22 0 2704537 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533993008144 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13492] ppid=13482 vsize=11166888 CPUtime=9.83 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13492/stat : 13492 (java) S 13482 13485 9841 0 -1 1077944384 16938 0 0 0 769 214 0 0 20 0 22 0 2704537 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533991955600 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13493] ppid=13482 vsize=11166888 CPUtime=9.81 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13493/stat : 13493 (java) S 13482 13485 9841 0 -1 1077944384 20091 0 0 0 773 208 0 0 20 0 22 0 2704537 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533990902544 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13495] ppid=13482 vsize=11166888 CPUtime=9.8 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13495/stat : 13495 (java) S 13482 13485 9841 0 -1 1077944384 17436 0 0 0 770 210 0 0 20 0 22 0 2704537 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533989850000 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13496] ppid=13482 vsize=11166888 CPUtime=0.83 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13496/stat : 13496 (java) S 13482 13485 9841 0 -1 1077944384 23831 0 0 0 80 3 0 0 20 0 22 0 2704540 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533866371312 140534390823554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13497] ppid=13482 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13497/stat : 13497 (java) S 13482 13485 9841 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 22 0 2704540 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533865317600 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13498] ppid=13482 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13498/stat : 13498 (java) S 13482 13485 9841 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 22 0 2704541 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533864264432 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13499] ppid=13482 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13499/stat : 13499 (java) S 13482 13485 9841 0 -1 1077944384 256 0 0 0 0 0 0 0 20 0 22 0 2704544 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533863213008 140534390831003 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13500] ppid=13482 vsize=11166888 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13500/stat : 13500 (java) S 13482 13485 9841 0 -1 1077944384 4580 0 0 0 76 1 0 0 20 0 22 0 2704544 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533862161136 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13501] ppid=13482 vsize=11166888 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13501/stat : 13501 (java) S 13482 13485 9841 0 -1 1077944384 5043 0 0 0 99 1 0 0 20 0 22 0 2704544 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533861108592 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13502] ppid=13482 vsize=11166888 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13502/stat : 13502 (java) R 13482 13485 9841 0 -1 4202560 5650 0 0 0 97 1 0 0 20 0 22 0 2704544 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533860055536 140534374713008 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13503] ppid=13482 vsize=11166888 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13503/stat : 13503 (java) S 13482 13485 9841 0 -1 1077944384 4944 0 0 0 35 1 0 0 20 0 22 0 2704544 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533859002992 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13504] ppid=13482 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13504/stat : 13504 (java) S 13482 13485 9841 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2704545 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533857950176 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13505] ppid=13482 vsize=11166888 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13505/stat : 13505 (java) S 13482 13485 9841 0 -1 1077944384 2319 0 0 0 69 57 0 0 20 0 22 0 2704545 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533856897712 140534390823554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13695] ppid=13482 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13695/stat : 13695 (java) S 13482 13485 9841 0 -1 1077944384 202 0 0 0 0 0 0 0 20 0 22 0 2937387 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533854789744 140534390822613 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
[pid=13485/tid=13696] ppid=13482 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/13485/task/13696/stat : 13696 (java) R 13482 13485 9841 0 -1 4202560 303 0 0 0 0 0 0 0 20 0 22 0 2937387 11434893312 940418 33554432000 4194304 4196468 140729298580224 140533853728496 140534031145600 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 6905856 140729298584747 140729298584900 140729298584900 140729298587599 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2328.78
CPU time (s): 2400.19
CPU user time (s): 2382.81
CPU system time (s): 17.3793
CPU usage (%): 103.066
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2382.81
system time used= 17.3793
maximum resident set size= 3761788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 271131
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55881
involuntary context switches= 123673

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6615 second user time and 19.1045 second system time

The end

Launcher Data

Begin job on node137 at 2017-07-21 23:59:39
IDJOB=4243595
IDBENCH=124301
IDSOLVER=2623
FILE ID=node137/4243595-1500674379
RUNJOBID= node137-1500674045-13169
PBS_JOBID= 20623283
Free space on /tmp= 62016 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Langford/Langford-m1-k4/Langford-4-35.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243595-1500674379/watcher-4243595-1500674379 -o /tmp/evaluation-result-4243595-1500674379/solver-4243595-1500674379 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1500674045-13169 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243595-1500674379.xml

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

MD5SUM BENCH= a55c0e76347529fc2e2a84bb664efaa0
RANDOM SEED=1013682191

node137.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	: 5332.93
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		: 2133.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	: 5332.93
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	: 5332.93
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		: 1733.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	: 5332.93
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		: 1733.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	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.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	: 5332.93
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		: 1733.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	: 5332.93
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		: 1733.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	: 5332.93
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:        32003520 kB
MemAvailable:   32017736 kB
Buffers:           40080 kB
Cached:           284140 kB
SwapCached:            0 kB
Active:           180068 kB
Inactive:         213180 kB
Active(anon):      71800 kB
Inactive(anon):     8852 kB
Active(file):     108268 kB
Inactive(file):   204328 kB
Unevictable:        5644 kB
Mlocked:            5644 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2840 kB
Writeback:             0 kB
AnonPages:        184640 kB
Mapped:            38524 kB
Shmem:              8852 kB
Slab:              67368 kB
SReclaimable:      34912 kB
SUnreclaim:        32456 kB
KernelStack:        4496 kB
PageTables:         5348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1165156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62012 MiB
End job on node137 at 2017-07-22 00:38:28