Trace number 4263249

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 2017-07-05? (TO) 2520.1899 2501.55

General information on the benchmark

NameCarSequencing/CarSequencing-m1-jcr/
CarSequencing-85-05.xml
MD5SUM5a3f618f89c6aa3a803c36caec9b03ca
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 benchmark25.191601
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1453
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree89
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":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"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":3}, {"degree":89,"count":29}]
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":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":3},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":2},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":5},{"arity":52,"count":1},{"arity":53,"count":2},{"arity":54,"count":1},{"arity":55,"count":2},{"arity":56,"count":3},"...",{"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

13.62/5.58	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
13.62/5.58	c This is free software under the dual EPL/GNU LGPL licenses.
13.62/5.58	c See www.sat4j.org for details.
13.62/5.58	c That software uses the Rhino library from the Mozilla project.
13.62/5.58	c version CUSTOM.v20170705
13.62/5.58	c java.runtime.name	Java(TM) SE Runtime Environment
13.62/5.58	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
13.62/5.58	c java.vm.version	25.131-b11
13.62/5.58	c java.vm.vendor	Oracle Corporation
13.62/5.58	c sun.arch.data.model	64
13.62/5.58	c java.version		1.8.0_131
13.62/5.58	c os.name		Linux
13.62/5.58	c os.version		3.10.0-514.16.1.el7.x86_64
13.62/5.58	c os.arch		amd64
13.62/5.58	c Free memory 		499604488
13.62/5.58	c Max memory 		7247757312
13.62/5.58	c Total memory 		504889344
13.62/5.58	c Number of processors 	4
13.62/5.58	c c --- Begin Solver configuration ---
13.62/5.58	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
13.62/5.58	c Learn all clauses as in MiniSAT
13.62/5.58	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
13.62/5.58	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
13.62/5.58	c No reason simplification
13.62/5.58	c Glucose 2.1 dynamic restart strategy
13.62/5.58	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
13.62/5.58	c timeout=2147483s
13.62/5.58	c DB Simplification allowed=false
13.62/5.58	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
13.62/5.58	c --- End Solver configuration ---
13.62/5.58	c constraints type 
13.62/5.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 2400
13.62/5.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 373820
13.62/5.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4992536
13.62/5.58	c org.sat4j.minisat.constraints.cnf.UnitClause => 2956
13.62/5.58	c 5371712 constraints processed.
2520.13/2501.50	c starts		: 2565
2520.13/2501.50	c conflicts		: 1030110
2520.13/2501.50	c decisions		: 92857285
2520.13/2501.50	c propagations		: 9979827462
2520.13/2501.50	c inspects		: 15191410195
2520.13/2501.50	c shortcuts		: 0
2520.13/2501.50	c learnt literals	: 7134
2520.13/2501.50	c learnt binary clauses	: 37334
2520.13/2501.50	c learnt ternary clauses	: 67113
2520.13/2501.50	c learnt constraints	: 1022976
2520.13/2501.50	c ignored constraints	: 0
2520.13/2501.50	c root simplifications	: 0
2520.13/2501.50	c removed literals (reason simplification)	: 0
2520.13/2501.50	c reason swapping (by a shorter reason)	: 0
2520.13/2501.50	c Calls to reduceDB	: 41
2520.13/2501.50	c Number of update (reduction) of LBD	: 463426
2520.13/2501.50	c Imported unit clauses	: 0
2520.13/2501.50	c number of reductions to clauses (during analyze)	: 0
2520.13/2501.50	c number of learned constraints concerned by reduction	: 0
2520.13/2501.50	c number of learning phase by resolution	: 0
2520.13/2501.50	c number of learning phase by cutting planes	: 0
2520.13/2501.50	c number of rounding to 1 operations	: 0
2520.13/2501.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.13/2501.50	c number of reductions of the coefficients by power 2 	: 0
2520.13/2501.50	c number of right shift for reduction by power 2 	: 0
2520.13/2501.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.13/2501.50	c speed (assignments/second)	: 3998615.0697505954
2520.13/2501.50	c non guided choices	57606109
2520.13/2501.53	c learnt constraints type 
2520.13/2501.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37334
2520.13/2501.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 101264
2520.13/2501.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 (15180 MiB free)
  memory of node 1: 16384 MiB (14065 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263249-1502626904/watcher-4263249-1502626904 -o /tmp/evaluation-result-4263249-1502626904/solver-4263249-1502626904 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21334 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263249-1502626904.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=22685, runsolver pid=22682
Current StackSize limit: 8192 KiB


[startup+0.10017 s]*
/proc/loadavg: 4.37 4.97 3.97 3/206 22693
/proc/meminfo: memFree=29936292/32770624 swapFree=67108860/67108860
[pid=22685] ppid=22682 vsize=10151672 memory=19804 CPUtime=0.02 cores=0,2,4,6
/proc/22685/stat : 22685 (java) S 22682 22685 8289 0 -1 1077944320 3800 0 0 0 2 0 0 0 20 0 9 0 110505627 10395312128 4951 18446744073709551615 4194304 4196468 140722203679248 140722203661792 139945951866615 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
/proc/22685/statm: 2537918 4951 2110 1 0 2527415 0
[pid=22685/tid=22687] ppid=22682 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=0,2,4,6
/proc/22685/task/22687/stat : 22687 (java) R 22682 22685 8289 0 -1 4202560 2441 0 0 0 2 0 0 0 20 0 9 0 110505634 10395312128 4951 18446744073709551615 4194304 4196468 140722203679248 139945956102376 139945937549141 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22688] ppid=22682 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22688/stat : 22688 (java) S 22682 22685 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110505635 10395312128 4951 18446744073709551615 4194304 4196468 140722203679248 139945882286608 139945951876821 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22689] ppid=22682 vsize=10151672 memory=140539670029952 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22689/stat : 22689 (java) S 22682 22685 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110505635 10395312128 4951 18446744073709551615 4194304 4196468 140722203679248 139945881234064 139945951876821 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22690] ppid=22682 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22690/stat : 22690 (java) S 22682 22685 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110505635 10395312128 4951 18446744073709551615 4194304 4196468 140722203679248 139945880181008 139945951876821 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22691] ppid=22682 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22691/stat : 22691 (java) S 22682 22685 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110505635 10395312128 4951 18446744073709551615 4194304 4196468 140722203679248 139945879128464 139945951876821 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22692] ppid=22682 vsize=10151672 memory=140539670029952 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22692/stat : 22692 (java) S 22682 22685 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110505636 10395312128 4951 18446744073709551615 4194304 4196468 140722203679248 139945447463664 139945951877762 0 0 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22693] ppid=22682 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22693/stat : 22693 (java) S 22682 22685 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 110505637 10395312128 4951 18446744073709551615 4194304 4196468 140722203679248 139945446409888 139945951876821 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22694] ppid=22682 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22694/stat : 22694 (java) S 22682 22685 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 110505637 10395312128 4951 18446744073709551615 4194304 4196468 140722203679248 139945445356848 139945951876821 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19804 KiB

[startup+0.210176 s]*
/proc/loadavg: 4.37 4.97 3.97 2/212 22699
/proc/meminfo: memFree=29935656/32770624 swapFree=67108860/67108860
[pid=22685] ppid=22682 vsize=10551156 memory=24644 CPUtime=0.06 cores=0,2,4,6
/proc/22685/stat : 22685 (java) S 22682 22685 8289 0 -1 1077944320 4615 0 0 0 5 1 0 0 20 0 15 0 110505627 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 140722203661792 139945951866615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
/proc/22685/statm: 2637789 6161 2605 1 0 2627261 0
[pid=22685/tid=22687] ppid=22682 vsize=10551156 memory=7077796292425249400 CPUtime=0.04 cores=0,2,4,6
/proc/22685/task/22687/stat : 22687 (java) R 22682 22685 8289 0 -1 4202560 2721 0 0 0 4 0 0 0 20 0 15 0 110505634 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945956106800 139945951878550 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22688] ppid=22682 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22688/stat : 22688 (java) S 22682 22685 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110505635 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945882286608 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22689] ppid=22682 vsize=10551156 memory=140539670029952 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22689/stat : 22689 (java) S 22682 22685 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110505635 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945881234064 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22690] ppid=22682 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22690/stat : 22690 (java) S 22682 22685 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110505635 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945880181008 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22691] ppid=22682 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22691/stat : 22691 (java) S 22682 22685 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110505635 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945879128464 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22692] ppid=22682 vsize=10551156 memory=140539670029952 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22692/stat : 22692 (java) S 22682 22685 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110505636 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945447463664 139945951877762 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22693] ppid=22682 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22693/stat : 22693 (java) S 22682 22685 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110505637 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945446409888 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22694] ppid=22682 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22694/stat : 22694 (java) S 22682 22685 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110505637 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945445356784 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22695] ppid=22682 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22695/stat : 22695 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110505639 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945444305360 139945951885211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22696] ppid=22682 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22696/stat : 22696 (java) S 22682 22685 8289 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 110505639 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945443252464 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22697] ppid=22682 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22697/stat : 22697 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110505639 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945442199920 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22698] ppid=22682 vsize=10551156 memory=140539670029952 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22698/stat : 22698 (java) S 22682 22685 8289 0 -1 1077944384 231 0 0 0 0 0 0 0 20 0 15 0 110505639 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945441146864 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22699] ppid=22682 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22699/stat : 22699 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110505640 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945440094560 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22700] ppid=22682 vsize=10551156 memory=140539670029952 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22700/stat : 22700 (java) S 22682 22685 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110505648 10804383744 6161 18446744073709551615 4194304 4196468 140722203679248 139945439042608 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 24644 KiB

[startup+0.311068 s]*
/proc/loadavg: 4.37 4.97 3.97 3/213 22700
/proc/meminfo: memFree=29924244/32770624 swapFree=67108860/67108860
[pid=22685] ppid=22682 vsize=10551156 memory=36772 CPUtime=0.21 cores=0,2,4,6
/proc/22685/stat : 22685 (java) S 22682 22685 8289 0 -1 1077944320 7880 0 0 0 19 2 0 0 20 0 15 0 110505627 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 140722203661792 139945951866615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
/proc/22685/statm: 2637789 9193 2873 1 0 2627261 0
[pid=22685/tid=22687] ppid=22682 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=0,2,4,6
/proc/22685/task/22687/stat : 22687 (java) R 22682 22685 8289 0 -1 4202560 5549 0 0 0 13 2 0 0 20 0 15 0 110505634 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945956072464 139945935947102 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22688] ppid=22682 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22688/stat : 22688 (java) S 22682 22685 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110505635 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945882286608 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22689] ppid=22682 vsize=10551156 memory=4627853888499060086 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22689/stat : 22689 (java) S 22682 22685 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110505635 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945881234064 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22690] ppid=22682 vsize=10551156 memory=7031125463459224206 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22690/stat : 22690 (java) S 22682 22685 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110505635 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945880181008 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22691] ppid=22682 vsize=10551156 memory=-7305533901252758645 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22691/stat : 22691 (java) S 22682 22685 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110505635 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945879128464 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22692] ppid=22682 vsize=10551156 memory=7077796292425249400 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22692/stat : 22692 (java) S 22682 22685 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110505636 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945447463664 139945951877762 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22693] ppid=22682 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22693/stat : 22693 (java) S 22682 22685 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110505637 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945446409888 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22694] ppid=22682 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22694/stat : 22694 (java) S 22682 22685 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110505637 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945445356784 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22695] ppid=22682 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22695/stat : 22695 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110505639 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945444305360 139945951885211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22696] ppid=22682 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22685/task/22696/stat : 22696 (java) S 22682 22685 8289 0 -1 1077944384 492 0 0 0 1 0 0 0 20 0 15 0 110505639 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945443252464 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22697] ppid=22682 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/22685/task/22697/stat : 22697 (java) S 22682 22685 8289 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 15 0 110505639 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945442199920 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22698] ppid=22682 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/22685/task/22698/stat : 22698 (java) S 22682 22685 8289 0 -1 1077944384 404 0 0 0 3 0 0 0 20 0 15 0 110505639 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945441146864 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22699] ppid=22682 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22699/stat : 22699 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110505640 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945440094560 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22700] ppid=22682 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22700/stat : 22700 (java) S 22682 22685 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110505648 10804383744 9193 18446744073709551615 4194304 4196468 140722203679248 139945439042608 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36772 KiB

[startup+0.700707 s]
/proc/loadavg: 4.37 4.97 3.97 4/213 22700
/proc/meminfo: memFree=29907496/32770624 swapFree=67108860/67108860
[pid=22685] ppid=22682 vsize=10551232 memory=179268 CPUtime=1.34 cores=0,2,4,6
/proc/22685/stat : 22685 (java) S 22682 22685 8289 0 -1 1077944320 11916 0 0 0 129 5 0 0 20 0 15 0 110505627 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 140722203661792 139945951866615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
/proc/22685/statm: 2637808 44817 3082 1 0 2627261 0
[pid=22685/tid=22687] ppid=22682 vsize=10551232 memory=2593757595393 CPUtime=0.51 cores=0,2,4,6
/proc/22685/task/22687/stat : 22687 (java) R 22682 22685 8289 0 -1 4202560 6357 0 0 0 48 3 0 0 20 0 15 0 110505634 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945956102912 139945935947102 0 4 1 16800974 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22688] ppid=22682 vsize=10551232 memory=2619527399169 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22688/stat : 22688 (java) S 22682 22685 8289 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 110505635 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945882286608 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22689] ppid=22682 vsize=10551232 memory=2636707268353 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22689/stat : 22689 (java) S 22682 22685 8289 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 110505635 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945881234064 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22690] ppid=22682 vsize=10551232 memory=66508736 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22690/stat : 22690 (java) S 22682 22685 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110505635 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945880181008 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22691] ppid=22682 vsize=10551232 memory=-8556737395271162992 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22691/stat : 22691 (java) S 22682 22685 8289 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 110505635 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945879128464 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22692] ppid=22682 vsize=10551232 memory=6152287975781979490 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22692/stat : 22692 (java) S 22682 22685 8289 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 110505636 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945447463664 139945951877762 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22693] ppid=22682 vsize=10551232 memory=8025788822668141932 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22693/stat : 22693 (java) S 22682 22685 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110505637 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945446409888 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22694] ppid=22682 vsize=10551232 memory=281079034602208 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22694/stat : 22694 (java) S 22682 22685 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110505637 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945445356784 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22695] ppid=22682 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22695/stat : 22695 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110505639 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945444305360 139945951885211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22696] ppid=22682 vsize=10551232 memory=15825482134324680 CPUtime=0.22 cores=0,2,4,6
/proc/22685/task/22696/stat : 22696 (java) R 22682 22685 8289 0 -1 4202560 1346 0 0 0 22 0 0 0 20 0 15 0 110505639 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945443242064 139945933387475 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22697] ppid=22682 vsize=10551232 memory=1436 CPUtime=0.27 cores=0,2,4,6
/proc/22685/task/22697/stat : 22697 (java) R 22682 22685 8289 0 -1 4202560 1073 0 0 0 27 0 0 0 20 0 15 0 110505639 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945442184912 139945931528611 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22698] ppid=22682 vsize=10551232 memory=1200 CPUtime=0.28 cores=0,2,4,6
/proc/22685/task/22698/stat : 22698 (java) R 22682 22685 8289 0 -1 1077944384 1660 0 0 0 28 0 0 0 20 0 15 0 110505639 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945441146864 139945951877762 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22699] ppid=22682 vsize=10551232 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22699/stat : 22699 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110505640 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945440094560 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22700] ppid=22682 vsize=10551232 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22700/stat : 22700 (java) S 22682 22685 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110505648 10804461568 44817 18446744073709551615 4194304 4196468 140722203679248 139945439042608 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
Current children cumulated CPU time: 1.34 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 179268 KiB

[startup+1.50109 s]
/proc/loadavg: 4.37 4.97 3.97 6/213 22700
/proc/meminfo: memFree=29754276/32770624 swapFree=67108860/67108860
[pid=22685] ppid=22682 vsize=10551232 memory=404312 CPUtime=3.87 cores=0,2,4,6
/proc/22685/stat : 22685 (java) S 22682 22685 8289 0 -1 1077944320 16140 0 0 0 370 17 0 0 20 0 15 0 110505627 10804461568 101078 18446744073709551615 4194304 4196468 140722203679248 140722203661792 139945951866615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
/proc/22685/statm: 2637808 101078 3105 1 0 2627261 0
[pid=22685/tid=22687] ppid=22682 vsize=10551232 memory=4420 CPUtime=1.22 cores=0,2,4,6
/proc/22685/task/22687/stat : 22687 (java) S 22682 22685 8289 0 -1 1077944384 6988 0 0 0 116 6 0 0 20 0 15 0 110505634 10804461568 101078 18446744073709551615 4194304 4196468 140722203679248 139945956103552 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22688] ppid=22682 vsize=10551232 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/22685/task/22688/stat : 22688 (java) R 22682 22685 8289 0 -1 4202560 50 0 0 0 5 2 0 0 20 0 15 0 110505635 10804461568 101078 18446744073709551615 4194304 4196468 140722203679248 139945882286808 139945936894034 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22689] ppid=22682 vsize=10551232 memory=8836 CPUtime=0.09 cores=0,2,4,6
/proc/22685/task/22689/stat : 22689 (java) R 22682 22685 8289 0 -1 4202560 166 0 0 0 7 2 0 0 20 0 15 0 110505635 10804461568 101078 18446744073709551615 4194304 4196468 140722203679248 139945881234064 139945936890550 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22690] ppid=22682 vsize=10551232 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/22685/task/22690/stat : 22690 (java) R 22682 22685 8289 0 -1 4202560 139 0 0 0 6 2 0 0 20 0 15 0 110505635 10804461568 101078 18446744073709551615 4194304 4196468 140722203679248 139945880181008 139945936894034 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22691] ppid=22682 vsize=10551232 memory=13252 CPUtime=0.06 cores=0,2,4,6
/proc/22685/task/22691/stat : 22691 (java) R 22682 22685 8289 0 -1 4202560 115 0 0 0 5 1 0 0 20 0 15 0 110505635 10804461568 101078 18446744073709551615 4194304 4196468 140722203679248 139945879128352 139945936890318 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22692] ppid=22682 vsize=10551232 memory=106 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22692/stat : 22692 (java) S 22682 22685 8289 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 110505636 10804461568 101078 18446744073709551615 4194304 4196468 140722203679248 139945447462176 139945951876821 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22693] ppid=22682 vsize=10551232 memory=1 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22693/stat : 22693 (java) S 22682 22685 8289 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110505637 10804461568 101078 18446744073709551615 4194304 4196468 140722203679248 139945446409952 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22694] ppid=22682 vsize=10551232 memory=3 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22694/stat : 22694 (java) S 22682 22685 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110505637 10804461568 101078 18446744073709551615 4194304 4196468 140722203679248 139945445356784 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22695] ppid=22682 vsize=10551232 memory=4 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22695/stat : 22695 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110505639 10804461568 101078 18446744073709551615 4194304 4196468 140722203679248 139945444305360 139945951885211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22696] ppid=22682 vsize=10551232 memory=2 CPUtime=0.93 cores=0,2,4,6
/proc/22685/task/22696/stat : 22696 (java) S 22682 22685 8289 0 -1 1077944384 2580 0 0 0 93 0 0 0 20 0 15 0 110505639 10804461568 101078 18446744073709551615 4194304 4196468 140722203679248 139945443237456 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22697] ppid=22682 vsize=10551232 memory=0 CPUtime=0.98 cores=0,2,4,6
/proc/22685/task/22697/stat : 22697 (java) S 22682 22685 8289 0 -1 1077944384 2684 0 0 0 98 0 0 0 20 0 15 0 110505639 10804461568 101078 18446744073709551615 4194304 4196468 140722203679248 139945442191200 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22698] ppid=22682 vsize=10551232 memory=144881729301673 CPUtime=0.37 cores=0,2,4,6
/proc/22685/task/22698/stat : 22698 (java) S 22682 22685 8289 0 -1 1077944384 1973 0 0 0 37 0 0 0 20 0 15 0 110505639 10804461568 101078 18446744073709551615 4194304 4196468 140722203679248 139945441146864 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0

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

/proc/22685/task/22689/stat : 22689 (java) S 22682 22685 8289 0 -1 1077944384 9277 0 0 0 384 34 0 0 20 0 16 0 110505635 10872623104 592955 18446744073709551615 4194304 4196468 140722203679248 139945881234064 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22690] ppid=22682 vsize=10617796 memory=2371820 CPUtime=4.22 cores=0,2,4,6
/proc/22685/task/22690/stat : 22690 (java) S 22682 22685 8289 0 -1 1077944384 9593 0 0 0 389 33 0 0 20 0 16 0 110505635 10872623104 592955 18446744073709551615 4194304 4196468 140722203679248 139945880181008 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22691] ppid=22682 vsize=10617796 memory=2371820 CPUtime=4.13 cores=0,2,4,6
/proc/22685/task/22691/stat : 22691 (java) S 22682 22685 8289 0 -1 1077944384 18794 0 0 0 379 34 0 0 20 0 16 0 110505635 10872623104 592955 18446744073709551615 4194304 4196468 140722203679248 139945879128464 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22692] ppid=22682 vsize=10617796 memory=1716 CPUtime=1.94 cores=0,2,4,6
/proc/22685/task/22692/stat : 22692 (java) S 22682 22685 8289 0 -1 1077944384 5704 0 0 0 191 3 0 0 20 0 16 0 110505636 10872623104 592955 18446744073709551615 4194304 4196468 140722203679248 139945447463664 139945951877762 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22693] ppid=22682 vsize=10617796 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22693/stat : 22693 (java) S 22682 22685 8289 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 110505637 10872623104 592955 18446744073709551615 4194304 4196468 140722203679248 139945446409952 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22694] ppid=22682 vsize=10617796 memory=2371820 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22694/stat : 22694 (java) S 22682 22685 8289 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 110505637 10872623104 592955 18446744073709551615 4194304 4196468 140722203679248 139945445356800 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22695] ppid=22682 vsize=10617796 memory=2371820 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22695/stat : 22695 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110505639 10872623104 592955 18446744073709551615 4194304 4196468 140722203679248 139945444305360 139945951885211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22696] ppid=22682 vsize=10617796 memory=2371820 CPUtime=2.18 cores=0,2,4,6
/proc/22685/task/22696/stat : 22696 (java) S 22682 22685 8289 0 -1 1077944384 7824 0 0 0 216 2 0 0 20 0 16 0 110505639 10872623104 592955 18446744073709551615 4194304 4196468 140722203679248 139945443252464 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22697] ppid=22682 vsize=10617796 memory=4168 CPUtime=2.09 cores=0,2,4,6
/proc/22685/task/22697/stat : 22697 (java) S 22682 22685 8289 0 -1 1077944384 8944 0 0 0 208 1 0 0 20 0 16 0 110505639 10872623104 592955 18446744073709551615 4194304 4196468 140722203679248 139945442199920 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22698] ppid=22682 vsize=10617796 memory=2371820 CPUtime=0.53 cores=0,2,4,6
/proc/22685/task/22698/stat : 22698 (java) S 22682 22685 8289 0 -1 1077944384 4655 0 0 0 52 1 0 0 20 0 16 0 110505639 10872623104 592955 18446744073709551615 4194304 4196468 140722203679248 139945441146864 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22699] ppid=22682 vsize=10617796 memory=2371820 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22699/stat : 22699 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110505640 10872623104 592955 18446744073709551615 4194304 4196468 140722203679248 139945440094560 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22700] ppid=22682 vsize=10617796 memory=1296 CPUtime=1.5 cores=0,2,4,6
/proc/22685/task/22700/stat : 22700 (java) S 22682 22685 8289 0 -1 1077944384 2473 0 0 0 77 73 0 0 20 0 16 0 110505648 10872623104 592955 18446744073709551615 4194304 4196468 140722203679248 139945439042608 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22701] ppid=22682 vsize=10617796 memory=2440 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22701/stat : 22701 (java) S 22682 22685 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110506196 10872623104 592955 18446744073709551615 4194304 4196468 140722203679248 139945437988400 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
Current children cumulated CPU time: 2461.04 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2371820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/215 22936
/proc/meminfo: memFree=27944092/32770624 swapFree=67108860/67108860
[pid=22685] ppid=22682 vsize=10617796 memory=2373424 CPUtime=2520.07 cores=0,2,4,6
/proc/22685/stat : 22685 (java) S 22682 22685 8289 0 -1 1077944320 935014 0 0 0 251735 272 0 0 20 0 16 0 110505627 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 140722203661792 139945951866615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
/proc/22685/statm: 2654449 593356 3150 1 0 2643902 0
[pid=22685/tid=22687] ppid=22682 vsize=10617796 memory=2373424 CPUtime=2495 cores=0,2,4,6
/proc/22685/task/22687/stat : 22687 (java) R 22682 22685 8289 0 -1 4202560 858223 0 0 0 249435 65 0 0 20 0 16 0 110505634 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945956103464 139945559336680 0 4 1 16800974 0 0 0 -1 0 0 0 8 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22688] ppid=22682 vsize=10617796 memory=2373424 CPUtime=4.16 cores=0,2,4,6
/proc/22685/task/22688/stat : 22688 (java) S 22682 22685 8289 0 -1 1077944384 7984 0 0 0 382 34 0 0 20 0 16 0 110505635 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945882286608 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22689] ppid=22682 vsize=10617796 memory=2373424 CPUtime=4.18 cores=0,2,4,6
/proc/22685/task/22689/stat : 22689 (java) S 22682 22685 8289 0 -1 1077944384 9277 0 0 0 384 34 0 0 20 0 16 0 110505635 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945881234064 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22690] ppid=22682 vsize=10617796 memory=2373424 CPUtime=4.22 cores=0,2,4,6
/proc/22685/task/22690/stat : 22690 (java) S 22682 22685 8289 0 -1 1077944384 9593 0 0 0 389 33 0 0 20 0 16 0 110505635 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945880181008 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22691] ppid=22682 vsize=10617796 memory=2373424 CPUtime=4.13 cores=0,2,4,6
/proc/22685/task/22691/stat : 22691 (java) S 22682 22685 8289 0 -1 1077944384 18794 0 0 0 379 34 0 0 20 0 16 0 110505635 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945879128464 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22692] ppid=22682 vsize=10617796 memory=2373424 CPUtime=1.95 cores=0,2,4,6
/proc/22685/task/22692/stat : 22692 (java) S 22682 22685 8289 0 -1 1077944384 5722 0 0 0 191 4 0 0 20 0 16 0 110505636 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945447463664 139945951877762 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22693] ppid=22682 vsize=10617796 memory=2373424 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22693/stat : 22693 (java) S 22682 22685 8289 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 110505637 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945446409952 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22694] ppid=22682 vsize=10617796 memory=956 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22694/stat : 22694 (java) S 22682 22685 8289 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 110505637 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945445356800 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22695] ppid=22682 vsize=10617796 memory=2371820 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22695/stat : 22695 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110505639 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945444305360 139945951885211 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22696] ppid=22682 vsize=10617796 memory=2373424 CPUtime=2.18 cores=0,2,4,6
/proc/22685/task/22696/stat : 22696 (java) S 22682 22685 8289 0 -1 1077944384 7850 0 0 0 216 2 0 0 20 0 16 0 110505639 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945443252464 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22697] ppid=22682 vsize=10617796 memory=2373424 CPUtime=2.09 cores=0,2,4,6
/proc/22685/task/22697/stat : 22697 (java) S 22682 22685 8289 0 -1 1077944384 8950 0 0 0 208 1 0 0 20 0 16 0 110505639 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945442199920 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22698] ppid=22682 vsize=10617796 memory=2373424 CPUtime=0.53 cores=0,2,4,6
/proc/22685/task/22698/stat : 22698 (java) S 22682 22685 8289 0 -1 1077944384 4663 0 0 0 52 1 0 0 20 0 16 0 110505639 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945441146864 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22699] ppid=22682 vsize=10617796 memory=2373424 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22699/stat : 22699 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110505640 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945440094560 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22700] ppid=22682 vsize=10617796 memory=304556123141439514 CPUtime=1.52 cores=0,2,4,6
/proc/22685/task/22700/stat : 22700 (java) S 22682 22685 8289 0 -1 1077944384 2551 0 0 0 78 74 0 0 20 0 16 0 110505648 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945439042608 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22701] ppid=22682 vsize=10617796 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22701/stat : 22701 (java) S 22682 22685 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110506196 10872623104 593356 18446744073709551615 4194304 4196468 140722203679248 139945437988400 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2373424 KiB

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

[startup+2501.55 s]
# the end of solver process 22685 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.45 s, system=2.73949 s

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

[startup+2501.41 s]
/proc/loadavg: 2.00 2.01 2.17 3/215 22936
/proc/meminfo: memFree=27944092/32770624 swapFree=67108860/67108860
[pid=22685] ppid=22682 vsize=10817488 memory=2373740 CPUtime=2520.13 cores=0,2,4,6
/proc/22685/stat : 22685 (java) S 22682 22685 8289 0 -1 1077944320 935881 0 0 0 251741 272 0 0 20 0 17 0 110505627 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 140722203661792 139945951866615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
/proc/22685/statm: 2704372 593435 3152 1 0 2693825 0
[pid=22685/tid=22687] ppid=22682 vsize=10817488 memory=1232 CPUtime=2495.06 cores=0,2,4,6
/proc/22685/task/22687/stat : 22687 (java) S 22682 22685 8289 0 -1 1077944384 858309 0 0 0 249441 65 0 0 20 0 17 0 110505634 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945956109488 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22688] ppid=22682 vsize=10817488 memory=640 CPUtime=4.16 cores=0,2,4,6
/proc/22685/task/22688/stat : 22688 (java) S 22682 22685 8289 0 -1 1077944384 7984 0 0 0 382 34 0 0 20 0 17 0 110505635 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945882286608 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22689] ppid=22682 vsize=10817488 memory=1792 CPUtime=4.18 cores=0,2,4,6
/proc/22685/task/22689/stat : 22689 (java) S 22682 22685 8289 0 -1 1077944384 9277 0 0 0 384 34 0 0 20 0 17 0 110505635 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945881234064 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22690] ppid=22682 vsize=10817488 memory=956 CPUtime=4.22 cores=0,2,4,6
/proc/22685/task/22690/stat : 22690 (java) S 22682 22685 8289 0 -1 1077944384 9593 0 0 0 389 33 0 0 20 0 17 0 110505635 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945880181008 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22691] ppid=22682 vsize=10817488 memory=2248 CPUtime=4.13 cores=0,2,4,6
/proc/22685/task/22691/stat : 22691 (java) S 22682 22685 8289 0 -1 1077944384 18794 0 0 0 379 34 0 0 20 0 17 0 110505635 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945879128464 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22692] ppid=22682 vsize=10817488 memory=4288 CPUtime=1.95 cores=0,2,4,6
/proc/22685/task/22692/stat : 22692 (java) S 22682 22685 8289 0 -1 1077944384 5759 0 0 0 191 4 0 0 20 0 17 0 110505636 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945447463664 139945951877762 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22693] ppid=22682 vsize=10817488 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22693/stat : 22693 (java) S 22682 22685 8289 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 110505637 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945446409952 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22694] ppid=22682 vsize=10817488 memory=928 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22694/stat : 22694 (java) S 22682 22685 8289 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 110505637 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945445356800 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22695] ppid=22682 vsize=10817488 memory=1620 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22695/stat : 22695 (java) S 22682 22685 8289 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 17 0 110505639 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945444305360 139945951885211 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22696] ppid=22682 vsize=10817488 memory=844 CPUtime=2.18 cores=0,2,4,6
/proc/22685/task/22696/stat : 22696 (java) S 22682 22685 8289 0 -1 1077944384 7850 0 0 0 216 2 0 0 20 0 17 0 110505639 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945443252464 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22697] ppid=22682 vsize=10817488 memory=18484 CPUtime=2.09 cores=0,2,4,6
/proc/22685/task/22697/stat : 22697 (java) S 22682 22685 8289 0 -1 1077944384 8950 0 0 0 208 1 0 0 20 0 17 0 110505639 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945442199920 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22698] ppid=22682 vsize=10817488 memory=3912 CPUtime=0.53 cores=0,2,4,6
/proc/22685/task/22698/stat : 22698 (java) S 22682 22685 8289 0 -1 1077944384 4864 0 0 0 52 1 0 0 20 0 17 0 110505639 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945441146864 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22699] ppid=22682 vsize=10817488 memory=3492 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22699/stat : 22699 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110505640 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945440094560 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22700] ppid=22682 vsize=10817488 memory=-8774313645642428999 CPUtime=1.52 cores=0,2,4,6
/proc/22685/task/22700/stat : 22700 (java) S 22682 22685 8289 0 -1 1077944384 2551 0 0 0 78 74 0 0 20 0 17 0 110505648 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945439042608 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
Current children cumulated CPU time: 2520.13 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 2373740 KiB

[startup+2501.5 s]
/proc/loadavg: 2.00 2.01 2.17 3/215 22936
/proc/meminfo: memFree=27944092/32770624 swapFree=67108860/67108860
[pid=22685] ppid=22682 vsize=10817488 memory=2373740 CPUtime=2520.13 cores=0,2,4,6
/proc/22685/stat : 22685 (java) S 22682 22685 8289 0 -1 1077944320 935881 0 0 0 251741 272 0 0 20 0 17 0 110505627 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 140722203661792 139945951866615 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 7 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
/proc/22685/statm: 2704372 593435 3152 1 0 2693825 0
[pid=22685/tid=22687] ppid=22682 vsize=10817488 memory=2373424 CPUtime=2495.06 cores=0,2,4,6
/proc/22685/task/22687/stat : 22687 (java) S 22682 22685 8289 0 -1 1077944384 858309 0 0 0 249441 65 0 0 20 0 17 0 110505634 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945956109488 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22688] ppid=22682 vsize=10817488 memory=2371820 CPUtime=4.16 cores=0,2,4,6
/proc/22685/task/22688/stat : 22688 (java) S 22682 22685 8289 0 -1 1077944384 7984 0 0 0 382 34 0 0 20 0 17 0 110505635 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945882286608 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22689] ppid=22682 vsize=10817488 memory=956 CPUtime=4.18 cores=0,2,4,6
/proc/22685/task/22689/stat : 22689 (java) S 22682 22685 8289 0 -1 1077944384 9277 0 0 0 384 34 0 0 20 0 17 0 110505635 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945881234064 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22690] ppid=22682 vsize=10817488 memory=2373424 CPUtime=4.22 cores=0,2,4,6
/proc/22685/task/22690/stat : 22690 (java) S 22682 22685 8289 0 -1 1077944384 9593 0 0 0 389 33 0 0 20 0 17 0 110505635 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945880181008 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22691] ppid=22682 vsize=10817488 memory=2373424 CPUtime=4.13 cores=0,2,4,6
/proc/22685/task/22691/stat : 22691 (java) S 22682 22685 8289 0 -1 1077944384 18794 0 0 0 379 34 0 0 20 0 17 0 110505635 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945879128464 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22692] ppid=22682 vsize=10817488 memory=2373424 CPUtime=1.95 cores=0,2,4,6
/proc/22685/task/22692/stat : 22692 (java) S 22682 22685 8289 0 -1 1077944384 5759 0 0 0 191 4 0 0 20 0 17 0 110505636 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945447463664 139945951877762 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22693] ppid=22682 vsize=10817488 memory=2373424 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22693/stat : 22693 (java) S 22682 22685 8289 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 110505637 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945446409952 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22694] ppid=22682 vsize=10817488 memory=2373424 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22694/stat : 22694 (java) S 22682 22685 8289 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 110505637 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945445356800 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22695] ppid=22682 vsize=10817488 memory=2373424 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22695/stat : 22695 (java) S 22682 22685 8289 0 -1 1077944384 205 0 0 0 0 0 0 0 20 0 17 0 110505639 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945444305360 139945951885211 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22696] ppid=22682 vsize=10817488 memory=2373424 CPUtime=2.18 cores=0,2,4,6
/proc/22685/task/22696/stat : 22696 (java) S 22682 22685 8289 0 -1 1077944384 7850 0 0 0 216 2 0 0 20 0 17 0 110505639 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945443252464 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22697] ppid=22682 vsize=10817488 memory=2373424 CPUtime=2.09 cores=0,2,4,6
/proc/22685/task/22697/stat : 22697 (java) S 22682 22685 8289 0 -1 1077944384 8950 0 0 0 208 1 0 0 20 0 17 0 110505639 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945442199920 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22698] ppid=22682 vsize=10817488 memory=2373424 CPUtime=0.53 cores=0,2,4,6
/proc/22685/task/22698/stat : 22698 (java) S 22682 22685 8289 0 -1 1077944384 4864 0 0 0 52 1 0 0 20 0 17 0 110505639 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945441146864 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22699] ppid=22682 vsize=10817488 memory=2373424 CPUtime=0 cores=0,2,4,6
/proc/22685/task/22699/stat : 22699 (java) S 22682 22685 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110505640 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945440094560 139945951876821 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
[pid=22685/tid=22700] ppid=22682 vsize=10817488 memory=2373424 CPUtime=1.52 cores=0,2,4,6
/proc/22685/task/22700/stat : 22700 (java) S 22682 22685 8289 0 -1 1077944384 2551 0 0 0 78 74 0 0 20 0 17 0 110505648 11077107712 593435 18446744073709551615 4194304 4196468 140722203679248 139945439042608 139945951877762 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28610560 140722203681168 140722203681321 140722203681321 140722203684815 0
Current children cumulated CPU time: 2520.13 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 2373740 KiB

Child status: 143
Real time (s): 2501.55
CPU time (s): 2520.19
CPU user time (s): 2517.45
CPU system time (s): 2.73949
CPU usage (%): 100.745
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 2373740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.45
system time used= 2.73949
maximum resident set size= 2374168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 936475
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57284
involuntary context switches= 2166


# summary of solver processes directly reported to runsolver:
#   pid: 22685
#   total CPU time (s): 2520.19
#   total CPU user time (s): 2517.45
#   total CPU system time (s): 2.73949

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8292 second user time and 24.1157 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 14:07:37
IDJOB=4263249
IDBENCH=128124
IDSOLVER=2651
FILE ID=node133/4263249-1502626904
RUNJOBID= node133-1502619490-21334
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-jcr/CarSequencing-85-05.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263249-1502626904/watcher-4263249-1502626904 -o /tmp/evaluation-result-4263249-1502626904/solver-4263249-1502626904 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21334 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263249-1502626904.xml

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

MD5SUM BENCH= 5a3f618f89c6aa3a803c36caec9b03ca
RANDOM SEED=1031909230

node133.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.17
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.17
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.17
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.17
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:        29947784 kB
MemAvailable:   30527324 kB
Buffers:          231056 kB
Cached:           643352 kB
SwapCached:            0 kB
Active:          2198048 kB
Inactive:         174052 kB
Active(anon):    1438164 kB
Inactive(anon):   100840 kB
Active(file):     759884 kB
Inactive(file):    73212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:       1497084 kB
Mapped:            67868 kB
Shmem:             41660 kB
Slab:             151876 kB
SReclaimable:     124560 kB
SUnreclaim:        27316 kB
KernelStack:        3488 kB
PageTables:         7460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3203316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1390592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node133 at 2017-08-13 14:49:18