Trace number 4290026

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.14 2380.56

General information on the benchmark

NameCarSequencing/
CarSequencing-70-02_c18.xml
MD5SUMdf4cedb493dfe6d7df97c8cdc585ec30
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 benchmark0.329413
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1397
Number of domains2
Minimum domain size2
Maximum domain size23
Distribution of domain sizes[{"size":2,"count":1000},{"size":23,"count":200}]
Minimum variable degree2
Maximum variable degree57
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":33,"count":19}, {"degree":34,"count":19}, {"degree":35,"count":19}, {"degree":36,"count":19}, {"degree":37,"count":59}, {"degree":38,"count":14}, {"degree":39,"count":14}, {"degree":40,"count":14}, {"degree":41,"count":14}, {"degree":42,"count":29}, {"degree":43,"count":9}, {"degree":44,"count":9}, {"degree":45,"count":83}, {"degree":46,"count":5}, {"degree":47,"count":5}, {"degree":48,"count":5}, {"degree":49,"count":5}, {"degree":50,"count":6}, {"degree":51,"count":108}, {"degree":52,"count":3}, {"degree":53,"count":3}, {"degree":54,"count":3}, {"degree":55,"count":4}, {"degree":56,"count":4}, {"degree":57,"count":42}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":25,"count":1},{"arity":30,"count":1},{"arity":35,"count":1},{"arity":40,"count":1},{"arity":44,"count":1},{"arity":45,"count":1},{"arity":47,"count":1},{"arity":50,"count":3},{"arity":53,"count":1},{"arity":55,"count":2},{"arity":56,"count":1},{"arity":59,"count":1},{"arity":60,"count":2},{"arity":62,"count":1},{"arity":65,"count":3},{"arity":68,"count":1},{"arity":70,"count":2},{"arity":71,"count":1},{"arity":74,"count":1},{"arity":75,"count":2},{"arity":77,"count":1},"...",{"arity":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":1196},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290026-1532219523/watcher-4290026-1532219523 -o /tmp/evaluation-result-4290026-1532219523/solver-4290026-1532219523 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532209647-24670 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290026-1532219523.xml 

running on 4 cores: 1,3,5,7

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=26003, runsolver pid=26000
Current StackSize limit: 8192 KiB


[startup+0.100082 s]*
/proc/loadavg: 2.10 2.10 2.23 4/217 26018
/proc/meminfo: memFree=28254332/32770624 swapFree=67108860/67108860
[pid=26003] ppid=26000 vsize=10659012 memory=29436 CPUtime=0.13 cores=1,3,5,7
/proc/26003/stat : 26003 (java) S 26000 26003 22644 0 -1 1077944320 6471 0 0 0 11 2 0 0 20 0 15 0 39515454 10914828288 7359 33554432000 4194304 4196468 140732052396208 140732052378752 140649140563703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
/proc/26003/statm: 2664753 7359 2837 1 0 2627263 0
[pid=26003/tid=26005] ppid=26000 vsize=10659012 memory=-8125511277465735551 CPUtime=0.09 cores=1,3,5,7
/proc/26003/task/26005/stat : 26005 (java) R 26000 26003 22644 0 -1 4202560 4263 0 0 0 8 1 0 0 20 0 15 0 39515454 10914828288 7359 33554432000 4194304 4196468 140732052396208 140649144785472 140649140575638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26006] ppid=26000 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26006/stat : 26006 (java) S 26000 26003 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39515455 10914828288 7359 33554432000 4194304 4196468 140732052396208 140648747870992 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26007] ppid=26000 vsize=10659012 memory=140032468981376 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26007/stat : 26007 (java) S 26000 26003 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39515455 10914828288 7359 33554432000 4194304 4196468 140732052396208 140648746818448 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26008] ppid=26000 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26008/stat : 26008 (java) S 26000 26003 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39515455 10914828288 7359 33554432000 4194304 4196468 140732052396208 140648745765904 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26009] ppid=26000 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26009/stat : 26009 (java) S 26000 26003 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39515455 10914828288 7359 33554432000 4194304 4196468 140732052396208 140648744713360 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26010] ppid=26000 vsize=10659012 memory=140032468981376 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26010/stat : 26010 (java) S 26000 26003 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39515457 10914828288 7359 33554432000 4194304 4196468 140732052396208 140648445634544 140649140574850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26011] ppid=26000 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26011/stat : 26011 (java) S 26000 26003 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39515457 10914828288 7359 33554432000 4194304 4196468 140732052396208 140648444580768 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26012] ppid=26000 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26012/stat : 26012 (java) S 26000 26003 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39515457 10914828288 7359 33554432000 4194304 4196468 140732052396208 140648443528176 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26013] ppid=26000 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26013/stat : 26013 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39515460 10914828288 7359 33554432000 4194304 4196468 140732052396208 140648442476752 140649140582299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26014] ppid=26000 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26014/stat : 26014 (java) S 26000 26003 22644 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 39515460 10914828288 7359 33554432000 4194304 4196468 140732052396208 140648441424368 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26015] ppid=26000 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26015/stat : 26015 (java) S 26000 26003 22644 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 39515460 10914828288 7359 33554432000 4194304 4196468 140732052396208 140648440371824 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26016] ppid=26000 vsize=10659012 memory=140032468981376 CPUtime=0.02 cores=1,3,5,7
/proc/26003/task/26016/stat : 26016 (java) S 26000 26003 22644 0 -1 1077944384 381 0 0 0 2 0 0 0 20 0 15 0 39515460 10914828288 7359 33554432000 4194304 4196468 140732052396208 140648439319280 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26017] ppid=26000 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26017/stat : 26017 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39515460 10914828288 7359 33554432000 4194304 4196468 140732052396208 140648438266976 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26018] ppid=26000 vsize=10659012 memory=140032468981376 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26018/stat : 26018 (java) S 26000 26003 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39515460 10914828288 7359 33554432000 4194304 4196468 140732052396208 140648437213488 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29436 KiB

[startup+0.21083 s]*
/proc/loadavg: 2.10 2.10 2.23 4/217 26018
/proc/meminfo: memFree=28243988/32770624 swapFree=67108860/67108860
[pid=26003] ppid=26000 vsize=10659012 memory=39956 CPUtime=0.33 cores=1,3,5,7
/proc/26003/stat : 26003 (java) S 26000 26003 22644 0 -1 1077944320 7575 0 0 0 31 2 0 0 20 0 15 0 39515454 10914828288 9989 33554432000 4194304 4196468 140732052396208 140732052378752 140649140563703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
/proc/26003/statm: 2664753 9989 3008 1 0 2627263 0
[pid=26003/tid=26005] ppid=26000 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/26003/task/26005/stat : 26005 (java) R 26000 26003 22644 0 -1 4202560 4609 0 0 0 19 1 0 0 20 0 15 0 39515454 10914828288 9989 33554432000 4194304 4196468 140732052396208 140649144801856 140649124607333 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26006] ppid=26000 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26006/stat : 26006 (java) S 26000 26003 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39515455 10914828288 9989 33554432000 4194304 4196468 140732052396208 140648747870992 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26007] ppid=26000 vsize=10659012 memory=140032469175416 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26007/stat : 26007 (java) S 26000 26003 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39515455 10914828288 9989 33554432000 4194304 4196468 140732052396208 140648746818448 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26008] ppid=26000 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26008/stat : 26008 (java) S 26000 26003 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39515455 10914828288 9989 33554432000 4194304 4196468 140732052396208 140648745765904 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26009] ppid=26000 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26009/stat : 26009 (java) S 26000 26003 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39515455 10914828288 9989 33554432000 4194304 4196468 140732052396208 140648744713360 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26010] ppid=26000 vsize=10659012 memory=140032468981376 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26010/stat : 26010 (java) S 26000 26003 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39515457 10914828288 9989 33554432000 4194304 4196468 140732052396208 140648445634544 140649140574850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26011] ppid=26000 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26011/stat : 26011 (java) S 26000 26003 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39515457 10914828288 9989 33554432000 4194304 4196468 140732052396208 140648444580768 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26012] ppid=26000 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26012/stat : 26012 (java) S 26000 26003 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39515457 10914828288 9989 33554432000 4194304 4196468 140732052396208 140648443528176 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26013] ppid=26000 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26013/stat : 26013 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39515460 10914828288 9989 33554432000 4194304 4196468 140732052396208 140648442476752 140649140582299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26014] ppid=26000 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26003/task/26014/stat : 26014 (java) S 26000 26003 22644 0 -1 1077944384 548 0 0 0 2 0 0 0 20 0 15 0 39515460 10914828288 9989 33554432000 4194304 4196468 140732052396208 140648441424368 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26015] ppid=26000 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/26003/task/26015/stat : 26015 (java) S 26000 26003 22644 0 -1 1077944384 268 0 0 0 2 0 0 0 20 0 15 0 39515460 10914828288 9989 33554432000 4194304 4196468 140732052396208 140648440371824 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26016] ppid=26000 vsize=10659012 memory=140032468981376 CPUtime=0.07 cores=1,3,5,7
/proc/26003/task/26016/stat : 26016 (java) R 26000 26003 22644 0 -1 4202560 785 0 0 0 7 0 0 0 20 0 15 0 39515460 10914828288 9989 33554432000 4194304 4196468 140732052396208 140648439319280 140649124644190 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26017] ppid=26000 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26017/stat : 26017 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39515460 10914828288 9989 33554432000 4194304 4196468 140732052396208 140648438266976 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26018] ppid=26000 vsize=10659012 memory=140032468981376 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26018/stat : 26018 (java) S 26000 26003 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39515460 10914828288 9989 33554432000 4194304 4196468 140732052396208 140648437213488 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 39956 KiB

[startup+0.31137 s]*
/proc/loadavg: 2.10 2.10 2.23 5/217 26018
/proc/meminfo: memFree=28232264/32770624 swapFree=67108860/67108860
[pid=26003] ppid=26000 vsize=10659088 memory=50632 CPUtime=0.56 cores=1,3,5,7
/proc/26003/stat : 26003 (java) S 26000 26003 22644 0 -1 1077944320 9214 0 0 0 53 3 0 0 20 0 15 0 39515454 10914906112 12658 33554432000 4194304 4196468 140732052396208 140732052378752 140649140563703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
/proc/26003/statm: 2664772 12658 3065 1 0 2627263 0
[pid=26003/tid=26005] ppid=26000 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/26003/task/26005/stat : 26005 (java) S 26000 26003 22644 0 -1 1077944384 5177 0 0 0 28 2 0 0 20 0 15 0 39515454 10914906112 12658 33554432000 4194304 4196468 140732052396208 140649144800944 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26006] ppid=26000 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26006/stat : 26006 (java) S 26000 26003 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39515455 10914906112 12658 33554432000 4194304 4196468 140732052396208 140648747870992 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26007] ppid=26000 vsize=10659088 memory=140032469165146 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26007/stat : 26007 (java) S 26000 26003 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39515455 10914906112 12658 33554432000 4194304 4196468 140732052396208 140648746818448 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26008] ppid=26000 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26008/stat : 26008 (java) S 26000 26003 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39515455 10914906112 12658 33554432000 4194304 4196468 140732052396208 140648745765904 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26009] ppid=26000 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26009/stat : 26009 (java) S 26000 26003 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39515455 10914906112 12658 33554432000 4194304 4196468 140732052396208 140648744713360 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26010] ppid=26000 vsize=10659088 memory=140032468981376 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26010/stat : 26010 (java) S 26000 26003 22644 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 39515457 10914906112 12658 33554432000 4194304 4196468 140732052396208 140648445634544 140649140574850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26011] ppid=26000 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26011/stat : 26011 (java) S 26000 26003 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39515457 10914906112 12658 33554432000 4194304 4196468 140732052396208 140648444580768 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26012] ppid=26000 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26012/stat : 26012 (java) S 26000 26003 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39515457 10914906112 12658 33554432000 4194304 4196468 140732052396208 140648443528176 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26013] ppid=26000 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26013/stat : 26013 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39515460 10914906112 12658 33554432000 4194304 4196468 140732052396208 140648442476752 140649140582299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26014] ppid=26000 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26003/task/26014/stat : 26014 (java) R 26000 26003 22644 0 -1 1077944384 660 0 0 0 3 0 0 0 20 0 15 0 39515460 10914906112 12658 33554432000 4194304 4196468 140732052396208 140648441424368 140649140574850 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26015] ppid=26000 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/26003/task/26015/stat : 26015 (java) R 26000 26003 22644 0 -1 4202560 889 0 0 0 7 0 0 0 20 0 15 0 39515460 10914906112 12724 33554432000 4194304 4196468 140732052396208 140648440352840 140649120219568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26016] ppid=26000 vsize=10659088 memory=140032468981376 CPUtime=0.13 cores=1,3,5,7
/proc/26003/task/26016/stat : 26016 (java) R 26000 26003 22644 0 -1 4202560 1123 0 0 0 13 0 0 0 20 0 15 0 39515460 10914906112 12724 33554432000 4194304 4196468 140732052396208 140648439319280 140649119699244 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26017] ppid=26000 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26017/stat : 26017 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39515460 10914906112 12724 33554432000 4194304 4196468 140732052396208 140648438266976 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26018] ppid=26000 vsize=10659088 memory=140032468981376 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26018/stat : 26018 (java) S 26000 26003 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39515460 10914906112 12724 33554432000 4194304 4196468 140732052396208 140648437213488 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 50632 KiB

[startup+0.700815 s]
/proc/loadavg: 2.10 2.10 2.23 6/217 26018
/proc/meminfo: memFree=28195916/32770624 swapFree=67108860/67108860
[pid=26003] ppid=26000 vsize=10663920 memory=223512 CPUtime=1.87 cores=1,3,5,7
/proc/26003/stat : 26003 (java) S 26000 26003 22644 0 -1 1077944320 21952 0 0 0 181 6 0 0 20 0 15 0 39515454 10919854080 55878 33554432000 4194304 4196468 140732052396208 140732052378752 140649140563703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
/proc/26003/statm: 2665980 55878 3105 1 0 2628471 0
[pid=26003/tid=26005] ppid=26000 vsize=10663920 memory=1724 CPUtime=0.66 cores=1,3,5,7
/proc/26003/task/26005/stat : 26005 (java) R 26000 26003 22644 0 -1 4202560 5649 0 0 0 63 3 0 0 20 0 15 0 39515454 10919854080 55944 33554432000 4194304 4196468 140732052396208 140649144789856 140648782165880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26006] ppid=26000 vsize=10663920 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26006/stat : 26006 (java) S 26000 26003 22644 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 39515455 10919854080 55944 33554432000 4194304 4196468 140732052396208 140648747870992 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26007] ppid=26000 vsize=10663920 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26007/stat : 26007 (java) S 26000 26003 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39515455 10919854080 55944 33554432000 4194304 4196468 140732052396208 140648746818448 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26008] ppid=26000 vsize=10663920 memory=796 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26008/stat : 26008 (java) S 26000 26003 22644 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 39515455 10919854080 55944 33554432000 4194304 4196468 140732052396208 140648745765904 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26009] ppid=26000 vsize=10663920 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26009/stat : 26009 (java) S 26000 26003 22644 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 39515455 10919854080 55944 33554432000 4194304 4196468 140732052396208 140648744713360 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26010] ppid=26000 vsize=10663920 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26010/stat : 26010 (java) S 26000 26003 22644 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39515457 10919854080 55944 33554432000 4194304 4196468 140732052396208 140648445634544 140649140574850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26011] ppid=26000 vsize=10663920 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26011/stat : 26011 (java) S 26000 26003 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39515457 10919854080 56010 33554432000 4194304 4196468 140732052396208 140648444580768 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26012] ppid=26000 vsize=10663920 memory=8356 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26012/stat : 26012 (java) S 26000 26003 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39515457 10919854080 56010 33554432000 4194304 4196468 140732052396208 140648443528176 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26013] ppid=26000 vsize=10663920 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26013/stat : 26013 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39515460 10919854080 56010 33554432000 4194304 4196468 140732052396208 140648442476752 140649140582299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26014] ppid=26000 vsize=10663920 memory=7524502762334872664 CPUtime=0.36 cores=1,3,5,7
/proc/26003/task/26014/stat : 26014 (java) R 26000 26003 22644 0 -1 4202560 6053 0 0 0 36 0 0 0 20 0 15 0 39515460 10919854080 56010 33554432000 4194304 4196468 140732052396208 140648441409144 140649132800830 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26015] ppid=26000 vsize=10663920 memory=5787213827163908199 CPUtime=0.42 cores=1,3,5,7
/proc/26003/task/26015/stat : 26015 (java) R 26000 26003 22644 0 -1 4202560 5115 0 0 0 41 1 0 0 20 0 15 0 39515460 10919854080 56010 33554432000 4194304 4196468 140732052396208 140648440357848 140649122084882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26016] ppid=26000 vsize=10663920 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/26003/task/26016/stat : 26016 (java) S 26000 26003 22644 0 -1 1077944384 3823 0 0 0 36 0 0 0 20 0 15 0 39515460 10919854080 56010 33554432000 4194304 4196468 140732052396208 140648439319280 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26017] ppid=26000 vsize=10663920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26017/stat : 26017 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39515460 10919854080 56010 33554432000 4194304 4196468 140732052396208 140648438266976 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26018] ppid=26000 vsize=10663920 memory=33 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26018/stat : 26018 (java) S 26000 26003 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39515460 10919854080 56010 33554432000 4194304 4196468 140732052396208 140648437213488 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10663920 KiB
Current children cumulated memory: 223512 KiB

[startup+1.5008 s]
/proc/loadavg: 2.10 2.10 2.23 5/217 26018
/proc/meminfo: memFree=28048880/32770624 swapFree=67108860/67108860
[pid=26003] ppid=26000 vsize=10661136 memory=353836 CPUtime=4.4 cores=1,3,5,7
/proc/26003/stat : 26003 (java) S 26000 26003 22644 0 -1 1077944320 27709 0 0 0 430 10 0 0 20 0 15 0 39515454 10917003264 88459 33554432000 4194304 4196468 140732052396208 140732052378752 140649140563703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
/proc/26003/statm: 2665284 88459 3138 1 0 2627775 0
[pid=26003/tid=26005] ppid=26000 vsize=10661136 memory=6791534058613427641 CPUtime=1.39 cores=1,3,5,7
/proc/26003/task/26005/stat : 26005 (java) R 26000 26003 22644 0 -1 4202560 5695 0 0 0 135 4 0 0 20 0 15 0 39515454 10917003264 88459 33554432000 4194304 4196468 140732052396208 140649144793120 140648778493875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26006] ppid=26000 vsize=10661136 memory=-6951259422114956437 CPUtime=0.06 cores=1,3,5,7
/proc/26003/task/26006/stat : 26006 (java) S 26000 26003 22644 0 -1 1077944384 160 0 0 0 6 0 0 0 20 0 15 0 39515455 10917003264 88459 33554432000 4194304 4196468 140732052396208 140648747870992 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26007] ppid=26000 vsize=10661136 memory=-6509546260019855299 CPUtime=0.02 cores=1,3,5,7
/proc/26003/task/26007/stat : 26007 (java) S 26000 26003 22644 0 -1 1077944384 13 0 0 0 2 0 0 0 20 0 15 0 39515455 10917003264 88459 33554432000 4194304 4196468 140732052396208 140648746818448 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26008] ppid=26000 vsize=10661136 memory=-7390251449858225344 CPUtime=0.01 cores=1,3,5,7
/proc/26003/task/26008/stat : 26008 (java) S 26000 26003 22644 0 -1 1077944384 151 0 0 0 1 0 0 0 20 0 15 0 39515455 10917003264 88459 33554432000 4194304 4196468 140732052396208 140648745765904 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26009] ppid=26000 vsize=10661136 memory=4134692831991786133 CPUtime=0.02 cores=1,3,5,7
/proc/26003/task/26009/stat : 26009 (java) S 26000 26003 22644 0 -1 1077944384 22 0 0 0 2 0 0 0 20 0 15 0 39515455 10917003264 88459 33554432000 4194304 4196468 140732052396208 140648744713360 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26010] ppid=26000 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26010/stat : 26010 (java) S 26000 26003 22644 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39515457 10917003264 88459 33554432000 4194304 4196468 140732052396208 140648445634544 140649140574850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0

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

/proc/26003/task/26007/stat : 26007 (java) S 26000 26003 22644 0 -1 1077944384 12937 0 0 0 367 30 0 0 20 0 16 0 39515455 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648746818448 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26008] ppid=26000 vsize=10727700 memory=2440404 CPUtime=3.95 cores=1,3,5,7
/proc/26003/task/26008/stat : 26008 (java) S 26000 26003 22644 0 -1 1077944384 11575 0 0 0 361 34 0 0 20 0 16 0 39515455 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648745765904 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26009] ppid=26000 vsize=10727700 memory=2440404 CPUtime=3.95 cores=1,3,5,7
/proc/26003/task/26009/stat : 26009 (java) S 26000 26003 22644 0 -1 1077944384 14336 0 0 0 364 31 0 0 20 0 16 0 39515455 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648744713360 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26010] ppid=26000 vsize=10727700 memory=2440404 CPUtime=1.84 cores=1,3,5,7
/proc/26003/task/26010/stat : 26010 (java) S 26000 26003 22644 0 -1 1077944384 6957 0 0 0 181 3 0 0 20 0 16 0 39515457 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648445634544 140649140574850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26011] ppid=26000 vsize=10727700 memory=2440404 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26011/stat : 26011 (java) S 26000 26003 22644 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39515457 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648444580832 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26012] ppid=26000 vsize=10727700 memory=2440404 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26012/stat : 26012 (java) S 26000 26003 22644 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39515457 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648443528176 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26013] ppid=26000 vsize=10727700 memory=2440404 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26013/stat : 26013 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39515460 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648442476752 140649140582299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26014] ppid=26000 vsize=10727700 memory=2440404 CPUtime=2.55 cores=1,3,5,7
/proc/26003/task/26014/stat : 26014 (java) S 26000 26003 22644 0 -1 1077944384 14603 0 0 0 253 2 0 0 20 0 16 0 39515460 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648441424368 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26015] ppid=26000 vsize=10727700 memory=2440404 CPUtime=3.21 cores=1,3,5,7
/proc/26003/task/26015/stat : 26015 (java) S 26000 26003 22644 0 -1 1077944384 15832 0 0 0 319 2 0 0 20 0 16 0 39515460 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648440371824 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26016] ppid=26000 vsize=10727700 memory=2440404 CPUtime=0.6 cores=1,3,5,7
/proc/26003/task/26016/stat : 26016 (java) S 26000 26003 22644 0 -1 1077944384 7052 0 0 0 59 1 0 0 20 0 16 0 39515460 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648439319280 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26017] ppid=26000 vsize=10727700 memory=2440404 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26017/stat : 26017 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39515460 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648438266976 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26018] ppid=26000 vsize=10727700 memory=14136627995871562 CPUtime=1.36 cores=1,3,5,7
/proc/26003/task/26018/stat : 26018 (java) S 26000 26003 22644 0 -1 1077944384 2637 0 0 0 59 77 0 0 20 0 16 0 39515460 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648437213488 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26019] ppid=26000 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26019/stat : 26019 (java) S 26000 26003 22644 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39516039 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648436159280 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
Current children cumulated CPU time: 2341.97 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2440404 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/218 26191
/proc/meminfo: memFree=26966716/32770624 swapFree=67108860/67108860
[pid=26003] ppid=26000 vsize=10727700 memory=2440404 CPUtime=2400.02 cores=1,3,5,7
/proc/26003/stat : 26003 (java) S 26000 26003 22644 0 -1 1077944320 734422 0 0 0 239743 259 0 0 20 0 16 0 39515454 10985164800 610101 33554432000 4194304 4196468 140732052396208 140732052378752 140649140563703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
/proc/26003/statm: 2681925 610101 3189 1 0 2644416 0
[pid=26003/tid=26005] ppid=26000 vsize=10727700 memory=2440404 CPUtime=2374.46 cores=1,3,5,7
/proc/26003/task/26005/stat : 26005 (java) R 26000 26003 22644 0 -1 4202560 627102 0 0 0 237391 55 0 0 20 0 16 0 39515454 10985164800 610101 33554432000 4194304 4196468 140732052396208 140649144800600 140648785105674 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26006] ppid=26000 vsize=10727700 memory=2440404 CPUtime=4 cores=1,3,5,7
/proc/26003/task/26006/stat : 26006 (java) S 26000 26003 22644 0 -1 1077944384 19846 0 0 0 367 33 0 0 20 0 16 0 39515455 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648747870992 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26007] ppid=26000 vsize=10727700 memory=2440404 CPUtime=3.97 cores=1,3,5,7
/proc/26003/task/26007/stat : 26007 (java) S 26000 26003 22644 0 -1 1077944384 12937 0 0 0 367 30 0 0 20 0 16 0 39515455 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648746818448 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26008] ppid=26000 vsize=10727700 memory=2440404 CPUtime=3.95 cores=1,3,5,7
/proc/26003/task/26008/stat : 26008 (java) S 26000 26003 22644 0 -1 1077944384 11575 0 0 0 361 34 0 0 20 0 16 0 39515455 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648745765904 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26009] ppid=26000 vsize=10727700 memory=2440404 CPUtime=3.95 cores=1,3,5,7
/proc/26003/task/26009/stat : 26009 (java) S 26000 26003 22644 0 -1 1077944384 14336 0 0 0 364 31 0 0 20 0 16 0 39515455 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648744713360 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26010] ppid=26000 vsize=10727700 memory=2440404 CPUtime=1.84 cores=1,3,5,7
/proc/26003/task/26010/stat : 26010 (java) S 26000 26003 22644 0 -1 1077944384 6977 0 0 0 181 3 0 0 20 0 16 0 39515457 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648445634544 140649140574850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26011] ppid=26000 vsize=10727700 memory=2440404 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26011/stat : 26011 (java) S 26000 26003 22644 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39515457 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648444580832 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26012] ppid=26000 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26012/stat : 26012 (java) S 26000 26003 22644 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39515457 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648443528176 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26013] ppid=26000 vsize=10727700 memory=14088 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26013/stat : 26013 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39515460 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648442476752 140649140582299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26014] ppid=26000 vsize=10727700 memory=2440404 CPUtime=2.55 cores=1,3,5,7
/proc/26003/task/26014/stat : 26014 (java) S 26000 26003 22644 0 -1 1077944384 14615 0 0 0 253 2 0 0 20 0 16 0 39515460 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648441424368 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26015] ppid=26000 vsize=10727700 memory=2344 CPUtime=3.21 cores=1,3,5,7
/proc/26003/task/26015/stat : 26015 (java) S 26000 26003 22644 0 -1 1077944384 15838 0 0 0 319 2 0 0 20 0 16 0 39515460 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648440371824 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26016] ppid=26000 vsize=10727700 memory=2440404 CPUtime=0.6 cores=1,3,5,7
/proc/26003/task/26016/stat : 26016 (java) S 26000 26003 22644 0 -1 1077944384 7072 0 0 0 59 1 0 0 20 0 16 0 39515460 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648439319280 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26017] ppid=26000 vsize=10727700 memory=2204 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26017/stat : 26017 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39515460 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648438266976 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26018] ppid=26000 vsize=10727700 memory=2440404 CPUtime=1.39 cores=1,3,5,7
/proc/26003/task/26018/stat : 26018 (java) S 26000 26003 22644 0 -1 1077944384 2711 0 0 0 61 78 0 0 20 0 16 0 39515460 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648437213488 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26019] ppid=26000 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26019/stat : 26019 (java) S 26000 26003 22644 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39516039 10985164800 610101 33554432000 4194304 4196468 140732052396208 140648436159280 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
Current children cumulated CPU time: 2400.02 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2440404 KiB

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

[startup+2380.56 s]
# the end of solver process 26003 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.52 s, system=2.61641 s

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

[startup+2380.41 s]
/proc/loadavg: 2.00 2.01 2.05 3/218 26191
/proc/meminfo: memFree=26966716/32770624 swapFree=67108860/67108860
[pid=26003] ppid=26000 vsize=10927392 memory=2440728 CPUtime=2400.05 cores=1,3,5,7
/proc/26003/stat : 26003 (java) S 26000 26003 22644 0 -1 1077944320 735264 0 0 0 239746 259 0 0 20 0 17 0 39515454 11189649408 610182 33554432000 4194304 4196468 140732052396208 140732052378752 140649140563703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
/proc/26003/statm: 2731848 610182 3192 1 0 2694339 0
[pid=26003/tid=26005] ppid=26000 vsize=10927392 memory=14004 CPUtime=2374.48 cores=1,3,5,7
/proc/26003/task/26005/stat : 26005 (java) S 26000 26003 22644 0 -1 1077944384 627185 0 0 0 237393 55 0 0 20 0 17 0 39515454 11189649408 610182 33554432000 4194304 4196468 140732052396208 140649144806576 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26006] ppid=26000 vsize=10927392 memory=6791534058613427641 CPUtime=4 cores=1,3,5,7
/proc/26003/task/26006/stat : 26006 (java) S 26000 26003 22644 0 -1 1077944384 19846 0 0 0 367 33 0 0 20 0 17 0 39515455 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648747870992 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26007] ppid=26000 vsize=10927392 memory=2580 CPUtime=3.97 cores=1,3,5,7
/proc/26003/task/26007/stat : 26007 (java) S 26000 26003 22644 0 -1 1077944384 12937 0 0 0 367 30 0 0 20 0 17 0 39515455 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648746818448 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26008] ppid=26000 vsize=10927392 memory=1404 CPUtime=3.95 cores=1,3,5,7
/proc/26003/task/26008/stat : 26008 (java) S 26000 26003 22644 0 -1 1077944384 11575 0 0 0 361 34 0 0 20 0 17 0 39515455 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648745765904 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26009] ppid=26000 vsize=10927392 memory=3316 CPUtime=3.95 cores=1,3,5,7
/proc/26003/task/26009/stat : 26009 (java) S 26000 26003 22644 0 -1 1077944384 14336 0 0 0 364 31 0 0 20 0 17 0 39515455 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648744713360 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26010] ppid=26000 vsize=10927392 memory=2440404 CPUtime=1.84 cores=1,3,5,7
/proc/26003/task/26010/stat : 26010 (java) S 26000 26003 22644 0 -1 1077944384 7010 0 0 0 181 3 0 0 20 0 17 0 39515457 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648445634544 140649140574850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26011] ppid=26000 vsize=10927392 memory=4108 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26011/stat : 26011 (java) S 26000 26003 22644 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39515457 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648444580832 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26012] ppid=26000 vsize=10927392 memory=732 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26012/stat : 26012 (java) S 26000 26003 22644 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39515457 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648443528176 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26013] ppid=26000 vsize=10927392 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26013/stat : 26013 (java) S 26000 26003 22644 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 17 0 39515460 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648442476752 140649140582299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26014] ppid=26000 vsize=10927392 memory=2784 CPUtime=2.55 cores=1,3,5,7
/proc/26003/task/26014/stat : 26014 (java) S 26000 26003 22644 0 -1 1077944384 14615 0 0 0 253 2 0 0 20 0 17 0 39515460 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648441424368 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26015] ppid=26000 vsize=10927392 memory=79284 CPUtime=3.21 cores=1,3,5,7
/proc/26003/task/26015/stat : 26015 (java) S 26000 26003 22644 0 -1 1077944384 15838 0 0 0 319 2 0 0 20 0 17 0 39515460 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648440371824 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26016] ppid=26000 vsize=10927392 memory=6791534058613427641 CPUtime=0.6 cores=1,3,5,7
/proc/26003/task/26016/stat : 26016 (java) S 26000 26003 22644 0 -1 1077944384 7248 0 0 0 59 1 0 0 20 0 17 0 39515460 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648439319280 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26017] ppid=26000 vsize=10927392 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26017/stat : 26017 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39515460 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648438266976 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26018] ppid=26000 vsize=10927392 memory=2240 CPUtime=1.39 cores=1,3,5,7
/proc/26003/task/26018/stat : 26018 (java) S 26000 26003 22644 0 -1 1077944384 2711 0 0 0 61 78 0 0 20 0 17 0 39515460 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648437213488 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2440728 KiB

[startup+2380.5 s]
/proc/loadavg: 2.00 2.01 2.05 3/218 26191
/proc/meminfo: memFree=26966716/32770624 swapFree=67108860/67108860
[pid=26003] ppid=26000 vsize=10927392 memory=2440728 CPUtime=2400.05 cores=1,3,5,7
/proc/26003/stat : 26003 (java) S 26000 26003 22644 0 -1 1077944320 735264 0 0 0 239746 259 0 0 20 0 17 0 39515454 11189649408 610182 33554432000 4194304 4196468 140732052396208 140732052378752 140649140563703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
/proc/26003/statm: 2731848 610182 3192 1 0 2694339 0
[pid=26003/tid=26005] ppid=26000 vsize=10927392 memory=2440404 CPUtime=2374.48 cores=1,3,5,7
/proc/26003/task/26005/stat : 26005 (java) S 26000 26003 22644 0 -1 1077944384 627185 0 0 0 237393 55 0 0 20 0 17 0 39515454 11189649408 610182 33554432000 4194304 4196468 140732052396208 140649144806576 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26006] ppid=26000 vsize=10927392 memory=2440404 CPUtime=4 cores=1,3,5,7
/proc/26003/task/26006/stat : 26006 (java) S 26000 26003 22644 0 -1 1077944384 19846 0 0 0 367 33 0 0 20 0 17 0 39515455 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648747870992 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26007] ppid=26000 vsize=10927392 memory=2440404 CPUtime=3.97 cores=1,3,5,7
/proc/26003/task/26007/stat : 26007 (java) S 26000 26003 22644 0 -1 1077944384 12937 0 0 0 367 30 0 0 20 0 17 0 39515455 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648746818448 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26008] ppid=26000 vsize=10927392 memory=2440404 CPUtime=3.95 cores=1,3,5,7
/proc/26003/task/26008/stat : 26008 (java) S 26000 26003 22644 0 -1 1077944384 11575 0 0 0 361 34 0 0 20 0 17 0 39515455 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648745765904 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26009] ppid=26000 vsize=10927392 memory=2440404 CPUtime=3.95 cores=1,3,5,7
/proc/26003/task/26009/stat : 26009 (java) S 26000 26003 22644 0 -1 1077944384 14336 0 0 0 364 31 0 0 20 0 17 0 39515455 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648744713360 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26010] ppid=26000 vsize=10927392 memory=2440404 CPUtime=1.84 cores=1,3,5,7
/proc/26003/task/26010/stat : 26010 (java) S 26000 26003 22644 0 -1 1077944384 7010 0 0 0 181 3 0 0 20 0 17 0 39515457 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648445634544 140649140574850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26011] ppid=26000 vsize=10927392 memory=2440404 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26011/stat : 26011 (java) S 26000 26003 22644 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39515457 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648444580832 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26012] ppid=26000 vsize=10927392 memory=2440404 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26012/stat : 26012 (java) S 26000 26003 22644 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39515457 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648443528176 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26013] ppid=26000 vsize=10927392 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26013/stat : 26013 (java) S 26000 26003 22644 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 17 0 39515460 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648442476752 140649140582299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26014] ppid=26000 vsize=10927392 memory=2440404 CPUtime=2.55 cores=1,3,5,7
/proc/26003/task/26014/stat : 26014 (java) S 26000 26003 22644 0 -1 1077944384 14615 0 0 0 253 2 0 0 20 0 17 0 39515460 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648441424368 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26015] ppid=26000 vsize=10927392 memory=2204 CPUtime=3.21 cores=1,3,5,7
/proc/26003/task/26015/stat : 26015 (java) S 26000 26003 22644 0 -1 1077944384 15838 0 0 0 319 2 0 0 20 0 17 0 39515460 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648440371824 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26016] ppid=26000 vsize=10927392 memory=2440404 CPUtime=0.6 cores=1,3,5,7
/proc/26003/task/26016/stat : 26016 (java) S 26000 26003 22644 0 -1 1077944384 7248 0 0 0 59 1 0 0 20 0 17 0 39515460 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648439319280 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26017] ppid=26000 vsize=10927392 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/26003/task/26017/stat : 26017 (java) S 26000 26003 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39515460 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648438266976 140649140573909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
[pid=26003/tid=26018] ppid=26000 vsize=10927392 memory=4140 CPUtime=1.39 cores=1,3,5,7
/proc/26003/task/26018/stat : 26018 (java) S 26000 26003 22644 0 -1 1077944384 2711 0 0 0 61 78 0 0 20 0 17 0 39515460 11189649408 610182 33554432000 4194304 4196468 140732052396208 140648437213488 140649140574850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20262912 140732052399217 140732052399369 140732052399369 140732052402127 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2440728 KiB

Child status: 143
Real time (s): 2380.56
CPU time (s): 2400.14
CPU user time (s): 2397.52
CPU system time (s): 2.61641
CPU usage (%): 100.822
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2440728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.52
system time used= 2.61641
maximum resident set size= 2441044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 736136
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55376
involuntary context switches= 1006


# summary of solver processes directly reported to runsolver:
#   pid: 26003
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2397.52
#   total CPU system time (s): 2.61641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8571 second user time and 23.5599 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-22 02:32:03
IDJOB=4290026
IDBENCH=141462
IDSOLVER=2742
FILE ID=node149/4290026-1532219523
RUNJOBID= node149-1532209647-24670
PBS_JOBID= 21018926
Free space on /tmp= 51888 MiB

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

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

MD5SUM BENCH= df4cedb493dfe6d7df97c8cdc585ec30
RANDOM SEED=1277942752

node149.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.60
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.60
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.60
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.60
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:        28270592 kB
MemAvailable:   30779572 kB
Buffers:           71048 kB
Cached:          2700144 kB
SwapCached:            0 kB
Active:          2588868 kB
Inactive:        1436948 kB
Active(anon):    1202576 kB
Inactive(anon):    71344 kB
Active(file):    1386292 kB
Inactive(file):  1365604 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2516 kB
Writeback:             0 kB
AnonPages:       1294396 kB
Mapped:            46824 kB
Shmem:             17032 kB
Slab:             173176 kB
SReclaimable:     145840 kB
SUnreclaim:        27336 kB
KernelStack:        3872 kB
PageTables:         7744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3139756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1144832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51884 MiB
End job on node149 at 2018-07-22 03:11:43