Trace number 4263056

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.22 2473.3601

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-15.xml
MD5SUMab7b26918dfc59e965233a0e800431a7
Bench CategoryCOP (optimization 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 variables274
Number of constraints273
Number of domains2
Minimum domain size2
Maximum domain size225
Distribution of domain sizes[{"size":2,"count":48},{"size":225,"count":226}]
Minimum variable degree2
Maximum variable degree48
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":175},{"degree":4,"count":48},{"degree":48,"count":1}]
Minimum constraint arity2
Maximum constraint arity225
Distribution of constraint arities[{"arity":2,"count":224},{"arity":3,"count":48},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints272
Distribution of constraint types[{"type":"intension","count":272},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263056-1502627478/watcher-4263056-1502627478 -o /tmp/evaluation-result-4263056-1502627478/solver-4263056-1502627478 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263056-1502627478.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
solver pid=25434, runsolver pid=25431
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 4.85 4.28 3.18 3/204 25443
/proc/meminfo: memFree=28262092/32770624 swapFree=67108860/67108860
[pid=25434] ppid=25431 vsize=10151672 memory=19960 CPUtime=0.04 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 11586 0 -1 1077944320 3879 0 0 0 3 1 0 0 20 0 9 0 51088419 10395312128 4990 18446744073709551615 4194304 4196468 140730812132528 140730812115072 139909523320567 0 0 1 16800970 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
/proc/25434/statm: 2537918 4990 2123 1 0 2527415 0
[pid=25434/tid=25436] ppid=25431 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=1,3,5,7
/proc/25434/task/25436/stat : 25436 (java) R 25431 25434 11586 0 -1 4202560 2524 0 0 0 2 0 0 0 20 0 9 0 51088425 10395312128 4990 18446744073709551615 4194304 4196468 140730812132528 139909527558512 139909507401054 0 4 1 16800970 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25437] ppid=25431 vsize=10151672 memory=-5738297875903123798 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25437/stat : 25437 (java) S 25431 25434 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 51088426 10395312128 4990 18446744073709551615 4194304 4196468 140730812132528 139909453740944 139909523330773 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25438] ppid=25431 vsize=10151672 memory=140262655166080 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25438/stat : 25438 (java) S 25431 25434 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 51088426 10395312128 4990 18446744073709551615 4194304 4196468 140730812132528 139909452688144 139909523330773 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25439] ppid=25431 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25439/stat : 25439 (java) S 25431 25434 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 51088426 10395312128 4990 18446744073709551615 4194304 4196468 140730812132528 139909451635856 139909523330773 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25440] ppid=25431 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25440/stat : 25440 (java) S 25431 25434 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 51088426 10395312128 4990 18446744073709551615 4194304 4196468 140730812132528 139909450583056 139909523330773 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25441] ppid=25431 vsize=10151672 memory=140262655166080 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25441/stat : 25441 (java) S 25431 25434 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 51088427 10395312128 4990 18446744073709551615 4194304 4196468 140730812132528 139909019949168 139909523331714 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25442] ppid=25431 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25442/stat : 25442 (java) S 25431 25434 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 51088428 10395312128 4990 18446744073709551615 4194304 4196468 140730812132528 139909018895136 139909523330773 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25443] ppid=25431 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25443/stat : 25443 (java) S 25431 25434 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 51088428 10395312128 4990 18446744073709551615 4194304 4196468 140730812132528 139909017842800 139909523330773 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19960 KiB

[startup+0.209702 s]*
/proc/loadavg: 4.85 4.28 3.18 2/209 25448
/proc/meminfo: memFree=28260848/32770624 swapFree=67108860/67108860
[pid=25434] ppid=25431 vsize=10484492 memory=22340 CPUtime=0.05 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 11586 0 -1 1077944320 4541 0 0 0 4 1 0 0 20 0 14 0 51088419 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 140730812115072 139909523320567 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
/proc/25434/statm: 2621123 5585 2578 1 0 2610620 0
[pid=25434/tid=25436] ppid=25431 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/25434/task/25436/stat : 25436 (java) D 25431 25434 11586 0 -1 4202560 2650 0 0 0 3 1 0 0 20 0 14 0 51088425 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 139909527558048 139909523342589 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25437] ppid=25431 vsize=10484492 memory=288230591823085922 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25437/stat : 25437 (java) S 25431 25434 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51088426 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 139909453740944 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25438] ppid=25431 vsize=10484492 memory=4193751972987535392 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25438/stat : 25438 (java) S 25431 25434 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51088426 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 139909452688144 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25439] ppid=25431 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25439/stat : 25439 (java) S 25431 25434 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51088426 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 139909451635856 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25440] ppid=25431 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25440/stat : 25440 (java) S 25431 25434 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 51088426 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 139909450583056 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25441] ppid=25431 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25441/stat : 25441 (java) S 25431 25434 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 51088427 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 139909019949168 139909523331714 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25442] ppid=25431 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25442/stat : 25442 (java) S 25431 25434 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 51088428 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 139909018895136 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25443] ppid=25431 vsize=10484492 memory=140262655166080 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25443/stat : 25443 (java) S 25431 25434 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 51088428 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 139909017842800 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25444] ppid=25431 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25444/stat : 25444 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51088430 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 139909016791120 139909523339163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25445] ppid=25431 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25445/stat : 25445 (java) S 25431 25434 11586 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 14 0 51088430 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 139909015738992 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25446] ppid=25431 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25446/stat : 25446 (java) S 25431 25434 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 14 0 51088430 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 139909014686192 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25447] ppid=25431 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25447/stat : 25447 (java) S 25431 25434 11586 0 -1 1077944384 216 0 0 0 0 0 0 0 20 0 14 0 51088430 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 139909013633904 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25448] ppid=25431 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25448/stat : 25448 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51088431 10736119808 5585 18446744073709551615 4194304 4196468 140730812132528 139909012581344 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22340 KiB

[startup+0.30952 s]*
/proc/loadavg: 4.85 4.28 3.18 3/210 25449
/proc/meminfo: memFree=28248696/32770624 swapFree=67108860/67108860
[pid=25434] ppid=25431 vsize=10551156 memory=34448 CPUtime=0.2 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 11586 0 -1 1077944320 7847 0 0 0 17 3 0 0 20 0 15 0 51088419 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 140730812115072 139909523320567 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
/proc/25434/statm: 2637789 8612 2863 1 0 2627261 0
[pid=25434/tid=25436] ppid=25431 vsize=10551156 memory=-8774313645642428999 CPUtime=0.14 cores=1,3,5,7
/proc/25434/task/25436/stat : 25436 (java) R 25431 25434 11586 0 -1 4202560 5517 0 0 0 12 2 0 0 20 0 15 0 51088425 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909527556784 139909523342493 0 4 1 16800974 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25437] ppid=25431 vsize=10551156 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25437/stat : 25437 (java) S 25431 25434 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51088426 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909453740944 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25438] ppid=25431 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25438/stat : 25438 (java) S 25431 25434 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51088426 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909452688144 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25439] ppid=25431 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25439/stat : 25439 (java) S 25431 25434 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51088426 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909451635856 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25440] ppid=25431 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25440/stat : 25440 (java) S 25431 25434 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51088426 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909450583056 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25441] ppid=25431 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25441/stat : 25441 (java) S 25431 25434 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51088427 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909019949168 139909523331714 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25442] ppid=25431 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25442/stat : 25442 (java) S 25431 25434 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51088428 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909018895136 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25443] ppid=25431 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25443/stat : 25443 (java) S 25431 25434 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51088428 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909017842800 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25444] ppid=25431 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25444/stat : 25444 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51088430 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909016791120 139909523339163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25445] ppid=25431 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25434/task/25445/stat : 25445 (java) S 25431 25434 11586 0 -1 1077944384 490 0 0 0 1 0 0 0 20 0 15 0 51088430 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909015738992 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25446] ppid=25431 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25446/stat : 25446 (java) R 25431 25434 11586 0 -1 4202560 81 0 0 0 0 0 0 0 20 0 15 0 51088430 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909014686192 139909501190544 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25447] ppid=25431 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/25434/task/25447/stat : 25447 (java) S 25431 25434 11586 0 -1 1077944384 403 0 0 0 3 0 0 0 20 0 15 0 51088430 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909013633904 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25448] ppid=25431 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25448/stat : 25448 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51088431 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909012581344 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25449] ppid=25431 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25449/stat : 25449 (java) S 25431 25434 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51088441 10804383744 8612 18446744073709551615 4194304 4196468 140730812132528 139909011528112 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 34448 KiB

[startup+0.701457 s]
/proc/loadavg: 4.85 4.28 3.18 6/210 25449
/proc/meminfo: memFree=28235256/32770624 swapFree=67108860/67108860
[pid=25434] ppid=25431 vsize=10551232 memory=188604 CPUtime=1.12 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 11586 0 -1 1077944320 11738 0 0 0 104 8 0 0 20 0 15 0 51088419 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 140730812115072 139909523320567 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
/proc/25434/statm: 2637808 47151 3074 1 0 2627261 0
[pid=25434/tid=25436] ppid=25431 vsize=10551232 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/25434/task/25436/stat : 25436 (java) R 25431 25434 11586 0 -1 4202560 6309 0 0 0 45 4 0 0 20 0 15 0 51088425 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909527556672 139909116003857 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25437] ppid=25431 vsize=10551232 memory=796 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25437/stat : 25437 (java) S 25431 25434 11586 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 51088426 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909453740944 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25438] ppid=25431 vsize=10551232 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25438/stat : 25438 (java) S 25431 25434 11586 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51088426 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909452688144 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25439] ppid=25431 vsize=10551232 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25439/stat : 25439 (java) S 25431 25434 11586 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 51088426 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909451635856 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25440] ppid=25431 vsize=10551232 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25440/stat : 25440 (java) S 25431 25434 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 51088426 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909450583056 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25441] ppid=25431 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25441/stat : 25441 (java) S 25431 25434 11586 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 51088427 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909019949168 139909523331714 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25442] ppid=25431 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25442/stat : 25442 (java) S 25431 25434 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51088428 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909018895136 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25443] ppid=25431 vsize=10551232 memory=2 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25443/stat : 25443 (java) S 25431 25434 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51088428 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909017842800 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25444] ppid=25431 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25444/stat : 25444 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51088430 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909016791120 139909523339163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25445] ppid=25431 vsize=10551232 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/25434/task/25445/stat : 25445 (java) R 25431 25434 11586 0 -1 4202560 1738 0 0 0 18 0 0 0 20 0 15 0 51088430 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909015725016 139909502582594 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25446] ppid=25431 vsize=10551232 memory=11 CPUtime=0.17 cores=1,3,5,7
/proc/25434/task/25446/stat : 25446 (java) R 25431 25434 11586 0 -1 4202560 1133 0 0 0 17 0 0 0 20 0 15 0 51088430 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909014667208 139909502974080 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25447] ppid=25431 vsize=10551232 memory=3 CPUtime=0.19 cores=1,3,5,7
/proc/25434/task/25447/stat : 25447 (java) S 25431 25434 11586 0 -1 1077944384 1049 0 0 0 19 0 0 0 20 0 15 0 51088430 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909013633904 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25448] ppid=25431 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25448/stat : 25448 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51088431 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909012581344 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25449] ppid=25431 vsize=10551232 memory=49708 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25449/stat : 25449 (java) S 25431 25434 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51088441 10804461568 47151 18446744073709551615 4194304 4196468 140730812132528 139909011528112 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 188604 KiB

[startup+1.50074 s]
/proc/loadavg: 4.85 4.28 3.18 3/210 25449
/proc/meminfo: memFree=28095560/32770624 swapFree=67108860/67108860
[pid=25434] ppid=25431 vsize=10551232 memory=189296 CPUtime=2.1 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 11586 0 -1 1077944320 11892 0 0 0 202 8 0 0 20 0 15 0 51088419 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 140730812115072 139909523320567 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
/proc/25434/statm: 2637808 47324 3075 1 0 2627261 0
[pid=25434/tid=25436] ppid=25431 vsize=10551232 memory=6082202987141949527 CPUtime=1.29 cores=1,3,5,7
/proc/25434/task/25436/stat : 25436 (java) R 25431 25434 11586 0 -1 4202560 6309 0 0 0 125 4 0 0 20 0 15 0 51088425 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 139909527556672 139909116125987 0 4 1 16800974 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25437] ppid=25431 vsize=10551232 memory=6082202987142080855 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25437/stat : 25437 (java) S 25431 25434 11586 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 51088426 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 139909453740944 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25438] ppid=25431 vsize=10551232 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25438/stat : 25438 (java) S 25431 25434 11586 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 51088426 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 139909452688144 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25439] ppid=25431 vsize=10551232 memory=280525118077216 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25439/stat : 25439 (java) S 25431 25434 11586 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 51088426 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 139909451635856 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25440] ppid=25431 vsize=10551232 memory=7649399388559848754 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25440/stat : 25440 (java) S 25431 25434 11586 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 51088426 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 139909450583056 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25441] ppid=25431 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25441/stat : 25441 (java) S 25431 25434 11586 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 51088427 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 139909019949168 139909523331714 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25442] ppid=25431 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25442/stat : 25442 (java) S 25431 25434 11586 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 51088428 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 139909018895136 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25443] ppid=25431 vsize=10551232 memory=4097 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25443/stat : 25443 (java) S 25431 25434 11586 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 51088428 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 139909017842800 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25444] ppid=25431 vsize=10551232 memory=2110613166073892 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25444/stat : 25444 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51088430 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 139909016791120 139909523339163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25445] ppid=25431 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/25434/task/25445/stat : 25445 (java) S 25431 25434 11586 0 -1 1077944384 1765 0 0 0 26 0 0 0 20 0 15 0 51088430 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 139909015738992 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25446] ppid=25431 vsize=10551232 memory=7373946476333148822 CPUtime=0.26 cores=1,3,5,7
/proc/25434/task/25446/stat : 25446 (java) S 25431 25434 11586 0 -1 1077944384 1260 0 0 0 26 0 0 0 20 0 15 0 51088430 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 139909014686192 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25447] ppid=25431 vsize=10551232 memory=7373946476333148822 CPUtime=0.19 cores=1,3,5,7
/proc/25434/task/25447/stat : 25447 (java) S 25431 25434 11586 0 -1 1077944384 1049 0 0 0 19 0 0 0 20 0 15 0 51088430 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 139909013633904 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25448] ppid=25431 vsize=10551232 memory=7373946476333148822 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25448/stat : 25448 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51088431 10804461568 47324 18446744073709551615 4194304 4196468 140730812132528 139909012581344 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0

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

/proc/25434/task/25438/stat : 25438 (java) S 25431 25434 11586 0 -1 1077944384 23844 0 0 0 1241 124 0 0 20 0 16 0 51088426 10872623104 1180846 18446744073709551615 4194304 4196468 140730812132528 139909452688144 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25439] ppid=25431 vsize=10617796 memory=4723384 CPUtime=13.57 cores=1,3,5,7
/proc/25434/task/25439/stat : 25439 (java) S 25431 25434 11586 0 -1 1077944384 22433 0 0 0 1236 121 0 0 20 0 16 0 51088426 10872623104 1180846 18446744073709551615 4194304 4196468 140730812132528 139909451635856 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25440] ppid=25431 vsize=10617796 memory=4723384 CPUtime=13.64 cores=1,3,5,7
/proc/25434/task/25440/stat : 25440 (java) S 25431 25434 11586 0 -1 1077944384 23604 0 0 0 1241 123 0 0 20 0 16 0 51088426 10872623104 1180846 18446744073709551615 4194304 4196468 140730812132528 139909450583056 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25441] ppid=25431 vsize=10617796 memory=4723384 CPUtime=2.38 cores=1,3,5,7
/proc/25434/task/25441/stat : 25441 (java) S 25431 25434 11586 0 -1 1077944384 23992 0 0 0 233 5 0 0 20 0 16 0 51088427 10872623104 1180846 18446744073709551615 4194304 4196468 140730812132528 139909019949168 139909523331714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25442] ppid=25431 vsize=10617796 memory=4723384 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25442/stat : 25442 (java) S 25431 25434 11586 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 51088428 10872623104 1180846 18446744073709551615 4194304 4196468 140730812132528 139909018895200 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25443] ppid=25431 vsize=10617796 memory=4723384 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25443/stat : 25443 (java) S 25431 25434 11586 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 16 0 51088428 10872623104 1180846 18446744073709551615 4194304 4196468 140730812132528 139909017842800 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25444] ppid=25431 vsize=10617796 memory=4723384 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25444/stat : 25444 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51088430 10872623104 1180846 18446744073709551615 4194304 4196468 140730812132528 139909016791120 139909523339163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25445] ppid=25431 vsize=10617796 memory=4723384 CPUtime=1.95 cores=1,3,5,7
/proc/25434/task/25445/stat : 25445 (java) S 25431 25434 11586 0 -1 1077944384 8146 0 0 0 193 2 0 0 20 0 16 0 51088430 10872623104 1180846 18446744073709551615 4194304 4196468 140730812132528 139909015738992 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25446] ppid=25431 vsize=10617796 memory=4723384 CPUtime=1.69 cores=1,3,5,7
/proc/25434/task/25446/stat : 25446 (java) S 25431 25434 11586 0 -1 1077944384 6105 0 0 0 167 2 0 0 20 0 16 0 51088430 10872623104 1180846 18446744073709551615 4194304 4196468 140730812132528 139909014686192 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25447] ppid=25431 vsize=10617796 memory=4120 CPUtime=0.46 cores=1,3,5,7
/proc/25434/task/25447/stat : 25447 (java) S 25431 25434 11586 0 -1 1077944384 6387 0 0 0 45 1 0 0 20 0 16 0 51088430 10872623104 1180846 18446744073709551615 4194304 4196468 140730812132528 139909013633904 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25448] ppid=25431 vsize=10617796 memory=4723384 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25448/stat : 25448 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51088431 10872623104 1180846 18446744073709551615 4194304 4196468 140730812132528 139909012581344 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25449] ppid=25431 vsize=10617796 memory=5668 CPUtime=1.42 cores=1,3,5,7
/proc/25434/task/25449/stat : 25449 (java) S 25431 25434 11586 0 -1 1077944384 2430 0 0 0 71 71 0 0 20 0 16 0 51088441 10872623104 1180846 18446744073709551615 4194304 4196468 140730812132528 139909011528112 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25450] ppid=25431 vsize=10617796 memory=4723384 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25450/stat : 25450 (java) S 25431 25434 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51089666 10872623104 1180846 18446744073709551615 4194304 4196468 140730812132528 139909010473648 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
Current children cumulated CPU time: 2488.36 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4723384 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473 s]*
/proc/loadavg: 2.08 2.04 2.13 3/211 25670
/proc/meminfo: memFree=26688468/32770624 swapFree=67108860/67108860
[pid=25434] ppid=25431 vsize=10617796 memory=4723592 CPUtime=2520.01 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 11586 0 -1 1077944320 260827 0 0 0 251411 590 0 0 20 0 16 0 51088419 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 140730812115072 139909523320567 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 6 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
/proc/25434/statm: 2654449 1180898 3146 1 0 2643902 0
[pid=25434/tid=25436] ppid=25431 vsize=10617796 memory=-8774313645642428999 CPUtime=2456.29 cores=1,3,5,7
/proc/25434/task/25436/stat : 25436 (java) R 25431 25434 11586 0 -1 4202560 115537 0 0 0 245603 26 0 0 20 0 16 0 51088425 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909527559152 139909118318673 0 4 1 16800974 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25437] ppid=25431 vsize=10617796 memory=4126316290023845779 CPUtime=13.91 cores=1,3,5,7
/proc/25434/task/25437/stat : 25437 (java) S 25431 25434 11586 0 -1 1077944384 23176 0 0 0 1268 123 0 0 20 0 16 0 51088426 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909453740944 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25438] ppid=25431 vsize=10617796 memory=928 CPUtime=13.96 cores=1,3,5,7
/proc/25434/task/25438/stat : 25438 (java) S 25431 25434 11586 0 -1 1077944384 24883 0 0 0 1272 124 0 0 20 0 16 0 51088426 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909452688144 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25439] ppid=25431 vsize=10617796 memory=1580 CPUtime=13.89 cores=1,3,5,7
/proc/25434/task/25439/stat : 25439 (java) S 25431 25434 11586 0 -1 1077944384 23856 0 0 0 1267 122 0 0 20 0 16 0 51088426 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909451635856 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25440] ppid=25431 vsize=10617796 memory=2168 CPUtime=13.95 cores=1,3,5,7
/proc/25434/task/25440/stat : 25440 (java) S 25431 25434 11586 0 -1 1077944384 24560 0 0 0 1272 123 0 0 20 0 16 0 51088426 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909450583056 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25441] ppid=25431 vsize=10617796 memory=836 CPUtime=2.38 cores=1,3,5,7
/proc/25434/task/25441/stat : 25441 (java) S 25431 25434 11586 0 -1 1077944384 24224 0 0 0 233 5 0 0 20 0 16 0 51088427 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909019949168 139909523331714 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25442] ppid=25431 vsize=10617796 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25442/stat : 25442 (java) S 25431 25434 11586 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 51088428 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909018895200 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25443] ppid=25431 vsize=10617796 memory=2756 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25443/stat : 25443 (java) S 25431 25434 11586 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 16 0 51088428 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909017842800 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25444] ppid=25431 vsize=10617796 memory=7100839861465685612 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25444/stat : 25444 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51088430 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909016791120 139909523339163 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25445] ppid=25431 vsize=10617796 memory=3054156605268465310 CPUtime=1.95 cores=1,3,5,7
/proc/25434/task/25445/stat : 25445 (java) S 25431 25434 11586 0 -1 1077944384 8149 0 0 0 193 2 0 0 20 0 16 0 51088430 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909015738992 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25446] ppid=25431 vsize=10617796 memory=-8341965534556230502 CPUtime=1.69 cores=1,3,5,7
/proc/25434/task/25446/stat : 25446 (java) S 25431 25434 11586 0 -1 1077944384 6113 0 0 0 167 2 0 0 20 0 16 0 51088430 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909014686192 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25447] ppid=25431 vsize=10617796 memory=-6520471753822164382 CPUtime=0.46 cores=1,3,5,7
/proc/25434/task/25447/stat : 25447 (java) S 25431 25434 11586 0 -1 1077944384 6391 0 0 0 45 1 0 0 20 0 16 0 51088430 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909013633904 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25448] ppid=25431 vsize=10617796 memory=4723592 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25448/stat : 25448 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51088431 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909012581344 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25449] ppid=25431 vsize=10617796 memory=1156 CPUtime=1.44 cores=1,3,5,7
/proc/25434/task/25449/stat : 25449 (java) S 25431 25434 11586 0 -1 1077944384 2467 0 0 0 72 72 0 0 20 0 16 0 51088441 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909011528112 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25450] ppid=25431 vsize=10617796 memory=3048 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25450/stat : 25450 (java) S 25431 25434 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51089666 10872623104 1180898 18446744073709551615 4194304 4196468 140730812132528 139909010473648 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4723592 KiB

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

[startup+2473.36 s]
# the end of solver process 25434 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.29 s, system=5.93334 s

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

[startup+2473.2 s]
/proc/loadavg: 2.08 2.04 2.13 3/211 25670
/proc/meminfo: memFree=26688468/32770624 swapFree=67108860/67108860
[pid=25434] ppid=25431 vsize=10817488 memory=4723892 CPUtime=2520.02 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 11586 0 -1 1077944320 261649 0 0 0 251412 590 0 0 20 0 17 0 51088419 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 140730812115072 139909523320567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
/proc/25434/statm: 2704372 1180973 3148 1 0 2693825 0
[pid=25434/tid=25436] ppid=25431 vsize=10817488 memory=1296 CPUtime=2456.29 cores=1,3,5,7
/proc/25434/task/25436/stat : 25436 (java) S 25431 25434 11586 0 -1 1077944384 115608 0 0 0 245603 26 0 0 20 0 17 0 51088425 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909527563440 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25437] ppid=25431 vsize=10817488 memory=1236 CPUtime=13.91 cores=1,3,5,7
/proc/25434/task/25437/stat : 25437 (java) S 25431 25434 11586 0 -1 1077944384 23176 0 0 0 1268 123 0 0 20 0 17 0 51088426 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909453740944 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25438] ppid=25431 vsize=10817488 memory=2244 CPUtime=13.96 cores=1,3,5,7
/proc/25434/task/25438/stat : 25438 (java) S 25431 25434 11586 0 -1 1077944384 24883 0 0 0 1272 124 0 0 20 0 17 0 51088426 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909452688144 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25439] ppid=25431 vsize=10817488 memory=4284 CPUtime=13.89 cores=1,3,5,7
/proc/25434/task/25439/stat : 25439 (java) S 25431 25434 11586 0 -1 1077944384 23856 0 0 0 1267 122 0 0 20 0 17 0 51088426 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909451635856 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25440] ppid=25431 vsize=10817488 memory=928 CPUtime=13.95 cores=1,3,5,7
/proc/25434/task/25440/stat : 25440 (java) S 25431 25434 11586 0 -1 1077944384 24560 0 0 0 1272 123 0 0 20 0 17 0 51088426 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909450583056 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25441] ppid=25431 vsize=10817488 memory=1580 CPUtime=2.38 cores=1,3,5,7
/proc/25434/task/25441/stat : 25441 (java) S 25431 25434 11586 0 -1 1077944384 24263 0 0 0 233 5 0 0 20 0 17 0 51088427 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909019949168 139909523331714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25442] ppid=25431 vsize=10817488 memory=4723592 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25442/stat : 25442 (java) S 25431 25434 11586 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 51088428 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909018895200 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25443] ppid=25431 vsize=10817488 memory=4723592 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25443/stat : 25443 (java) S 25431 25434 11586 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 17 0 51088428 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909017842800 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25444] ppid=25431 vsize=10817488 memory=4723592 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25444/stat : 25444 (java) S 25431 25434 11586 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 17 0 51088430 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909016791120 139909523339163 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25445] ppid=25431 vsize=10817488 memory=1996 CPUtime=1.95 cores=1,3,5,7
/proc/25434/task/25445/stat : 25445 (java) S 25431 25434 11586 0 -1 1077944384 8149 0 0 0 193 2 0 0 20 0 17 0 51088430 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909015738992 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25446] ppid=25431 vsize=10817488 memory=796 CPUtime=1.69 cores=1,3,5,7
/proc/25434/task/25446/stat : 25446 (java) S 25431 25434 11586 0 -1 1077944384 6113 0 0 0 167 2 0 0 20 0 17 0 51088430 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909014686192 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25447] ppid=25431 vsize=10817488 memory=9992 CPUtime=0.46 cores=1,3,5,7
/proc/25434/task/25447/stat : 25447 (java) S 25431 25434 11586 0 -1 1077944384 6551 0 0 0 45 1 0 0 20 0 17 0 51088430 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909013633904 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25448] ppid=25431 vsize=10817488 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25448/stat : 25448 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51088431 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909012581344 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25449] ppid=25431 vsize=10817488 memory=-8774313645642428999 CPUtime=1.44 cores=1,3,5,7
/proc/25434/task/25449/stat : 25449 (java) S 25431 25434 11586 0 -1 1077944384 2467 0 0 0 72 72 0 0 20 0 17 0 51088441 11077107712 1180973 18446744073709551615 4194304 4196468 140730812132528 139909011528112 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 4723892 KiB

[startup+2473.3 s]
/proc/loadavg: 2.08 2.04 2.13 3/211 25670
/proc/meminfo: memFree=26688468/32770624 swapFree=67108860/67108860
[pid=25434] ppid=25431 vsize=10817488 memory=4723948 CPUtime=2520.16 cores=1,3,5,7
/proc/25434/stat : 25434 (java) S 25431 25434 11586 0 -1 1077944320 263575 0 0 0 251425 591 0 0 20 0 17 0 51088419 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 140730812115072 139909523320567 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 6 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
/proc/25434/statm: 2704372 1180987 3148 1 0 2693825 0
[pid=25434/tid=25436] ppid=25431 vsize=10817488 memory=4723592 CPUtime=2456.29 cores=1,3,5,7
/proc/25434/task/25436/stat : 25436 (java) S 25431 25434 11586 0 -1 1077944384 115608 0 0 0 245603 26 0 0 20 0 17 0 51088425 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909527563440 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25437] ppid=25431 vsize=10817488 memory=4723892 CPUtime=13.91 cores=1,3,5,7
/proc/25434/task/25437/stat : 25437 (java) S 25431 25434 11586 0 -1 1077944384 23176 0 0 0 1268 123 0 0 20 0 17 0 51088426 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909453740944 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25438] ppid=25431 vsize=10817488 memory=928 CPUtime=13.96 cores=1,3,5,7
/proc/25434/task/25438/stat : 25438 (java) S 25431 25434 11586 0 -1 1077944384 24883 0 0 0 1272 124 0 0 20 0 17 0 51088426 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909452688144 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25439] ppid=25431 vsize=10817488 memory=6106907905 CPUtime=13.89 cores=1,3,5,7
/proc/25434/task/25439/stat : 25439 (java) S 25431 25434 11586 0 -1 1077944384 23856 0 0 0 1267 122 0 0 20 0 17 0 51088426 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909451635856 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25440] ppid=25431 vsize=10817488 memory=164 CPUtime=13.95 cores=1,3,5,7
/proc/25434/task/25440/stat : 25440 (java) S 25431 25434 11586 0 -1 1077944384 24560 0 0 0 1272 123 0 0 20 0 17 0 51088426 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909450583056 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25441] ppid=25431 vsize=10817488 memory=4723592 CPUtime=2.38 cores=1,3,5,7
/proc/25434/task/25441/stat : 25441 (java) S 25431 25434 11586 0 -1 1077944384 24263 0 0 0 233 5 0 0 20 0 17 0 51088427 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909019949168 139909523331714 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25442] ppid=25431 vsize=10817488 memory=4723592 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25442/stat : 25442 (java) S 25431 25434 11586 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 51088428 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909018895200 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25443] ppid=25431 vsize=10817488 memory=4723592 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25443/stat : 25443 (java) S 25431 25434 11586 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 17 0 51088428 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909017842800 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25444] ppid=25431 vsize=10817488 memory=4723592 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25444/stat : 25444 (java) S 25431 25434 11586 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 17 0 51088430 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909016791120 139909523339163 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25445] ppid=25431 vsize=10817488 memory=-8774313645642428999 CPUtime=1.98 cores=1,3,5,7
/proc/25434/task/25445/stat : 25445 (java) S 25431 25434 11586 0 -1 1077944384 8679 0 0 0 196 2 0 0 20 0 17 0 51088430 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909015738992 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25446] ppid=25431 vsize=10817488 memory=8900 CPUtime=1.7 cores=1,3,5,7
/proc/25434/task/25446/stat : 25446 (java) S 25431 25434 11586 0 -1 1077944384 6556 0 0 0 168 2 0 0 20 0 17 0 51088430 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909014686192 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25447] ppid=25431 vsize=10817488 memory=4723592 CPUtime=0.47 cores=1,3,5,7
/proc/25434/task/25447/stat : 25447 (java) S 25431 25434 11586 0 -1 1077944384 7335 0 0 0 45 2 0 0 20 0 17 0 51088430 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909013633904 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25448] ppid=25431 vsize=10817488 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/25434/task/25448/stat : 25448 (java) S 25431 25434 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51088431 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909012581344 139909523330773 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
[pid=25434/tid=25449] ppid=25431 vsize=10817488 memory=4723592 CPUtime=1.44 cores=1,3,5,7
/proc/25434/task/25449/stat : 25449 (java) S 25431 25434 11586 0 -1 1077944384 2467 0 0 0 72 72 0 0 20 0 17 0 51088441 11077107712 1180987 18446744073709551615 4194304 4196468 140730812132528 139909011528112 139909523331714 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24068096 140730812133776 140730812133929 140730812133929 140730812137423 0
Current children cumulated CPU time: 2520.16 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 4723948 KiB

Child status: 143
Real time (s): 2473.36
CPU time (s): 2520.22
CPU user time (s): 2514.29
CPU system time (s): 5.93334
CPU usage (%): 101.895
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 4723948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.29
system time used= 5.93334
maximum resident set size= 4724128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 263623
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56519
involuntary context switches= 2090


# summary of solver processes directly reported to runsolver:
#   pid: 25434
#   total CPU time (s): 2520.22
#   total CPU user time (s): 2514.29
#   total CPU system time (s): 5.93334

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.18 second user time and 23.3697 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 14:17:02
IDJOB=4263056
IDBENCH=130622
IDSOLVER=2651
FILE ID=node124/4263056-1502627478
RUNJOBID= node124-1502623904-24885
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263056-1502627478/watcher-4263056-1502627478 -o /tmp/evaluation-result-4263056-1502627478/solver-4263056-1502627478 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24885 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263056-1502627478.xml

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

MD5SUM BENCH= ab7b26918dfc59e965233a0e800431a7
RANDOM SEED=898431228

node124.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.51
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.51
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.51
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.51
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:        28272904 kB
MemAvailable:   28471952 kB
Buffers:          162272 kB
Cached:           326616 kB
SwapCached:            0 kB
Active:          3890800 kB
Inactive:         177448 kB
Active(anon):    3530436 kB
Inactive(anon):    73860 kB
Active(file):     360364 kB
Inactive(file):   103588 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1688 kB
Writeback:            16 kB
AnonPages:       3579048 kB
Mapped:            54256 kB
Shmem:             25320 kB
Slab:             128000 kB
SReclaimable:     101860 kB
SUnreclaim:        26140 kB
KernelStack:        3456 kB
PageTables:        11896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4855628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3446784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62028 MiB
End job on node124 at 2017-08-13 14:58:15