Trace number 4263244

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1101 2501.5601

General information on the benchmark

NameCarSequencing/CarSequencing-m1-gagne/
CarSequencing-200-01.xml
MD5SUM10e5a0c89239e5196f6239a5150462fc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1481
Number of domains2
Minimum domain size2
Maximum domain size25
Distribution of domain sizes[{"size":2,"count":1000},{"size":25,"count":200}]
Minimum variable degree2
Maximum variable degree93
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":18},"...",{"degree":69,"count":8}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":2}, {"degree":92,"count":3}, {"degree":93,"count":21}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":8,"count":1},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":14,"count":2},{"arity":15,"count":1},{"arity":17,"count":2},{"arity":20,"count":3},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":24,"count":1},{"arity":25,"count":2},{"arity":26,"count":3},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":3},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":4},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"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":1280},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

13.62/5.56	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
13.62/5.56	c This is free software under the dual EPL/GNU LGPL licenses.
13.62/5.56	c See www.sat4j.org for details.
13.62/5.56	c That software uses the Rhino library from the Mozilla project.
13.62/5.56	c version CUSTOM.v20170705
13.62/5.56	c java.runtime.name	Java(TM) SE Runtime Environment
13.62/5.56	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
13.62/5.56	c java.vm.version	25.131-b11
13.62/5.56	c java.vm.vendor	Oracle Corporation
13.62/5.56	c sun.arch.data.model	64
13.62/5.56	c java.version		1.8.0_131
13.62/5.56	c os.name		Linux
13.62/5.56	c os.version		3.10.0-514.16.1.el7.x86_64
13.62/5.56	c os.arch		amd64
13.62/5.56	c Free memory 		499604488
13.62/5.56	c Max memory 		7247757312
13.62/5.56	c Total memory 		504889344
13.62/5.56	c Number of processors 	4
13.62/5.56	c c --- Begin Solver configuration ---
13.62/5.56	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
13.62/5.56	c Learn all clauses as in MiniSAT
13.62/5.56	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
13.62/5.56	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
13.62/5.56	c No reason simplification
13.62/5.56	c Glucose 2.1 dynamic restart strategy
13.62/5.56	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
13.62/5.56	c timeout=2147483s
13.62/5.56	c DB Simplification allowed=false
13.62/5.56	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
13.62/5.56	c --- End Solver configuration ---
13.62/5.56	c constraints type 
13.62/5.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 2400
13.62/5.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 351487
13.62/5.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4982877
13.62/5.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 3010
13.62/5.56	c 5339774 constraints processed.
2520.05/2501.50	c starts		: 2295
2520.05/2501.50	c conflicts		: 917036
2520.05/2501.50	c decisions		: 48951839
2520.05/2501.50	c propagations		: 11171535646
2520.05/2501.50	c inspects		: 17614027832
2520.05/2501.50	c shortcuts		: 0
2520.05/2501.50	c learnt literals	: 3481
2520.05/2501.50	c learnt binary clauses	: 25781
2520.05/2501.50	c learnt ternary clauses	: 39217
2520.05/2501.50	c learnt constraints	: 913555
2520.05/2501.50	c ignored constraints	: 0
2520.05/2501.50	c root simplifications	: 0
2520.05/2501.50	c removed literals (reason simplification)	: 0
2520.05/2501.50	c reason swapping (by a shorter reason)	: 0
2520.05/2501.50	c Calls to reduceDB	: 38
2520.05/2501.50	c Number of update (reduction) of LBD	: 430806
2520.05/2501.50	c Imported unit clauses	: 0
2520.05/2501.50	c number of reductions to clauses (during analyze)	: 0
2520.05/2501.50	c number of learned constraints concerned by reduction	: 0
2520.05/2501.50	c number of learning phase by resolution	: 0
2520.05/2501.50	c number of learning phase by cutting planes	: 0
2520.05/2501.50	c number of rounding to 1 operations	: 0
2520.05/2501.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.05/2501.50	c number of reductions of the coefficients by power 2 	: 0
2520.05/2501.50	c number of right shift for reduction by power 2 	: 0
2520.05/2501.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.05/2501.50	c speed (assignments/second)	: 4476067.806511403
2520.05/2501.50	c non guided choices	32516998
2520.05/2501.53	c learnt constraints type 
2520.05/2501.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 25781
2520.05/2501.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100058
2520.05/2501.53	s UNKNOWN

Verifier Data


Watcher Data

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

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263244-1502626913/watcher-4263244-1502626913 -o /tmp/evaluation-result-4263244-1502626913/solver-4263244-1502626913 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263244-1502626913.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26862, runsolver pid=26859

[startup+0.100078 s]*
/proc/loadavg: 8.27 6.09 4.74 6/203 26871
/proc/meminfo: memFree=23624724/32770624 swapFree=67105588/67108860
[pid=26862] ppid=26859 vsize=10417928 memory=21992 CPUtime=0.04 cores=1,3,5,7
/proc/26862/stat : 26862 (java) S 26859 26862 12560 0 -1 1077944320 4401 0 0 0 4 0 0 0 20 0 13 0 64886752 10667958272 5498 18446744073709551615 4194304 4196468 140721987043920 140721987026464 139830868770551 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
/proc/26862/statm: 2604482 5498 2452 1 0 2593979 0
[pid=26862/tid=26864] ppid=26859 vsize=10417928 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/26862/task/26864/stat : 26864 (java) R 26859 26862 12560 0 -1 4202560 2685 0 0 0 4 0 0 0 20 0 13 0 64886758 10667958272 5564 18446744073709551615 4194304 4196468 140721987043920 139830873004440 139830853004944 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26865] ppid=26859 vsize=10417928 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26865/stat : 26865 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 64886759 10667958272 5564 18446744073709551615 4194304 4196468 140721987043920 139830799190416 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26866] ppid=26859 vsize=10418956 memory=140378161522304 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26866/stat : 26866 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 13 0 64886759 10669010944 5564 18446744073709551615 4194304 4196468 140721987043920 139830798137616 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26867] ppid=26859 vsize=10418956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26867/stat : 26867 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64886759 10669010944 5564 18446744073709551615 4194304 4196468 140721987043920 139830797085328 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26868] ppid=26859 vsize=10418956 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26868/stat : 26868 (java) S 26859 26862 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64886759 10669010944 5564 18446744073709551615 4194304 4196468 140721987043920 139830796032528 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26869] ppid=26859 vsize=10418956 memory=140378161522304 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26869/stat : 26869 (java) S 26859 26862 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64886760 10669010944 5564 18446744073709551615 4194304 4196468 140721987043920 139830364150384 139830868781698 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26870] ppid=26859 vsize=10418956 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26870/stat : 26870 (java) S 26859 26862 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 64886761 10669010944 5564 18446744073709551615 4194304 4196468 140721987043920 139830363096352 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26871] ppid=26859 vsize=10418956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26871/stat : 26871 (java) S 26859 26862 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 64886761 10669010944 5564 18446744073709551615 4194304 4196468 140721987043920 139830362044016 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26872] ppid=26859 vsize=10418956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26872/stat : 26872 (java) S 26859 26862 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64886763 10669010944 5564 18446744073709551615 4194304 4196468 140721987043920 139830360992336 139830868789147 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26873] ppid=26859 vsize=10418956 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26873/stat : 26873 (java) R 26859 26862 12560 0 -1 4202560 298 0 0 0 0 0 0 0 20 0 14 0 64886763 10669010944 5564 18446744073709551615 4194304 4196468 140721987043920 139830359925704 139830850315361 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26874] ppid=26859 vsize=10418956 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26874/stat : 26874 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64886763 10669010944 5564 18446744073709551615 4194304 4196468 140721987043920 139830358886080 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26875] ppid=26859 vsize=10418956 memory=140378161522304 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26875/stat : 26875 (java) S 26859 26862 12560 0 -1 1077944384 181 0 0 0 0 0 0 0 20 0 14 0 64886763 10669010944 5564 18446744073709551615 4194304 4196468 140721987043920 139830357834096 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26876] ppid=26859 vsize=10418956 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26876/stat : 26876 (java) R 26859 26862 12560 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 14 0 64886763 10669010944 5564 18446744073709551615 4194304 4196468 140721987043920 139830356781920 139830868780757 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10417928 KiB
Current children cumulated memory: 21992 KiB

[startup+0.213665 s]*
/proc/loadavg: 8.27 6.09 4.74 7/209 26877
/proc/meminfo: memFree=23623616/32770624 swapFree=67105588/67108860
[pid=26862] ppid=26859 vsize=10551156 memory=23128 CPUtime=0.07 cores=1,3,5,7
/proc/26862/stat : 26862 (java) S 26859 26862 12560 0 -1 1077944320 4798 0 0 0 7 0 0 0 20 0 15 0 64886752 10804383744 5782 18446744073709551615 4194304 4196468 140721987043920 140721987026464 139830868770551 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
/proc/26862/statm: 2637789 5782 2643 1 0 2627261 0
[pid=26862/tid=26864] ppid=26859 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/26862/task/26864/stat : 26864 (java) R 26859 26862 12560 0 -1 4202560 2907 0 0 0 6 0 0 0 20 0 15 0 64886758 10804383744 5782 18446744073709551615 4194304 4196468 140721987043920 139830872996240 139830868792477 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26865] ppid=26859 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26865/stat : 26865 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64886759 10804383744 5848 18446744073709551615 4194304 4196468 140721987043920 139830799190416 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26866] ppid=26859 vsize=10551156 memory=288370754313234048 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26866/stat : 26866 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64886759 10804383744 5848 18446744073709551615 4194304 4196468 140721987043920 139830798137616 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26867] ppid=26859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26867/stat : 26867 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64886759 10804383744 5848 18446744073709551615 4194304 4196468 140721987043920 139830797085328 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26868] ppid=26859 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26868/stat : 26868 (java) S 26859 26862 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64886759 10804383744 5848 18446744073709551615 4194304 4196468 140721987043920 139830796032528 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26869] ppid=26859 vsize=10551156 memory=140378161522304 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26869/stat : 26869 (java) S 26859 26862 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64886760 10804383744 5848 18446744073709551615 4194304 4196468 140721987043920 139830364150384 139830868781698 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26870] ppid=26859 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26870/stat : 26870 (java) S 26859 26862 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64886761 10804383744 5848 18446744073709551615 4194304 4196468 140721987043920 139830363096352 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26871] ppid=26859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26871/stat : 26871 (java) S 26859 26862 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64886761 10804383744 5848 18446744073709551615 4194304 4196468 140721987043920 139830362044016 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26872] ppid=26859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26872/stat : 26872 (java) S 26859 26862 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64886763 10804383744 5848 18446744073709551615 4194304 4196468 140721987043920 139830360992336 139830868789147 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26873] ppid=26859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26873/stat : 26873 (java) S 26859 26862 12560 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 64886763 10804383744 5848 18446744073709551615 4194304 4196468 140721987043920 139830359939184 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26874] ppid=26859 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26874/stat : 26874 (java) R 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64886763 10804383744 5848 18446744073709551615 4194304 4196468 140721987043920 139830358886384 139830868781698 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26875] ppid=26859 vsize=10551156 memory=140378161522304 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26875/stat : 26875 (java) S 26859 26862 12560 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 64886763 10804383744 5848 18446744073709551615 4194304 4196468 140721987043920 139830357834096 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26876] ppid=26859 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26876/stat : 26876 (java) S 26859 26862 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64886763 10804383744 5848 18446744073709551615 4194304 4196468 140721987043920 139830356781536 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26877] ppid=26859 vsize=10551156 memory=140378161522304 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26877/stat : 26877 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64886773 10804383744 5848 18446744073709551615 4194304 4196468 140721987043920 139830355729328 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 23128 KiB

[startup+0.309739 s]*
/proc/loadavg: 8.27 6.09 4.74 6/209 26877
/proc/meminfo: memFree=23610820/32770624 swapFree=67105588/67108860
[pid=26862] ppid=26859 vsize=10551156 memory=35720 CPUtime=0.22 cores=1,3,5,7
/proc/26862/stat : 26862 (java) S 26859 26862 12560 0 -1 1077944320 8211 0 0 0 20 2 0 0 20 0 15 0 64886752 10804383744 8930 18446744073709551615 4194304 4196468 140721987043920 140721987026464 139830868770551 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
/proc/26862/statm: 2637789 8930 2870 1 0 2627261 0
[pid=26862/tid=26864] ppid=26859 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/26862/task/26864/stat : 26864 (java) R 26859 26862 12560 0 -1 4202560 5855 0 0 0 14 1 0 0 20 0 15 0 64886758 10804383744 8930 18446744073709551615 4194304 4196468 140721987043920 139830873009040 139830852851038 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26865] ppid=26859 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26865/stat : 26865 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64886759 10804383744 8930 18446744073709551615 4194304 4196468 140721987043920 139830799190416 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26866] ppid=26859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26866/stat : 26866 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64886759 10804383744 8994 18446744073709551615 4194304 4196468 140721987043920 139830798137616 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26867] ppid=26859 vsize=10551156 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26867/stat : 26867 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64886759 10804383744 8994 18446744073709551615 4194304 4196468 140721987043920 139830797085328 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26868] ppid=26859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26868/stat : 26868 (java) S 26859 26862 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64886759 10804383744 8994 18446744073709551615 4194304 4196468 140721987043920 139830796032528 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26869] ppid=26859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26869/stat : 26869 (java) S 26859 26862 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64886760 10804383744 8994 18446744073709551615 4194304 4196468 140721987043920 139830364150384 139830868781698 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26870] ppid=26859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26870/stat : 26870 (java) S 26859 26862 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64886761 10804383744 8994 18446744073709551615 4194304 4196468 140721987043920 139830363096352 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26871] ppid=26859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26871/stat : 26871 (java) S 26859 26862 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64886761 10804383744 8994 18446744073709551615 4194304 4196468 140721987043920 139830362044016 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26872] ppid=26859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26872/stat : 26872 (java) S 26859 26862 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64886763 10804383744 8994 18446744073709551615 4194304 4196468 140721987043920 139830360992336 139830868789147 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26873] ppid=26859 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26862/task/26873/stat : 26873 (java) S 26859 26862 12560 0 -1 1077944384 500 0 0 0 1 0 0 0 20 0 15 0 64886763 10804383744 8994 18446744073709551615 4194304 4196468 140721987043920 139830359939184 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26874] ppid=26859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26874/stat : 26874 (java) S 26859 26862 12560 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 64886763 10804383744 8994 18446744073709551615 4194304 4196468 140721987043920 139830358886384 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26875] ppid=26859 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/26862/task/26875/stat : 26875 (java) S 26859 26862 12560 0 -1 1077944384 420 0 0 0 3 0 0 0 20 0 15 0 64886763 10804383744 8994 18446744073709551615 4194304 4196468 140721987043920 139830357834096 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26876] ppid=26859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26876/stat : 26876 (java) S 26859 26862 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64886763 10804383744 8994 18446744073709551615 4194304 4196468 140721987043920 139830356781536 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26877] ppid=26859 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26877/stat : 26877 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64886773 10804383744 8994 18446744073709551615 4194304 4196468 140721987043920 139830355729328 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35720 KiB

[startup+0.70334 s]
/proc/loadavg: 8.27 6.09 4.74 8/209 26877
/proc/meminfo: memFree=23594216/32770624 swapFree=67105588/67108860
[pid=26862] ppid=26859 vsize=10551232 memory=176736 CPUtime=1.37 cores=1,3,5,7
/proc/26862/stat : 26862 (java) S 26859 26862 12560 0 -1 1077944320 12319 0 0 0 131 6 0 0 20 0 15 0 64886752 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 140721987026464 139830868770551 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
/proc/26862/statm: 2637808 44184 3083 1 0 2627261 0
[pid=26862/tid=26864] ppid=26859 vsize=10551232 memory=1688 CPUtime=0.52 cores=1,3,5,7
/proc/26862/task/26864/stat : 26864 (java) R 26859 26862 12560 0 -1 4202560 6857 0 0 0 48 4 0 0 20 0 15 0 64886758 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830873008240 139830852851038 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26865] ppid=26859 vsize=10551232 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26865/stat : 26865 (java) S 26859 26862 12560 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 64886759 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830799190416 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26866] ppid=26859 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26866/stat : 26866 (java) S 26859 26862 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64886759 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830798137616 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26867] ppid=26859 vsize=10551232 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26867/stat : 26867 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64886759 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830797085328 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26868] ppid=26859 vsize=10551232 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26868/stat : 26868 (java) S 26859 26862 12560 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 64886759 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830796032528 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26869] ppid=26859 vsize=10551232 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26869/stat : 26869 (java) S 26859 26862 12560 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 64886760 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830364150384 139830868781698 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26870] ppid=26859 vsize=10551232 memory=8604 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26870/stat : 26870 (java) S 26859 26862 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 64886761 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830363096352 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26871] ppid=26859 vsize=10551232 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26871/stat : 26871 (java) S 26859 26862 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64886761 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830362044016 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26872] ppid=26859 vsize=10551232 memory=14260 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26872/stat : 26872 (java) S 26859 26862 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64886763 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830360992336 139830868789147 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26873] ppid=26859 vsize=10551232 memory=796 CPUtime=0.29 cores=1,3,5,7
/proc/26862/task/26873/stat : 26873 (java) R 26859 26862 12560 0 -1 4202560 1483 0 0 0 29 0 0 0 20 0 15 0 64886763 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830359925536 139830853883756 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26874] ppid=26859 vsize=10551232 memory=1228 CPUtime=0.22 cores=1,3,5,7
/proc/26862/task/26874/stat : 26874 (java) R 26859 26862 12560 0 -1 1077944384 848 0 0 0 22 0 0 0 20 0 15 0 64886763 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830358873168 139830868780757 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26875] ppid=26859 vsize=10551232 memory=1412 CPUtime=0.29 cores=1,3,5,7
/proc/26862/task/26875/stat : 26875 (java) R 26859 26862 12560 0 -1 4202560 1655 0 0 0 29 0 0 0 20 0 15 0 64886763 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830357830464 139830847728826 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26876] ppid=26859 vsize=10551232 memory=15584 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26876/stat : 26876 (java) S 26859 26862 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64886763 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830356781536 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26877] ppid=26859 vsize=10551232 memory=54084 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26877/stat : 26877 (java) S 26859 26862 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64886773 10804461568 44184 18446744073709551615 4194304 4196468 140721987043920 139830355729328 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
Current children cumulated CPU time: 1.37 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 176736 KiB

[startup+1.50166 s]
/proc/loadavg: 8.27 6.09 4.74 9/209 26877
/proc/meminfo: memFree=23429208/32770624 swapFree=67105588/67108860
[pid=26862] ppid=26859 vsize=10551232 memory=422740 CPUtime=3.84 cores=1,3,5,7
/proc/26862/stat : 26862 (java) S 26859 26862 12560 0 -1 1077944320 16154 0 0 0 365 19 0 0 20 0 15 0 64886752 10804461568 105685 18446744073709551615 4194304 4196468 140721987043920 140721987026464 139830868770551 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
/proc/26862/statm: 2637808 105685 3106 1 0 2627261 0
[pid=26862/tid=26864] ppid=26859 vsize=10551232 memory=4144 CPUtime=1.2 cores=1,3,5,7
/proc/26862/task/26864/stat : 26864 (java) S 26859 26862 12560 0 -1 1077944384 6981 0 0 0 114 6 0 0 20 0 15 0 64886758 10804461568 105685 18446744073709551615 4194304 4196468 140721987043920 139830873006544 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26865] ppid=26859 vsize=10551232 memory=36984 CPUtime=0.1 cores=1,3,5,7
/proc/26862/task/26865/stat : 26865 (java) R 26859 26862 12560 0 -1 4202560 72 0 0 0 8 2 0 0 20 0 15 0 64886759 10804461568 105685 18446744073709551615 4194304 4196468 140721987043920 139830799190416 139830853798425 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26866] ppid=26859 vsize=10551232 memory=1292 CPUtime=0.09 cores=1,3,5,7
/proc/26862/task/26866/stat : 26866 (java) R 26859 26862 12560 0 -1 4202560 130 0 0 0 7 2 0 0 20 0 15 0 64886759 10804461568 105685 18446744073709551615 4194304 4196468 140721987043920 139830798137616 139830853798425 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26867] ppid=26859 vsize=10551232 memory=2384 CPUtime=0.11 cores=1,3,5,7
/proc/26862/task/26867/stat : 26867 (java) R 26859 26862 12560 0 -1 4202560 145 0 0 0 9 2 0 0 20 0 15 0 64886759 10804461568 105685 18446744073709551615 4194304 4196468 140721987043920 139830797085528 139830853797629 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26868] ppid=26859 vsize=10551232 memory=1688 CPUtime=0.11 cores=1,3,5,7
/proc/26862/task/26868/stat : 26868 (java) R 26859 26862 12560 0 -1 4202560 160 0 0 0 9 2 0 0 20 0 15 0 64886759 10804461568 105685 18446744073709551615 4194304 4196468 140721987043920 139830796032416 139830853798425 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26869] ppid=26859 vsize=10551232 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26869/stat : 26869 (java) S 26859 26862 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 64886760 10804461568 105685 18446744073709551615 4194304 4196468 140721987043920 139830364148896 139830868780757 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26870] ppid=26859 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26870/stat : 26870 (java) S 26859 26862 12560 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 64886761 10804461568 105685 18446744073709551615 4194304 4196468 140721987043920 139830363096416 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0

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

/proc/26862/task/26866/stat : 26866 (java) S 26859 26862 12560 0 -1 1077944384 10010 0 0 0 397 32 0 0 20 0 16 0 64886759 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830798137616 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26867] ppid=26859 vsize=10617796 memory=2418588 CPUtime=4.29 cores=1,3,5,7
/proc/26862/task/26867/stat : 26867 (java) S 26859 26862 12560 0 -1 1077944384 14485 0 0 0 394 35 0 0 20 0 16 0 64886759 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830797085328 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26868] ppid=26859 vsize=10617796 memory=2418588 CPUtime=4.33 cores=1,3,5,7
/proc/26862/task/26868/stat : 26868 (java) S 26859 26862 12560 0 -1 1077944384 11501 0 0 0 400 33 0 0 20 0 16 0 64886759 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830796032528 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26869] ppid=26859 vsize=10617796 memory=2418588 CPUtime=1.8 cores=1,3,5,7
/proc/26862/task/26869/stat : 26869 (java) S 26859 26862 12560 0 -1 1077944384 5930 0 0 0 177 3 0 0 20 0 16 0 64886760 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830364150384 139830868781698 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26870] ppid=26859 vsize=10617796 memory=2418588 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26870/stat : 26870 (java) S 26859 26862 12560 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 64886761 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830363096416 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26871] ppid=26859 vsize=10617796 memory=2418588 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26871/stat : 26871 (java) S 26859 26862 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 64886761 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830362044032 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26872] ppid=26859 vsize=10617796 memory=2418588 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26872/stat : 26872 (java) S 26859 26862 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64886763 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830360992336 139830868789147 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26873] ppid=26859 vsize=10617796 memory=0 CPUtime=1.94 cores=1,3,5,7
/proc/26862/task/26873/stat : 26873 (java) S 26859 26862 12560 0 -1 1077944384 7584 0 0 0 192 2 0 0 20 0 16 0 64886763 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830359939184 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26874] ppid=26859 vsize=10617796 memory=2418588 CPUtime=2.1 cores=1,3,5,7
/proc/26862/task/26874/stat : 26874 (java) S 26859 26862 12560 0 -1 1077944384 9528 0 0 0 208 2 0 0 20 0 16 0 64886763 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830358886384 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26875] ppid=26859 vsize=10617796 memory=2418588 CPUtime=0.51 cores=1,3,5,7
/proc/26862/task/26875/stat : 26875 (java) S 26859 26862 12560 0 -1 1077944384 5902 0 0 0 50 1 0 0 20 0 16 0 64886763 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830357834096 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26876] ppid=26859 vsize=10617796 memory=2418588 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26876/stat : 26876 (java) S 26859 26862 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64886763 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830356781536 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26877] ppid=26859 vsize=10617796 memory=2418588 CPUtime=1.46 cores=1,3,5,7
/proc/26862/task/26877/stat : 26877 (java) S 26859 26862 12560 0 -1 1077944384 1881 0 0 0 63 83 0 0 20 0 16 0 64886773 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830355729328 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26878] ppid=26859 vsize=10617796 memory=2418588 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26878/stat : 26878 (java) S 26859 26862 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64887319 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830354674864 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
Current children cumulated CPU time: 2460.99 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2418588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2501.3 s]
/proc/loadavg: 2.01 2.04 2.40 3/211 27175
/proc/meminfo: memFree=22565744/32770624 swapFree=67105588/67108860
[pid=26862] ppid=26859 vsize=10617796 memory=2418588 CPUtime=2520.03 cores=1,3,5,7
/proc/26862/stat : 26862 (java) S 26859 26862 12560 0 -1 1077944320 290143 0 0 0 251760 243 0 0 20 0 16 0 64886752 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 140721987026464 139830868770551 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
/proc/26862/statm: 2654449 604647 3149 1 0 2643902 0
[pid=26862/tid=26864] ppid=26859 vsize=10617796 memory=2418588 CPUtime=2494.83 cores=1,3,5,7
/proc/26862/task/26864/stat : 26864 (java) R 26859 26862 12560 0 -1 4202560 212777 0 0 0 249456 27 0 0 20 0 16 0 64886758 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830873009672 139830467654098 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26865] ppid=26859 vsize=10617796 memory=2418588 CPUtime=4.34 cores=1,3,5,7
/proc/26862/task/26865/stat : 26865 (java) S 26859 26862 12560 0 -1 1077944384 9042 0 0 0 402 32 0 0 20 0 16 0 64886759 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830799190416 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26866] ppid=26859 vsize=10617796 memory=2418588 CPUtime=4.29 cores=1,3,5,7
/proc/26862/task/26866/stat : 26866 (java) S 26859 26862 12560 0 -1 1077944384 10010 0 0 0 397 32 0 0 20 0 16 0 64886759 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830798137616 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26867] ppid=26859 vsize=10617796 memory=2418588 CPUtime=4.29 cores=1,3,5,7
/proc/26862/task/26867/stat : 26867 (java) S 26859 26862 12560 0 -1 1077944384 14485 0 0 0 394 35 0 0 20 0 16 0 64886759 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830797085328 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26868] ppid=26859 vsize=10617796 memory=2418588 CPUtime=4.33 cores=1,3,5,7
/proc/26862/task/26868/stat : 26868 (java) S 26859 26862 12560 0 -1 1077944384 11501 0 0 0 400 33 0 0 20 0 16 0 64886759 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830796032528 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26869] ppid=26859 vsize=10617796 memory=2418588 CPUtime=1.8 cores=1,3,5,7
/proc/26862/task/26869/stat : 26869 (java) S 26859 26862 12560 0 -1 1077944384 5941 0 0 0 177 3 0 0 20 0 16 0 64886760 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830364150384 139830868781698 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26870] ppid=26859 vsize=10617796 memory=2418588 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26870/stat : 26870 (java) S 26859 26862 12560 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 64886761 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830363096416 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26871] ppid=26859 vsize=10617796 memory=8604 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26871/stat : 26871 (java) S 26859 26862 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 64886761 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830362044032 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26872] ppid=26859 vsize=10617796 memory=2418588 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26872/stat : 26872 (java) S 26859 26862 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64886763 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830360992336 139830868789147 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26873] ppid=26859 vsize=10617796 memory=2418588 CPUtime=1.94 cores=1,3,5,7
/proc/26862/task/26873/stat : 26873 (java) S 26859 26862 12560 0 -1 1077944384 7592 0 0 0 192 2 0 0 20 0 16 0 64886763 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830359939184 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26874] ppid=26859 vsize=10617796 memory=280756107422528 CPUtime=2.1 cores=1,3,5,7
/proc/26862/task/26874/stat : 26874 (java) S 26859 26862 12560 0 -1 1077944384 9532 0 0 0 208 2 0 0 20 0 16 0 64886763 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830358886384 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26875] ppid=26859 vsize=10617796 memory=0 CPUtime=0.51 cores=1,3,5,7
/proc/26862/task/26875/stat : 26875 (java) S 26859 26862 12560 0 -1 1077944384 5915 0 0 0 50 1 0 0 20 0 16 0 64886763 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830357834096 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26876] ppid=26859 vsize=10617796 memory=2418588 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26876/stat : 26876 (java) S 26859 26862 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64886763 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830356781536 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26877] ppid=26859 vsize=10617796 memory=4144 CPUtime=1.5 cores=1,3,5,7
/proc/26862/task/26877/stat : 26877 (java) S 26859 26862 12560 0 -1 1077944384 1942 0 0 0 64 86 0 0 20 0 16 0 64886773 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830355729328 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26878] ppid=26859 vsize=10617796 memory=37092 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26878/stat : 26878 (java) S 26859 26862 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64887319 10872623104 604647 18446744073709551615 4194304 4196468 140721987043920 139830354674864 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 2418588 KiB

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

[startup+2501.56 s]
# the end of solver process 26862 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.67 s, system=2.44118 s

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

[startup+2501.41 s]
/proc/loadavg: 2.01 2.04 2.40 3/211 27175
/proc/meminfo: memFree=22565744/32770624 swapFree=67105588/67108860
[pid=26862] ppid=26859 vsize=10817488 memory=2418840 CPUtime=2520.05 cores=1,3,5,7
/proc/26862/stat : 26862 (java) S 26859 26862 12560 0 -1 1077944320 290564 0 0 0 251762 243 0 0 20 0 17 0 64886752 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 140721987026464 139830868770551 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
/proc/26862/statm: 2704372 604710 3151 1 0 2693825 0
[pid=26862/tid=26864] ppid=26859 vsize=10817488 memory=8604 CPUtime=2494.85 cores=1,3,5,7
/proc/26862/task/26864/stat : 26864 (java) S 26859 26862 12560 0 -1 1077944384 212818 0 0 0 249458 27 0 0 20 0 17 0 64886758 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830873013424 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26865] ppid=26859 vsize=10817488 memory=1716 CPUtime=4.34 cores=1,3,5,7
/proc/26862/task/26865/stat : 26865 (java) S 26859 26862 12560 0 -1 1077944384 9042 0 0 0 402 32 0 0 20 0 17 0 64886759 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830799190416 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26866] ppid=26859 vsize=10817488 memory=14260 CPUtime=4.29 cores=1,3,5,7
/proc/26862/task/26866/stat : 26866 (java) S 26859 26862 12560 0 -1 1077944384 10010 0 0 0 397 32 0 0 20 0 17 0 64886759 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830798137616 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26867] ppid=26859 vsize=10817488 memory=796 CPUtime=4.29 cores=1,3,5,7
/proc/26862/task/26867/stat : 26867 (java) S 26859 26862 12560 0 -1 1077944384 14485 0 0 0 394 35 0 0 20 0 17 0 64886759 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830797085328 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26868] ppid=26859 vsize=10817488 memory=1228 CPUtime=4.33 cores=1,3,5,7
/proc/26862/task/26868/stat : 26868 (java) S 26859 26862 12560 0 -1 1077944384 11501 0 0 0 400 33 0 0 20 0 17 0 64886759 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830796032528 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26869] ppid=26859 vsize=10817488 memory=1412 CPUtime=1.8 cores=1,3,5,7
/proc/26862/task/26869/stat : 26869 (java) S 26859 26862 12560 0 -1 1077944384 5967 0 0 0 177 3 0 0 20 0 17 0 64886760 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830364150384 139830868781698 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26870] ppid=26859 vsize=10817488 memory=15584 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26870/stat : 26870 (java) S 26859 26862 12560 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 64886761 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830363096416 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26871] ppid=26859 vsize=10817488 memory=22784 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26871/stat : 26871 (java) S 26859 26862 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 64886761 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830362044032 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26872] ppid=26859 vsize=10817488 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26872/stat : 26872 (java) S 26859 26862 12560 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 64886763 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830360992336 139830868789147 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26873] ppid=26859 vsize=10817488 memory=644 CPUtime=1.94 cores=1,3,5,7
/proc/26862/task/26873/stat : 26873 (java) S 26859 26862 12560 0 -1 1077944384 7592 0 0 0 192 2 0 0 20 0 17 0 64886763 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830359939184 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26874] ppid=26859 vsize=10817488 memory=1744 CPUtime=2.1 cores=1,3,5,7
/proc/26862/task/26874/stat : 26874 (java) S 26859 26862 12560 0 -1 1077944384 9532 0 0 0 208 2 0 0 20 0 17 0 64886763 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830358886384 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26875] ppid=26859 vsize=10817488 memory=956 CPUtime=0.51 cores=1,3,5,7
/proc/26862/task/26875/stat : 26875 (java) S 26859 26862 12560 0 -1 1077944384 5992 0 0 0 50 1 0 0 20 0 17 0 64886763 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830357834096 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26876] ppid=26859 vsize=10817488 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26876/stat : 26876 (java) S 26859 26862 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64886763 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830356781536 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26877] ppid=26859 vsize=10817488 memory=6738060 CPUtime=1.5 cores=1,3,5,7
/proc/26862/task/26877/stat : 26877 (java) S 26859 26862 12560 0 -1 1077944384 1942 0 0 0 64 86 0 0 20 0 17 0 64886773 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830355729328 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 2418840 KiB

[startup+2501.5 s]
/proc/loadavg: 2.01 2.04 2.40 3/211 27175
/proc/meminfo: memFree=22565744/32770624 swapFree=67105588/67108860
[pid=26862] ppid=26859 vsize=10817488 memory=2418840 CPUtime=2520.05 cores=1,3,5,7
/proc/26862/stat : 26862 (java) S 26859 26862 12560 0 -1 1077944320 290564 0 0 0 251762 243 0 0 20 0 17 0 64886752 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 140721987026464 139830868770551 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 5 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
/proc/26862/statm: 2704372 604710 3151 1 0 2693825 0
[pid=26862/tid=26864] ppid=26859 vsize=10817488 memory=2418588 CPUtime=2494.85 cores=1,3,5,7
/proc/26862/task/26864/stat : 26864 (java) S 26859 26862 12560 0 -1 1077944384 212818 0 0 0 249458 27 0 0 20 0 17 0 64886758 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830873013424 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26865] ppid=26859 vsize=10817488 memory=2418588 CPUtime=4.34 cores=1,3,5,7
/proc/26862/task/26865/stat : 26865 (java) S 26859 26862 12560 0 -1 1077944384 9042 0 0 0 402 32 0 0 20 0 17 0 64886759 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830799190416 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26866] ppid=26859 vsize=10817488 memory=2418588 CPUtime=4.29 cores=1,3,5,7
/proc/26862/task/26866/stat : 26866 (java) S 26859 26862 12560 0 -1 1077944384 10010 0 0 0 397 32 0 0 20 0 17 0 64886759 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830798137616 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26867] ppid=26859 vsize=10817488 memory=2418588 CPUtime=4.29 cores=1,3,5,7
/proc/26862/task/26867/stat : 26867 (java) S 26859 26862 12560 0 -1 1077944384 14485 0 0 0 394 35 0 0 20 0 17 0 64886759 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830797085328 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26868] ppid=26859 vsize=10817488 memory=2418588 CPUtime=4.33 cores=1,3,5,7
/proc/26862/task/26868/stat : 26868 (java) S 26859 26862 12560 0 -1 1077944384 11501 0 0 0 400 33 0 0 20 0 17 0 64886759 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830796032528 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26869] ppid=26859 vsize=10817488 memory=2418588 CPUtime=1.8 cores=1,3,5,7
/proc/26862/task/26869/stat : 26869 (java) S 26859 26862 12560 0 -1 1077944384 5967 0 0 0 177 3 0 0 20 0 17 0 64886760 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830364150384 139830868781698 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26870] ppid=26859 vsize=10817488 memory=2418588 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26870/stat : 26870 (java) S 26859 26862 12560 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 64886761 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830363096416 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26871] ppid=26859 vsize=10817488 memory=280756107422528 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26871/stat : 26871 (java) S 26859 26862 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 64886761 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830362044032 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26872] ppid=26859 vsize=10817488 memory=2418588 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26872/stat : 26872 (java) S 26859 26862 12560 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 17 0 64886763 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830360992336 139830868789147 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26873] ppid=26859 vsize=10817488 memory=2418588 CPUtime=1.94 cores=1,3,5,7
/proc/26862/task/26873/stat : 26873 (java) S 26859 26862 12560 0 -1 1077944384 7592 0 0 0 192 2 0 0 20 0 17 0 64886763 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830359939184 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26874] ppid=26859 vsize=10817488 memory=0 CPUtime=2.1 cores=1,3,5,7
/proc/26862/task/26874/stat : 26874 (java) S 26859 26862 12560 0 -1 1077944384 9532 0 0 0 208 2 0 0 20 0 17 0 64886763 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830358886384 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26875] ppid=26859 vsize=10817488 memory=2418588 CPUtime=0.51 cores=1,3,5,7
/proc/26862/task/26875/stat : 26875 (java) S 26859 26862 12560 0 -1 1077944384 5992 0 0 0 50 1 0 0 20 0 17 0 64886763 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830357834096 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26876] ppid=26859 vsize=10817488 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/26862/task/26876/stat : 26876 (java) S 26859 26862 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64886763 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830356781536 139830868780757 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
[pid=26862/tid=26877] ppid=26859 vsize=10817488 memory=4144 CPUtime=1.5 cores=1,3,5,7
/proc/26862/task/26877/stat : 26877 (java) S 26859 26862 12560 0 -1 1077944384 1942 0 0 0 64 86 0 0 20 0 17 0 64886773 11077107712 604710 18446744073709551615 4194304 4196468 140721987043920 139830355729328 139830868781698 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 29470720 140721987047824 140721987047977 140721987047977 140721987051471 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 2418840 KiB

Child status: 143
Real time (s): 2501.56
CPU time (s): 2520.11
CPU user time (s): 2517.67
CPU system time (s): 2.44118
CPU usage (%): 100.742
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 2418840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.67
system time used= 2.44118
maximum resident set size= 2419408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290843
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57352
involuntary context switches= 1789


# summary of solver processes directly reported to runsolver:
#   pid: 26862
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.67
#   total CPU system time (s): 2.44118

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3922 second user time and 25.2356 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 14:07:52
IDJOB=4263244
IDBENCH=128150
IDSOLVER=2651
FILE ID=node126/4263244-1502626913
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/CarSequencing/CarSequencing-m1-gagne/CarSequencing-200-01.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263244-1502626913/watcher-4263244-1502626913 -o /tmp/evaluation-result-4263244-1502626913/solver-4263244-1502626913 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263244-1502626913.xml

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

MD5SUM BENCH= 10e5a0c89239e5196f6239a5150462fc
RANDOM SEED=78454594

node126.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.81
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.81
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.81
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.81
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:        23636116 kB
MemAvailable:   23882856 kB
Buffers:          262596 kB
Cached:           254156 kB
SwapCached:          524 kB
Active:          8491992 kB
Inactive:         151408 kB
Active(anon):    8074288 kB
Inactive(anon):    85544 kB
Active(file):     417704 kB
Inactive(file):    65864 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1688 kB
Writeback:             4 kB
AnonPages:       8129964 kB
Mapped:            57792 kB
Shmem:             33440 kB
Slab:             183852 kB
SReclaimable:     158016 kB
SUnreclaim:        25836 kB
KernelStack:        3680 kB
PageTables:        20684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8632092 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7995392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

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