Trace number 4243841

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 2374.4

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-60-02.xml
MD5SUM7d15061b3f8ae249c0a64b716749507b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.1812201
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1354
Number of domains2
Minimum domain size2
Maximum domain size17
Distribution of domain sizes[{"size":2,"count":1000},{"size":17,"count":200}]
Minimum variable degree2
Maximum variable degree54
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":19},{"degree":22,"count":179},{"degree":23,"count":16},{"degree":24,"count":16},{"degree":25,"count":16},{"degree":26,"count":16},"...",{"degree":30,"count":16}, {"degree":31,"count":16}, {"degree":32,"count":17}, {"degree":33,"count":18}, {"degree":34,"count":18}, {"degree":35,"count":122}, {"degree":36,"count":59}, {"degree":37,"count":8}, {"degree":38,"count":9}, {"degree":39,"count":9}, {"degree":40,"count":9}, {"degree":41,"count":9}, {"degree":42,"count":24}, {"degree":43,"count":3}, {"degree":44,"count":3}, {"degree":45,"count":3}, {"degree":46,"count":3}, {"degree":47,"count":3}, {"degree":48,"count":3}, {"degree":49,"count":3}, {"degree":50,"count":3}, {"degree":51,"count":3}, {"degree":52,"count":4}, {"degree":53,"count":4}, {"degree":54,"count":51}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":25,"count":1},{"arity":30,"count":1},{"arity":35,"count":1},{"arity":40,"count":1},{"arity":45,"count":1},{"arity":50,"count":1},{"arity":53,"count":1},{"arity":55,"count":2},{"arity":56,"count":1},{"arity":59,"count":1},{"arity":60,"count":2},{"arity":62,"count":1},{"arity":65,"count":3},{"arity":68,"count":1},{"arity":70,"count":2},{"arity":71,"count":1},{"arity":74,"count":1},{"arity":75,"count":2},{"arity":77,"count":1},{"arity":80,"count":3},{"arity":83,"count":1},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1153},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

pid=14856
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: 7.08 5.01 3.22 3/239 14859
/proc/meminfo: memFree=32012620/32770624 swapFree=5920/216164
[pid=14859] ppid=14856 vsize=8339376 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/stat : 14859 (java) S 14856 14859 9853 0 -1 1077944320 1833 0 0 0 0 0 0 0 20 0 2 0 2942474 8539521024 1537 33554432000 4194304 4196468 140721554022464 140721554005008 140452444462839 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
/proc/14859/statm: 2084844 1537 1182 1 0 2073755 0
[pid=14859/tid=14860] ppid=14856 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14860/stat : 14860 (java) R 14856 14859 9853 0 -1 4202560 595 0 0 0 0 0 0 0 20 0 2 0 2942475 8550137856 1602 33554432000 4194304 4196468 140721554022464 140452448704928 140452436752288 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0

[startup+0.100101 s]
/proc/loadavg: 7.08 5.01 3.22 3/239 14859
/proc/meminfo: memFree=32012620/32770624 swapFree=5920/216164
[pid=14859] ppid=14856 vsize=10900556 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/14859/stat : 14859 (java) S 14856 14859 9853 0 -1 1077944320 4852 0 0 0 8 1 0 0 20 0 20 0 2942474 11162169344 5454 33554432000 4194304 4196468 140721554022464 140721554005008 140452444462839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
/proc/14859/statm: 2725139 5454 2617 1 0 2713552 0
[pid=14859/tid=14860] ppid=14856 vsize=10900556 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14860/stat : 14860 (java) R 14856 14859 9853 0 -1 4202560 2948 0 0 0 7 0 0 0 20 0 20 0 2942475 11162169344 5454 33554432000 4194304 4196468 140721554022464 140452448705120 140452428543326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900556

[startup+0.200317 s]
/proc/loadavg: 7.08 5.01 3.22 3/239 14859
/proc/meminfo: memFree=32012620/32770624 swapFree=5920/216164
[pid=14859] ppid=14856 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/14859/stat : 14859 (java) S 14856 14859 9853 0 -1 1077944320 7125 0 0 0 23 2 0 0 20 0 20 0 2942474 11162169344 7931 33554432000 4194304 4196468 140721554022464 140721554005008 140452444462839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
/proc/14859/statm: 2725139 7931 2876 1 0 2713552 0
[pid=14859/tid=14860] ppid=14856 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14860/stat : 14860 (java) R 14856 14859 9853 0 -1 4202560 4727 0 0 0 17 1 0 0 20 0 20 0 2942475 11162169344 7931 33554432000 4194304 4196468 140721554022464 140452448665824 140452428543326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.300271 s]
/proc/loadavg: 7.08 5.01 3.22 3/239 14859
/proc/meminfo: memFree=32012620/32770624 swapFree=5920/216164
[pid=14859] ppid=14856 vsize=10900556 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/14859/stat : 14859 (java) S 14856 14859 9853 0 -1 1077944320 9051 0 0 0 44 3 0 0 20 0 20 0 2942474 11162169344 10904 33554432000 4194304 4196468 140721554022464 140721554005008 140452444462839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
/proc/14859/statm: 2725139 10904 2960 1 0 2713552 0
[pid=14859/tid=14860] ppid=14856 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14860/stat : 14860 (java) R 14856 14859 9853 0 -1 4202560 5330 0 0 0 26 1 0 0 20 0 20 0 2942475 11162169344 10904 33554432000 4194304 4196468 140721554022464 140452448680160 140452444484765 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10900556

[startup+0.700216 s]
/proc/loadavg: 7.08 5.01 3.22 3/239 14859
/proc/meminfo: memFree=32012620/32770624 swapFree=5920/216164
[pid=14859] ppid=14856 vsize=10900632 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/14859/stat : 14859 (java) S 14856 14859 9853 0 -1 1077944320 12381 0 0 0 184 6 0 0 20 0 20 0 2942474 11162247168 40134 33554432000 4194304 4196468 140721554022464 140721554005008 140452444462839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
/proc/14859/statm: 2725158 40134 3092 1 0 2713552 0
[pid=14859/tid=14860] ppid=14856 vsize=10900632 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14860/stat : 14860 (java) R 14856 14859 9853 0 -1 4202560 6065 0 0 0 64 4 0 0 20 0 20 0 2942475 11162247168 40134 33554432000 4194304 4196468 140721554022464 140452448690232 140452083945057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 10900632

[startup+1.50112 s]
/proc/loadavg: 7.08 5.01 3.22 9/284 14908
/proc/meminfo: memFree=31535676/32770624 swapFree=5920/215184
[pid=14859] ppid=14856 vsize=10902512 CPUtime=5.45 cores=0,2,4,6,8,10,12,14
/proc/14859/stat : 14859 (java) S 14856 14859 9853 0 -1 1077944320 22364 0 0 0 510 35 0 0 20 0 20 0 2942474 11164172288 78074 33554432000 4194304 4196468 140721554022464 140721554005008 140452444462839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
/proc/14859/statm: 2725628 78074 3123 1 0 2714022 0
[pid=14859/tid=14860] ppid=14856 vsize=10902512 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14860/stat : 14860 (java) R 14856 14859 9853 0 -1 4202560 6111 0 0 0 135 4 0 0 20 0 20 0 2942475 11164172288 78074 33554432000 4194304 4196468 140721554022464 140452448698888 140452444474774 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14866] ppid=14856 vsize=10902512 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14866/stat : 14866 (java) S 14856 14859 9853 0 -1 1077944384 72 0 0 0 4 2 0 0 20 0 20 0 2942476 11164172288 78074 33554432000 4194304 4196468 140721554022464 140452412021520 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14867] ppid=14856 vsize=10902512 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14867/stat : 14867 (java) S 14856 14859 9853 0 -1 1077944384 66 0 0 0 2 3 0 0 20 0 20 0 2942476 11164172288 78074 33554432000 4194304 4196468 140721554022464 140452410968976 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14868] ppid=14856 vsize=10902512 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14868/stat : 14868 (java) S 14856 14859 9853 0 -1 1077944384 76 0 0 0 3 3 0 0 20 0 20 0 2942476 11164172288 78074 33554432000 4194304 4196468 140721554022464 140452049644560 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14869] ppid=14856 vsize=10902512 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14869/stat : 14869 (java) S 14856 14859 9853 0 -1 1077944384 63 0 0 0 3 2 0 0 20 0 20 0 2942476 11164172288 78074 33554432000 4194304 4196468 140721554022464 140452048592016 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14870] ppid=14856 vsize=10902512 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14870/stat : 14870 (java) S 14856 14859 9853 0 -1 1077944384 68 0 0 0 3 4 0 0 20 0 20 0 2942476 11164172288 78074 33554432000 4194304 4196468 140721554022464 140452047538448 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14871] ppid=14856 vsize=10902512 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14871/stat : 14871 (java) S 14856 14859 9853 0 -1 1077944384 71 0 0 0 3 4 0 0 20 0 20 0 2942476 11164172288 78074 33554432000 4194304 4196468 140721554022464 140452046485904 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14872] ppid=14856 vsize=10902512 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14872/stat : 14872 (java) S 14856 14859 9853 0 -1 1077944384 72 0 0 0 3 3 0 0 20 0 20 0 2942476 11164172288 78074 33554432000 4194304 4196468 140721554022464 140452045433360 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14873] ppid=14856 vsize=10902512 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14873/stat : 14873 (java) S 14856 14859 9853 0 -1 1077944384 20 0 0 0 1 2 0 0 20 0 20 0 2942476 11164172288 78074 33554432000 4194304 4196468 140721554022464 140452044380816 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14880] ppid=14856 vsize=10902512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14880/stat : 14880 (java) S 14856 14859 9853 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 2942479 11164172288 78074 33554432000 4194304 4196468 140721554022464 140451920132592 140452444473986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14890] ppid=14856 vsize=10902512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14890/stat : 14890 (java) S 14856 14859 9853 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2942479 11164172288 78074 33554432000 4194304 4196468 140721554022464 140451919078880 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14891] ppid=14856 vsize=10902512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14891/stat : 14891 (java) S 14856 14859 9853 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2942480 11164172288 78074 33554432000 4194304 4196468 140721554022464 140451918026240 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14895] ppid=14856 vsize=10902512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14895/stat : 14895 (java) S 14856 14859 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2942484 11164172288 78074 33554432000 4194304 4196468 140721554022464 140451916974800 140452444481435 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14896] ppid=14856 vsize=10902512 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14896/stat : 14896 (java) R 14856 14859 9853 0 -1 4202560 4834 0 0 0 108 1 0 0 20 0 20 0 2942484 11164172288 78074 33554432000 4194304 4196468 140721554022464 140451915907456 140452426007073 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14897] ppid=14856 vsize=10902512 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14897/stat : 14897 (java) R 14856 14859 9853 0 -1 4202560 3741 0 0 0 97 0 0 0 20 0 20 0 2942484 11164172288 78074 33554432000 4194304 4196468 140721554022464 140451914854872 140452426007106 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14898] ppid=14856 vsize=10902512 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14898/stat : 14898 (java) R 14856 14859 9853 0 -1 4202560 3312 0 0 0 96 1 0 0 20 0 20 0 2942484 11164172288 78074 33554432000 4194304 4196468 140721554022464 140451913802848 140452425984246 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14899] ppid=14856 vsize=10902512 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14899/stat : 14899 (java) R 14856 14859 9853 0 -1 4202560 2410 0 0 0 45 1 0 0 20 0 20 0 2942484 11164172288 78074 33554432000 4194304 4196468 140721554022464 140451912763760 140452423598402 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14900] ppid=14856 vsize=10902512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14900/stat : 14900 (java) S 14856 14859 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2942484 11164172288 78074 33554432000 4194304 4196468 140721554022464 140451911711456 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14901] ppid=14856 vsize=10902512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14901/stat : 14901 (java) S 14856 14859 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2942484 11164172288 78074 33554432000 4194304 4196468 140721554022464 140451910658992 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 10902512

[startup+3.10095 s]
/proc/loadavg: 7.08 5.05 3.24 10/284 14908
/proc/meminfo: memFree=30820340/32770624 swapFree=5920/215184
[pid=14859] ppid=14856 vsize=10900632 CPUtime=14.39 cores=0,2,4,6,8,10,12,14
/proc/14859/stat : 14859 (java) S 14856 14859 9853 0 -1 1077944320 25626 0 0 0 1289 150 0 0 20 0 20 0 2942474 11162247168 165210 33554432000 4194304 4196468 140721554022464 140721554005008 140452444462839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
/proc/14859/statm: 2725158 165210 3151 1 0 2713552 0
[pid=14859/tid=14860] ppid=14856 vsize=10900632 CPUtime=1.74 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14860/stat : 14860 (java) S 14856 14859 9853 0 -1 1077944384 6158 0 0 0 168 6 0 0 20 0 20 0 2942475 11162247168 165210 33554432000 4194304 4196468 140721554022464 140452448679328 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14866] ppid=14856 vsize=10900632 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14866/stat : 14866 (java) S 14856 14859 9853 0 -1 1077944384 554 0 0 0 89 16 0 0 20 0 20 0 2942476 11162247168 165210 33554432000 4194304 4196468 140721554022464 140452412021520 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14867] ppid=14856 vsize=10900632 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14867/stat : 14867 (java) S 14856 14859 9853 0 -1 1077944384 247 0 0 0 87 17 0 0 20 0 20 0 2942476 11162247168 165210 33554432000 4194304 4196468 140721554022464 140452410968976 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14868] ppid=14856 vsize=10900632 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14868/stat : 14868 (java) S 14856 14859 9853 0 -1 1077944384 292 0 0 0 89 17 0 0 20 0 20 0 2942476 11162247168 165210 33554432000 4194304 4196468 140721554022464 140452049644560 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14869] ppid=14856 vsize=10900632 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14869/stat : 14869 (java) S 14856 14859 9853 0 -1 1077944384 280 0 0 0 89 16 0 0 20 0 20 0 2942476 11162247168 165210 33554432000 4194304 4196468 140721554022464 140452048592016 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14870] ppid=14856 vsize=10900632 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14870/stat : 14870 (java) S 14856 14859 9853 0 -1 1077944384 745 0 0 0 88 18 0 0 20 0 20 0 2942476 11162247168 165210 33554432000 4194304 4196468 140721554022464 140452047538448 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14871] ppid=14856 vsize=10900632 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14871/stat : 14871 (java) S 14856 14859 9853 0 -1 1077944384 275 0 0 0 89 17 0 0 20 0 20 0 2942476 11162247168 165210 33554432000 4194304 4196468 140721554022464 140452046485904 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14872] ppid=14856 vsize=10900632 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14872/stat : 14872 (java) S 14856 14859 9853 0 -1 1077944384 239 0 0 0 87 17 0 0 20 0 20 0 2942476 11162247168 165210 33554432000 4194304 4196468 140721554022464 140452045433360 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14873] ppid=14856 vsize=10900632 CPUtime=1.03 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14873/stat : 14873 (java) S 14856 14859 9853 0 -1 1077944384 619 0 0 0 87 16 0 0 20 0 20 0 2942476 11162247168 165210 33554432000 4194304 4196468 140721554022464 140452044380816 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14880] ppid=14856 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14880/stat : 14880 (java) R 14856 14859 9853 0 -1 4202560 228 0 0 0 23 0 0 0 20 0 20 0 2942479 11162247168 165210 33554432000 4194304 4196468 140721554022464 140451920131024 140452429163443 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14890] ppid=14856 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14890/stat : 14890 (java) S 14856 14859 9853 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 2942479 11162247168 165210 33554432000 4194304 4196468 140721554022464 140451919078880 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14891] ppid=14856 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14891/stat : 14891 (java) S 14856 14859 9853 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 2942480 11162247168 165210 33554432000 4194304 4196468 140721554022464 140451918026240 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14895] ppid=14856 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14895/stat : 14895 (java) S 14856 14859 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2942484 11162247168 165210 33554432000 4194304 4196468 140721554022464 140451916974800 140452444481435 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14896] ppid=14856 vsize=10900632 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14896/stat : 14896 (java) S 14856 14859 9853 0 -1 1077944384 4877 0 0 0 117 1 0 0 20 0 20 0 2942484 11162247168 165210 33554432000 4194304 4196468 140721554022464 140451915921392 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14897] ppid=14856 vsize=10900632 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14897/stat : 14897 (java) S 14856 14859 9853 0 -1 1077944384 3833 0 0 0 109 0 0 0 20 0 20 0 2942484 11162247168 165210 33554432000 4194304 4196468 140721554022464 140451914868848 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14898] ppid=14856 vsize=10900632 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14898/stat : 14898 (java) S 14856 14859 9853 0 -1 1077944384 3348 0 0 0 111 1 0 0 20 0 20 0 2942484 11162247168 165210 33554432000 4194304 4196468 140721554022464 140451913801296 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14899] ppid=14856 vsize=10900632 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14899/stat : 14899 (java) S 14856 14859 9853 0 -1 1077944384 2565 0 0 0 47 1 0 0 20 0 20 0 2942484 11162247168 165210 33554432000 4194304 4196468 140721554022464 140451912763760 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14900] ppid=14856 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14900/stat : 14900 (java) S 14856 14859 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 2942484 11162247168 165210 33554432000 4194304 4196468 140721554022464 140451911711456 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14901] ppid=14856 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14901/stat : 14901 (java) S 14856 14859 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 2942484 11162247168 165210 33554432000 4194304 4196468 140721554022464 140451910658992 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
Current children cumulated CPU time (s) 14.39
Current children cumulated vsize (KiB) 10900632

[startup+6.30081 s]
/proc/loadavg: 7.08 5.05 3.24 10/284 14908
/proc/meminfo: memFree=29423460/32770624 swapFree=5920/215196
[pid=14859] ppid=14856 vsize=10967196 CPUtime=27.73 cores=0,2,4,6,8,10,12,14
/proc/14859/stat : 14859 (java) S 14856 14859 9853 0 -1 1077944320 36016 0 0 0 2517 256 0 0 20 0 21 0 2942474 11230408704 300940 33554432000 4194304 4196468 140721554022464 140721554005008 140452444462839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
/proc/14859/statm: 2741799 300940 3160 1 0 2730193 0
[pid=14859/tid=14860] ppid=14856 vsize=10967196 CPUtime=2.84 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14860/stat : 14860 (java) R 14856 14859 9853 0 -1 4202560 6970 0 0 0 276 8 0 0 20 0 21 0 2942475 11230408704 300940 33554432000 4194304 4196468 140721554022464 140452448699512 140452085693677 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14866] ppid=14856 vsize=10967196 CPUtime=2.47 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14866/stat : 14866 (java) S 14856 14859 9853 0 -1 1077944384 748 0 0 0 219 28 0 0 20 0 21 0 2942476 11230408704 300940 33554432000 4194304 4196468 140721554022464 140452412021520 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14867] ppid=14856 vsize=10967196 CPUtime=2.4 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14867/stat : 14867 (java) S 14856 14859 9853 0 -1 1077944384 2254 0 0 0 212 28 0 0 20 0 21 0 2942476 11230408704 300940 33554432000 4194304 4196468 140721554022464 140452410968976 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14868] ppid=14856 vsize=10967196 CPUtime=2.48 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14868/stat : 14868 (java) S 14856 14859 9853 0 -1 1077944384 466 0 0 0 218 30 0 0 20 0 21 0 2942476 11230408704 300940 33554432000 4194304 4196468 140721554022464 140452049644560 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14869] ppid=14856 vsize=10967196 CPUtime=2.46 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14869/stat : 14869 (java) S 14856 14859 9853 0 -1 1077944384 1597 0 0 0 219 27 0 0 20 0 21 0 2942476 11230408704 300940 33554432000 4194304 4196468 140721554022464 140452048592016 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14870] ppid=14856 vsize=10967196 CPUtime=2.49 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14870/stat : 14870 (java) S 14856 14859 9853 0 -1 1077944384 921 0 0 0 216 33 0 0 20 0 21 0 2942476 11230408704 300940 33554432000 4194304 4196468 140721554022464 140452047538448 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14871] ppid=14856 vsize=10967196 CPUtime=2.48 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14871/stat : 14871 (java) S 14856 14859 9853 0 -1 1077944384 699 0 0 0 219 29 0 0 20 0 21 0 2942476 11230408704 300940 33554432000 4194304 4196468 140721554022464 140452046485904 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14872] ppid=14856 vsize=10967196 CPUtime=2.43 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14872/stat : 14872 (java) S 14856 14859 9853 0 -1 1077944384 411 0 0 0 212 31 0 0 20 0 21 0 2942476 11230408704 300940 33554432000 4194304 4196468 140721554022464 140452045433360 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14873] ppid=14856 vsize=10967196 CPUtime=2.45 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14873/stat : 14873 (java) S 14856 14859 9853 0 -1 1077944384 748 0 0 0 215 30 0 0 20 0 21 0 2942476 11230408704 300940 33554432000 4194304 4196468 140721554022464 140452044380816 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14880] ppid=14856 vsize=10967196 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14880/stat : 14880 (java) S 14856 14859 9853 0 -1 1077944384 1920 0 0 0 87 0 0 0 20 0 21 0 2942479 11230408704 300940 33554432000 4194304 4196468 140721554022464 140451920132592 140452444473986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14890] ppid=14856 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14890/stat : 14890 (java) S 14856 14859 9853 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 2942479 11230408704 300940 33554432000 4194304 4196468 140721554022464 140451919078880 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14891] ppid=14856 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14891/stat : 14891 (java) S 14856 14859 9853 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 2942480 11230408704 300940 33554432000 4194304 4196468 140721554022464 140451918026240 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14895] ppid=14856 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=14859/tid=14899] ppid=14856 vsize=10967196 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14899/stat : 14899 (java) S 14856 14859 9853 0 -1 1077944384 5385 0 0 0 59 2 0 0 20 0 21 0 2942484 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451912763760 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14900] ppid=14856 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14900/stat : 14900 (java) S 14856 14859 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2942484 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451911711456 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14901] ppid=14856 vsize=10967196 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14901/stat : 14901 (java) S 14856 14859 9853 0 -1 1077944384 2797 0 0 0 59 61 0 0 20 0 21 0 2942484 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451910658992 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14910] ppid=14856 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14910/stat : 14910 (java) S 14856 14859 9853 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2943090 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451909604784 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
Current children cumulated CPU time (s) 2348.28
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2374.1 s]
/proc/loadavg: 1.93 2.00 2.13 2/259 15062
/proc/meminfo: memFree=30470484/32770624 swapFree=5920/216904
[pid=14859] ppid=14856 vsize=10967196 CPUtime=2400.07 cores=0,2,4,6,8,10,12,14
/proc/14859/stat : 14859 (java) S 14856 14859 9853 0 -1 1077944320 110386 0 0 0 239631 376 0 0 20 0 21 0 2942474 11230408704 386278 33554432000 4194304 4196468 140721554022464 140721554005008 140452444462839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
/proc/14859/statm: 2741799 386278 3175 1 0 2730193 0
[pid=14859/tid=14860] ppid=14856 vsize=10967196 CPUtime=2368.74 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14860/stat : 14860 (java) R 14856 14859 9853 0 -1 4202560 63910 0 0 0 236861 13 0 0 20 0 21 0 2942475 11230408704 386278 33554432000 4194304 4196468 140721554022464 140452448699736 140452085877529 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14866] ppid=14856 vsize=10967196 CPUtime=2.92 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14866/stat : 14866 (java) S 14856 14859 9853 0 -1 1077944384 1001 0 0 0 257 35 0 0 20 0 21 0 2942476 11230408704 386278 33554432000 4194304 4196468 140721554022464 140452412021520 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14867] ppid=14856 vsize=10967196 CPUtime=2.83 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14867/stat : 14867 (java) S 14856 14859 9853 0 -1 1077944384 2434 0 0 0 248 35 0 0 20 0 21 0 2942476 11230408704 386278 33554432000 4194304 4196468 140721554022464 140452410968976 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14868] ppid=14856 vsize=10967196 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14868/stat : 14868 (java) S 14856 14859 9853 0 -1 1077944384 2515 0 0 0 255 38 0 0 20 0 21 0 2942476 11230408704 386278 33554432000 4194304 4196468 140721554022464 140452049644560 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14869] ppid=14856 vsize=10967196 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14869/stat : 14869 (java) S 14856 14859 9853 0 -1 1077944384 1787 0 0 0 257 34 0 0 20 0 21 0 2942476 11230408704 386278 33554432000 4194304 4196468 140721554022464 140452048592016 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14870] ppid=14856 vsize=10967196 CPUtime=2.94 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14870/stat : 14870 (java) S 14856 14859 9853 0 -1 1077944384 1123 0 0 0 253 41 0 0 20 0 21 0 2942476 11230408704 386278 33554432000 4194304 4196468 140721554022464 140452047538448 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14871] ppid=14856 vsize=10967196 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14871/stat : 14871 (java) S 14856 14859 9853 0 -1 1077944384 883 0 0 0 257 36 0 0 20 0 21 0 2942476 11230408704 386278 33554432000 4194304 4196468 140721554022464 140452046485904 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14872] ppid=14856 vsize=10967196 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14872/stat : 14872 (java) S 14856 14859 9853 0 -1 1077944384 1662 0 0 0 249 38 0 0 20 0 21 0 2942476 11230408704 386278 33554432000 4194304 4196468 140721554022464 140452045433360 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14873] ppid=14856 vsize=10967196 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14873/stat : 14873 (java) S 14856 14859 9853 0 -1 1077944384 1587 0 0 0 252 38 0 0 20 0 21 0 2942476 11230408704 386278 33554432000 4194304 4196468 140721554022464 140452044380816 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14880] ppid=14856 vsize=10967196 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14880/stat : 14880 (java) S 14856 14859 9853 0 -1 1077944384 2646 0 0 0 91 2 0 0 20 0 21 0 2942479 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451920132592 140452444473986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14890] ppid=14856 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14890/stat : 14890 (java) S 14856 14859 9853 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 2942479 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451919078880 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14891] ppid=14856 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14891/stat : 14891 (java) S 14856 14859 9853 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 21 0 2942480 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451918026240 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14895] ppid=14856 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14895/stat : 14895 (java) S 14856 14859 9853 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2942484 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451916974800 140452444481435 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14896] ppid=14856 vsize=10967196 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14896/stat : 14896 (java) S 14856 14859 9853 0 -1 1077944384 7449 0 0 0 167 2 0 0 20 0 21 0 2942484 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451915921392 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14897] ppid=14856 vsize=10967196 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14897/stat : 14897 (java) S 14856 14859 9853 0 -1 1077944384 6942 0 0 0 184 2 0 0 20 0 21 0 2942484 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451914868848 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14898] ppid=14856 vsize=10967196 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14898/stat : 14898 (java) S 14856 14859 9853 0 -1 1077944384 6793 0 0 0 160 2 0 0 20 0 21 0 2942484 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451913816304 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14899] ppid=14856 vsize=10967196 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14899/stat : 14899 (java) S 14856 14859 9853 0 -1 1077944384 5393 0 0 0 59 2 0 0 20 0 21 0 2942484 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451912763760 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14900] ppid=14856 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14900/stat : 14900 (java) S 14856 14859 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2942484 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451911711456 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14901] ppid=14856 vsize=10967196 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14901/stat : 14901 (java) S 14856 14859 9853 0 -1 1077944384 2828 0 0 0 60 62 0 0 20 0 21 0 2942484 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451910658992 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14910] ppid=14856 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14910/stat : 14910 (java) S 14856 14859 9853 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2943090 11230408704 386278 33554432000 4194304 4196468 140721554022464 140451909604784 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
Current children cumulated CPU time (s) 2400.07
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 14859 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2374.21 s]
/proc/loadavg: 1.93 2.00 2.13 2/259 15062
/proc/meminfo: memFree=30470484/32770624 swapFree=5920/216904
[pid=14859] ppid=14856 vsize=11166888 CPUtime=2400.1 cores=0,2,4,6,8,10,12,14
/proc/14859/stat : 14859 (java) S 14856 14859 9853 0 -1 1077944320 110897 0 0 0 239634 376 0 0 20 0 22 0 2942474 11434893312 386336 33554432000 4194304 4196468 140721554022464 140721554005008 140452444462839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
/proc/14859/statm: 2791722 386336 3178 1 0 2780116 0
[pid=14859/tid=14860] ppid=14856 vsize=11166888 CPUtime=2368.76 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14860/stat : 14860 (java) S 14856 14859 9853 0 -1 1077944384 63965 0 0 0 236863 13 0 0 20 0 22 0 2942475 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452448705712 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14866] ppid=14856 vsize=11166888 CPUtime=2.92 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14866/stat : 14866 (java) S 14856 14859 9853 0 -1 1077944384 1001 0 0 0 257 35 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452412021520 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14867] ppid=14856 vsize=11166888 CPUtime=2.83 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14867/stat : 14867 (java) S 14856 14859 9853 0 -1 1077944384 2434 0 0 0 248 35 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452410968976 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14868] ppid=14856 vsize=11166888 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14868/stat : 14868 (java) S 14856 14859 9853 0 -1 1077944384 2515 0 0 0 255 38 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452049644560 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14869] ppid=14856 vsize=11166888 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14869/stat : 14869 (java) S 14856 14859 9853 0 -1 1077944384 1787 0 0 0 257 34 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452048592016 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14870] ppid=14856 vsize=11166888 CPUtime=2.94 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14870/stat : 14870 (java) S 14856 14859 9853 0 -1 1077944384 1123 0 0 0 253 41 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452047538448 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14871] ppid=14856 vsize=11166888 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14871/stat : 14871 (java) S 14856 14859 9853 0 -1 1077944384 883 0 0 0 257 36 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452046485904 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14872] ppid=14856 vsize=11166888 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14872/stat : 14872 (java) S 14856 14859 9853 0 -1 1077944384 1662 0 0 0 249 38 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452045433360 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14873] ppid=14856 vsize=11166888 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14873/stat : 14873 (java) S 14856 14859 9853 0 -1 1077944384 1587 0 0 0 252 38 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452044380816 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14880] ppid=14856 vsize=11166888 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14880/stat : 14880 (java) S 14856 14859 9853 0 -1 1077944384 2667 0 0 0 91 2 0 0 20 0 22 0 2942479 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451920132592 140452444473986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14890] ppid=14856 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14890/stat : 14890 (java) S 14856 14859 9853 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 22 0 2942479 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451919078880 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14891] ppid=14856 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14891/stat : 14891 (java) S 14856 14859 9853 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 22 0 2942480 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451918026240 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14895] ppid=14856 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14895/stat : 14895 (java) S 14856 14859 9853 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451916974800 140452444481435 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14896] ppid=14856 vsize=11166888 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14896/stat : 14896 (java) S 14856 14859 9853 0 -1 1077944384 7449 0 0 0 167 2 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451915921392 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14897] ppid=14856 vsize=11166888 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14897/stat : 14897 (java) S 14856 14859 9853 0 -1 1077944384 6942 0 0 0 184 2 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451914868848 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14898] ppid=14856 vsize=11166888 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14898/stat : 14898 (java) S 14856 14859 9853 0 -1 1077944384 6793 0 0 0 160 2 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451913816304 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14899] ppid=14856 vsize=11166888 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14899/stat : 14899 (java) S 14856 14859 9853 0 -1 1077944384 5493 0 0 0 59 2 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451912763760 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14900] ppid=14856 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14900/stat : 14900 (java) S 14856 14859 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451911711456 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14901] ppid=14856 vsize=11166888 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14901/stat : 14901 (java) S 14856 14859 9853 0 -1 1077944384 2828 0 0 0 60 62 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451910658992 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 11166888

[startup+2374.3 s]
/proc/loadavg: 1.93 2.00 2.13 2/259 15062
/proc/meminfo: memFree=30470484/32770624 swapFree=5920/216904
[pid=14859] ppid=14856 vsize=11166888 CPUtime=2400.1 cores=0,2,4,6,8,10,12,14
/proc/14859/stat : 14859 (java) S 14856 14859 9853 0 -1 1077944320 110897 0 0 0 239634 376 0 0 20 0 22 0 2942474 11434893312 386336 33554432000 4194304 4196468 140721554022464 140721554005008 140452444462839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
/proc/14859/statm: 2791722 386336 3178 1 0 2780116 0
[pid=14859/tid=14860] ppid=14856 vsize=11166888 CPUtime=2368.76 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14860/stat : 14860 (java) S 14856 14859 9853 0 -1 1077944384 63965 0 0 0 236863 13 0 0 20 0 22 0 2942475 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452448705712 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14866] ppid=14856 vsize=11166888 CPUtime=2.92 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14866/stat : 14866 (java) S 14856 14859 9853 0 -1 1077944384 1001 0 0 0 257 35 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452412021520 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14867] ppid=14856 vsize=11166888 CPUtime=2.83 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14867/stat : 14867 (java) S 14856 14859 9853 0 -1 1077944384 2434 0 0 0 248 35 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452410968976 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14868] ppid=14856 vsize=11166888 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14868/stat : 14868 (java) S 14856 14859 9853 0 -1 1077944384 2515 0 0 0 255 38 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452049644560 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14869] ppid=14856 vsize=11166888 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14869/stat : 14869 (java) S 14856 14859 9853 0 -1 1077944384 1787 0 0 0 257 34 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452048592016 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14870] ppid=14856 vsize=11166888 CPUtime=2.94 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14870/stat : 14870 (java) S 14856 14859 9853 0 -1 1077944384 1123 0 0 0 253 41 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452047538448 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14871] ppid=14856 vsize=11166888 CPUtime=2.93 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14871/stat : 14871 (java) S 14856 14859 9853 0 -1 1077944384 883 0 0 0 257 36 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452046485904 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14872] ppid=14856 vsize=11166888 CPUtime=2.87 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14872/stat : 14872 (java) S 14856 14859 9853 0 -1 1077944384 1662 0 0 0 249 38 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452045433360 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14873] ppid=14856 vsize=11166888 CPUtime=2.9 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14873/stat : 14873 (java) S 14856 14859 9853 0 -1 1077944384 1587 0 0 0 252 38 0 0 20 0 22 0 2942476 11434893312 386336 33554432000 4194304 4196468 140721554022464 140452044380816 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14880] ppid=14856 vsize=11166888 CPUtime=0.93 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14880/stat : 14880 (java) S 14856 14859 9853 0 -1 1077944384 2667 0 0 0 91 2 0 0 20 0 22 0 2942479 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451920132592 140452444473986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14890] ppid=14856 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14890/stat : 14890 (java) S 14856 14859 9853 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 22 0 2942479 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451919078880 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14891] ppid=14856 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14891/stat : 14891 (java) S 14856 14859 9853 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 22 0 2942480 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451918026240 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14895] ppid=14856 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14895/stat : 14895 (java) S 14856 14859 9853 0 -1 1077944384 141 0 0 0 0 0 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451916974800 140452444481435 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14896] ppid=14856 vsize=11166888 CPUtime=1.69 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14896/stat : 14896 (java) S 14856 14859 9853 0 -1 1077944384 7449 0 0 0 167 2 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451915921392 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14897] ppid=14856 vsize=11166888 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14897/stat : 14897 (java) S 14856 14859 9853 0 -1 1077944384 6942 0 0 0 184 2 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451914868848 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14898] ppid=14856 vsize=11166888 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14898/stat : 14898 (java) S 14856 14859 9853 0 -1 1077944384 6793 0 0 0 160 2 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451913816304 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14899] ppid=14856 vsize=11166888 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14899/stat : 14899 (java) S 14856 14859 9853 0 -1 1077944384 5493 0 0 0 59 2 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451912763760 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14900] ppid=14856 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14900/stat : 14900 (java) S 14856 14859 9853 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451911711456 140452444473045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
[pid=14859/tid=14901] ppid=14856 vsize=11166888 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/14859/task/14901/stat : 14901 (java) S 14856 14859 9853 0 -1 1077944384 2828 0 0 0 60 62 0 0 20 0 22 0 2942484 11434893312 386336 33554432000 4194304 4196468 140721554022464 140451910658992 140452444473986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 28905472 140721554027691 140721554027844 140721554027844 140721554030543 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2374.4
CPU time (s): 2400.23
CPU user time (s): 2396.45
CPU system time (s): 3.78025
CPU usage (%): 101.088
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.45
system time used= 3.78025
maximum resident set size= 1546076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111196
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56090
involuntary context switches= 124101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2229 second user time and 18.4593 second system time

The end

Launcher Data

Begin job on node135 at 2017-07-22 00:39:15
IDJOB=4243841
IDBENCH=128054
IDSOLVER=2623
FILE ID=node135/4243841-1500676755
RUNJOBID= node135-1500676755-14839
PBS_JOBID= 20623285
Free space on /tmp= 61848 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-60-02.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243841-1500676755/watcher-4243841-1500676755 -o /tmp/evaluation-result-4243841-1500676755/solver-4243841-1500676755 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500676755-14839 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243841-1500676755.xml

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

MD5SUM BENCH= 7d15061b3f8ae249c0a64b716749507b
RANDOM SEED=1257408835

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

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.46
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.46
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:        32014952 kB
MemAvailable:   32033392 kB
Buffers:           52032 kB
Cached:           275816 kB
SwapCached:            0 kB
Active:           156892 kB
Inactive:         223468 kB
Active(anon):      55332 kB
Inactive(anon):     8596 kB
Active(file):     101560 kB
Inactive(file):   214872 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1520 kB
Writeback:            36 kB
AnonPages:         52004 kB
Mapped:            29212 kB
Shmem:              8872 kB
Slab:              68460 kB
SReclaimable:      35688 kB
SUnreclaim:        32772 kB
KernelStack:        4352 kB
PageTables:         4236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61844 MiB
End job on node135 at 2017-07-22 01:18:49