Trace number 4243601

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.23 2365.2

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-90.xml
MD5SUM2a5b3790b47e1c2f5ad8b085143681cb
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 variables360
Number of constraints270
Number of domains2
Minimum domain size90
Maximum domain size180
Distribution of domain sizes[{"size":90,"count":180},{"size":180,"count":180}]
Minimum variable degree2
Maximum variable degree180
Distribution of variable degrees[{"degree":2,"count":180},{"degree":180,"count":180}]
Minimum constraint arity2
Maximum constraint arity181
Distribution of constraint arities[{"arity":2,"count":90},{"arity":181,"count":180}]
Number of extensional constraints0
Number of intensional constraints90
Distribution of constraint types[{"type":"intension","count":90},{"type":"element","count":180}]
Optimization problemNO
Type of objective

Solver Data

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

pid=14043
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: 6.91 5.23 3.69 3/262 14046
/proc/meminfo: memFree=31751380/32770624 swapFree=5680/210148
[pid=14046] ppid=14043 vsize=9065552 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/stat : 14046 (java) S 14043 14046 9818 0 -1 1077944320 2270 0 0 0 0 0 0 0 20 0 10 0 2706879 9283125248 2507 33554432000 4194304 4196468 140729459003520 140729458986064 140308056448759 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
/proc/14046/statm: 2282772 2507 1208 1 0 2271683 0
[pid=14046/tid=14047] ppid=14043 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14047/stat : 14047 (java) R 14043 14046 9818 0 -1 4202560 1010 0 0 0 0 0 0 0 20 0 10 0 2706879 10449768448 2536 33554432000 4194304 4196468 140729459003520 140308060689736 140308042530047 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14048] ppid=14043 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14048/stat : 14048 (java) S 14043 14046 9818 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 10 0 2706880 10449768448 2601 33554432000 4194304 4196468 140729459003520 140307993139600 140308056458965 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14049] ppid=14043 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14049/stat : 14049 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2706880 10449768448 2601 33554432000 4194304 4196468 140729459003520 140307662235920 140308056458965 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14050] ppid=14043 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14050/stat : 14050 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2706880 10449768448 2601 33554432000 4194304 4196468 140729459003520 140307661183632 140308056458965 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14051] ppid=14043 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14051/stat : 14051 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2706880 10449768448 2601 33554432000 4194304 4196468 140729459003520 140307660130832 140308056458965 0 4 0 16784584 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14052] ppid=14043 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14052/stat : 14052 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2706880 10449768448 2667 33554432000 4194304 4196468 140729459003520 140307659078544 140308056458965 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14053] ppid=14043 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14053/stat : 14053 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2706880 10449768448 2667 33554432000 4194304 4196468 140729459003520 140307658025744 140308056458965 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14054] ppid=14043 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14054/stat : 14054 (java) S 14043 14046 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 10 0 2706880 10449768448 2667 33554432000 4194304 4196468 140729459003520 140307656973456 140308056458965 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14055] ppid=14043 vsize=10204852 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14055/stat : 14055 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 10 0 2706880 10449768448 2667 33554432000 4194304 4196468 140729459003520 140307655920656 140308056458965 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0

[startup+0.100074 s]
/proc/loadavg: 6.91 5.23 3.69 3/262 14046
/proc/meminfo: memFree=31751380/32770624 swapFree=5680/210148
[pid=14046] ppid=14043 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/14046/stat : 14046 (java) S 14043 14046 9818 0 -1 1077944320 4684 0 0 0 8 1 0 0 20 0 20 0 2706879 11162169344 5797 33554432000 4194304 4196468 140729459003520 140729458986064 140308056448759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
/proc/14046/statm: 2725139 5797 2624 1 0 2713552 0
[pid=14046/tid=14047] ppid=14043 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14047/stat : 14047 (java) R 14043 14046 9818 0 -1 4202560 2773 0 0 0 7 1 0 0 20 0 20 0 2706879 11162169344 5797 33554432000 4194304 4196468 140729459003520 140308060685488 140308040529246 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14048] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14048/stat : 14048 (java) S 14043 14046 9818 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 5797 33554432000 4194304 4196468 140729459003520 140307993139600 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14049] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14049/stat : 14049 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 5797 33554432000 4194304 4196468 140729459003520 140307662235920 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14050] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14050/stat : 14050 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 5797 33554432000 4194304 4196468 140729459003520 140307661183632 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14051] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14051/stat : 14051 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 5797 33554432000 4194304 4196468 140729459003520 140307660130832 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14052] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14052/stat : 14052 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 5797 33554432000 4194304 4196468 140729459003520 140307659078544 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14053] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14053/stat : 14053 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 5797 33554432000 4194304 4196468 140729459003520 140307658025744 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14054] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14054/stat : 14054 (java) S 14043 14046 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 5797 33554432000 4194304 4196468 140729459003520 140307656973456 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14055] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14055/stat : 14055 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 5797 33554432000 4194304 4196468 140729459003520 140307655920656 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.201272 s]
/proc/loadavg: 6.91 5.23 3.69 3/262 14046
/proc/meminfo: memFree=31751380/32770624 swapFree=5680/210148
[pid=14046] ppid=14043 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14046/stat : 14046 (java) S 14043 14046 9818 0 -1 1077944320 6958 0 0 0 24 3 0 0 20 0 20 0 2706879 11162169344 8290 33554432000 4194304 4196468 140729459003520 140729458986064 140308056448759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
/proc/14046/statm: 2725139 8290 2826 1 0 2713552 0
[pid=14046/tid=14047] ppid=14043 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14047/stat : 14047 (java) R 14043 14046 9818 0 -1 4202560 4622 0 0 0 16 2 0 0 20 0 20 0 2706879 11162169344 8290 33554432000 4194304 4196468 140729459003520 140308060672176 140308056470685 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14048] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14048/stat : 14048 (java) S 14043 14046 9818 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 8290 33554432000 4194304 4196468 140729459003520 140307993139600 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14049] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14049/stat : 14049 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 8290 33554432000 4194304 4196468 140729459003520 140307662235920 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14050] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14050/stat : 14050 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 8290 33554432000 4194304 4196468 140729459003520 140307661183632 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14051] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14051/stat : 14051 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 8290 33554432000 4194304 4196468 140729459003520 140307660130832 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14052] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14052/stat : 14052 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 8290 33554432000 4194304 4196468 140729459003520 140307659078544 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14053] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14053/stat : 14053 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 8290 33554432000 4194304 4196468 140729459003520 140307658025744 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14054] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14054/stat : 14054 (java) S 14043 14046 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 8290 33554432000 4194304 4196468 140729459003520 140307656973456 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14055] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14055/stat : 14055 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 8290 33554432000 4194304 4196468 140729459003520 140307655920656 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10900556

[startup+0.300986 s]
/proc/loadavg: 6.91 5.23 3.69 3/262 14046
/proc/meminfo: memFree=31751380/32770624 swapFree=5680/210148
[pid=14046] ppid=14043 vsize=10900556 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/14046/stat : 14046 (java) S 14043 14046 9818 0 -1 1077944320 8207 0 0 0 39 3 0 0 20 0 20 0 2706879 11162169344 10519 33554432000 4194304 4196468 140729459003520 140729458986064 140308056448759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
/proc/14046/statm: 2725139 10519 2909 1 0 2713552 0
[pid=14046/tid=14047] ppid=14043 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14047/stat : 14047 (java) R 14043 14046 9818 0 -1 4202560 5264 0 0 0 26 2 0 0 20 0 20 0 2706879 11162169344 10519 33554432000 4194304 4196468 140729459003520 140308060676352 140308040492389 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14048] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14048/stat : 14048 (java) S 14043 14046 9818 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 10519 33554432000 4194304 4196468 140729459003520 140307993139600 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14049] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14049/stat : 14049 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 10519 33554432000 4194304 4196468 140729459003520 140307662235920 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14050] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14050/stat : 14050 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 10519 33554432000 4194304 4196468 140729459003520 140307661183632 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14051] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14051/stat : 14051 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 10519 33554432000 4194304 4196468 140729459003520 140307660130832 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14052] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14052/stat : 14052 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 10519 33554432000 4194304 4196468 140729459003520 140307659078544 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14053] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14053/stat : 14053 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 10519 33554432000 4194304 4196468 140729459003520 140307658025744 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14054] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14054/stat : 14054 (java) S 14043 14046 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 10519 33554432000 4194304 4196468 140729459003520 140307656973456 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14055] ppid=14043 vsize=10900556 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14055/stat : 14055 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706880 11162169344 10519 33554432000 4194304 4196468 140729459003520 140307655920656 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 10900556

[startup+0.700615 s]
/proc/loadavg: 6.91 5.23 3.69 3/262 14046
/proc/meminfo: memFree=31751380/32770624 swapFree=5680/210148
[pid=14046] ppid=14043 vsize=10900632 CPUtime=1.89 cores=0,2,4,6,8,10,12,14
/proc/14046/stat : 14046 (java) S 14043 14046 9818 0 -1 1077944320 11688 0 0 0 176 13 0 0 20 0 20 0 2706879 11162247168 47361 33554432000 4194304 4196468 140729459003520 140729458986064 140308056448759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
/proc/14046/statm: 2725158 47361 3111 1 0 2713552 0
[pid=14046/tid=14047] ppid=14043 vsize=10900632 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14047/stat : 14047 (java) R 14043 14046 9818 0 -1 4202560 6011 0 0 0 62 4 0 0 20 0 20 0 2706879 11162247168 47361 33554432000 4194304 4196468 140729459003520 140308060675448 140307675959359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14048] ppid=14043 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14048/stat : 14048 (java) S 14043 14046 9818 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 2706880 11162247168 47361 33554432000 4194304 4196468 140729459003520 140307993139600 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14049] ppid=14043 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14049/stat : 14049 (java) S 14043 14046 9818 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 2706880 11162247168 47361 33554432000 4194304 4196468 140729459003520 140307662235920 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14050] ppid=14043 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14050/stat : 14050 (java) S 14043 14046 9818 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 2706880 11162247168 47361 33554432000 4194304 4196468 140729459003520 140307661183632 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14051] ppid=14043 vsize=10900632 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14051/stat : 14051 (java) S 14043 14046 9818 0 -1 1077944384 9 0 0 0 0 1 0 0 20 0 20 0 2706880 11162247168 47361 33554432000 4194304 4196468 140729459003520 140307660130832 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14052] ppid=14043 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14052/stat : 14052 (java) S 14043 14046 9818 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 2706880 11162247168 47361 33554432000 4194304 4196468 140729459003520 140307659078544 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14053] ppid=14043 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14053/stat : 14053 (java) S 14043 14046 9818 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 2706880 11162247168 47361 33554432000 4194304 4196468 140729459003520 140307658025744 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14054] ppid=14043 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14054/stat : 14054 (java) S 14043 14046 9818 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 2706880 11162247168 47361 33554432000 4194304 4196468 140729459003520 140307656973456 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14055] ppid=14043 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14055/stat : 14055 (java) S 14043 14046 9818 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 2706880 11162247168 47361 33554432000 4194304 4196468 140729459003520 140307655920656 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10900632

[startup+1.5011 s]
/proc/loadavg: 6.91 5.23 3.69 5/282 14066
/proc/meminfo: memFree=31510860/32770624 swapFree=5680/210488
[pid=14046] ppid=14043 vsize=10903300 CPUtime=5.2 cores=0,2,4,6,8,10,12,14
/proc/14046/stat : 14046 (java) S 14043 14046 9818 0 -1 1077944320 22311 0 0 0 462 58 0 0 20 0 20 0 2706879 11164979200 116838 33554432000 4194304 4196468 140729459003520 140729458986064 140308056448759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
/proc/14046/statm: 2725825 116838 3140 1 0 2714219 0
[pid=14046/tid=14047] ppid=14043 vsize=10903300 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14047/stat : 14047 (java) R 14043 14046 9818 0 -1 4202560 6071 0 0 0 122 6 0 0 20 0 20 0 2706879 11164979200 116838 33554432000 4194304 4196468 140729459003520 140308060686744 140308038399517 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14048] ppid=14043 vsize=10903300 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14048/stat : 14048 (java) S 14043 14046 9818 0 -1 1077944384 117 0 0 0 8 5 0 0 20 0 20 0 2706880 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307993139600 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14049] ppid=14043 vsize=10903300 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14049/stat : 14049 (java) S 14043 14046 9818 0 -1 1077944384 89 0 0 0 5 3 0 0 20 0 20 0 2706880 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307662235920 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14050] ppid=14043 vsize=10903300 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14050/stat : 14050 (java) S 14043 14046 9818 0 -1 1077944384 108 0 0 0 10 7 0 0 20 0 20 0 2706880 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307661183632 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14051] ppid=14043 vsize=10903300 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14051/stat : 14051 (java) S 14043 14046 9818 0 -1 1077944384 125 0 0 0 12 5 0 0 20 0 20 0 2706880 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307660130832 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14052] ppid=14043 vsize=10903300 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14052/stat : 14052 (java) S 14043 14046 9818 0 -1 1077944384 116 0 0 0 11 4 0 0 20 0 20 0 2706880 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307659078544 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14053] ppid=14043 vsize=10903300 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14053/stat : 14053 (java) S 14043 14046 9818 0 -1 1077944384 117 0 0 0 10 7 0 0 20 0 20 0 2706880 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307658025744 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14054] ppid=14043 vsize=10903300 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14054/stat : 14054 (java) S 14043 14046 9818 0 -1 1077944384 111 0 0 0 10 7 0 0 20 0 20 0 2706880 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307656973456 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14055] ppid=14043 vsize=10903300 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14055/stat : 14055 (java) S 14043 14046 9818 0 -1 1077944384 113 0 0 0 8 5 0 0 20 0 20 0 2706880 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307655920656 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14057] ppid=14043 vsize=10903300 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14057/stat : 14057 (java) S 14043 14046 9818 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 2706883 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307599386736 140308056459906 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14058] ppid=14043 vsize=10903300 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14058/stat : 14058 (java) S 14043 14046 9818 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2706884 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307598332768 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14059] ppid=14043 vsize=10903300 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14059/stat : 14059 (java) S 14043 14046 9818 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2706884 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307597280368 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14060] ppid=14043 vsize=10903300 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14060/stat : 14060 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706888 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307596228688 140308056467355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14061] ppid=14043 vsize=10903300 CPUtime=1.01 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14061/stat : 14061 (java) R 14043 14046 9818 0 -1 4202560 6816 0 0 0 101 0 0 0 20 0 20 0 2706888 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307595162584 140308041371817 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14062] ppid=14043 vsize=10903300 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14062/stat : 14062 (java) S 14043 14046 9818 0 -1 1077944384 3400 0 0 0 75 1 0 0 20 0 20 0 2706888 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307594123760 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14063] ppid=14043 vsize=10903300 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14063/stat : 14063 (java) S 14043 14046 9818 0 -1 1077944384 2200 0 0 0 54 0 0 0 20 0 20 0 2706888 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307593071472 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14064] ppid=14043 vsize=10903300 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14064/stat : 14064 (java) S 14043 14046 9818 0 -1 1077944384 1352 0 0 0 28 0 0 0 20 0 20 0 2706888 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307592018672 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14065] ppid=14043 vsize=10903300 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14065/stat : 14065 (java) S 14043 14046 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2706888 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307590965600 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14066] ppid=14043 vsize=10903300 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14066/stat : 14066 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2706888 11164979200 116838 33554432000 4194304 4196468 140729459003520 140307253422384 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
Current children cumulated CPU time (s) 5.2

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

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



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2364.9 s]
/proc/loadavg: 1.94 2.03 2.18 2/256 14211
/proc/meminfo: memFree=29538216/32770624 swapFree=5664/212256
[pid=14046] ppid=14043 vsize=10967196 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/14046/stat : 14046 (java) S 14043 14046 9818 0 -1 1077944320 134534 0 0 0 239264 745 0 0 20 0 21 0 2706879 11230408704 620495 33554432000 4194304 4196468 140729459003520 140729458986064 140308056448759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
/proc/14046/statm: 2741799 620495 3170 1 0 2730193 0
[pid=14046/tid=14047] ppid=14043 vsize=10967196 CPUtime=2357 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14047/stat : 14047 (java) R 14043 14046 9818 0 -1 4202560 80007 0 0 0 235671 29 0 0 20 0 21 0 2706879 11230408704 620495 33554432000 4194304 4196468 140729459003520 140308060687696 140307677656968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14048] ppid=14043 vsize=10967196 CPUtime=4.37 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14048/stat : 14048 (java) S 14043 14046 9818 0 -1 1077944384 1859 0 0 0 356 81 0 0 20 0 21 0 2706880 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307993139600 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14049] ppid=14043 vsize=10967196 CPUtime=4.35 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14049/stat : 14049 (java) S 14043 14046 9818 0 -1 1077944384 1374 0 0 0 352 83 0 0 20 0 21 0 2706880 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307662235920 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14050] ppid=14043 vsize=10967196 CPUtime=4.41 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14050/stat : 14050 (java) S 14043 14046 9818 0 -1 1077944384 1491 0 0 0 357 84 0 0 20 0 21 0 2706880 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307661183632 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14051] ppid=14043 vsize=10967196 CPUtime=4.43 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14051/stat : 14051 (java) S 14043 14046 9818 0 -1 1077944384 2599 0 0 0 365 78 0 0 20 0 21 0 2706880 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307660130832 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14052] ppid=14043 vsize=10967196 CPUtime=4.41 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14052/stat : 14052 (java) S 14043 14046 9818 0 -1 1077944384 1956 0 0 0 356 85 0 0 20 0 21 0 2706880 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307659078544 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14053] ppid=14043 vsize=10967196 CPUtime=4.4 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14053/stat : 14053 (java) S 14043 14046 9818 0 -1 1077944384 1501 0 0 0 352 88 0 0 20 0 21 0 2706880 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307658025744 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14054] ppid=14043 vsize=10967196 CPUtime=4.42 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14054/stat : 14054 (java) S 14043 14046 9818 0 -1 1077944384 2003 0 0 0 361 81 0 0 20 0 21 0 2706880 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307656973456 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14055] ppid=14043 vsize=10967196 CPUtime=4.32 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14055/stat : 14055 (java) S 14043 14046 9818 0 -1 1077944384 2289 0 0 0 354 78 0 0 20 0 21 0 2706880 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307655920656 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14057] ppid=14043 vsize=10967196 CPUtime=2.05 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14057/stat : 14057 (java) S 14043 14046 9818 0 -1 1077944384 5819 0 0 0 203 2 0 0 20 0 21 0 2706883 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307599386736 140308056459906 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14058] ppid=14043 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14058/stat : 14058 (java) S 14043 14046 9818 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 2706884 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307598332768 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14059] ppid=14043 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14059/stat : 14059 (java) S 14043 14046 9818 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 2706884 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307597280368 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14060] ppid=14043 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14060/stat : 14060 (java) S 14043 14046 9818 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2706888 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307596228688 140308056467355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14061] ppid=14043 vsize=10967196 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14061/stat : 14061 (java) S 14043 14046 9818 0 -1 1077944384 10971 0 0 0 160 1 0 0 20 0 21 0 2706888 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307595176560 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14062] ppid=14043 vsize=10967196 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14062/stat : 14062 (java) S 14043 14046 9818 0 -1 1077944384 6026 0 0 0 116 1 0 0 20 0 21 0 2706888 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307594123760 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14063] ppid=14043 vsize=10967196 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14063/stat : 14063 (java) S 14043 14046 9818 0 -1 1077944384 8932 0 0 0 139 1 0 0 20 0 21 0 2706888 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307593071472 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14064] ppid=14043 vsize=10967196 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14064/stat : 14064 (java) S 14043 14046 9818 0 -1 1077944384 3547 0 0 0 45 1 0 0 20 0 21 0 2706888 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307592018672 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14065] ppid=14043 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14065/stat : 14065 (java) S 14043 14046 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2706888 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307590965600 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14066] ppid=14043 vsize=10967196 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14066/stat : 14066 (java) S 14043 14046 9818 0 -1 1077944384 2750 0 0 0 57 56 0 0 20 0 21 0 2706888 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307253422384 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14067] ppid=14043 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14067/stat : 14067 (java) S 14043 14046 9818 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2707494 11230408704 620495 33554432000 4194304 4196468 140729459003520 140307252368432 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10967196

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

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

[startup+2365.01 s]
/proc/loadavg: 1.94 2.03 2.18 1/257 14214
/proc/meminfo: memFree=29538340/32770624 swapFree=5664/212256
[pid=14046] ppid=14043 vsize=11166888 CPUtime=2400.12 cores=0,2,4,6,8,10,12,14
/proc/14046/stat : 14046 (java) S 14043 14046 9818 0 -1 1077944320 135373 0 0 0 239267 745 0 0 20 0 22 0 2706879 11434893312 620571 33554432000 4194304 4196468 140729459003520 140729458986064 140308056448759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
/proc/14046/statm: 2791722 620571 3173 1 0 2780116 0
[pid=14046/tid=14047] ppid=14043 vsize=11166888 CPUtime=2357.02 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14047/stat : 14047 (java) S 14043 14046 9818 0 -1 1077944384 80099 0 0 0 235673 29 0 0 20 0 22 0 2706879 11434893312 620571 33554432000 4194304 4196468 140729459003520 140308060691632 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14048] ppid=14043 vsize=11166888 CPUtime=4.37 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14048/stat : 14048 (java) S 14043 14046 9818 0 -1 1077944384 1859 0 0 0 356 81 0 0 20 0 22 0 2706880 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307993139600 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14049] ppid=14043 vsize=11166888 CPUtime=4.35 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14049/stat : 14049 (java) S 14043 14046 9818 0 -1 1077944384 1374 0 0 0 352 83 0 0 20 0 22 0 2706880 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307662235920 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14050] ppid=14043 vsize=11166888 CPUtime=4.41 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14050/stat : 14050 (java) S 14043 14046 9818 0 -1 1077944384 1491 0 0 0 357 84 0 0 20 0 22 0 2706880 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307661183632 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14051] ppid=14043 vsize=11166888 CPUtime=4.43 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14051/stat : 14051 (java) S 14043 14046 9818 0 -1 1077944384 2599 0 0 0 365 78 0 0 20 0 22 0 2706880 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307660130832 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14052] ppid=14043 vsize=11166888 CPUtime=4.41 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14052/stat : 14052 (java) S 14043 14046 9818 0 -1 1077944384 1956 0 0 0 356 85 0 0 20 0 22 0 2706880 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307659078544 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14053] ppid=14043 vsize=11166888 CPUtime=4.4 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14053/stat : 14053 (java) S 14043 14046 9818 0 -1 1077944384 1501 0 0 0 352 88 0 0 20 0 22 0 2706880 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307658025744 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14054] ppid=14043 vsize=11166888 CPUtime=4.42 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14054/stat : 14054 (java) S 14043 14046 9818 0 -1 1077944384 2003 0 0 0 361 81 0 0 20 0 22 0 2706880 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307656973456 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14055] ppid=14043 vsize=11166888 CPUtime=4.32 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14055/stat : 14055 (java) S 14043 14046 9818 0 -1 1077944384 2289 0 0 0 354 78 0 0 20 0 22 0 2706880 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307655920656 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14057] ppid=14043 vsize=11166888 CPUtime=2.05 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14057/stat : 14057 (java) S 14043 14046 9818 0 -1 1077944384 5849 0 0 0 203 2 0 0 20 0 22 0 2706883 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307599386736 140308056459906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14058] ppid=14043 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14058/stat : 14058 (java) S 14043 14046 9818 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 22 0 2706884 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307598332768 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14059] ppid=14043 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14059/stat : 14059 (java) S 14043 14046 9818 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 22 0 2706884 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307597280368 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14060] ppid=14043 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14060/stat : 14060 (java) S 14043 14046 9818 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 22 0 2706888 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307596228688 140308056467355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14061] ppid=14043 vsize=11166888 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14061/stat : 14061 (java) S 14043 14046 9818 0 -1 1077944384 10971 0 0 0 160 1 0 0 20 0 22 0 2706888 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307595176560 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14062] ppid=14043 vsize=11166888 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14062/stat : 14062 (java) S 14043 14046 9818 0 -1 1077944384 6026 0 0 0 116 1 0 0 20 0 22 0 2706888 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307594123760 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14063] ppid=14043 vsize=11166888 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14063/stat : 14063 (java) S 14043 14046 9818 0 -1 1077944384 8933 0 0 0 139 1 0 0 20 0 22 0 2706888 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307593071472 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14064] ppid=14043 vsize=11166888 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14064/stat : 14064 (java) S 14043 14046 9818 0 -1 1077944384 3639 0 0 0 45 1 0 0 20 0 22 0 2706888 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307592018672 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14065] ppid=14043 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14065/stat : 14065 (java) S 14043 14046 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2706888 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307590965600 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14066] ppid=14043 vsize=11166888 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14066/stat : 14066 (java) S 14043 14046 9818 0 -1 1077944384 2750 0 0 0 57 56 0 0 20 0 22 0 2706888 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307253422384 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14212] ppid=14043 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14212/stat : 14212 (java) S 14043 14046 9818 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 22 0 2943370 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307251314928 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14213] ppid=14043 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14213/stat : 14213 (java) S 14043 14046 9818 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 22 0 2943370 11434893312 620571 33554432000 4194304 4196468 140729459003520 140307250263568 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
Current children cumulated CPU time (s) 2400.12
Current children cumulated vsize (KiB) 11166888

[startup+2365.11 s]
/proc/loadavg: 1.94 2.03 2.18 1/257 14214
/proc/meminfo: memFree=29538340/32770624 swapFree=5664/212256
[pid=14046] ppid=14043 vsize=11166888 CPUtime=2400.13 cores=0,2,4,6,8,10,12,14
/proc/14046/stat : 14046 (java) S 14043 14046 9818 0 -1 1077944320 135823 0 0 0 239268 745 0 0 20 0 22 0 2706879 11434893312 620575 33554432000 4194304 4196468 140729459003520 140729458986064 140308056448759 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
/proc/14046/statm: 2791722 620575 3173 1 0 2780116 0
[pid=14046/tid=14047] ppid=14043 vsize=11166888 CPUtime=2357.02 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14047/stat : 14047 (java) S 14043 14046 9818 0 -1 1077944384 80099 0 0 0 235673 29 0 0 20 0 22 0 2706879 11434893312 620575 33554432000 4194304 4196468 140729459003520 140308060691632 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14048] ppid=14043 vsize=11166888 CPUtime=4.37 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14048/stat : 14048 (java) S 14043 14046 9818 0 -1 1077944384 1859 0 0 0 356 81 0 0 20 0 22 0 2706880 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307993139600 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14049] ppid=14043 vsize=11166888 CPUtime=4.35 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14049/stat : 14049 (java) S 14043 14046 9818 0 -1 1077944384 1374 0 0 0 352 83 0 0 20 0 22 0 2706880 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307662235920 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14050] ppid=14043 vsize=11166888 CPUtime=4.41 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14050/stat : 14050 (java) S 14043 14046 9818 0 -1 1077944384 1491 0 0 0 357 84 0 0 20 0 22 0 2706880 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307661183632 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14051] ppid=14043 vsize=11166888 CPUtime=4.43 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14051/stat : 14051 (java) S 14043 14046 9818 0 -1 1077944384 2599 0 0 0 365 78 0 0 20 0 22 0 2706880 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307660130832 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14052] ppid=14043 vsize=11166888 CPUtime=4.41 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14052/stat : 14052 (java) S 14043 14046 9818 0 -1 1077944384 1956 0 0 0 356 85 0 0 20 0 22 0 2706880 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307659078544 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14053] ppid=14043 vsize=11166888 CPUtime=4.4 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14053/stat : 14053 (java) S 14043 14046 9818 0 -1 1077944384 1501 0 0 0 352 88 0 0 20 0 22 0 2706880 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307658025744 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14054] ppid=14043 vsize=11166888 CPUtime=4.42 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14054/stat : 14054 (java) S 14043 14046 9818 0 -1 1077944384 2003 0 0 0 361 81 0 0 20 0 22 0 2706880 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307656973456 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14055] ppid=14043 vsize=11166888 CPUtime=4.32 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14055/stat : 14055 (java) S 14043 14046 9818 0 -1 1077944384 2289 0 0 0 354 78 0 0 20 0 22 0 2706880 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307655920656 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14057] ppid=14043 vsize=11166888 CPUtime=2.05 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14057/stat : 14057 (java) S 14043 14046 9818 0 -1 1077944384 5849 0 0 0 203 2 0 0 20 0 22 0 2706883 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307599386736 140308056459906 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14058] ppid=14043 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14058/stat : 14058 (java) S 14043 14046 9818 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 22 0 2706884 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307598332768 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14059] ppid=14043 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14059/stat : 14059 (java) S 14043 14046 9818 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 22 0 2706884 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307597280368 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14060] ppid=14043 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14060/stat : 14060 (java) S 14043 14046 9818 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 22 0 2706888 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307596228688 140308056467355 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14061] ppid=14043 vsize=11166888 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14061/stat : 14061 (java) S 14043 14046 9818 0 -1 1077944384 11014 0 0 0 160 1 0 0 20 0 22 0 2706888 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307595176560 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14062] ppid=14043 vsize=11166888 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14062/stat : 14062 (java) S 14043 14046 9818 0 -1 1077944384 6075 0 0 0 116 1 0 0 20 0 22 0 2706888 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307594123760 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14063] ppid=14043 vsize=11166888 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14063/stat : 14063 (java) S 14043 14046 9818 0 -1 1077944384 9040 0 0 0 139 1 0 0 20 0 22 0 2706888 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307593071472 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14064] ppid=14043 vsize=11166888 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14064/stat : 14064 (java) S 14043 14046 9818 0 -1 1077944384 3662 0 0 0 45 1 0 0 20 0 22 0 2706888 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307592018672 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14065] ppid=14043 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14065/stat : 14065 (java) S 14043 14046 9818 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2706888 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307590965600 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14066] ppid=14043 vsize=11166888 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14066/stat : 14066 (java) S 14043 14046 9818 0 -1 1077944384 2750 0 0 0 57 56 0 0 20 0 22 0 2706888 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307253422384 140308056459906 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14212] ppid=14043 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14212/stat : 14212 (java) S 14043 14046 9818 0 -1 1077944384 199 0 0 0 0 0 0 0 20 0 22 0 2943370 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307251314928 140308056458965 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
[pid=14046/tid=14213] ppid=14043 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14046/task/14213/stat : 14213 (java) R 14043 14046 9818 0 -1 4202560 298 0 0 0 0 0 0 0 20 0 22 0 2943370 11434893312 620575 33554432000 4194304 4196468 140729459003520 140307250253520 140308041834126 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 7446528 140729459004587 140729459004740 140729459004740 140729459007439 0
Current children cumulated CPU time (s) 2400.13
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2365.2
CPU time (s): 2400.23
CPU user time (s): 2392.76
CPU system time (s): 7.47188
CPU usage (%): 101.481
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.76
system time used= 7.47188
maximum resident set size= 2482764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136313
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55594
involuntary context switches= 124243

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.983 second user time and 18.3716 second system time

The end

Launcher Data

Begin job on node140 at 2017-07-22 00:00:05
IDJOB=4243601
IDBENCH=124367
IDSOLVER=2623
FILE ID=node140/4243601-1500674405
RUNJOBID= node140-1500674394-13901
PBS_JOBID= 20623280
Free space on /tmp= 61856 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-90.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243601-1500674405/watcher-4243601-1500674405 -o /tmp/evaluation-result-4243601-1500674405/solver-4243601-1500674405 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500674394-13901 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243601-1500674405.xml

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

MD5SUM BENCH= 2a5b3790b47e1c2f5ad8b085143681cb
RANDOM SEED=1361208172

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

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

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

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

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

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

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.36
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.36
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:        31751104 kB
MemAvailable:   31765292 kB
Buffers:           48468 kB
Cached:           275688 kB
SwapCached:            0 kB
Active:           421148 kB
Inactive:         218964 kB
Active(anon):     318956 kB
Inactive(anon):     8816 kB
Active(file):     102192 kB
Inactive(file):   210148 kB
Unevictable:        5680 kB
Mlocked:            5680 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1816 kB
Writeback:             0 kB
AnonPages:        321936 kB
Mapped:            42124 kB
Shmem:              8852 kB
Slab:              68316 kB
SReclaimable:      35364 kB
SUnreclaim:        32952 kB
KernelStack:        4512 kB
PageTables:         5764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1302272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    219136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61856 MiB
End job on node140 at 2017-07-22 00:39:30