Trace number 4290028

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.19 2380.86

General information on the benchmark

NameCarSequencing/
CarSequencing-75-02_c18.xml
MD5SUMb40938607e467681e9fbf6ea551bf52a
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 benchmark2.30504
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1416
Number of domains2
Minimum domain size2
Maximum domain size24
Distribution of domain sizes[{"size":2,"count":1000},{"size":24,"count":200}]
Minimum variable degree2
Maximum variable degree64
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":40,"count":14}, {"degree":41,"count":14}, {"degree":42,"count":29}, {"degree":43,"count":8}, {"degree":44,"count":8}, {"degree":45,"count":8}, {"degree":46,"count":9}, {"degree":47,"count":9}, {"degree":48,"count":74}, {"degree":49,"count":5}, {"degree":50,"count":5}, {"degree":51,"count":5}, {"degree":52,"count":5}, {"degree":53,"count":5}, {"degree":54,"count":5}, {"degree":55,"count":5}, {"degree":56,"count":6}, {"degree":57,"count":6}, {"degree":58,"count":41}, {"degree":59,"count":2}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":2}, {"degree":63,"count":3}, {"degree":64,"count":79}]
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":2},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":2},{"arity":47,"count":1},{"arity":50,"count":3},{"arity":53,"count":1},{"arity":55,"count":2},{"arity":56,"count":1},{"arity":59,"count":1},{"arity":60,"count":2},{"arity":62,"count":1},{"arity":65,"count":3},{"arity":68,"count":1},{"arity":70,"count":2},{"arity":71,"count":2},{"arity":74,"count":2},{"arity":75,"count":2},"...",{"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":1215},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290028-1532219613/watcher-4290028-1532219613 -o /tmp/evaluation-result-4290028-1532219613/solver-4290028-1532219613 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532209718-28182 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290028-1532219613.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=29749, runsolver pid=29746
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.93 2.01 2.08 5/220 29764
/proc/meminfo: memFree=19564112/32770624 swapFree=67108860/67108860
[pid=29749] ppid=29746 vsize=10659012 memory=30448 CPUtime=0.12 cores=1,3,5,7
/proc/29749/stat : 29749 (java) S 29746 29749 25837 0 -1 1077944320 6688 0 0 0 11 1 0 0 20 0 15 0 39524474 10914828288 7612 33554432000 4194304 4196468 140735817281824 140735817264368 139925416619767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
/proc/29749/statm: 2664753 7612 2845 1 0 2627263 0
[pid=29749/tid=29751] ppid=29746 vsize=10659012 memory=-8773748148830244991 CPUtime=0.09 cores=1,3,5,7
/proc/29749/task/29751/stat : 29751 (java) R 29746 29749 25837 0 -1 4202560 4517 0 0 0 8 1 0 0 20 0 15 0 39524474 10914828288 7612 33554432000 4194304 4196468 140735817281824 139925420824432 139925400700254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29752] ppid=29746 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29752/stat : 29752 (java) S 29746 29749 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39524475 10914828288 7612 33554432000 4194304 4196468 140735817281824 139925342693904 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29753] ppid=29746 vsize=10659012 memory=140251408291456 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29753/stat : 29753 (java) S 29746 29749 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39524475 10914828288 7612 33554432000 4194304 4196468 140735817281824 139925341641360 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29754] ppid=29746 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29754/stat : 29754 (java) S 29746 29749 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39524475 10914828288 7612 33554432000 4194304 4196468 140735817281824 139925340588304 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29755] ppid=29746 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29755/stat : 29755 (java) S 29746 29749 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39524475 10914828288 7612 33554432000 4194304 4196468 140735817281824 139925339535760 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29756] ppid=29746 vsize=10659012 memory=140251408291456 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29756/stat : 29756 (java) S 29746 29749 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39524476 10914828288 7612 33554432000 4194304 4196468 140735817281824 139924451830512 139925416630914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29757] ppid=29746 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29757/stat : 29757 (java) S 29746 29749 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39524477 10914828288 7612 33554432000 4194304 4196468 140735817281824 139924450776736 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29758] ppid=29746 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29758/stat : 29758 (java) S 29746 29749 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39524477 10914828288 7612 33554432000 4194304 4196468 140735817281824 139924449723632 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29759] ppid=29746 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29759/stat : 29759 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39524479 10914828288 7612 33554432000 4194304 4196468 140735817281824 139924448672208 139925416638363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29760] ppid=29746 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29760/stat : 29760 (java) R 29746 29749 25837 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 39524479 10914828288 7612 33554432000 4194304 4196468 140735817281824 139924447619312 139925416630914 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29761] ppid=29746 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29761/stat : 29761 (java) S 29746 29749 25837 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 39524479 10914828288 7612 33554432000 4194304 4196468 140735817281824 139924446566768 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29762] ppid=29746 vsize=10659012 memory=140251408291456 CPUtime=0.02 cores=1,3,5,7
/proc/29749/task/29762/stat : 29762 (java) R 29746 29749 25837 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 15 0 39524479 10914828288 7612 33554432000 4194304 4196468 140735817281824 139924445513712 139925416631702 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29763] ppid=29746 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29763/stat : 29763 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39524479 10914828288 7612 33554432000 4194304 4196468 140735817281824 139924444461408 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29764] ppid=29746 vsize=10659012 memory=140251408291456 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29764/stat : 29764 (java) S 29746 29749 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39524480 10914828288 7612 33554432000 4194304 4196468 140735817281824 139924443409456 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30448 KiB

[startup+0.210899 s]*
/proc/loadavg: 1.93 2.01 2.08 4/220 29764
/proc/meminfo: memFree=19552304/32770624 swapFree=67108860/67108860
[pid=29749] ppid=29746 vsize=10659012 memory=41536 CPUtime=0.34 cores=1,3,5,7
/proc/29749/stat : 29749 (java) S 29746 29749 25837 0 -1 1077944320 8073 0 0 0 32 2 0 0 20 0 15 0 39524474 10914828288 10384 33554432000 4194304 4196468 140735817281824 140735817264368 139925416619767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
/proc/29749/statm: 2664753 10384 2993 1 0 2627263 0
[pid=29749/tid=29751] ppid=29746 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/29749/task/29751/stat : 29751 (java) R 29746 29749 25837 0 -1 4202560 5020 0 0 0 19 1 0 0 20 0 15 0 39524474 10914828288 10384 33554432000 4194304 4196468 140735817281824 139925420854496 139925400663397 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29752] ppid=29746 vsize=10659012 memory=364 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29752/stat : 29752 (java) S 29746 29749 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39524475 10914828288 10384 33554432000 4194304 4196468 140735817281824 139925342693904 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29753] ppid=29746 vsize=10659012 memory=3546500890357847712 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29753/stat : 29753 (java) S 29746 29749 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39524475 10914828288 10384 33554432000 4194304 4196468 140735817281824 139925341641360 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29754] ppid=29746 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29754/stat : 29754 (java) S 29746 29749 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39524475 10914828288 10384 33554432000 4194304 4196468 140735817281824 139925340588304 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29755] ppid=29746 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29755/stat : 29755 (java) S 29746 29749 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39524475 10914828288 10384 33554432000 4194304 4196468 140735817281824 139925339535760 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29756] ppid=29746 vsize=10659012 memory=140251408291456 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29756/stat : 29756 (java) S 29746 29749 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39524476 10914828288 10384 33554432000 4194304 4196468 140735817281824 139924451830512 139925416630914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29757] ppid=29746 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29757/stat : 29757 (java) S 29746 29749 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39524477 10914828288 10384 33554432000 4194304 4196468 140735817281824 139924450776736 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29758] ppid=29746 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29758/stat : 29758 (java) S 29746 29749 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39524477 10914828288 10384 33554432000 4194304 4196468 140735817281824 139924449723632 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29759] ppid=29746 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29759/stat : 29759 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39524479 10914828288 10384 33554432000 4194304 4196468 140735817281824 139924448672208 139925416638363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29760] ppid=29746 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29749/task/29760/stat : 29760 (java) S 29746 29749 25837 0 -1 1077944384 654 0 0 0 2 0 0 0 20 0 15 0 39524479 10914828288 10384 33554432000 4194304 4196468 140735817281824 139924447619312 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29761] ppid=29746 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/29749/task/29761/stat : 29761 (java) S 29746 29749 25837 0 -1 1077944384 319 0 0 0 2 0 0 0 20 0 15 0 39524479 10914828288 10384 33554432000 4194304 4196468 140735817281824 139924446566768 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29762] ppid=29746 vsize=10659012 memory=140251408291456 CPUtime=0.07 cores=1,3,5,7
/proc/29749/task/29762/stat : 29762 (java) R 29746 29749 25837 0 -1 4202560 713 0 0 0 7 0 0 0 20 0 15 0 39524479 10914828288 10384 33554432000 4194304 4196468 140735817281824 139924445513712 139925395297111 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29763] ppid=29746 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29763/stat : 29763 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39524479 10914828288 10384 33554432000 4194304 4196468 140735817281824 139924444461408 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29764] ppid=29746 vsize=10659012 memory=140251408291456 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29764/stat : 29764 (java) S 29746 29749 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39524480 10914828288 10384 33554432000 4194304 4196468 140735817281824 139924443409456 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41536 KiB

[startup+0.31131 s]*
/proc/loadavg: 1.93 2.01 2.08 6/220 29764
/proc/meminfo: memFree=19541324/32770624 swapFree=67108860/67108860
[pid=29749] ppid=29746 vsize=10659088 memory=52724 CPUtime=0.57 cores=1,3,5,7
/proc/29749/stat : 29749 (java) S 29746 29749 25837 0 -1 1077944320 9787 0 0 0 55 2 0 0 20 0 15 0 39524474 10914906112 13181 33554432000 4194304 4196468 140735817281824 140735817264368 139925416619767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
/proc/29749/statm: 2664772 13181 3065 1 0 2627263 0
[pid=29749/tid=29751] ppid=29746 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/29749/task/29751/stat : 29751 (java) R 29746 29749 25837 0 -1 4202560 5585 0 0 0 29 1 0 0 20 0 15 0 39524474 10914906112 13181 33554432000 4194304 4196468 140735817281824 139925420853440 139925018212769 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29752] ppid=29746 vsize=10659088 memory=4294982659 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29752/stat : 29752 (java) S 29746 29749 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39524475 10914906112 13181 33554432000 4194304 4196468 140735817281824 139925342693904 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29753] ppid=29746 vsize=10659088 memory=3834735660261103264 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29753/stat : 29753 (java) S 29746 29749 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39524475 10914906112 13181 33554432000 4194304 4196468 140735817281824 139925341641360 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29754] ppid=29746 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29754/stat : 29754 (java) S 29746 29749 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39524475 10914906112 13181 33554432000 4194304 4196468 140735817281824 139925340588304 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29755] ppid=29746 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29755/stat : 29755 (java) S 29746 29749 25837 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39524475 10914906112 13181 33554432000 4194304 4196468 140735817281824 139925339535760 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29756] ppid=29746 vsize=10659088 memory=140251408291456 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29756/stat : 29756 (java) S 29746 29749 25837 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39524476 10914906112 13181 33554432000 4194304 4196468 140735817281824 139924451830512 139925416630914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29757] ppid=29746 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29757/stat : 29757 (java) S 29746 29749 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39524477 10914906112 13181 33554432000 4194304 4196468 140735817281824 139924450776736 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29758] ppid=29746 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29758/stat : 29758 (java) S 29746 29749 25837 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39524477 10914906112 13181 33554432000 4194304 4196468 140735817281824 139924449723632 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29759] ppid=29746 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29759/stat : 29759 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39524479 10914906112 13181 33554432000 4194304 4196468 140735817281824 139924448672208 139925416638363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29760] ppid=29746 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/29749/task/29760/stat : 29760 (java) R 29746 29749 25837 0 -1 4202560 966 0 0 0 5 0 0 0 20 0 15 0 39524479 10914906112 13181 33554432000 4194304 4196468 140735817281824 139924447609232 139925416641114 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29761] ppid=29746 vsize=10659088 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/29749/task/29761/stat : 29761 (java) R 29746 29749 25837 0 -1 4202560 989 0 0 0 7 0 0 0 20 0 15 0 39524479 10914906112 13181 33554432000 4194304 4196468 140735817281824 139924446547672 139925396274224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29762] ppid=29746 vsize=10659088 memory=140251408291456 CPUtime=0.12 cores=1,3,5,7
/proc/29749/task/29762/stat : 29762 (java) R 29746 29749 25837 0 -1 1077944384 877 0 0 0 12 0 0 0 20 0 15 0 39524479 10914906112 13181 33554432000 4194304 4196468 140735817281824 139924445513600 139925416629973 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29763] ppid=29746 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29763/stat : 29763 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39524479 10914906112 13181 33554432000 4194304 4196468 140735817281824 139924444461408 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29764] ppid=29746 vsize=10659088 memory=140251408291456 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29764/stat : 29764 (java) S 29746 29749 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39524480 10914906112 13181 33554432000 4194304 4196468 140735817281824 139924443409456 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52724 KiB

[startup+0.700864 s]
/proc/loadavg: 1.93 2.01 2.08 5/220 29764
/proc/meminfo: memFree=19509072/32770624 swapFree=67108860/67108860
[pid=29749] ppid=29746 vsize=10663820 memory=222976 CPUtime=1.91 cores=1,3,5,7
/proc/29749/stat : 29749 (java) S 29746 29749 25837 0 -1 1077944320 22872 0 0 0 184 7 0 0 20 0 15 0 39524474 10919751680 55744 33554432000 4194304 4196468 140735817281824 140735817264368 139925416619767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
/proc/29749/statm: 2665955 55744 3104 1 0 2628446 0
[pid=29749/tid=29751] ppid=29746 vsize=10663820 memory=268052331530139 CPUtime=0.67 cores=1,3,5,7
/proc/29749/task/29751/stat : 29751 (java) R 29746 29749 25837 0 -1 4202560 6047 0 0 0 63 4 0 0 20 0 15 0 39524474 10919751680 55744 33554432000 4194304 4196468 140735817281824 139925420847200 139925019395016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29752] ppid=29746 vsize=10663820 memory=175223 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29752/stat : 29752 (java) S 29746 29749 25837 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 39524475 10919751680 55744 33554432000 4194304 4196468 140735817281824 139925342693904 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29753] ppid=29746 vsize=10663820 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29753/stat : 29753 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39524475 10919751680 55744 33554432000 4194304 4196468 140735817281824 139925341641360 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29754] ppid=29746 vsize=10663820 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29754/stat : 29754 (java) S 29746 29749 25837 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 39524475 10919751680 55744 33554432000 4194304 4196468 140735817281824 139925340588304 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29755] ppid=29746 vsize=10663820 memory=7809523229951467568 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29755/stat : 29755 (java) S 29746 29749 25837 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 39524475 10919751680 55744 33554432000 4194304 4196468 140735817281824 139925339535760 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29756] ppid=29746 vsize=10663820 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29756/stat : 29756 (java) S 29746 29749 25837 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39524476 10919751680 55744 33554432000 4194304 4196468 140735817281824 139924451830512 139925416630914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29757] ppid=29746 vsize=10663820 memory=-6579862990970054502 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29757/stat : 29757 (java) S 29746 29749 25837 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39524477 10919751680 55744 33554432000 4194304 4196468 140735817281824 139924450776736 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29758] ppid=29746 vsize=10663820 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29758/stat : 29758 (java) S 29746 29749 25837 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 39524477 10919751680 55744 33554432000 4194304 4196468 140735817281824 139924449723632 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29759] ppid=29746 vsize=10663820 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29759/stat : 29759 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39524479 10919751680 55744 33554432000 4194304 4196468 140735817281824 139924448672208 139925416638363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29760] ppid=29746 vsize=10663820 memory=6944652177228980320 CPUtime=0.41 cores=1,3,5,7
/proc/29749/task/29760/stat : 29760 (java) R 29746 29749 25837 0 -1 4202560 6477 0 0 0 40 1 0 0 20 0 15 0 39524479 10919751680 55744 33554432000 4194304 4196468 140735817281824 139924447605032 139925398165274 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29761] ppid=29746 vsize=10663820 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/29749/task/29761/stat : 29761 (java) R 29746 29749 25837 0 -1 4202560 4970 0 0 0 42 0 0 0 20 0 15 0 39524479 10919751680 55744 33554432000 4194304 4196468 140735817281824 139924446552792 139925398139442 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29762] ppid=29746 vsize=10663820 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/29749/task/29762/stat : 29762 (java) S 29746 29749 25837 0 -1 1077944384 3890 0 0 0 37 0 0 0 20 0 15 0 39524479 10919751680 55744 33554432000 4194304 4196468 140735817281824 139924445513712 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29763] ppid=29746 vsize=10663820 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29763/stat : 29763 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39524479 10919751680 55744 33554432000 4194304 4196468 140735817281824 139924444461408 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29764] ppid=29746 vsize=10663820 memory=8716 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29764/stat : 29764 (java) S 29746 29749 25837 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39524480 10919751680 55744 33554432000 4194304 4196468 140735817281824 139924443409456 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10663820 KiB
Current children cumulated memory: 222976 KiB

[startup+1.50081 s]
/proc/loadavg: 1.93 2.01 2.08 8/220 29764
/proc/meminfo: memFree=19343312/32770624 swapFree=67108860/67108860
[pid=29749] ppid=29746 vsize=10659088 memory=383044 CPUtime=4.36 cores=1,3,5,7
/proc/29749/stat : 29749 (java) S 29746 29749 25837 0 -1 1077944320 25748 0 0 0 424 12 0 0 20 0 15 0 39524474 10914906112 95761 33554432000 4194304 4196468 140735817281824 140735817264368 139925416619767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
/proc/29749/statm: 2664772 95761 3139 1 0 2627263 0
[pid=29749/tid=29751] ppid=29746 vsize=10659088 memory=3303 CPUtime=1.41 cores=1,3,5,7
/proc/29749/task/29751/stat : 29751 (java) R 29746 29749 25837 0 -1 4202560 6121 0 0 0 135 6 0 0 20 0 15 0 39524474 10914906112 95761 33554432000 4194304 4196468 140735817281824 139925420854432 139925398268846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29752] ppid=29746 vsize=10659088 memory=6791534058613427641 CPUtime=0.03 cores=1,3,5,7
/proc/29749/task/29752/stat : 29752 (java) S 29746 29749 25837 0 -1 1077944384 285 0 0 0 3 0 0 0 20 0 15 0 39524475 10914906112 95761 33554432000 4194304 4196468 140735817281824 139925342693904 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29753] ppid=29746 vsize=10659088 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29749/task/29753/stat : 29753 (java) S 29746 29749 25837 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 39524475 10914906112 95761 33554432000 4194304 4196468 140735817281824 139925341641360 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29754] ppid=29746 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/29749/task/29754/stat : 29754 (java) S 29746 29749 25837 0 -1 1077944384 23 0 0 0 3 0 0 0 20 0 15 0 39524475 10914906112 95761 33554432000 4194304 4196468 140735817281824 139925340588304 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29755] ppid=29746 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/29749/task/29755/stat : 29755 (java) S 29746 29749 25837 0 -1 1077944384 30 0 0 0 3 0 0 0 20 0 15 0 39524475 10914906112 95761 33554432000 4194304 4196468 140735817281824 139925339535760 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29756] ppid=29746 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29756/stat : 29756 (java) S 29746 29749 25837 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39524476 10914906112 95761 33554432000 4194304 4196468 140735817281824 139924451830512 139925416630914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0

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

/proc/29749/task/29754/stat : 29754 (java) S 29746 29749 25837 0 -1 1077944384 13326 0 0 0 375 35 0 0 20 0 16 0 39524475 10985164800 615261 33554432000 4194304 4196468 140735817281824 139925340588304 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29755] ppid=29746 vsize=10727700 memory=0 CPUtime=4.1 cores=1,3,5,7
/proc/29749/task/29755/stat : 29755 (java) S 29746 29749 25837 0 -1 1077944384 10072 0 0 0 377 33 0 0 20 0 16 0 39524475 10985164800 615261 33554432000 4194304 4196468 140735817281824 139925339535760 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29756] ppid=29746 vsize=10727700 memory=407 CPUtime=1.94 cores=1,3,5,7
/proc/29749/task/29756/stat : 29756 (java) S 29746 29749 25837 0 -1 1077944384 7665 0 0 0 189 5 0 0 20 0 16 0 39524476 10985164800 615261 33554432000 4194304 4196468 140735817281824 139924451830512 139925416630914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29757] ppid=29746 vsize=10727700 memory=2461044 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29757/stat : 29757 (java) S 29746 29749 25837 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39524477 10985164800 615261 33554432000 4194304 4196468 140735817281824 139924450776800 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29758] ppid=29746 vsize=10727700 memory=2461044 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29758/stat : 29758 (java) S 29746 29749 25837 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39524477 10985164800 615261 33554432000 4194304 4196468 140735817281824 139924449723648 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29759] ppid=29746 vsize=10727700 memory=2461044 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29759/stat : 29759 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39524479 10985164800 615261 33554432000 4194304 4196468 140735817281824 139924448672208 139925416638363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29760] ppid=29746 vsize=10727700 memory=2461044 CPUtime=2.46 cores=1,3,5,7
/proc/29749/task/29760/stat : 29760 (java) S 29746 29749 25837 0 -1 1077944384 14386 0 0 0 244 2 0 0 20 0 16 0 39524479 10985164800 615261 33554432000 4194304 4196468 140735817281824 139924447619312 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29761] ppid=29746 vsize=10727700 memory=2461044 CPUtime=2.79 cores=1,3,5,7
/proc/29749/task/29761/stat : 29761 (java) S 29746 29749 25837 0 -1 1077944384 15683 0 0 0 277 2 0 0 20 0 16 0 39524479 10985164800 615261 33554432000 4194304 4196468 140735817281824 139924446566768 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29762] ppid=29746 vsize=10727700 memory=2461044 CPUtime=0.6 cores=1,3,5,7
/proc/29749/task/29762/stat : 29762 (java) S 29746 29749 25837 0 -1 1077944384 7037 0 0 0 58 2 0 0 20 0 16 0 39524479 10985164800 615261 33554432000 4194304 4196468 140735817281824 139924445513712 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29763] ppid=29746 vsize=10727700 memory=2461044 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29763/stat : 29763 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39524479 10985164800 615261 33554432000 4194304 4196468 140735817281824 139924444461408 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29764] ppid=29746 vsize=10727700 memory=2461044 CPUtime=1.36 cores=1,3,5,7
/proc/29749/task/29764/stat : 29764 (java) S 29746 29749 25837 0 -1 1077944384 2423 0 0 0 61 75 0 0 20 0 16 0 39524480 10985164800 615261 33554432000 4194304 4196468 140735817281824 139924443409456 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29765] ppid=29746 vsize=10727700 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29765/stat : 29765 (java) S 29746 29749 25837 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39525053 10985164800 615261 33554432000 4194304 4196468 140735817281824 139924440258096 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
Current children cumulated CPU time: 2281.71 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2461044 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.04 2.21 3/221 30167
/proc/meminfo: memFree=12799004/32770624 swapFree=67108860/67108860
[pid=29749] ppid=29746 vsize=10727700 memory=2461724 CPUtime=2341.74 cores=1,3,5,7
/proc/29749/stat : 29749 (java) S 29746 29749 25837 0 -1 1077944320 291825 0 0 0 233938 236 0 0 20 0 16 0 39524474 10985164800 615431 33554432000 4194304 4196468 140735817281824 140735817264368 139925416619767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
/proc/29749/statm: 2681925 615431 3192 1 0 2644416 0
[pid=29749/tid=29751] ppid=29746 vsize=10727700 memory=2461724 CPUtime=2316.12 cores=1,3,5,7
/proc/29749/task/29751/stat : 29751 (java) R 29746 29749 25837 0 -1 4202560 200361 0 0 0 231585 27 0 0 20 0 16 0 39524474 10985164800 615431 33554432000 4194304 4196468 140735817281824 139925420856632 139925024771284 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29752] ppid=29746 vsize=10727700 memory=2461724 CPUtime=4.07 cores=1,3,5,7
/proc/29749/task/29752/stat : 29752 (java) S 29746 29749 25837 0 -1 1077944384 11189 0 0 0 374 33 0 0 20 0 16 0 39524475 10985164800 615431 33554432000 4194304 4196468 140735817281824 139925342693904 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29753] ppid=29746 vsize=10727700 memory=2461724 CPUtime=4.08 cores=1,3,5,7
/proc/29749/task/29753/stat : 29753 (java) S 29746 29749 25837 0 -1 1077944384 8209 0 0 0 378 30 0 0 20 0 16 0 39524475 10985164800 615431 33554432000 4194304 4196468 140735817281824 139925341641360 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29754] ppid=29746 vsize=10727700 memory=2461724 CPUtime=4.1 cores=1,3,5,7
/proc/29749/task/29754/stat : 29754 (java) S 29746 29749 25837 0 -1 1077944384 13326 0 0 0 375 35 0 0 20 0 16 0 39524475 10985164800 615431 33554432000 4194304 4196468 140735817281824 139925340588304 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29755] ppid=29746 vsize=10727700 memory=2461724 CPUtime=4.1 cores=1,3,5,7
/proc/29749/task/29755/stat : 29755 (java) S 29746 29749 25837 0 -1 1077944384 10072 0 0 0 377 33 0 0 20 0 16 0 39524475 10985164800 615431 33554432000 4194304 4196468 140735817281824 139925339535760 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29756] ppid=29746 vsize=10727700 memory=15 CPUtime=1.94 cores=1,3,5,7
/proc/29749/task/29756/stat : 29756 (java) S 29746 29749 25837 0 -1 1077944384 7675 0 0 0 189 5 0 0 20 0 16 0 39524476 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924451830512 139925416630914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29757] ppid=29746 vsize=10727700 memory=2461724 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29757/stat : 29757 (java) S 29746 29749 25837 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39524477 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924450776800 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29758] ppid=29746 vsize=10727700 memory=2461724 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29758/stat : 29758 (java) S 29746 29749 25837 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39524477 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924449723648 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29759] ppid=29746 vsize=10727700 memory=2461724 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29759/stat : 29759 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39524479 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924448672208 139925416638363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29760] ppid=29746 vsize=10727700 memory=2461724 CPUtime=2.46 cores=1,3,5,7
/proc/29749/task/29760/stat : 29760 (java) S 29746 29749 25837 0 -1 1077944384 14389 0 0 0 244 2 0 0 20 0 16 0 39524479 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924447619312 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29761] ppid=29746 vsize=10727700 memory=4132 CPUtime=2.79 cores=1,3,5,7
/proc/29749/task/29761/stat : 29761 (java) S 29746 29749 25837 0 -1 1077944384 15693 0 0 0 277 2 0 0 20 0 16 0 39524479 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924446566768 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29762] ppid=29746 vsize=10727700 memory=2461724 CPUtime=0.6 cores=1,3,5,7
/proc/29749/task/29762/stat : 29762 (java) S 29746 29749 25837 0 -1 1077944384 7043 0 0 0 58 2 0 0 20 0 16 0 39524479 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924445513712 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29763] ppid=29746 vsize=10727700 memory=2461724 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29763/stat : 29763 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39524479 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924444461408 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29764] ppid=29746 vsize=10727700 memory=2461724 CPUtime=1.4 cores=1,3,5,7
/proc/29749/task/29764/stat : 29764 (java) S 29746 29749 25837 0 -1 1077944384 2462 0 0 0 63 77 0 0 20 0 16 0 39524480 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924443409456 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29765] ppid=29746 vsize=10727700 memory=2236 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29765/stat : 29765 (java) S 29746 29749 25837 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39525053 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924440258096 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
Current children cumulated CPU time: 2341.74 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2461724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380.6 s]
/proc/loadavg: 2.00 2.03 2.20 3/221 30168
/proc/meminfo: memFree=12798524/32770624 swapFree=67108860/67108860
[pid=29749] ppid=29746 vsize=10727700 memory=2461724 CPUtime=2400.08 cores=1,3,5,7
/proc/29749/stat : 29749 (java) S 29746 29749 25837 0 -1 1077944320 292891 0 0 0 239770 238 0 0 20 0 16 0 39524474 10985164800 615431 33554432000 4194304 4196468 140735817281824 140735817264368 139925416619767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
/proc/29749/statm: 2681925 615431 3192 1 0 2644416 0
[pid=29749/tid=29751] ppid=29746 vsize=10727700 memory=2196 CPUtime=2374.42 cores=1,3,5,7
/proc/29749/task/29751/stat : 29751 (java) R 29746 29749 25837 0 -1 4202560 201331 0 0 0 237415 27 0 0 20 0 16 0 39524474 10985164800 615431 33554432000 4194304 4196468 140735817281824 139925420856632 139925025131103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29752] ppid=29746 vsize=10727700 memory=7288 CPUtime=4.07 cores=1,3,5,7
/proc/29749/task/29752/stat : 29752 (java) S 29746 29749 25837 0 -1 1077944384 11189 0 0 0 374 33 0 0 20 0 16 0 39524475 10985164800 615431 33554432000 4194304 4196468 140735817281824 139925342693904 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29753] ppid=29746 vsize=10727700 memory=840 CPUtime=4.08 cores=1,3,5,7
/proc/29749/task/29753/stat : 29753 (java) S 29746 29749 25837 0 -1 1077944384 8209 0 0 0 378 30 0 0 20 0 16 0 39524475 10985164800 615431 33554432000 4194304 4196468 140735817281824 139925341641360 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29754] ppid=29746 vsize=10727700 memory=1696 CPUtime=4.1 cores=1,3,5,7
/proc/29749/task/29754/stat : 29754 (java) S 29746 29749 25837 0 -1 1077944384 13326 0 0 0 375 35 0 0 20 0 16 0 39524475 10985164800 615431 33554432000 4194304 4196468 140735817281824 139925340588304 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29755] ppid=29746 vsize=10727700 memory=916 CPUtime=4.1 cores=1,3,5,7
/proc/29749/task/29755/stat : 29755 (java) S 29746 29749 25837 0 -1 1077944384 10072 0 0 0 377 33 0 0 20 0 16 0 39524475 10985164800 615431 33554432000 4194304 4196468 140735817281824 139925339535760 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29756] ppid=29746 vsize=10727700 memory=3848 CPUtime=1.94 cores=1,3,5,7
/proc/29749/task/29756/stat : 29756 (java) S 29746 29749 25837 0 -1 1077944384 7688 0 0 0 189 5 0 0 20 0 16 0 39524476 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924451830512 139925416630914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29757] ppid=29746 vsize=10727700 memory=2864 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29757/stat : 29757 (java) S 29746 29749 25837 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39524477 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924450776800 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29758] ppid=29746 vsize=10727700 memory=2584 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29758/stat : 29758 (java) S 29746 29749 25837 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39524477 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924449723648 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29759] ppid=29746 vsize=10727700 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29759/stat : 29759 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39524479 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924448672208 139925416638363 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29760] ppid=29746 vsize=10727700 memory=3352 CPUtime=2.46 cores=1,3,5,7
/proc/29749/task/29760/stat : 29760 (java) S 29746 29749 25837 0 -1 1077944384 14393 0 0 0 244 2 0 0 20 0 16 0 39524479 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924447619312 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29761] ppid=29746 vsize=10727700 memory=2461724 CPUtime=2.8 cores=1,3,5,7
/proc/29749/task/29761/stat : 29761 (java) S 29746 29749 25837 0 -1 1077944384 15703 0 0 0 277 3 0 0 20 0 16 0 39524479 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924446566768 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29762] ppid=29746 vsize=10727700 memory=1408 CPUtime=0.6 cores=1,3,5,7
/proc/29749/task/29762/stat : 29762 (java) S 29746 29749 25837 0 -1 1077944384 7054 0 0 0 58 2 0 0 20 0 16 0 39524479 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924445513712 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29763] ppid=29746 vsize=10727700 memory=3292 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29763/stat : 29763 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39524479 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924444461408 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29764] ppid=29746 vsize=10727700 memory=5835144 CPUtime=1.44 cores=1,3,5,7
/proc/29749/task/29764/stat : 29764 (java) S 29746 29749 25837 0 -1 1077944384 2520 0 0 0 64 80 0 0 20 0 16 0 39524480 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924443409456 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29765] ppid=29746 vsize=10727700 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29765/stat : 29765 (java) S 29746 29749 25837 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39525053 10985164800 615431 33554432000 4194304 4196468 140735817281824 139924440258096 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2461724 KiB

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

[startup+2380.86 s]
# the end of solver process 29749 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.79 s, system=2.39629 s

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

[startup+2380.8 s]
/proc/loadavg: 2.00 2.03 2.20 3/221 30168
/proc/meminfo: memFree=12798524/32770624 swapFree=67108860/67108860
[pid=29749] ppid=29746 vsize=10927392 memory=2461944 CPUtime=2400.11 cores=1,3,5,7
/proc/29749/stat : 29749 (java) S 29746 29749 25837 0 -1 1077944320 293363 0 0 0 239773 238 0 0 20 0 17 0 39524474 11189649408 615486 33554432000 4194304 4196468 140735817281824 140735817264368 139925416619767 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
/proc/29749/statm: 2731848 615486 3194 1 0 2694339 0
[pid=29749/tid=29751] ppid=29746 vsize=10927392 memory=1948 CPUtime=2374.44 cores=1,3,5,7
/proc/29749/task/29751/stat : 29751 (java) S 29746 29749 25837 0 -1 1077944384 201380 0 0 0 237417 27 0 0 20 0 17 0 39524474 11189649408 615486 33554432000 4194304 4196468 140735817281824 139925420862640 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29752] ppid=29746 vsize=10927392 memory=1224 CPUtime=4.07 cores=1,3,5,7
/proc/29749/task/29752/stat : 29752 (java) S 29746 29749 25837 0 -1 1077944384 11189 0 0 0 374 33 0 0 20 0 17 0 39524475 11189649408 615486 33554432000 4194304 4196468 140735817281824 139925342693904 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29753] ppid=29746 vsize=10927392 memory=2461724 CPUtime=4.08 cores=1,3,5,7
/proc/29749/task/29753/stat : 29753 (java) S 29746 29749 25837 0 -1 1077944384 8209 0 0 0 378 30 0 0 20 0 17 0 39524475 11189649408 615486 33554432000 4194304 4196468 140735817281824 139925341641360 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29754] ppid=29746 vsize=10927392 memory=2461724 CPUtime=4.1 cores=1,3,5,7
/proc/29749/task/29754/stat : 29754 (java) S 29746 29749 25837 0 -1 1077944384 13326 0 0 0 375 35 0 0 20 0 17 0 39524475 11189649408 615486 33554432000 4194304 4196468 140735817281824 139925340588304 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29755] ppid=29746 vsize=10927392 memory=-7395409520647495987 CPUtime=4.1 cores=1,3,5,7
/proc/29749/task/29755/stat : 29755 (java) S 29746 29749 25837 0 -1 1077944384 10072 0 0 0 377 33 0 0 20 0 17 0 39524475 11189649408 615486 33554432000 4194304 4196468 140735817281824 139925339535760 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29756] ppid=29746 vsize=10927392 memory=2236 CPUtime=1.94 cores=1,3,5,7
/proc/29749/task/29756/stat : 29756 (java) S 29746 29749 25837 0 -1 1077944384 7715 0 0 0 189 5 0 0 20 0 17 0 39524476 11189649408 615486 33554432000 4194304 4196468 140735817281824 139924451830512 139925416630914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29757] ppid=29746 vsize=10927392 memory=2461724 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29757/stat : 29757 (java) S 29746 29749 25837 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 39524477 11189649408 615486 33554432000 4194304 4196468 140735817281824 139924450776800 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29758] ppid=29746 vsize=10927392 memory=2461724 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29758/stat : 29758 (java) S 29746 29749 25837 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 39524477 11189649408 615486 33554432000 4194304 4196468 140735817281824 139924449723648 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29759] ppid=29746 vsize=10927392 memory=2461724 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29759/stat : 29759 (java) S 29746 29749 25837 0 -1 1077944384 120 0 0 0 0 0 0 0 20 0 17 0 39524479 11189649408 615486 33554432000 4194304 4196468 140735817281824 139924448672208 139925416638363 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29760] ppid=29746 vsize=10927392 memory=1224 CPUtime=2.46 cores=1,3,5,7
/proc/29749/task/29760/stat : 29760 (java) S 29746 29749 25837 0 -1 1077944384 14393 0 0 0 244 2 0 0 20 0 17 0 39524479 11189649408 615486 33554432000 4194304 4196468 140735817281824 139924447619312 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29761] ppid=29746 vsize=10927392 memory=2444 CPUtime=2.8 cores=1,3,5,7
/proc/29749/task/29761/stat : 29761 (java) S 29746 29749 25837 0 -1 1077944384 15703 0 0 0 277 3 0 0 20 0 17 0 39524479 11189649408 615486 33554432000 4194304 4196468 140735817281824 139924446566768 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29762] ppid=29746 vsize=10927392 memory=1728 CPUtime=0.6 cores=1,3,5,7
/proc/29749/task/29762/stat : 29762 (java) S 29746 29749 25837 0 -1 1077944384 7139 0 0 0 58 2 0 0 20 0 17 0 39524479 11189649408 615486 33554432000 4194304 4196468 140735817281824 139924445513712 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29763] ppid=29746 vsize=10927392 memory=2461724 CPUtime=0 cores=1,3,5,7
/proc/29749/task/29763/stat : 29763 (java) S 29746 29749 25837 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39524479 11189649408 615486 33554432000 4194304 4196468 140735817281824 139924444461408 139925416629973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
[pid=29749/tid=29764] ppid=29746 vsize=10927392 memory=2461724 CPUtime=1.44 cores=1,3,5,7
/proc/29749/task/29764/stat : 29764 (java) S 29746 29749 25837 0 -1 1077944384 2520 0 0 0 64 80 0 0 20 0 17 0 39524480 11189649408 615486 33554432000 4194304 4196468 140735817281824 139924443409456 139925416630914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 14950400 140735817290865 140735817291017 140735817291017 140735817293775 0
Current children cumulated CPU time: 2400.11 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2461944 KiB

Child status: 143
Real time (s): 2380.86
CPU time (s): 2400.19
CPU user time (s): 2397.79
CPU system time (s): 2.39629
CPU usage (%): 100.812
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2461944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.79
system time used= 2.39629
maximum resident set size= 2462404
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293639
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55452
involuntary context switches= 1987


# summary of solver processes directly reported to runsolver:
#   pid: 29749
#   total CPU time (s): 2400.19
#   total CPU user time (s): 2397.79
#   total CPU system time (s): 2.39629

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3314 second user time and 23.4877 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 02:33:33
IDJOB=4290028
IDBENCH=141464
IDSOLVER=2742
FILE ID=node132/4290028-1532219613
RUNJOBID= node132-1532209718-28182
PBS_JOBID= 21018935
Free space on /tmp= 55128 MiB

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

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

MD5SUM BENCH= b40938607e467681e9fbf6ea551bf52a
RANDOM SEED=1538538396

node132.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.65
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.65
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.65
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.65
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:        19580848 kB
MemAvailable:   30429680 kB
Buffers:          228348 kB
Cached:         10774152 kB
SwapCached:            0 kB
Active:          3420128 kB
Inactive:        9145004 kB
Active(anon):    1565216 kB
Inactive(anon):    17040 kB
Active(file):    1854912 kB
Inactive(file):  9127964 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2360 kB
Writeback:            40 kB
AnonPages:       1561540 kB
Mapped:            46856 kB
Shmem:             17056 kB
Slab:             321760 kB
SReclaimable:     294416 kB
SUnreclaim:        27344 kB
KernelStack:        3760 kB
PageTables:         7976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3365008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1433600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55128 MiB
End job on node132 at 2018-07-22 03:13:14