Trace number 4290024

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) 2402.63 2388.58

General information on the benchmark

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

Solver Data

14.85/5.57	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
14.85/5.57	c This is free software under the dual EPL/GNU LGPL licenses.
14.85/5.57	c See www.sat4j.org for details.
14.85/5.57	c That software uses the Rhino library from the Mozilla project.
14.85/5.57	c version 2.3.6-SNAPSHOT
14.85/5.57	c java.runtime.name	Java(TM) SE Runtime Environment
14.85/5.57	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
14.85/5.57	c java.vm.version	25.131-b11
14.85/5.57	c java.vm.vendor	Oracle Corporation
14.85/5.57	c sun.arch.data.model	64
14.85/5.57	c java.version		1.8.0_131
14.85/5.57	c os.name		Linux
14.85/5.57	c os.version		3.10.0-514.16.1.el7.x86_64
14.85/5.57	c os.arch		amd64
14.85/5.57	c Free memory 		499604488
14.85/5.57	c Max memory 		7247757312
14.85/5.57	c Total memory 		504889344
14.85/5.57	c Number of processors 	4
14.85/5.57	c c --- Begin Solver configuration ---
14.85/5.57	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
14.85/5.57	c Learn all clauses as in MiniSAT
14.85/5.57	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
14.85/5.57	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
14.85/5.57	c No reason simplification
14.85/5.57	c Glucose 2.1 dynamic restart strategy
14.85/5.57	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
14.85/5.57	c timeout=2147483s
14.85/5.57	c DB Simplification allowed=false
14.85/5.57	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
14.85/5.57	c --- End Solver configuration ---
14.85/5.57	c constraints type 
14.85/5.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 2400
14.85/5.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 280961
14.85/5.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4413806
14.85/5.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 2796
14.85/5.57	c 4699963 constraints processed.
2402.43/2388.53	c starts		: 6279
2402.43/2388.53	c conflicts		: 2024572
2402.43/2388.53	c decisions		: 119227675
2402.43/2388.53	c propagations		: 6419291492
2402.43/2388.53	c inspects		: 12021586090
2402.43/2388.53	c shortcuts		: 0
2402.43/2388.53	c learnt literals	: 5347
2402.43/2388.53	c learnt binary clauses	: 42161
2402.43/2388.53	c learnt ternary clauses	: 83009
2402.43/2388.53	c learnt constraints	: 2019225
2402.43/2388.53	c ignored constraints	: 0
2402.43/2388.53	c root simplifications	: 0
2402.43/2388.53	c removed literals (reason simplification)	: 0
2402.43/2388.53	c reason swapping (by a shorter reason)	: 0
2402.43/2388.53	c Calls to reduceDB	: 59
2402.43/2388.53	c Number of update (reduction) of LBD	: 1141313
2402.43/2388.53	c Imported unit clauses	: 0
2402.43/2388.53	c number of reductions to clauses (during analyze)	: 0
2402.43/2388.53	c number of learned constraints concerned by reduction	: 0
2402.43/2388.53	c number of learning phase by resolution	: 0
2402.43/2388.53	c number of learning phase by cutting planes	: 0
2402.43/2388.53	c number of rounding to 1 operations	: 0
2402.43/2388.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2402.43/2388.53	c number of reductions of the coefficients by power 2 	: 0
2402.43/2388.53	c number of right shift for reduction by power 2 	: 0
2402.43/2388.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
2402.43/2388.53	c number of ending skipping 	: 0
2402.43/2388.53	c number of internal skipping 	: 0
2402.43/2388.53	c number of derivation steps 	: 0
2402.43/2388.53	c number of skipped derivation steps 	: 0
2402.43/2388.53	c number of remaining unassigned 	: 0
2402.43/2388.53	c number of remaining assigned 	: 0
2402.43/2388.53	c speed (assignments/second)	: 2693934.9943009852
2402.43/2388.53	c non guided choices	: 57906919
2402.43/2388.57	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 42161
2402.43/2388.57	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 208204
2402.43/2388.57	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 (7991 MiB free)
  memory of node 1: 16384 MiB (9213 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290024-1532219549/watcher-4290024-1532219549 -o /tmp/evaluation-result-4290024-1532219549/solver-4290024-1532219549 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532209720-26949 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290024-1532219549.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=28294, runsolver pid=28291
Current StackSize limit: 8192 KiB


[startup+0.100143 s]*
/proc/loadavg: 2.00 2.01 2.10 3/217 28309
/proc/meminfo: memFree=17598096/32770624 swapFree=67108860/67108860
[pid=28294] ppid=28291 vsize=10659012 memory=31500 CPUtime=0.13 cores=1,3,5,7
/proc/28294/stat : 28294 (java) S 28291 28294 24561 0 -1 1077944320 6441 0 0 0 11 2 0 0 20 0 15 0 39518092 10914828288 7875 33554432000 4194304 4196468 140724412759760 140724412742304 140237744877303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
/proc/28294/statm: 2664753 7875 2841 1 0 2627263 0
[pid=28294/tid=28296] ppid=28291 vsize=10659012 memory=-8701690554792187262 CPUtime=0.09 cores=1,3,5,7
/proc/28294/task/28296/stat : 28296 (java) R 28291 28294 24561 0 -1 4202560 4275 0 0 0 8 1 0 0 20 0 15 0 39518093 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237749106704 140237342802163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28297] ppid=28291 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28297/stat : 28297 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518094 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237670951312 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28298] ppid=28291 vsize=10659012 memory=139925277656704 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28298/stat : 28298 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518094 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237669898512 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28299] ppid=28291 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28299/stat : 28299 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518094 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237668846224 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28300] ppid=28291 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28300/stat : 28300 (java) S 28291 28294 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39518094 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237667793424 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28301] ppid=28291 vsize=10659012 memory=139925277656704 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28301/stat : 28301 (java) S 28291 28294 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39518095 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237235751536 140237744888450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28302] ppid=28291 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28302/stat : 28302 (java) S 28291 28294 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39518095 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237234697504 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28303] ppid=28291 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28303/stat : 28303 (java) S 28291 28294 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39518096 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237233645168 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28304] ppid=28291 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28304/stat : 28304 (java) S 28291 28294 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39518098 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237232593488 140237744895899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28305] ppid=28291 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28305/stat : 28305 (java) S 28291 28294 24561 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 39518098 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237231540336 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28306] ppid=28291 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28306/stat : 28306 (java) S 28291 28294 24561 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 39518098 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237230487536 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28307] ppid=28291 vsize=10659012 memory=139925277656704 CPUtime=0.02 cores=1,3,5,7
/proc/28294/task/28307/stat : 28307 (java) S 28291 28294 24561 0 -1 1077944384 336 0 0 0 2 0 0 0 20 0 15 0 39518098 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237229435248 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28308] ppid=28291 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28308/stat : 28308 (java) S 28291 28294 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39518098 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237228382688 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28309] ppid=28291 vsize=10659012 memory=139925277656704 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28309/stat : 28309 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518098 10914828288 7875 33554432000 4194304 4196468 140724412759760 140237227330480 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31500 KiB

[startup+0.210543 s]*
/proc/loadavg: 2.00 2.01 2.10 6/217 28309
/proc/meminfo: memFree=17586464/32770624 swapFree=67108860/67108860
[pid=28294] ppid=28291 vsize=10659012 memory=42248 CPUtime=0.33 cores=1,3,5,7
/proc/28294/stat : 28294 (java) S 28291 28294 24561 0 -1 1077944320 7657 0 0 0 31 2 0 0 20 0 15 0 39518092 10914828288 10562 33554432000 4194304 4196468 140724412759760 140724412742304 140237744877303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
/proc/28294/statm: 2664753 10562 3004 1 0 2627263 0
[pid=28294/tid=28296] ppid=28291 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28294/task/28296/stat : 28296 (java) R 28291 28294 24561 0 -1 4202560 4628 0 0 0 18 1 0 0 20 0 15 0 39518093 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237749104560 140237744889238 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28297] ppid=28291 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28297/stat : 28297 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518094 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237670951312 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28298] ppid=28291 vsize=10659012 memory=288370301429368448 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28298/stat : 28298 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518094 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237669898512 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28299] ppid=28291 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28299/stat : 28299 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518094 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237668846224 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28300] ppid=28291 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28300/stat : 28300 (java) S 28291 28294 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39518094 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237667793424 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28301] ppid=28291 vsize=10659012 memory=139925277656704 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28301/stat : 28301 (java) S 28291 28294 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39518095 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237235751536 140237744888450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28302] ppid=28291 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28302/stat : 28302 (java) S 28291 28294 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39518095 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237234697504 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28303] ppid=28291 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28303/stat : 28303 (java) S 28291 28294 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39518096 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237233645168 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28304] ppid=28291 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28304/stat : 28304 (java) S 28291 28294 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39518098 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237232593488 140237744895899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28305] ppid=28291 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28294/task/28305/stat : 28305 (java) S 28291 28294 24561 0 -1 1077944384 563 0 0 0 2 0 0 0 20 0 15 0 39518098 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237231540336 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28306] ppid=28291 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28294/task/28306/stat : 28306 (java) S 28291 28294 24561 0 -1 1077944384 435 0 0 0 2 0 0 0 20 0 15 0 39518098 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237230487536 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28307] ppid=28291 vsize=10659012 memory=139925277656704 CPUtime=0.07 cores=1,3,5,7
/proc/28294/task/28307/stat : 28307 (java) R 28291 28294 24561 0 -1 4202560 663 0 0 0 7 0 0 0 20 0 15 0 39518098 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237229435248 140237744898650 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28308] ppid=28291 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28308/stat : 28308 (java) S 28291 28294 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39518098 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237228382688 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28309] ppid=28291 vsize=10659012 memory=139925277656704 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28309/stat : 28309 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518098 10914828288 10562 33554432000 4194304 4196468 140724412759760 140237227330480 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42248 KiB

[startup+0.314599 s]*
/proc/loadavg: 2.00 2.01 2.10 5/217 28309
/proc/meminfo: memFree=17575548/32770624 swapFree=67108860/67108860
[pid=28294] ppid=28291 vsize=10659088 memory=53708 CPUtime=0.59 cores=1,3,5,7
/proc/28294/stat : 28294 (java) S 28291 28294 24561 0 -1 1077944320 9474 0 0 0 56 3 0 0 20 0 15 0 39518092 10914906112 13427 33554432000 4194304 4196468 140724412759760 140724412742304 140237744877303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
/proc/28294/statm: 2664772 13427 3066 1 0 2627263 0
[pid=28294/tid=28296] ppid=28291 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28294/task/28296/stat : 28296 (java) R 28291 28294 24561 0 -1 1077944384 5108 0 0 0 28 2 0 0 20 0 15 0 39518093 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237749114128 140237744887509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28297] ppid=28291 vsize=10659088 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28297/stat : 28297 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518094 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237670951312 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28298] ppid=28291 vsize=10659088 memory=288370301429368448 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28298/stat : 28298 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518094 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237669898512 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28299] ppid=28291 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28299/stat : 28299 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518094 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237668846224 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28300] ppid=28291 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28300/stat : 28300 (java) S 28291 28294 24561 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39518094 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237667793424 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28301] ppid=28291 vsize=10659088 memory=139925277656704 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28301/stat : 28301 (java) S 28291 28294 24561 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39518095 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237235751536 140237744888450 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28302] ppid=28291 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28302/stat : 28302 (java) S 28291 28294 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39518095 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237234697504 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28303] ppid=28291 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28303/stat : 28303 (java) S 28291 28294 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39518096 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237233645168 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28304] ppid=28291 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28304/stat : 28304 (java) S 28291 28294 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39518098 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237232593488 140237744895899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28305] ppid=28291 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28294/task/28305/stat : 28305 (java) R 28291 28294 24561 0 -1 4202560 1158 0 0 0 8 0 0 0 20 0 15 0 39518098 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237231521352 140237722894291 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28306] ppid=28291 vsize=10659088 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/28294/task/28306/stat : 28306 (java) R 28291 28294 24561 0 -1 4202560 776 0 0 0 6 0 0 0 20 0 15 0 39518098 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237230473560 140237729153479 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28307] ppid=28291 vsize=10659088 memory=139925277656704 CPUtime=0.13 cores=1,3,5,7
/proc/28294/task/28307/stat : 28307 (java) S 28291 28294 24561 0 -1 1077944384 1061 0 0 0 13 0 0 0 20 0 15 0 39518098 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237229435248 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28308] ppid=28291 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28308/stat : 28308 (java) S 28291 28294 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39518098 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237228382688 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28309] ppid=28291 vsize=10659088 memory=139925277656704 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28309/stat : 28309 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518098 10914906112 13427 33554432000 4194304 4196468 140724412759760 140237227330480 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53708 KiB

[startup+0.700804 s]
/proc/loadavg: 2.00 2.01 2.10 5/217 28309
/proc/meminfo: memFree=17543232/32770624 swapFree=67108860/67108860
[pid=28294] ppid=28291 vsize=10663824 memory=225460 CPUtime=1.92 cores=1,3,5,7
/proc/28294/stat : 28294 (java) S 28291 28294 24561 0 -1 1077944320 22508 0 0 0 183 9 0 0 20 0 15 0 39518092 10919755776 56365 33554432000 4194304 4196468 140724412759760 140724412742304 140237744877303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
/proc/28294/statm: 2665956 56365 3104 1 0 2628447 0
[pid=28294/tid=28296] ppid=28291 vsize=10663824 memory=1728 CPUtime=0.65 cores=1,3,5,7
/proc/28294/task/28296/stat : 28296 (java) R 28291 28294 24561 0 -1 4202560 5568 0 0 0 61 4 0 0 20 0 15 0 39518093 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237749104736 140237346466441 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28297] ppid=28291 vsize=10663824 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28297/stat : 28297 (java) S 28291 28294 24561 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 39518094 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237670951312 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28298] ppid=28291 vsize=10663824 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28298/stat : 28298 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518094 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237669898512 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28299] ppid=28291 vsize=10663824 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28299/stat : 28299 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518094 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237668846224 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28300] ppid=28291 vsize=10663824 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28300/stat : 28300 (java) S 28291 28294 24561 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 39518094 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237667793424 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28301] ppid=28291 vsize=10663824 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28301/stat : 28301 (java) S 28291 28294 24561 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39518095 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237235751536 140237744888450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28302] ppid=28291 vsize=10663824 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28302/stat : 28302 (java) S 28291 28294 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39518095 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237234697504 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28303] ppid=28291 vsize=10663824 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28303/stat : 28303 (java) S 28291 28294 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39518096 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237233645168 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28304] ppid=28291 vsize=10663824 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28304/stat : 28304 (java) S 28291 28294 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39518098 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237232593488 140237744895899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28305] ppid=28291 vsize=10663824 memory=7163631965283378496 CPUtime=0.44 cores=1,3,5,7
/proc/28294/task/28305/stat : 28305 (java) R 28291 28294 24561 0 -1 4202560 6304 0 0 0 43 1 0 0 20 0 15 0 39518098 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237231526072 140237726400912 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28306] ppid=28291 vsize=10663824 memory=6083353102074538087 CPUtime=0.41 cores=1,3,5,7
/proc/28294/task/28306/stat : 28306 (java) R 28291 28294 24561 0 -1 4202560 4876 0 0 0 40 1 0 0 20 0 15 0 39518098 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237230473272 140237726397363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28307] ppid=28291 vsize=10663824 memory=7007715718637572176 CPUtime=0.36 cores=1,3,5,7
/proc/28294/task/28307/stat : 28307 (java) S 28291 28294 24561 0 -1 1077944384 4277 0 0 0 35 1 0 0 20 0 15 0 39518098 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237229435248 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28308] ppid=28291 vsize=10663824 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28308/stat : 28308 (java) S 28291 28294 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39518098 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237228382688 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28309] ppid=28291 vsize=10663824 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28309/stat : 28309 (java) S 28291 28294 24561 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39518098 10919755776 56365 33554432000 4194304 4196468 140724412759760 140237227330480 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10663824 KiB
Current children cumulated memory: 225460 KiB

[startup+1.50298 s]
/proc/loadavg: 2.00 2.01 2.10 6/217 28309
/proc/meminfo: memFree=17360828/32770624 swapFree=67108860/67108860
[pid=28294] ppid=28291 vsize=10661136 memory=405360 CPUtime=4.44 cores=1,3,5,7
/proc/28294/stat : 28294 (java) S 28291 28294 24561 0 -1 1077944320 25202 0 0 0 427 17 0 0 20 0 15 0 39518092 10917003264 101340 33554432000 4194304 4196468 140724412759760 140724412742304 140237744877303 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
/proc/28294/statm: 2665284 101340 3146 1 0 2627775 0
[pid=28294/tid=28296] ppid=28291 vsize=10661136 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/28294/task/28296/stat : 28296 (java) S 28291 28294 24561 0 -1 1077944384 5645 0 0 0 132 6 0 0 20 0 15 0 39518093 10917003264 101340 33554432000 4194304 4196468 140724412759760 140237749109664 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28297] ppid=28291 vsize=10661136 memory=-6951259422114956437 CPUtime=0.06 cores=1,3,5,7
/proc/28294/task/28297/stat : 28297 (java) R 28291 28294 24561 0 -1 4202560 114 0 0 0 5 1 0 0 20 0 15 0 39518094 10917003264 101340 33554432000 4194304 4196468 140724412759760 140237670951512 140237726503056 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28298] ppid=28291 vsize=10661136 memory=-6509546260019855295 CPUtime=0.04 cores=1,3,5,7
/proc/28294/task/28298/stat : 28298 (java) R 28291 28294 24561 0 -1 1077944384 86 0 0 0 3 1 0 0 20 0 15 0 39518094 10917003264 101340 33554432000 4194304 4196468 140724412759760 140237669898512 140237744887509 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28299] ppid=28291 vsize=10661136 memory=-7390251449858225344 CPUtime=0.05 cores=1,3,5,7
/proc/28294/task/28299/stat : 28299 (java) R 28291 28294 24561 0 -1 4202560 107 0 0 0 4 1 0 0 20 0 15 0 39518094 10917003264 101340 33554432000 4194304 4196468 140724412759760 140237668846424 140237729901470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28300] ppid=28291 vsize=10661136 memory=4134692831991786133 CPUtime=0.05 cores=1,3,5,7
/proc/28294/task/28300/stat : 28300 (java) R 28291 28294 24561 0 -1 4202560 90 0 0 0 4 1 0 0 20 0 15 0 39518094 10917003264 101340 33554432000 4194304 4196468 140724412759760 140237667793424 140237724072333 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28301] ppid=28291 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28301/stat : 28301 (java) S 28291 28294 24561 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39518095 10917003264 101340 33554432000 4194304 4196468 140724412759760 140237235750048 140237744887509 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0

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

/proc/28294/task/28301/stat : 28301 (java) S 28291 28294 24561 0 -1 1077944384 2935 0 0 0 65 3 0 0 20 0 16 0 39518095 10985164800 384800 33554432000 4194304 4196468 140724412759760 140237235751536 140237744888450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28302] ppid=28291 vsize=10727700 memory=1539200 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28302/stat : 28302 (java) S 28291 28294 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39518095 10985164800 384800 33554432000 4194304 4196468 140724412759760 140237234697568 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28303] ppid=28291 vsize=10727700 memory=1539200 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28303/stat : 28303 (java) S 28291 28294 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39518096 10985164800 384800 33554432000 4194304 4196468 140724412759760 140237233645184 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28304] ppid=28291 vsize=10727700 memory=2820 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28304/stat : 28304 (java) S 28291 28294 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39518098 10985164800 384800 33554432000 4194304 4196468 140724412759760 140237232593488 140237744895899 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28305] ppid=28291 vsize=10727700 memory=15872 CPUtime=2.2 cores=1,3,5,7
/proc/28294/task/28305/stat : 28305 (java) S 28291 28294 24561 0 -1 1077944384 12420 0 0 0 218 2 0 0 20 0 16 0 39518098 10985164800 384800 33554432000 4194304 4196468 140724412759760 140237231540336 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28306] ppid=28291 vsize=10727700 memory=9340 CPUtime=2.52 cores=1,3,5,7
/proc/28294/task/28306/stat : 28306 (java) S 28291 28294 24561 0 -1 1077944384 13987 0 0 0 250 2 0 0 20 0 16 0 39518098 10985164800 384800 33554432000 4194304 4196468 140724412759760 140237230487536 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28307] ppid=28291 vsize=10727700 memory=1539200 CPUtime=0.58 cores=1,3,5,7
/proc/28294/task/28307/stat : 28307 (java) S 28291 28294 24561 0 -1 1077944384 6966 0 0 0 56 2 0 0 20 0 16 0 39518098 10985164800 384800 33554432000 4194304 4196468 140724412759760 140237229435248 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28308] ppid=28291 vsize=10727700 memory=1539200 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28308/stat : 28308 (java) S 28291 28294 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39518098 10985164800 384800 33554432000 4194304 4196468 140724412759760 140237228382688 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28309] ppid=28291 vsize=10727700 memory=1792 CPUtime=1.48 cores=1,3,5,7
/proc/28294/task/28309/stat : 28309 (java) S 28291 28294 24561 0 -1 1077944384 3044 0 0 0 60 88 0 0 20 0 16 0 39518098 10985164800 384800 33554432000 4194304 4196468 140724412759760 140237227330480 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28310] ppid=28291 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28310/stat : 28310 (java) S 28291 28294 24561 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39518659 10985164800 384800 33554432000 4194304 4196468 140724412759760 140237224178864 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1539200 KiB

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

[startup+2388.58 s]
# the end of solver process 28294 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2400.25 s, system=2.3843 s

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

[startup+2388 s]*
/proc/loadavg: 2.03 2.03 2.05 6/219 28562
/proc/meminfo: memFree=12480468/32770624 swapFree=67108860/67108860
[pid=28294] ppid=28291 vsize=10927392 memory=1729916 CPUtime=2400.47 cores=1,3,5,7
/proc/28294/stat : 28294 (java) S 28291 28294 24561 0 -1 1077944320 334437 0 0 0 239849 198 0 0 20 0 17 0 39518092 11189649408 432479 33554432000 4194304 4196468 140724412759760 140724412742304 140237744877303 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
/proc/28294/statm: 2731848 432479 3192 1 0 2694339 0
[pid=28294/tid=28296] ppid=28291 vsize=10927392 memory=-7395409520647495987 CPUtime=2385.01 cores=1,3,5,7
/proc/28294/task/28296/stat : 28296 (java) S 28291 28294 24561 0 -1 1077944384 256571 0 0 0 238472 29 0 0 20 0 17 0 39518093 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237749120176 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28297] ppid=28291 vsize=10927392 memory=8514726395715349656 CPUtime=2 cores=1,3,5,7
/proc/28294/task/28297/stat : 28297 (java) R 28291 28294 24561 0 -1 4202560 8344 0 0 0 178 22 0 0 20 0 17 0 39518094 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237670951512 140237729325518 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28298] ppid=28291 vsize=10927392 memory=3047711553320166262 CPUtime=1.98 cores=1,3,5,7
/proc/28294/task/28298/stat : 28298 (java) R 28291 28294 24561 0 -1 4202560 11689 0 0 0 177 21 0 0 20 0 17 0 39518094 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237669898512 140237729901333 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28299] ppid=28291 vsize=10927392 memory=8514701219730523551 CPUtime=1.97 cores=1,3,5,7
/proc/28294/task/28299/stat : 28299 (java) R 28291 28294 24561 0 -1 4202560 9355 0 0 0 177 20 0 0 20 0 17 0 39518094 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237668846224 140237729326017 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28300] ppid=28291 vsize=10927392 memory=7451597445048521834 CPUtime=1.95 cores=1,3,5,7
/proc/28294/task/28300/stat : 28300 (java) R 28291 28294 24561 0 -1 4202560 7374 0 0 0 174 21 0 0 20 0 17 0 39518094 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237667793624 140237729899424 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28301] ppid=28291 vsize=10927392 memory=6009040397154936161 CPUtime=0.68 cores=1,3,5,7
/proc/28294/task/28301/stat : 28301 (java) S 28291 28294 24561 0 -1 1077944384 2969 0 0 0 65 3 0 0 20 0 17 0 39518095 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237235750048 140237744887509 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28302] ppid=28291 vsize=10927392 memory=7584172180673161326 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28302/stat : 28302 (java) S 28291 28294 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 39518095 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237234697568 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28303] ppid=28291 vsize=10927392 memory=7584172180673161326 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28303/stat : 28303 (java) S 28291 28294 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 39518096 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237233645184 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28304] ppid=28291 vsize=10927392 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28304/stat : 28304 (java) S 28291 28294 24561 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 39518098 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237232593488 140237744895899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28305] ppid=28291 vsize=10927392 memory=1404 CPUtime=2.2 cores=1,3,5,7
/proc/28294/task/28305/stat : 28305 (java) S 28291 28294 24561 0 -1 1077944384 12420 0 0 0 218 2 0 0 20 0 17 0 39518098 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237231540336 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28306] ppid=28291 vsize=10927392 memory=3312 CPUtime=2.52 cores=1,3,5,7
/proc/28294/task/28306/stat : 28306 (java) S 28291 28294 24561 0 -1 1077944384 13987 0 0 0 250 2 0 0 20 0 17 0 39518098 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237230487536 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28307] ppid=28291 vsize=10927392 memory=1539200 CPUtime=0.59 cores=1,3,5,7
/proc/28294/task/28307/stat : 28307 (java) S 28291 28294 24561 0 -1 1077944384 7045 0 0 0 56 3 0 0 20 0 17 0 39518098 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237229435248 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28308] ppid=28291 vsize=10927392 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28308/stat : 28308 (java) S 28291 28294 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39518098 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237228382688 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28309] ppid=28291 vsize=10927392 memory=3328 CPUtime=1.48 cores=1,3,5,7
/proc/28294/task/28309/stat : 28309 (java) S 28291 28294 24561 0 -1 1077944384 3044 0 0 0 60 88 0 0 20 0 17 0 39518098 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237227330480 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28560] ppid=28291 vsize=10927392 memory=6520780 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28560/stat : 28560 (java) S 28291 28294 24561 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 39756863 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237223125872 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28561] ppid=28291 vsize=10927392 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28561/stat : 28561 (java) S 28291 28294 24561 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39756863 11189649408 432479 33554432000 4194304 4196468 140724412759760 140237222072432 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
Current children cumulated CPU time: 2400.47 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1729916 KiB

[startup+2388.4 s]
/proc/loadavg: 2.03 2.03 2.05 6/219 28562
/proc/meminfo: memFree=12480468/32770624 swapFree=67108860/67108860
[pid=28294] ppid=28291 vsize=10927392 memory=2015808 CPUtime=2402.02 cores=1,3,5,7
/proc/28294/stat : 28294 (java) S 28291 28294 24561 0 -1 1077944320 336840 0 0 0 239971 231 0 0 20 0 17 0 39518092 11189649408 503952 33554432000 4194304 4196468 140724412759760 140724412742304 140237744877303 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
/proc/28294/statm: 2731848 503952 3192 1 0 2694339 0
[pid=28294/tid=28296] ppid=28291 vsize=10927392 memory=6791534058613427641 CPUtime=2385.01 cores=1,3,5,7
/proc/28294/task/28296/stat : 28296 (java) S 28291 28294 24561 0 -1 1077944384 256571 0 0 0 238472 29 0 0 20 0 17 0 39518093 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237749120176 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28297] ppid=28291 vsize=10927392 memory=4872558044660077418 CPUtime=2.39 cores=1,3,5,7
/proc/28294/task/28297/stat : 28297 (java) R 28291 28294 24561 0 -1 4202560 8707 0 0 0 208 31 0 0 20 0 17 0 39518094 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237670951512 140237729921750 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28298] ppid=28291 vsize=10927392 memory=792 CPUtime=2.37 cores=1,3,5,7
/proc/28294/task/28298/stat : 28298 (java) R 28291 28294 24561 0 -1 4202560 12780 0 0 0 208 29 0 0 20 0 17 0 39518094 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237669897896 140237726524891 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28299] ppid=28291 vsize=10927392 memory=1228 CPUtime=2.36 cores=1,3,5,7
/proc/28294/task/28299/stat : 28299 (java) R 28291 28294 24561 0 -1 4202560 10137 0 0 0 207 29 0 0 20 0 17 0 39518094 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237668845608 140237729921439 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28300] ppid=28291 vsize=10927392 memory=1944 CPUtime=2.34 cores=1,3,5,7
/proc/28294/task/28300/stat : 28300 (java) R 28291 28294 24561 0 -1 4202560 7541 0 0 0 204 30 0 0 20 0 17 0 39518094 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237667793624 140237729921389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28301] ppid=28291 vsize=10927392 memory=1424 CPUtime=0.68 cores=1,3,5,7
/proc/28294/task/28301/stat : 28301 (java) S 28291 28294 24561 0 -1 1077944384 2969 0 0 0 65 3 0 0 20 0 17 0 39518095 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237235750048 140237744887509 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28302] ppid=28291 vsize=10927392 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28302/stat : 28302 (java) S 28291 28294 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 39518095 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237234697568 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28303] ppid=28291 vsize=10927392 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28303/stat : 28303 (java) S 28291 28294 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 39518096 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237233645184 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28304] ppid=28291 vsize=10927392 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28304/stat : 28304 (java) S 28291 28294 24561 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 39518098 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237232593488 140237744895899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28305] ppid=28291 vsize=10927392 memory=1200 CPUtime=2.2 cores=1,3,5,7
/proc/28294/task/28305/stat : 28305 (java) S 28291 28294 24561 0 -1 1077944384 12420 0 0 0 218 2 0 0 20 0 17 0 39518098 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237231540336 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28306] ppid=28291 vsize=10927392 memory=15872 CPUtime=2.52 cores=1,3,5,7
/proc/28294/task/28306/stat : 28306 (java) S 28291 28294 24561 0 -1 1077944384 13987 0 0 0 250 2 0 0 20 0 17 0 39518098 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237230487536 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28307] ppid=28291 vsize=10927392 memory=9340 CPUtime=0.59 cores=1,3,5,7
/proc/28294/task/28307/stat : 28307 (java) S 28291 28294 24561 0 -1 1077944384 7045 0 0 0 56 3 0 0 20 0 17 0 39518098 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237229435248 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28308] ppid=28291 vsize=10927392 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28308/stat : 28308 (java) S 28291 28294 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39518098 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237228382688 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28309] ppid=28291 vsize=10927392 memory=18444 CPUtime=1.48 cores=1,3,5,7
/proc/28294/task/28309/stat : 28309 (java) S 28291 28294 24561 0 -1 1077944384 3044 0 0 0 60 88 0 0 20 0 17 0 39518098 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237227330480 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28560] ppid=28291 vsize=10927392 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28560/stat : 28560 (java) S 28291 28294 24561 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 39756863 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237223125872 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28561] ppid=28291 vsize=10927392 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28561/stat : 28561 (java) S 28291 28294 24561 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39756863 11189649408 503952 33554432000 4194304 4196468 140724412759760 140237222072432 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
Current children cumulated CPU time: 2402.02 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2015808 KiB

[startup+2388.5 s]
/proc/loadavg: 2.03 2.03 2.05 6/219 28562
/proc/meminfo: memFree=12480468/32770624 swapFree=67108860/67108860
[pid=28294] ppid=28291 vsize=10927392 memory=2052672 CPUtime=2402.43 cores=1,3,5,7
/proc/28294/stat : 28294 (java) S 28291 28294 24561 0 -1 1077944320 336952 0 0 0 240007 236 0 0 20 0 17 0 39518092 11189649408 512656 33554432000 4194304 4196468 140724412759760 140724412742304 140237744877303 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
/proc/28294/statm: 2731848 513168 3192 1 0 2694339 0
[pid=28294/tid=28296] ppid=28291 vsize=10927392 memory=1539200 CPUtime=2385.01 cores=1,3,5,7
/proc/28294/task/28296/stat : 28296 (java) S 28291 28294 24561 0 -1 1077944384 256571 0 0 0 238472 29 0 0 20 0 17 0 39518093 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237749120176 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28297] ppid=28291 vsize=10927392 memory=1539200 CPUtime=2.49 cores=1,3,5,7
/proc/28294/task/28297/stat : 28297 (java) R 28291 28294 24561 0 -1 4202560 8740 0 0 0 217 32 0 0 20 0 17 0 39518094 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237670951512 140237729905168 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28298] ppid=28291 vsize=10927392 memory=1539200 CPUtime=2.47 cores=1,3,5,7
/proc/28294/task/28298/stat : 28298 (java) R 28291 28294 24561 0 -1 4202560 12810 0 0 0 217 30 0 0 20 0 17 0 39518094 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237669897896 140237729905186 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28299] ppid=28291 vsize=10927392 memory=1424 CPUtime=2.46 cores=1,3,5,7
/proc/28294/task/28299/stat : 28299 (java) R 28291 28294 24561 0 -1 4202560 10162 0 0 0 216 30 0 0 20 0 17 0 39518094 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237668845608 140237729905168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28300] ppid=28291 vsize=10927392 memory=1537152 CPUtime=2.44 cores=1,3,5,7
/proc/28294/task/28300/stat : 28300 (java) R 28291 28294 24561 0 -1 4202560 7568 0 0 0 213 31 0 0 20 0 17 0 39518094 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237667793624 140237729325450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28301] ppid=28291 vsize=10927392 memory=1537152 CPUtime=0.68 cores=1,3,5,7
/proc/28294/task/28301/stat : 28301 (java) S 28291 28294 24561 0 -1 1077944384 2969 0 0 0 65 3 0 0 20 0 17 0 39518095 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237235750048 140237744887509 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28302] ppid=28291 vsize=10927392 memory=1539200 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28302/stat : 28302 (java) S 28291 28294 24561 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 17 0 39518095 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237234697568 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28303] ppid=28291 vsize=10927392 memory=1980992 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28303/stat : 28303 (java) S 28291 28294 24561 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 39518096 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237233645184 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28304] ppid=28291 vsize=10927392 memory=1539200 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28304/stat : 28304 (java) S 28291 28294 24561 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 17 0 39518098 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237232593488 140237744895899 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28305] ppid=28291 vsize=10927392 memory=1539200 CPUtime=2.2 cores=1,3,5,7
/proc/28294/task/28305/stat : 28305 (java) S 28291 28294 24561 0 -1 1077944384 12420 0 0 0 218 2 0 0 20 0 17 0 39518098 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237231540336 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28306] ppid=28291 vsize=10927392 memory=288230574492221466 CPUtime=2.52 cores=1,3,5,7
/proc/28294/task/28306/stat : 28306 (java) S 28291 28294 24561 0 -1 1077944384 13987 0 0 0 250 2 0 0 20 0 17 0 39518098 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237230487536 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28307] ppid=28291 vsize=10927392 memory=290763896594366775 CPUtime=0.59 cores=1,3,5,7
/proc/28294/task/28307/stat : 28307 (java) S 28291 28294 24561 0 -1 1077944384 7045 0 0 0 56 3 0 0 20 0 17 0 39518098 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237229435248 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28308] ppid=28291 vsize=10927392 memory=164 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28308/stat : 28308 (java) S 28291 28294 24561 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39518098 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237228382688 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28309] ppid=28291 vsize=10927392 memory=-8486080722631693414 CPUtime=1.48 cores=1,3,5,7
/proc/28294/task/28309/stat : 28309 (java) S 28291 28294 24561 0 -1 1077944384 3045 0 0 0 60 88 0 0 20 0 17 0 39518098 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237227330480 140237744888450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28560] ppid=28291 vsize=10927392 memory=1539200 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28560/stat : 28560 (java) S 28291 28294 24561 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 17 0 39756863 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237223125872 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
[pid=28294/tid=28561] ppid=28291 vsize=10927392 memory=13976 CPUtime=0 cores=1,3,5,7
/proc/28294/task/28561/stat : 28561 (java) S 28291 28294 24561 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39756863 11189649408 513168 33554432000 4194304 4196468 140724412759760 140237222072432 140237744887509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12693504 140724412761201 140724412761353 140724412761353 140724412764111 0
Current children cumulated CPU time: 2402.43 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2052672 KiB

Child status: 143
Real time (s): 2388.58
CPU time (s): 2402.63
CPU user time (s): 2400.25
CPU system time (s): 2.3843
CPU usage (%): 100.588
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2052672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.25
system time used= 2.3843
maximum resident set size= 2063972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 337457
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55065
involuntary context switches= 863


# summary of solver processes directly reported to runsolver:
#   pid: 28294
#   total CPU time (s): 2402.63
#   total CPU user time (s): 2400.25
#   total CPU system time (s): 2.3843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1714 second user time and 22.9306 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 02:32:29
IDJOB=4290024
IDBENCH=141463
IDSOLVER=2742
FILE ID=node151/4290024-1532219549
RUNJOBID= node151-1532209720-26949
PBS_JOBID= 21018924
Free space on /tmp= 55076 MiB

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

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

MD5SUM BENCH= 5b8cef4a239c531d2bd2d2ec1c21b605
RANDOM SEED=1096397672

node151.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.87
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.87
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.87
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.87
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:        17617924 kB
MemAvailable:   28837616 kB
Buffers:          225028 kB
Cached:         11146652 kB
SwapCached:            0 kB
Active:          4027364 kB
Inactive:       10494900 kB
Active(anon):    3153160 kB
Inactive(anon):    16976 kB
Active(file):     874204 kB
Inactive(file): 10477924 kB
Unevictable:        7904 kB
Mlocked:            7904 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2384 kB
Writeback:            16 kB
AnonPages:       3158224 kB
Mapped:            46784 kB
Shmem:             17032 kB
Slab:             323232 kB
SReclaimable:     296024 kB
SUnreclaim:        27208 kB
KernelStack:        3552 kB
PageTables:        11312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4214780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3043328 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= 55072 MiB
End job on node151 at 2018-07-22 03:12:18