Trace number 4290034

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
Sat4j-CSP 2018-07-11? (TO) 2400.18 2381.57

General information on the benchmark

NameCarSequencing/
CarSequencing-90-02_c18.xml
MD5SUMa45a1bbd084788784bb8b4db38c38ff4
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 benchmark129.751
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1453
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree93
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":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
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":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":30,"count":1},{"arity":32,"count":2},{"arity":34,"count":1},{"arity":35,"count":1},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":4},{"arity":52,"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":1252},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

14.22/5.64	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
14.22/5.64	c This is free software under the dual EPL/GNU LGPL licenses.
14.22/5.64	c See www.sat4j.org for details.
14.22/5.64	c That software uses the Rhino library from the Mozilla project.
14.22/5.64	c version 2.3.6-SNAPSHOT
14.22/5.64	c java.runtime.name	Java(TM) SE Runtime Environment
14.22/5.64	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
14.22/5.64	c java.vm.version	25.131-b11
14.22/5.64	c java.vm.vendor	Oracle Corporation
14.22/5.64	c sun.arch.data.model	64
14.22/5.64	c java.version		1.8.0_131
14.22/5.64	c os.name		Linux
14.22/5.64	c os.version		3.10.0-514.16.1.el7.x86_64
14.22/5.64	c os.arch		amd64
14.22/5.64	c Free memory 		499604488
14.22/5.64	c Max memory 		7247757312
14.22/5.64	c Total memory 		504889344
14.22/5.64	c Number of processors 	4
14.22/5.64	c c --- Begin Solver configuration ---
14.22/5.64	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
14.22/5.64	c Learn all clauses as in MiniSAT
14.22/5.64	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
14.22/5.64	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
14.22/5.64	c No reason simplification
14.22/5.64	c Glucose 2.1 dynamic restart strategy
14.22/5.64	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
14.22/5.64	c timeout=2147483s
14.22/5.64	c DB Simplification allowed=false
14.22/5.64	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
14.22/5.64	c --- End Solver configuration ---
14.22/5.64	c constraints type 
14.22/5.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 2400
14.22/5.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 397531
14.22/5.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5012259
14.22/5.64	c org.sat4j.minisat.constraints.cnf.UnitClause => 2958
14.22/5.64	c 5415148 constraints processed.
2400.11/2381.50	c starts		: 2659
2400.11/2381.50	c conflicts		: 1027859
2400.11/2381.50	c decisions		: 92941556
2400.11/2381.50	c propagations		: 9419405009
2400.11/2381.50	c inspects		: 14403277423
2400.11/2381.50	c shortcuts		: 0
2400.11/2381.50	c learnt literals	: 6898
2400.11/2381.50	c learnt binary clauses	: 36193
2400.11/2381.50	c learnt ternary clauses	: 63148
2400.11/2381.50	c learnt constraints	: 1020961
2400.11/2381.50	c ignored constraints	: 0
2400.11/2381.50	c root simplifications	: 0
2400.11/2381.50	c removed literals (reason simplification)	: 0
2400.11/2381.50	c reason swapping (by a shorter reason)	: 0
2400.11/2381.50	c Calls to reduceDB	: 41
2400.11/2381.50	c Number of update (reduction) of LBD	: 492867
2400.11/2381.50	c Imported unit clauses	: 0
2400.11/2381.50	c number of reductions to clauses (during analyze)	: 0
2400.11/2381.50	c number of learned constraints concerned by reduction	: 0
2400.11/2381.50	c number of learning phase by resolution	: 0
2400.11/2381.50	c number of learning phase by cutting planes	: 0
2400.11/2381.50	c number of rounding to 1 operations	: 0
2400.11/2381.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.11/2381.50	c number of reductions of the coefficients by power 2 	: 0
2400.11/2381.50	c number of right shift for reduction by power 2 	: 0
2400.11/2381.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.11/2381.50	c number of ending skipping 	: 0
2400.11/2381.50	c number of internal skipping 	: 0
2400.11/2381.50	c number of derivation steps 	: 0
2400.11/2381.50	c number of skipped derivation steps 	: 0
2400.11/2381.50	c number of remaining unassigned 	: 0
2400.11/2381.50	c number of remaining assigned 	: 0
2400.11/2381.50	c speed (assignments/second)	: 3964804.8763445723
2400.11/2381.50	c non guided choices	: 55119878
2400.11/2381.53	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 36193
2400.11/2381.53	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 102171
2400.11/2381.53	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13157 MiB free)
  memory of node 1: 16384 MiB (12476 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290034-1532219381/watcher-4290034-1532219381 -o /tmp/evaluation-result-4290034-1532219381/solver-4290034-1532219381 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532209961-31982 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290034-1532219381.xml 

running on 4 cores: 0,2,4,6

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1288, runsolver pid=1285
Current StackSize limit: 8192 KiB


[startup+0.100129 s]*
/proc/loadavg: 6.01 6.60 4.91 2/220 1302
/proc/meminfo: memFree=26235672/32770624 swapFree=67108860/67108860
[pid=1288] ppid=1285 vsize=10592324 memory=23740 CPUtime=0.05 cores=0,2,4,6
/proc/1288/stat : 1288 (java) S 1285 1288 29334 0 -1 1077944320 4772 0 0 0 5 0 0 0 20 0 14 0 39501277 10846539776 5935 33554432000 4194304 4196468 140735094308992 140735094291536 140251213295351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
/proc/1288/statm: 2648081 5935 2617 1 0 2610622 0
[pid=1288/tid=1290] ppid=1285 vsize=10592324 memory=576460756329955604 CPUtime=0.04 cores=0,2,4,6
/proc/1288/task/1290/stat : 1290 (java) D 1285 1288 29334 0 -1 1077944384 2902 0 0 0 4 0 0 0 20 0 14 0 39501277 10846539776 5935 33554432000 4194304 4196468 140735094308992 140251217532736 140251213319229 0 4 0 16800975 18446744072101809700 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1291] ppid=1285 vsize=10592324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1291/stat : 1291 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 39501278 10846539776 5935 33554432000 4194304 4196468 140735094308992 140251155299472 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1292] ppid=1285 vsize=10592324 memory=4123106164764601119 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1292/stat : 1292 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 39501278 10846539776 5935 33554432000 4194304 4196468 140735094308992 140251154246672 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1293] ppid=1285 vsize=10592324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1293/stat : 1293 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 39501278 10846539776 5935 33554432000 4194304 4196468 140735094308992 140251153193872 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1294] ppid=1285 vsize=10592324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1294/stat : 1294 (java) S 1285 1288 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 39501278 10846539776 5935 33554432000 4194304 4196468 140735094308992 140251152141072 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1295] ppid=1285 vsize=10592324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1295/stat : 1295 (java) S 1285 1288 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 39501280 10846539776 5935 33554432000 4194304 4196468 140735094308992 140250705717616 140251213306498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1296] ppid=1285 vsize=10592324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1296/stat : 1296 (java) S 1285 1288 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 39501280 10846539776 5935 33554432000 4194304 4196468 140735094308992 140250704663584 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1297] ppid=1285 vsize=10592324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1297/stat : 1297 (java) S 1285 1288 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 39501280 10846539776 5935 33554432000 4194304 4196468 140735094308992 140250703610736 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1298] ppid=1285 vsize=10592324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1298/stat : 1298 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 39501283 10846539776 5935 33554432000 4194304 4196468 140735094308992 140250702559056 140251213313947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1299] ppid=1285 vsize=10592324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1299/stat : 1299 (java) S 1285 1288 29334 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 14 0 39501283 10846539776 5935 33554432000 4194304 4196468 140735094308992 140250701507440 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1300] ppid=1285 vsize=10592324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1300/stat : 1300 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 39501283 10846539776 5935 33554432000 4194304 4196468 140735094308992 140250700454640 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1301] ppid=1285 vsize=10592324 memory=139916148459136 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1301/stat : 1301 (java) S 1285 1288 29334 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 14 0 39501283 10846539776 5935 33554432000 4194304 4196468 140735094308992 140250699401840 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1302] ppid=1285 vsize=10592324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1302/stat : 1302 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 39501283 10846539776 5935 33554432000 4194304 4196468 140735094308992 140250698349280 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10592324 KiB
Current children cumulated memory: 23740 KiB

[startup+0.21051 s]*
/proc/loadavg: 6.01 6.60 4.91 4/221 1303
/proc/meminfo: memFree=26226928/32770624 swapFree=67108860/67108860
[pid=1288] ppid=1285 vsize=10659012 memory=30844 CPUtime=0.14 cores=0,2,4,6
/proc/1288/stat : 1288 (java) S 1285 1288 29334 0 -1 1077944320 6790 0 0 0 13 1 0 0 20 0 15 0 39501277 10914828288 7711 33554432000 4194304 4196468 140735094308992 140735094291536 140251213295351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
/proc/1288/statm: 2664753 7711 2826 1 0 2627263 0
[pid=1288/tid=1290] ppid=1285 vsize=10659012 memory=8389772277269004345 CPUtime=0.1 cores=0,2,4,6
/proc/1288/task/1290/stat : 1290 (java) R 1285 1288 29334 0 -1 4202560 4635 0 0 0 9 1 0 0 20 0 15 0 39501277 10914828288 7711 33554432000 4194304 4196468 140735094308992 140251217506528 140251213307286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1291] ppid=1285 vsize=10659012 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1291/stat : 1291 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39501278 10914828288 7711 33554432000 4194304 4196468 140735094308992 140251155299472 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1292] ppid=1285 vsize=10659012 memory=288370292300170880 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1292/stat : 1292 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39501278 10914828288 7711 33554432000 4194304 4196468 140735094308992 140251154246672 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1293] ppid=1285 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1293/stat : 1293 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39501278 10914828288 7711 33554432000 4194304 4196468 140735094308992 140251153193872 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1294] ppid=1285 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1294/stat : 1294 (java) S 1285 1288 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39501278 10914828288 7711 33554432000 4194304 4196468 140735094308992 140251152141072 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1295] ppid=1285 vsize=10659012 memory=139916148459136 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1295/stat : 1295 (java) S 1285 1288 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39501280 10914828288 7711 33554432000 4194304 4196468 140735094308992 140250705717616 140251213306498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1296] ppid=1285 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1296/stat : 1296 (java) S 1285 1288 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39501280 10914828288 7711 33554432000 4194304 4196468 140735094308992 140250704663584 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1297] ppid=1285 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1297/stat : 1297 (java) S 1285 1288 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39501280 10914828288 7711 33554432000 4194304 4196468 140735094308992 140250703610736 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1298] ppid=1285 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1298/stat : 1298 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39501283 10914828288 7711 33554432000 4194304 4196468 140735094308992 140250702559056 140251213313947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1299] ppid=1285 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1299/stat : 1299 (java) R 1285 1288 29334 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 15 0 39501283 10914828288 7711 33554432000 4194304 4196468 140735094308992 140250701507440 140251213306498 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1300] ppid=1285 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1300/stat : 1300 (java) R 1285 1288 29334 0 -1 4202560 45 0 0 0 0 0 0 0 20 0 15 0 39501283 10914828288 7711 33554432000 4194304 4196468 140735094308992 140250700446144 140251191128208 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1301] ppid=1285 vsize=10659012 memory=139916148459136 CPUtime=0.02 cores=0,2,4,6
/proc/1288/task/1301/stat : 1301 (java) R 1285 1288 29334 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 39501283 10914828288 7711 33554432000 4194304 4196468 140735094308992 140250699401840 140251213316698 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1302] ppid=1285 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1302/stat : 1302 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39501283 10914828288 7711 33554432000 4194304 4196468 140735094308992 140250698349280 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1303] ppid=1285 vsize=10659012 memory=139916148459136 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1303/stat : 1303 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39501293 10914828288 7711 33554432000 4194304 4196468 140735094308992 140250697296560 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30844 KiB

[startup+0.310824 s]*
/proc/loadavg: 6.01 6.60 4.91 5/221 1303
/proc/meminfo: memFree=26219360/32770624 swapFree=67108860/67108860
[pid=1288] ppid=1285 vsize=10659012 memory=41868 CPUtime=0.33 cores=0,2,4,6
/proc/1288/stat : 1288 (java) S 1285 1288 29334 0 -1 1077944320 8089 0 0 0 31 2 0 0 20 0 15 0 39501277 10914828288 10467 33554432000 4194304 4196468 140735094308992 140735094291536 140251213295351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
/proc/1288/statm: 2664753 10467 3006 1 0 2627263 0
[pid=1288/tid=1290] ppid=1285 vsize=10659012 memory=1398720917958146503 CPUtime=0.2 cores=0,2,4,6
/proc/1288/task/1290/stat : 1290 (java) R 1285 1288 29334 0 -1 4202560 5037 0 0 0 19 1 0 0 20 0 15 0 39501277 10914828288 10467 33554432000 4194304 4196468 140735094308992 140251217530416 140251213317277 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1291] ppid=1285 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1291/stat : 1291 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39501278 10914828288 10467 33554432000 4194304 4196468 140735094308992 140251155299472 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1292] ppid=1285 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1292/stat : 1292 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39501278 10914828288 10467 33554432000 4194304 4196468 140735094308992 140251154246672 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1293] ppid=1285 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1293/stat : 1293 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39501278 10914828288 10467 33554432000 4194304 4196468 140735094308992 140251153193872 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1294] ppid=1285 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1294/stat : 1294 (java) S 1285 1288 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39501278 10914828288 10467 33554432000 4194304 4196468 140735094308992 140251152141072 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1295] ppid=1285 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1295/stat : 1295 (java) S 1285 1288 29334 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39501280 10914828288 10467 33554432000 4194304 4196468 140735094308992 140250705717616 140251213306498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1296] ppid=1285 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1296/stat : 1296 (java) S 1285 1288 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39501280 10914828288 10467 33554432000 4194304 4196468 140735094308992 140250704663584 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1297] ppid=1285 vsize=10659012 memory=139916008860143 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1297/stat : 1297 (java) S 1285 1288 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39501280 10914828288 10467 33554432000 4194304 4196468 140735094308992 140250703610736 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1298] ppid=1285 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1298/stat : 1298 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39501283 10914828288 10467 33554432000 4194304 4196468 140735094308992 140250702559056 140251213313947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1299] ppid=1285 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/1288/task/1299/stat : 1299 (java) S 1285 1288 29334 0 -1 1077944384 614 0 0 0 2 0 0 0 20 0 15 0 39501283 10914828288 10467 33554432000 4194304 4196468 140735094308992 140250701507440 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1300] ppid=1285 vsize=10659012 memory=139916008753631 CPUtime=0.02 cores=0,2,4,6
/proc/1288/task/1300/stat : 1300 (java) S 1285 1288 29334 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 39501283 10914828288 10467 33554432000 4194304 4196468 140735094308992 140250700454640 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1301] ppid=1285 vsize=10659012 memory=139916148459136 CPUtime=0.07 cores=0,2,4,6
/proc/1288/task/1301/stat : 1301 (java) R 1285 1288 29334 0 -1 4202560 717 0 0 0 7 0 0 0 20 0 15 0 39501283 10914828288 10467 33554432000 4194304 4196468 140735094308992 140250699401840 140250831650923 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1302] ppid=1285 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1302/stat : 1302 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39501283 10914828288 10467 33554432000 4194304 4196468 140735094308992 140250698349280 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1303] ppid=1285 vsize=10659012 memory=139916148459135 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1303/stat : 1303 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39501293 10914828288 10467 33554432000 4194304 4196468 140735094308992 140250697296560 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41868 KiB

[startup+0.703286 s]
/proc/loadavg: 6.01 6.60 4.91 6/221 1303
/proc/meminfo: memFree=26197280/32770624 swapFree=67108860/67108860
[pid=1288] ppid=1285 vsize=10659088 memory=206308 CPUtime=1.56 cores=0,2,4,6
/proc/1288/stat : 1288 (java) S 1285 1288 29334 0 -1 1077944320 18065 0 0 0 149 7 0 0 20 0 15 0 39501277 10914906112 51577 33554432000 4194304 4196468 140735094308992 140735094291536 140251213295351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
/proc/1288/statm: 2664772 51577 3101 1 0 2627263 0
[pid=1288/tid=1290] ppid=1285 vsize=10659088 memory=1732 CPUtime=0.57 cores=0,2,4,6
/proc/1288/task/1290/stat : 1290 (java) R 1285 1288 29334 0 -1 1077944384 5854 0 0 0 54 3 0 0 20 0 15 0 39501277 10914906112 51577 33554432000 4194304 4196468 140735094308992 140251217532320 140251213305557 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1291] ppid=1285 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1291/stat : 1291 (java) S 1285 1288 29334 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 39501278 10914906112 51577 33554432000 4194304 4196468 140735094308992 140251155299472 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1292] ppid=1285 vsize=10659088 memory=5404 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1292/stat : 1292 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39501278 10914906112 51577 33554432000 4194304 4196468 140735094308992 140251154246672 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1293] ppid=1285 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1293/stat : 1293 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39501278 10914906112 51577 33554432000 4194304 4196468 140735094308992 140251153193872 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1294] ppid=1285 vsize=10659088 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1294/stat : 1294 (java) S 1285 1288 29334 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 39501278 10914906112 51577 33554432000 4194304 4196468 140735094308992 140251152141072 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1295] ppid=1285 vsize=10659088 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1295/stat : 1295 (java) S 1285 1288 29334 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39501280 10914906112 51577 33554432000 4194304 4196468 140735094308992 140250705717616 140251213306498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1296] ppid=1285 vsize=10659088 memory=10940 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1296/stat : 1296 (java) S 1285 1288 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39501280 10914906112 51577 33554432000 4194304 4196468 140735094308992 140250704663584 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1297] ppid=1285 vsize=10659088 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1297/stat : 1297 (java) S 1285 1288 29334 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39501280 10914906112 51577 33554432000 4194304 4196468 140735094308992 140250703610736 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1298] ppid=1285 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1298/stat : 1298 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39501283 10914906112 51577 33554432000 4194304 4196468 140735094308992 140250702559056 140251213313947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1299] ppid=1285 vsize=10659088 memory=1704 CPUtime=0.32 cores=0,2,4,6
/proc/1288/task/1299/stat : 1299 (java) R 1285 1288 29334 0 -1 4202560 3771 0 0 0 32 0 0 0 20 0 15 0 39501283 10914906112 51577 33554432000 4194304 4196468 140735094308992 140250701493176 140251198401458 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1300] ppid=1285 vsize=10659088 memory=1948 CPUtime=0.3 cores=0,2,4,6
/proc/1288/task/1300/stat : 1300 (java) R 1285 1288 29334 0 -1 4202560 3858 0 0 0 29 1 0 0 20 0 15 0 39501283 10914906112 51577 33554432000 4194304 4196468 140735094308992 140250700439112 140251192541199 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1301] ppid=1285 vsize=10659088 memory=10412 CPUtime=0.32 cores=0,2,4,6
/proc/1288/task/1301/stat : 1301 (java) R 1285 1288 29334 0 -1 4202560 3131 0 0 0 32 0 0 0 20 0 15 0 39501283 10914906112 51577 33554432000 4194304 4196468 140735094308992 140250699401840 140251197375838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1302] ppid=1285 vsize=10659088 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1302/stat : 1302 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39501283 10914906112 51577 33554432000 4194304 4196468 140735094308992 140250698349280 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1303] ppid=1285 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1303/stat : 1303 (java) S 1285 1288 29334 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39501293 10914906112 51577 33554432000 4194304 4196468 140735094308992 140250697296560 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 206308 KiB

[startup+1.50082 s]
/proc/loadavg: 6.01 6.60 4.91 5/221 1303
/proc/meminfo: memFree=26033612/32770624 swapFree=67108860/67108860
[pid=1288] ppid=1285 vsize=10659088 memory=361704 CPUtime=4.06 cores=0,2,4,6
/proc/1288/stat : 1288 (java) S 1285 1288 29334 0 -1 1077944320 24935 0 0 0 392 14 0 0 20 0 15 0 39501277 10914906112 90426 33554432000 4194304 4196468 140735094308992 140735094291536 140251213295351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
/proc/1288/statm: 2664772 90426 3146 1 0 2627263 0
[pid=1288/tid=1290] ppid=1285 vsize=10659088 memory=1732 CPUtime=1.32 cores=0,2,4,6
/proc/1288/task/1290/stat : 1290 (java) R 1285 1288 29334 0 -1 4202560 5984 0 0 0 127 5 0 0 20 0 15 0 39501277 10914906112 90938 33554432000 4194304 4196468 140735094308992 140251217530912 140250836858920 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1291] ppid=1285 vsize=10659088 memory=1008 CPUtime=0.02 cores=0,2,4,6
/proc/1288/task/1291/stat : 1291 (java) S 1285 1288 29334 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 15 0 39501278 10914906112 90938 33554432000 4194304 4196468 140735094308992 140251155299472 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1292] ppid=1285 vsize=10659088 memory=5404 CPUtime=0.04 cores=0,2,4,6
/proc/1288/task/1292/stat : 1292 (java) S 1285 1288 29334 0 -1 1077944384 101 0 0 0 3 1 0 0 20 0 15 0 39501278 10914906112 90938 33554432000 4194304 4196468 140735094308992 140251154246672 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1293] ppid=1285 vsize=10659088 memory=796 CPUtime=0.03 cores=0,2,4,6
/proc/1288/task/1293/stat : 1293 (java) S 1285 1288 29334 0 -1 1077944384 105 0 0 0 3 0 0 0 20 0 15 0 39501278 10914906112 90938 33554432000 4194304 4196468 140735094308992 140251153193872 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1294] ppid=1285 vsize=10659088 memory=6442213880668318303 CPUtime=0.02 cores=0,2,4,6
/proc/1288/task/1294/stat : 1294 (java) S 1285 1288 29334 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 15 0 39501278 10914906112 90938 33554432000 4194304 4196468 140735094308992 140251152141072 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1295] ppid=1285 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1295/stat : 1295 (java) S 1285 1288 29334 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39501280 10914906112 90938 33554432000 4194304 4196468 140735094308992 140250705717616 140251213306498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1296] ppid=1285 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1296/stat : 1296 (java) S 1285 1288 29334 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39501280 10914906112 90938 33554432000 4194304 4196468 140735094308992 140250704663648 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0

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

/proc/1288/task/1292/stat : 1292 (java) S 1285 1288 29334 0 -1 1077944384 9478 0 0 0 372 37 0 0 20 0 16 0 39501278 10985164800 593281 33554432000 4194304 4196468 140735094308992 140251154246672 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1293] ppid=1285 vsize=10727700 memory=2373124 CPUtime=4.08 cores=0,2,4,6
/proc/1288/task/1293/stat : 1293 (java) S 1285 1288 29334 0 -1 1077944384 9197 0 0 0 373 35 0 0 20 0 16 0 39501278 10985164800 593281 33554432000 4194304 4196468 140735094308992 140251153193872 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1294] ppid=1285 vsize=10727700 memory=2373124 CPUtime=4.08 cores=0,2,4,6
/proc/1288/task/1294/stat : 1294 (java) S 1285 1288 29334 0 -1 1077944384 8091 0 0 0 374 34 0 0 20 0 16 0 39501278 10985164800 593281 33554432000 4194304 4196468 140735094308992 140251152141072 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1295] ppid=1285 vsize=10727700 memory=2373124 CPUtime=1.83 cores=0,2,4,6
/proc/1288/task/1295/stat : 1295 (java) S 1285 1288 29334 0 -1 1077944384 7254 0 0 0 181 2 0 0 20 0 16 0 39501280 10985164800 593281 33554432000 4194304 4196468 140735094308992 140250705717616 140251213306498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1296] ppid=1285 vsize=10727700 memory=2373124 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1296/stat : 1296 (java) S 1285 1288 29334 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39501280 10985164800 593281 33554432000 4194304 4196468 140735094308992 140250704663648 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1297] ppid=1285 vsize=10727700 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1297/stat : 1297 (java) S 1285 1288 29334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39501280 10985164800 593281 33554432000 4194304 4196468 140735094308992 140250703610752 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1298] ppid=1285 vsize=10727700 memory=10416 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1298/stat : 1298 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39501283 10985164800 593281 33554432000 4194304 4196468 140735094308992 140250702559056 140251213313947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1299] ppid=1285 vsize=10727700 memory=15872 CPUtime=2.22 cores=0,2,4,6
/proc/1288/task/1299/stat : 1299 (java) S 1285 1288 29334 0 -1 1077944384 11866 0 0 0 220 2 0 0 20 0 16 0 39501283 10985164800 593281 33554432000 4194304 4196468 140735094308992 140250701507440 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1300] ppid=1285 vsize=10727700 memory=2373124 CPUtime=2.52 cores=0,2,4,6
/proc/1288/task/1300/stat : 1300 (java) S 1285 1288 29334 0 -1 1077944384 12602 0 0 0 250 2 0 0 20 0 16 0 39501283 10985164800 593281 33554432000 4194304 4196468 140735094308992 140250700454640 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1301] ppid=1285 vsize=10727700 memory=2373124 CPUtime=0.6 cores=0,2,4,6
/proc/1288/task/1301/stat : 1301 (java) S 1285 1288 29334 0 -1 1077944384 6686 0 0 0 58 2 0 0 20 0 16 0 39501283 10985164800 593281 33554432000 4194304 4196468 140735094308992 140250699401840 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1302] ppid=1285 vsize=10727700 memory=2373124 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1302/stat : 1302 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39501283 10985164800 593281 33554432000 4194304 4196468 140735094308992 140250698349280 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1303] ppid=1285 vsize=10727700 memory=2373124 CPUtime=1.28 cores=0,2,4,6
/proc/1288/task/1303/stat : 1303 (java) S 1285 1288 29334 0 -1 1077944384 3316 0 0 0 62 66 0 0 20 0 16 0 39501293 10985164800 593281 33554432000 4194304 4196468 140735094308992 140250697296560 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1304] ppid=1285 vsize=10727700 memory=2373124 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1304/stat : 1304 (java) S 1285 1288 29334 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39501852 10985164800 593281 33554432000 4194304 4196468 140735094308992 140250694144944 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
Current children cumulated CPU time: 2341.06 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2373124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2381.3 s]
/proc/loadavg: 2.17 2.08 2.28 3/221 1505
/proc/meminfo: memFree=19762884/32770624 swapFree=67108860/67108860
[pid=1288] ppid=1285 vsize=10727700 memory=2373136 CPUtime=2400.09 cores=0,2,4,6
/proc/1288/stat : 1288 (java) S 1285 1288 29334 0 -1 1077944320 1090192 0 0 0 239731 278 0 0 20 0 16 0 39501277 10985164800 593284 33554432000 4194304 4196468 140735094308992 140735094291536 140251213295351 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
/proc/1288/statm: 2681925 593284 3189 1 0 2644416 0
[pid=1288/tid=1290] ppid=1285 vsize=10727700 memory=644 CPUtime=2375.14 cores=0,2,4,6
/proc/1288/task/1290/stat : 1290 (java) R 1285 1288 29334 0 -1 4202560 1010645 0 0 0 237442 72 0 0 20 0 16 0 39501277 10985164800 593284 33554432000 4194304 4196468 140735094308992 140251217532248 140250837936010 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1291] ppid=1285 vsize=10727700 memory=2373136 CPUtime=4.11 cores=0,2,4,6
/proc/1288/task/1291/stat : 1291 (java) S 1285 1288 29334 0 -1 1077944384 9514 0 0 0 376 35 0 0 20 0 16 0 39501278 10985164800 593284 33554432000 4194304 4196468 140735094308992 140251155299472 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1292] ppid=1285 vsize=10727700 memory=2373136 CPUtime=4.09 cores=0,2,4,6
/proc/1288/task/1292/stat : 1292 (java) S 1285 1288 29334 0 -1 1077944384 9478 0 0 0 372 37 0 0 20 0 16 0 39501278 10985164800 593284 33554432000 4194304 4196468 140735094308992 140251154246672 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1293] ppid=1285 vsize=10727700 memory=2373136 CPUtime=4.08 cores=0,2,4,6
/proc/1288/task/1293/stat : 1293 (java) S 1285 1288 29334 0 -1 1077944384 9197 0 0 0 373 35 0 0 20 0 16 0 39501278 10985164800 593284 33554432000 4194304 4196468 140735094308992 140251153193872 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1294] ppid=1285 vsize=10727700 memory=2373136 CPUtime=4.08 cores=0,2,4,6
/proc/1288/task/1294/stat : 1294 (java) S 1285 1288 29334 0 -1 1077944384 8091 0 0 0 374 34 0 0 20 0 16 0 39501278 10985164800 593284 33554432000 4194304 4196468 140735094308992 140251152141072 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1295] ppid=1285 vsize=10727700 memory=0 CPUtime=1.83 cores=0,2,4,6
/proc/1288/task/1295/stat : 1295 (java) S 1285 1288 29334 0 -1 1077944384 7273 0 0 0 181 2 0 0 20 0 16 0 39501280 10985164800 593284 33554432000 4194304 4196468 140735094308992 140250705717616 140251213306498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1296] ppid=1285 vsize=10727700 memory=2373136 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1296/stat : 1296 (java) S 1285 1288 29334 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39501280 10985164800 593284 33554432000 4194304 4196468 140735094308992 140250704663648 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1297] ppid=1285 vsize=10727700 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1297/stat : 1297 (java) S 1285 1288 29334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39501280 10985164800 593284 33554432000 4194304 4196468 140735094308992 140250703610752 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1298] ppid=1285 vsize=10727700 memory=14048 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1298/stat : 1298 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39501283 10985164800 593284 33554432000 4194304 4196468 140735094308992 140250702559056 140251213313947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1299] ppid=1285 vsize=10727700 memory=0 CPUtime=2.22 cores=0,2,4,6
/proc/1288/task/1299/stat : 1299 (java) S 1285 1288 29334 0 -1 1077944384 11872 0 0 0 220 2 0 0 20 0 16 0 39501283 10985164800 593284 33554432000 4194304 4196468 140735094308992 140250701507440 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1300] ppid=1285 vsize=10727700 memory=2373136 CPUtime=2.52 cores=0,2,4,6
/proc/1288/task/1300/stat : 1300 (java) S 1285 1288 29334 0 -1 1077944384 12629 0 0 0 250 2 0 0 20 0 16 0 39501283 10985164800 593284 33554432000 4194304 4196468 140735094308992 140250700454640 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1301] ppid=1285 vsize=10727700 memory=2373136 CPUtime=0.6 cores=0,2,4,6
/proc/1288/task/1301/stat : 1301 (java) S 1285 1288 29334 0 -1 1077944384 6692 0 0 0 58 2 0 0 20 0 16 0 39501283 10985164800 593284 33554432000 4194304 4196468 140735094308992 140250699401840 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1302] ppid=1285 vsize=10727700 memory=2373136 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1302/stat : 1302 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39501283 10985164800 593284 33554432000 4194304 4196468 140735094308992 140250698349280 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1303] ppid=1285 vsize=10727700 memory=8112282956445269571 CPUtime=1.31 cores=0,2,4,6
/proc/1288/task/1303/stat : 1303 (java) S 1285 1288 29334 0 -1 1077944384 3392 0 0 0 63 68 0 0 20 0 16 0 39501293 10985164800 593284 33554432000 4194304 4196468 140735094308992 140250697296560 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1304] ppid=1285 vsize=10727700 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1304/stat : 1304 (java) S 1285 1288 29334 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39501852 10985164800 593284 33554432000 4194304 4196468 140735094308992 140250694144944 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2373136 KiB

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

[startup+2381.57 s]
# the end of solver process 1288 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.38 s, system=2.80639 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2381.41 s]
/proc/loadavg: 2.17 2.08 2.28 3/221 1505
/proc/meminfo: memFree=19762884/32770624 swapFree=67108860/67108860
[pid=1288] ppid=1285 vsize=10927392 memory=2373444 CPUtime=2400.11 cores=0,2,4,6
/proc/1288/stat : 1288 (java) S 1285 1288 29334 0 -1 1077944320 1091514 0 0 0 239733 278 0 0 20 0 17 0 39501277 11189649408 593361 33554432000 4194304 4196468 140735094308992 140735094291536 140251213295351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
/proc/1288/statm: 2731848 593361 3192 1 0 2694339 0
[pid=1288/tid=1290] ppid=1285 vsize=10927392 memory=1424 CPUtime=2375.16 cores=0,2,4,6
/proc/1288/task/1290/stat : 1290 (java) S 1285 1288 29334 0 -1 1077944384 1011117 0 0 0 237444 72 0 0 20 0 17 0 39501277 11189649408 593361 33554432000 4194304 4196468 140735094308992 140251217538224 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1291] ppid=1285 vsize=10927392 memory=2373136 CPUtime=4.11 cores=0,2,4,6
/proc/1288/task/1291/stat : 1291 (java) S 1285 1288 29334 0 -1 1077944384 9514 0 0 0 376 35 0 0 20 0 17 0 39501278 11189649408 593361 33554432000 4194304 4196468 140735094308992 140251155299472 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1292] ppid=1285 vsize=10927392 memory=8112282956445269571 CPUtime=4.09 cores=0,2,4,6
/proc/1288/task/1292/stat : 1292 (java) S 1285 1288 29334 0 -1 1077944384 9478 0 0 0 372 37 0 0 20 0 17 0 39501278 11189649408 593361 33554432000 4194304 4196468 140735094308992 140251154246672 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1293] ppid=1285 vsize=10927392 memory=1292 CPUtime=4.08 cores=0,2,4,6
/proc/1288/task/1293/stat : 1293 (java) S 1285 1288 29334 0 -1 1077944384 9197 0 0 0 373 35 0 0 20 0 17 0 39501278 11189649408 593361 33554432000 4194304 4196468 140735094308992 140251153193872 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1294] ppid=1285 vsize=10927392 memory=732 CPUtime=4.08 cores=0,2,4,6
/proc/1288/task/1294/stat : 1294 (java) S 1285 1288 29334 0 -1 1077944384 8091 0 0 0 374 34 0 0 20 0 17 0 39501278 11189649408 593361 33554432000 4194304 4196468 140735094308992 140251152141072 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1295] ppid=1285 vsize=10927392 memory=2373136 CPUtime=1.83 cores=0,2,4,6
/proc/1288/task/1295/stat : 1295 (java) S 1285 1288 29334 0 -1 1077944384 7305 0 0 0 181 2 0 0 20 0 17 0 39501280 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250705717616 140251213306498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1296] ppid=1285 vsize=10927392 memory=2812 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1296/stat : 1296 (java) S 1285 1288 29334 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 39501280 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250704663648 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1297] ppid=1285 vsize=10927392 memory=2373136 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1297/stat : 1297 (java) S 1285 1288 29334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39501280 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250703610752 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1298] ppid=1285 vsize=10927392 memory=928 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1298/stat : 1298 (java) S 1285 1288 29334 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 17 0 39501283 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250702559056 140251213313947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1299] ppid=1285 vsize=10927392 memory=2912 CPUtime=2.22 cores=0,2,4,6
/proc/1288/task/1299/stat : 1299 (java) S 1285 1288 29334 0 -1 1077944384 11872 0 0 0 220 2 0 0 20 0 17 0 39501283 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250701507440 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1300] ppid=1285 vsize=10927392 memory=2580 CPUtime=2.52 cores=0,2,4,6
/proc/1288/task/1300/stat : 1300 (java) S 1285 1288 29334 0 -1 1077944384 12629 0 0 0 250 2 0 0 20 0 17 0 39501283 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250700454640 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1301] ppid=1285 vsize=10927392 memory=6935054825532540783 CPUtime=0.6 cores=0,2,4,6
/proc/1288/task/1301/stat : 1301 (java) S 1285 1288 29334 0 -1 1077944384 6902 0 0 0 58 2 0 0 20 0 17 0 39501283 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250699401840 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1302] ppid=1285 vsize=10927392 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1302/stat : 1302 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39501283 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250698349280 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1303] ppid=1285 vsize=10927392 memory=6935054825532540783 CPUtime=1.31 cores=0,2,4,6
/proc/1288/task/1303/stat : 1303 (java) S 1285 1288 29334 0 -1 1077944384 3392 0 0 0 63 68 0 0 20 0 17 0 39501293 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250697296560 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
Current children cumulated CPU time: 2400.11 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2373444 KiB

[startup+2381.5 s]
/proc/loadavg: 2.17 2.08 2.28 3/221 1505
/proc/meminfo: memFree=19762884/32770624 swapFree=67108860/67108860
[pid=1288] ppid=1285 vsize=10927392 memory=2373444 CPUtime=2400.11 cores=0,2,4,6
/proc/1288/stat : 1288 (java) S 1285 1288 29334 0 -1 1077944320 1091514 0 0 0 239733 278 0 0 20 0 17 0 39501277 11189649408 593361 33554432000 4194304 4196468 140735094308992 140735094291536 140251213295351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
/proc/1288/statm: 2731848 593361 3192 1 0 2694339 0
[pid=1288/tid=1290] ppid=1285 vsize=10927392 memory=2373136 CPUtime=2375.16 cores=0,2,4,6
/proc/1288/task/1290/stat : 1290 (java) S 1285 1288 29334 0 -1 1077944384 1011117 0 0 0 237444 72 0 0 20 0 17 0 39501277 11189649408 593361 33554432000 4194304 4196468 140735094308992 140251217538224 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1291] ppid=1285 vsize=10927392 memory=2373136 CPUtime=4.11 cores=0,2,4,6
/proc/1288/task/1291/stat : 1291 (java) S 1285 1288 29334 0 -1 1077944384 9514 0 0 0 376 35 0 0 20 0 17 0 39501278 11189649408 593361 33554432000 4194304 4196468 140735094308992 140251155299472 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1292] ppid=1285 vsize=10927392 memory=2373136 CPUtime=4.09 cores=0,2,4,6
/proc/1288/task/1292/stat : 1292 (java) S 1285 1288 29334 0 -1 1077944384 9478 0 0 0 372 37 0 0 20 0 17 0 39501278 11189649408 593361 33554432000 4194304 4196468 140735094308992 140251154246672 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1293] ppid=1285 vsize=10927392 memory=2373136 CPUtime=4.08 cores=0,2,4,6
/proc/1288/task/1293/stat : 1293 (java) S 1285 1288 29334 0 -1 1077944384 9197 0 0 0 373 35 0 0 20 0 17 0 39501278 11189649408 593361 33554432000 4194304 4196468 140735094308992 140251153193872 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1294] ppid=1285 vsize=10927392 memory=0 CPUtime=4.08 cores=0,2,4,6
/proc/1288/task/1294/stat : 1294 (java) S 1285 1288 29334 0 -1 1077944384 8091 0 0 0 374 34 0 0 20 0 17 0 39501278 11189649408 593361 33554432000 4194304 4196468 140735094308992 140251152141072 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1295] ppid=1285 vsize=10927392 memory=2373136 CPUtime=1.83 cores=0,2,4,6
/proc/1288/task/1295/stat : 1295 (java) S 1285 1288 29334 0 -1 1077944384 7305 0 0 0 181 2 0 0 20 0 17 0 39501280 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250705717616 140251213306498 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1296] ppid=1285 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1296/stat : 1296 (java) S 1285 1288 29334 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 39501280 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250704663648 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1297] ppid=1285 vsize=10927392 memory=2373136 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1297/stat : 1297 (java) S 1285 1288 29334 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39501280 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250703610752 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1298] ppid=1285 vsize=10927392 memory=2373136 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1298/stat : 1298 (java) S 1285 1288 29334 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 17 0 39501283 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250702559056 140251213313947 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1299] ppid=1285 vsize=10927392 memory=2373136 CPUtime=2.22 cores=0,2,4,6
/proc/1288/task/1299/stat : 1299 (java) S 1285 1288 29334 0 -1 1077944384 11872 0 0 0 220 2 0 0 20 0 17 0 39501283 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250701507440 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1300] ppid=1285 vsize=10927392 memory=8112282956445269571 CPUtime=2.52 cores=0,2,4,6
/proc/1288/task/1300/stat : 1300 (java) S 1285 1288 29334 0 -1 1077944384 12629 0 0 0 250 2 0 0 20 0 17 0 39501283 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250700454640 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1301] ppid=1285 vsize=10927392 memory=1292 CPUtime=0.6 cores=0,2,4,6
/proc/1288/task/1301/stat : 1301 (java) S 1285 1288 29334 0 -1 1077944384 6902 0 0 0 58 2 0 0 20 0 17 0 39501283 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250699401840 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1302] ppid=1285 vsize=10927392 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/1288/task/1302/stat : 1302 (java) S 1285 1288 29334 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39501283 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250698349280 140251213305557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
[pid=1288/tid=1303] ppid=1285 vsize=10927392 memory=14048 CPUtime=1.31 cores=0,2,4,6
/proc/1288/task/1303/stat : 1303 (java) S 1285 1288 29334 0 -1 1077944384 3392 0 0 0 63 68 0 0 20 0 17 0 39501293 11189649408 593361 33554432000 4194304 4196468 140735094308992 140250697296560 140251213306498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28336128 140735094310001 140735094310153 140735094310153 140735094312911 0
Current children cumulated CPU time: 2400.11 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2373444 KiB

Child status: 143
Real time (s): 2381.57
CPU time (s): 2400.18
CPU user time (s): 2397.38
CPU system time (s): 2.80639
CPU usage (%): 100.781
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2373444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.37
system time used= 2.80639
maximum resident set size= 2373832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1093058
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54528
involuntary context switches= 1879


# summary of solver processes directly reported to runsolver:
#   pid: 1288
#   total CPU time (s): 2400.18
#   total CPU user time (s): 2397.38
#   total CPU system time (s): 2.80639

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0103 second user time and 23.2891 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 02:29:41
IDJOB=4290034
IDBENCH=141460
IDSOLVER=2742
FILE ID=node134/4290034-1532219381
RUNJOBID= node134-1532209961-31982
PBS_JOBID= 21018933
Free space on /tmp= 55992 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CarSequencing/CarSequencing-90-02_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290034-1532219381/watcher-4290034-1532219381 -o /tmp/evaluation-result-4290034-1532219381/solver-4290034-1532219381 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532209961-31982 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290034-1532219381.xml

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

MD5SUM BENCH= a45a1bbd084788784bb8b4db38c38ff4
RANDOM SEED=453848749

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.68
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26248744 kB
MemAvailable:   30549252 kB
Buffers:          136268 kB
Cached:          4431032 kB
SwapCached:            0 kB
Active:          2722792 kB
Inactive:        3330964 kB
Active(anon):    1434276 kB
Inactive(anon):    71716 kB
Active(file):    1288516 kB
Inactive(file):  3259248 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2364 kB
Writeback:             0 kB
AnonPages:       1618092 kB
Mapped:            46736 kB
Shmem:             17056 kB
Slab:             164884 kB
SReclaimable:     137160 kB
SUnreclaim:        27724 kB
KernelStack:        3904 kB
PageTables:         8184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3119644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1406976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55992 MiB
End job on node134 at 2018-07-22 03:09:22