Trace number 4262917

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? 1711.41 462.86499

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-16-a3.xml
MD5SUM0e9e24bc5c9dc7ecc0ccfc6ea7d62ad7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark20036
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints123
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":120},{"size":501,"count":16}]
Minimum variable degree0
Maximum variable degree17
Distribution of variable degrees[{"degree":0,"count":136},{"degree":2,"count":120},{"degree":16,"count":14},{"degree":17,"count":2}]
Minimum constraint arity1
Maximum constraint arity120
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":120},{"arity":16,"count":1},{"arity":120,"count":1}]
Number of extensional constraints0
Number of intensional constraints121
Distribution of constraint types[{"type":"intension","count":121},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1479.35/401.74	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
1479.35/401.74		at java.util.Arrays.copyOfRange(Arrays.java:3664)
1479.35/401.74		at java.lang.String.<init>(String.java:207)
1527.05/414.47		at java.io.DataInputStream.readUTF(DataInputStream.java:661)
1527.05/414.47		at java.io.DataInputStream.readUTF(DataInputStream.java:564)
1527.05/414.47		at sun.util.calendar.ZoneInfoFile.load(ZoneInfoFile.java:312)
1527.05/414.47		at sun.util.calendar.ZoneInfoFile.access$000(ZoneInfoFile.java:61)
1527.05/414.47		at sun.util.calendar.ZoneInfoFile$1.run(ZoneInfoFile.java:258)
1527.05/414.47		at java.security.AccessController.doPrivileged(Native Method)
1527.05/414.47		at sun.util.calendar.ZoneInfoFile.<clinit>(ZoneInfoFile.java:251)
1527.05/414.47		at sun.util.calendar.ZoneInfo.getTimeZone(ZoneInfo.java:589)
1527.05/414.47		at java.util.TimeZone.getTimeZone(TimeZone.java:560)
1527.05/414.47		at java.util.TimeZone.setDefaultZone(TimeZone.java:666)
1527.05/414.47		at java.util.TimeZone.getDefaultRef(TimeZone.java:636)
1527.05/414.47		at java.util.TimeZone.getDefault(TimeZone.java:625)
1527.05/414.47		at java.util.Calendar.getInstance(Calendar.java:1640)
1527.05/414.47		at java.util.Formatter$FormatSpecifier.printDateTime(Formatter.java:2826)
1527.05/414.47		at java.util.Formatter$FormatSpecifier.print(Formatter.java:2740)
1527.05/414.47		at java.util.Formatter.format(Formatter.java:2526)
1527.05/414.47		at java.util.Formatter.format(Formatter.java:2455)
1527.05/414.47		at java.lang.String.format(String.java:2940)
1527.05/414.47		at java.util.logging.SimpleFormatter.format(SimpleFormatter.java:161)
1527.05/414.47		at java.util.logging.StreamHandler.publish(StreamHandler.java:211)
1527.05/414.47		at java.util.logging.ConsoleHandler.publish(ConsoleHandler.java:116)
1527.05/414.47		at java.util.logging.Logger.log(Logger.java:738)
1527.05/414.47		at java.util.logging.Logger.doLog(Logger.java:765)
1527.05/414.47		at java.util.logging.Logger.log(Logger.java:876)
1527.05/414.47		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:301)
1527.05/414.47		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1527.05/414.47		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1527.05/414.47		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1527.05/414.47		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1527.05/414.47		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1595.69/432.96	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1595.69/432.96	c This is free software under the dual EPL/GNU LGPL licenses.
1595.69/432.96	c See www.sat4j.org for details.
1595.69/432.96	c That software uses the Rhino library from the Mozilla project.
1595.69/432.96	c version CUSTOM.v20170705
1595.69/432.96	c java.runtime.name	Java(TM) SE Runtime Environment
1595.69/432.96	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1595.69/432.96	c java.vm.version	25.131-b11
1595.69/432.96	c java.vm.vendor	Oracle Corporation
1595.69/432.96	c sun.arch.data.model	64
1595.69/432.96	c java.version		1.8.0_131
1595.69/432.96	c os.name		Linux
1595.69/432.96	c os.version		3.10.0-514.16.1.el7.x86_64
1595.69/432.96	c os.arch		amd64
1595.69/432.96	c Free memory 		499604488
1595.69/432.96	c Max memory 		7247757312
1595.69/432.96	c Total memory 		504889344
1595.69/432.96	c Number of processors 	4
1595.69/432.96	c c --- Begin Solver configuration ---
1595.69/432.96	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1595.69/432.96	c Learn all clauses as in MiniSAT
1595.69/432.96	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1595.69/432.96	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1595.69/432.96	c No reason simplification
1595.69/432.96	c Glucose 2.1 dynamic restart strategy
1595.69/432.96	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
1595.69/432.96	c timeout=2147483s
1595.69/432.96	c DB Simplification allowed=false
1595.69/432.96	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1595.69/432.96	c --- End Solver configuration ---
1630.56/442.34	c starts		: 0
1630.56/442.34	c conflicts		: 0
1630.56/442.34	c decisions		: 0
1650.29/447.35	Exception in thread "Thread-1" c propagations		: 0
1650.29/447.35	java.lang.OutOfMemoryError: GC overhead limit exceeded
1690.89/457.61	c inspects		: 0
1690.89/457.61		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1690.89/457.61		at java.util.Hashtable.keys(Hashtable.java:257)
1690.89/457.61		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1690.89/457.61		at java.util.logging.LogManager.reset(LogManager.java:1327)
1690.89/457.61		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)
1711.08/462.79	c shortcuts		: 0
1711.08/462.79	c learnt literals	: 0
1711.08/462.79	c learnt binary clauses	: 0
1711.08/462.79	c learnt ternary clauses	: 0
1711.08/462.79	c learnt constraints	: 0
1711.08/462.79	c ignored constraints	: 0
1711.08/462.79	c root simplifications	: 0
1711.08/462.79	c removed literals (reason simplification)	: 0
1711.08/462.79	c reason swapping (by a shorter reason)	: 0
1711.08/462.79	c Calls to reduceDB	: 0
1711.08/462.79	c Number of update (reduction) of LBD	: 0
1711.08/462.79	c Imported unit clauses	: 0
1711.08/462.79	c number of reductions to clauses (during analyze)	: 0
1711.08/462.79	c number of learned constraints concerned by reduction	: 0
1711.08/462.79	c number of learning phase by resolution	: 0
1711.08/462.79	c number of learning phase by cutting planes	: 0
1711.08/462.79	c number of rounding to 1 operations	: 0
1711.08/462.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1711.08/462.79	c number of reductions of the coefficients by power 2 	: 0
1711.08/462.79	c number of right shift for reduction by power 2 	: 0
1711.08/462.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
1711.08/462.79	c speed (assignments/second)	: 0.0
1711.08/462.79	c non guided choices	0
1711.08/462.80	c learnt constraints type 
1711.08/462.80	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 (10949 MiB free)
  memory of node 1: 16384 MiB (15578 MiB free)
  node distances:
     10  21
     21  10

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

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

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

solver pid=26450, runsolver pid=26447

[startup+0.100155 s]*
/proc/loadavg: 2.00 2.10 2.53 3/205 26459
/proc/meminfo: memFree=27154340/32770624 swapFree=67105588/67108860
[pid=26450] ppid=26447 vsize=10151672 memory=20228 CPUtime=0.03 cores=1,3,5,7
/proc/26450/stat : 26450 (java) S 26447 26450 12560 0 -1 1077944320 3936 0 0 0 3 0 0 0 20 0 9 0 64734621 10395312128 5057 18446744073709551615 4194304 4196468 140722089020320 140722089002864 140239880789751 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
/proc/26450/statm: 2537918 5057 2156 1 0 2527415 0
[pid=26450/tid=26452] ppid=26447 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=1,3,5,7
/proc/26450/task/26452/stat : 26452 (java) R 26447 26450 12560 0 -1 4202560 2574 0 0 0 3 0 0 0 20 0 9 0 64734628 10395312128 5057 18446744073709551615 4194304 4196468 140722089020320 140239885025144 140239873467765 0 4 1 16800970 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26453] ppid=26447 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26453/stat : 26453 (java) S 26447 26450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64734628 10395312128 5057 18446744073709551615 4194304 4196468 140722089020320 140239811210128 140239880799957 0 4 1 16800970 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26454] ppid=26447 vsize=10151672 memory=140196558747264 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26454/stat : 26454 (java) S 26447 26450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64734628 10395312128 5057 18446744073709551615 4194304 4196468 140722089020320 140239810157328 140239880799957 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26455] ppid=26447 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26455/stat : 26455 (java) S 26447 26450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64734628 10395312128 5057 18446744073709551615 4194304 4196468 140722089020320 140239490247824 140239880799957 0 4 1 16800970 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26456] ppid=26447 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26456/stat : 26456 (java) S 26447 26450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64734628 10395312128 5057 18446744073709551615 4194304 4196468 140722089020320 140239489195024 140239880799957 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26457] ppid=26447 vsize=10151672 memory=140196558747264 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26457/stat : 26457 (java) S 26447 26450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64734630 10395312128 5057 18446744073709551615 4194304 4196468 140722089020320 140239377803376 140239880800898 0 0 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26458] ppid=26447 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26458/stat : 26458 (java) S 26447 26450 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 64734630 10395312128 5057 18446744073709551615 4194304 4196468 140722089020320 140239376749344 140239880799957 0 4 1 16800970 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26459] ppid=26447 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26459/stat : 26459 (java) S 26447 26450 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 64734630 10395312128 5057 18446744073709551615 4194304 4196468 140722089020320 140239375697008 140239880799957 0 4 1 16800970 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20228 KiB

[startup+0.209871 s]*
/proc/loadavg: 2.00 2.10 2.53 3/211 26465
/proc/meminfo: memFree=27150524/32770624 swapFree=67105588/67108860
[pid=26450] ppid=26447 vsize=10551156 memory=26296 CPUtime=0.09 cores=1,3,5,7
/proc/26450/stat : 26450 (java) S 26447 26450 12560 0 -1 1077944320 5033 0 0 0 8 1 0 0 20 0 15 0 64734621 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140722089002864 140239880789751 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
/proc/26450/statm: 2637789 6574 2755 1 0 2627261 0
[pid=26450/tid=26452] ppid=26447 vsize=10551156 memory=8318255677412212789 CPUtime=0.06 cores=1,3,5,7
/proc/26450/task/26452/stat : 26452 (java) R 26447 26450 12560 0 -1 4202560 2991 0 0 0 6 0 0 0 20 0 15 0 64734628 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239885012480 140239880811677 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26453] ppid=26447 vsize=10551156 memory=328 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26453/stat : 26453 (java) S 26447 26450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64734628 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239811210128 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26454] ppid=26447 vsize=10551156 memory=288370572710459008 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26454/stat : 26454 (java) S 26447 26450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64734628 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239810157328 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26455] ppid=26447 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26455/stat : 26455 (java) S 26447 26450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64734628 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239490247824 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26456] ppid=26447 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26456/stat : 26456 (java) S 26447 26450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64734628 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239489195024 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26457] ppid=26447 vsize=10551156 memory=140196558747264 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26457/stat : 26457 (java) S 26447 26450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64734630 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239377803376 140239880800898 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26458] ppid=26447 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26458/stat : 26458 (java) S 26447 26450 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64734630 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239376749344 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26459] ppid=26447 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26459/stat : 26459 (java) S 26447 26450 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64734630 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239375697008 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26460] ppid=26447 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26460/stat : 26460 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64734633 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239374645328 140239880808347 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26461] ppid=26447 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26461/stat : 26461 (java) S 26447 26450 12560 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 64734633 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239373593200 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26462] ppid=26447 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26462/stat : 26462 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64734633 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239372540400 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26463] ppid=26447 vsize=10551156 memory=140196558747264 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26463/stat : 26463 (java) S 26447 26450 12560 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 15 0 64734633 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239371488112 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26464] ppid=26447 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26464/stat : 26464 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64734633 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239370435552 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26465] ppid=26447 vsize=10551156 memory=140196558747264 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26465/stat : 26465 (java) S 26447 26450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64734641 10804383744 6574 18446744073709551615 4194304 4196468 140722089020320 140239369382320 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26296 KiB

[startup+0.320296 s]*
/proc/loadavg: 2.00 2.10 2.53 3/211 26465
/proc/meminfo: memFree=27139032/32770624 swapFree=67105588/67108860
[pid=26450] ppid=26447 vsize=10551156 memory=36880 CPUtime=0.25 cores=1,3,5,7
/proc/26450/stat : 26450 (java) S 26447 26450 12560 0 -1 1077944320 8497 0 0 0 23 2 0 0 20 0 15 0 64734621 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140722089002864 140239880789751 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
/proc/26450/statm: 2637789 9220 2856 1 0 2627261 0
[pid=26450/tid=26452] ppid=26447 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=1,3,5,7
/proc/26450/task/26452/stat : 26452 (java) R 26447 26450 12560 0 -1 4202560 6125 0 0 0 16 1 0 0 20 0 15 0 64734628 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239885026200 140239880801686 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26453] ppid=26447 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26453/stat : 26453 (java) S 26447 26450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64734628 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239811210128 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26454] ppid=26447 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26454/stat : 26454 (java) S 26447 26450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64734628 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239810157328 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26455] ppid=26447 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26455/stat : 26455 (java) S 26447 26450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64734628 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239490247824 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26456] ppid=26447 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26456/stat : 26456 (java) S 26447 26450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64734628 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239489195024 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26457] ppid=26447 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26457/stat : 26457 (java) S 26447 26450 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64734630 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239377803376 140239880800898 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26458] ppid=26447 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26458/stat : 26458 (java) S 26447 26450 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64734630 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239376749344 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26459] ppid=26447 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26459/stat : 26459 (java) S 26447 26450 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64734630 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239375697008 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26460] ppid=26447 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26460/stat : 26460 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64734633 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239374645328 140239880808347 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26461] ppid=26447 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26450/task/26461/stat : 26461 (java) R 26447 26450 12560 0 -1 4202560 506 0 0 0 1 0 0 0 20 0 15 0 64734633 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239373593200 140239861490048 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26462] ppid=26447 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26450/task/26462/stat : 26462 (java) S 26447 26450 12560 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 15 0 64734633 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239372540400 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26463] ppid=26447 vsize=10551156 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/26450/task/26463/stat : 26463 (java) R 26447 26450 12560 0 -1 4202560 413 0 0 0 4 0 0 0 20 0 15 0 64734633 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239371488112 140239880801686 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26464] ppid=26447 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26464/stat : 26464 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64734633 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239370435552 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26465] ppid=26447 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26465/stat : 26465 (java) S 26447 26450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64734641 10804383744 9220 18446744073709551615 4194304 4196468 140722089020320 140239369382320 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36880 KiB

[startup+0.700793 s]
/proc/loadavg: 2.00 2.10 2.53 4/211 26465
/proc/meminfo: memFree=27116096/32770624 swapFree=67105588/67108860
[pid=26450] ppid=26447 vsize=10551232 memory=202488 CPUtime=1.2 cores=1,3,5,7
/proc/26450/stat : 26450 (java) S 26447 26450 12560 0 -1 1077944320 12247 0 0 0 112 8 0 0 20 0 15 0 64734621 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140722089002864 140239880789751 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
/proc/26450/statm: 2637808 50622 3071 1 0 2627261 0
[pid=26450/tid=26452] ppid=26447 vsize=10551232 memory=81 CPUtime=0.51 cores=1,3,5,7
/proc/26450/task/26452/stat : 26452 (java) R 26447 26450 12560 0 -1 4202560 7458 0 0 0 47 4 0 0 20 0 15 0 64734628 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239885020496 140239492989439 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26453] ppid=26447 vsize=10551232 memory=27 CPUtime=0.02 cores=1,3,5,7
/proc/26450/task/26453/stat : 26453 (java) S 26447 26450 12560 0 -1 1077944384 24 0 0 0 2 0 0 0 20 0 15 0 64734628 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239811210128 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26454] ppid=26447 vsize=10551232 memory=33 CPUtime=0.01 cores=1,3,5,7
/proc/26450/task/26454/stat : 26454 (java) S 26447 26450 12560 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 15 0 64734628 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239810157328 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26455] ppid=26447 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26455/stat : 26455 (java) S 26447 26450 12560 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 64734628 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239490247824 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26456] ppid=26447 vsize=10551232 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26450/task/26456/stat : 26456 (java) S 26447 26450 12560 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 15 0 64734628 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239489195024 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26457] ppid=26447 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26457/stat : 26457 (java) S 26447 26450 12560 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 64734630 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239377803376 140239880800898 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26458] ppid=26447 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26458/stat : 26458 (java) S 26447 26450 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64734630 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239376749344 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26459] ppid=26447 vsize=10551232 memory=836 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26459/stat : 26459 (java) S 26447 26450 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 64734630 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239375697008 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26460] ppid=26447 vsize=10551232 memory=56 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26460/stat : 26460 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64734633 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239374645328 140239880808347 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26461] ppid=26447 vsize=10551232 memory=220 CPUtime=0.18 cores=1,3,5,7
/proc/26450/task/26461/stat : 26461 (java) R 26447 26450 12560 0 -1 4202560 1341 0 0 0 18 0 0 0 20 0 15 0 64734633 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239373575376 140239864283744 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26462] ppid=26447 vsize=10551232 memory=280392913391376 CPUtime=0.2 cores=1,3,5,7
/proc/26450/task/26462/stat : 26462 (java) R 26447 26450 12560 0 -1 4202560 882 0 0 0 20 0 0 0 20 0 15 0 64734633 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239372528960 140239864695989 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26463] ppid=26447 vsize=10551232 memory=2508395120385 CPUtime=0.18 cores=1,3,5,7
/proc/26450/task/26463/stat : 26463 (java) S 26447 26450 12560 0 -1 1077944384 1043 0 0 0 18 0 0 0 20 0 15 0 64734633 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239371488112 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26464] ppid=26447 vsize=10551232 memory=2516985054977 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26464/stat : 26464 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64734633 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239370435552 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26465] ppid=26447 vsize=10551232 memory=2559934727937 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26465/stat : 26465 (java) S 26447 26450 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64734641 10804461568 50622 18446744073709551615 4194304 4196468 140722089020320 140239369382320 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 202488 KiB

[startup+1.5113 s]
/proc/loadavg: 2.00 2.10 2.53 6/211 26465
/proc/meminfo: memFree=26886352/32770624 swapFree=67105588/67108860
[pid=26450] ppid=26447 vsize=10551232 memory=518428 CPUtime=3.12 cores=1,3,5,7
/proc/26450/stat : 26450 (java) S 26447 26450 12560 0 -1 1077944320 13235 0 0 0 275 37 0 0 20 0 15 0 64734621 10804461568 129607 18446744073709551615 4194304 4196468 140722089020320 140722089002864 140239880789751 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
/proc/26450/statm: 2637808 129607 3087 1 0 2627261 0
[pid=26450/tid=26452] ppid=26447 vsize=10551232 memory=81 CPUtime=1.08 cores=1,3,5,7
/proc/26450/task/26452/stat : 26452 (java) S 26447 26450 12560 0 -1 1077944384 7526 0 0 0 103 5 0 0 20 0 15 0 64734628 10804461568 129607 18446744073709551615 4194304 4196468 140722089020320 140239885021072 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26453] ppid=26447 vsize=10551232 memory=27 CPUtime=0.26 cores=1,3,5,7
/proc/26450/task/26453/stat : 26453 (java) R 26447 26450 12560 0 -1 4202560 205 0 0 0 19 7 0 0 20 0 15 0 64734628 10804461568 129607 18446744073709551615 4194304 4196468 140722089020320 140239811210016 140239865811872 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26454] ppid=26447 vsize=10551232 memory=280392913623328 CPUtime=0.23 cores=1,3,5,7
/proc/26450/task/26454/stat : 26454 (java) R 26447 26450 12560 0 -1 4202560 170 0 0 0 16 7 0 0 20 0 15 0 64734628 10804461568 129607 18446744073709551615 4194304 4196468 140722089020320 140239810157528 140239862415794 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26455] ppid=26447 vsize=10551232 memory=9132 CPUtime=0.24 cores=1,3,5,7
/proc/26450/task/26455/stat : 26455 (java) R 26447 26450 12560 0 -1 4202560 201 0 0 0 17 7 0 0 20 0 15 0 64734628 10804461568 129607 18446744073709551615 4194304 4196468 140722089020320 140239490247824 140239859983943 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26456] ppid=26447 vsize=10551232 memory=19658 CPUtime=0.25 cores=1,3,5,7
/proc/26450/task/26456/stat : 26456 (java) R 26447 26450 12560 0 -1 4202560 202 0 0 0 18 7 0 0 20 0 15 0 64734628 10804461568 129607 18446744073709551615 4194304 4196468 140722089020320 140239489195224 140239865815040 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26457] ppid=26447 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26457/stat : 26457 (java) S 26447 26450 12560 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 64734630 10804461568 129607 18446744073709551615 4194304 4196468 140722089020320 140239377801888 140239880799957 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26458] ppid=26447 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26458/stat : 26458 (java) S 26447 26450 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64734630 10804461568 129607 18446744073709551615 4194304 4196468 140722089020320 140239376749344 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26459] ppid=26447 vsize=10551232 memory=349948 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26459/stat : 26459 (java) S 26447 26450 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 64734630 10804461568 129607 18446744073709551615 4194304 4196468 140722089020320 140239375697008 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26460] ppid=26447 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26460/stat : 26460 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64734633 10804461568 129607 18446744073709551615 4194304 4196468 140722089020320 140239374645328 140239880808347 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26461] ppid=26447 vsize=10551232 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/26450/task/26461/stat : 26461 (java) S 26447 26450 12560 0 -1 1077944384 1473 0 0 0 40 0 0 0 20 0 15 0 64734633 10804461568 129607 18446744073709551615 4194304 4196468 140722089020320 140239373593200 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26462] ppid=26447 vsize=10551232 memory=6788 CPUtime=0.38 cores=1,3,5,7
/proc/26450/task/26462/stat : 26462 (java) S 26447 26450 12560 0 -1 1077944384 955 0 0 0 38 0 0 0 20 0 15 0 64734633 10804461568 129607 18446744073709551615 4194304 4196468 140722089020320 140239372540400 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26463] ppid=26447 vsize=10551232 memory=280392913459136 CPUtime=0.19 cores=1,3,5,7
/proc/26450/task/26463/stat : 26463 (java) S 26447 26450 12560 0 -1 1077944384 1057 0 0 0 19 0 0 0 20 0 15 0 64734633 10804461568 129607 18446744073709551615 4194304 4196468 140722089020320 140239371488112 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0

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

[pid=26450/tid=26452] ppid=26447 vsize=10551384 memory=8043960 CPUtime=14.22 cores=1,3,5,7
/proc/26450/task/26452/stat : 26452 (java) S 26447 26450 12560 0 -1 1077944384 18063 0 0 0 1407 15 0 0 20 0 15 0 64734628 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239885029520 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26453] ppid=26447 vsize=10551384 memory=8043468 CPUtime=361.14 cores=1,3,5,7
/proc/26450/task/26453/stat : 26453 (java) R 26447 26450 12560 0 -1 4202560 254224 0 0 0 35919 195 0 0 20 0 15 0 64734628 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239811210328 140239865740878 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26454] ppid=26447 vsize=10551384 memory=8043604 CPUtime=361.63 cores=1,3,5,7
/proc/26450/task/26454/stat : 26454 (java) R 26447 26450 12560 0 -1 4202560 194812 0 0 0 35965 198 0 0 20 0 15 0 64734628 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239810156912 140239873417959 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26455] ppid=26447 vsize=10551384 memory=8043892 CPUtime=360.57 cores=1,3,5,7
/proc/26450/task/26455/stat : 26455 (java) R 26447 26450 12560 0 -1 4202560 186240 0 0 0 35852 205 0 0 20 0 15 0 64734628 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239490248024 140239865775047 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26456] ppid=26447 vsize=10551384 memory=8043596 CPUtime=360.96 cores=1,3,5,7
/proc/26450/task/26456/stat : 26456 (java) S 26447 26450 12560 0 -1 1077944384 71941 0 0 0 35917 179 0 0 20 0 15 0 64734628 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239489194608 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26457] ppid=26447 vsize=10551384 memory=8043956 CPUtime=21.57 cores=1,3,5,7
/proc/26450/task/26457/stat : 26457 (java) S 26447 26450 12560 0 -1 1077944384 67907 0 0 0 2152 5 0 0 20 0 15 0 64734630 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239377801696 140239880799957 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26458] ppid=26447 vsize=10551384 memory=8043956 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26458/stat : 26458 (java) S 26447 26450 12560 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 64734630 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239376749408 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26459] ppid=26447 vsize=10551384 memory=8043960 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26459/stat : 26459 (java) S 26447 26450 12560 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 64734630 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239375697024 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26460] ppid=26447 vsize=10551384 memory=8043472 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26460/stat : 26460 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64734633 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239374645328 140239880808347 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26461] ppid=26447 vsize=10551384 memory=8043956 CPUtime=0.43 cores=1,3,5,7
/proc/26450/task/26461/stat : 26461 (java) S 26447 26450 12560 0 -1 1077944384 1907 0 0 0 43 0 0 0 20 0 15 0 64734633 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239373593200 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26462] ppid=26447 vsize=10551384 memory=8043956 CPUtime=0.44 cores=1,3,5,7
/proc/26450/task/26462/stat : 26462 (java) S 26447 26450 12560 0 -1 1077944384 1862 0 0 0 44 0 0 0 20 0 15 0 64734633 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239372540400 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26463] ppid=26447 vsize=10551384 memory=8043892 CPUtime=0.27 cores=1,3,5,7
/proc/26450/task/26463/stat : 26463 (java) S 26447 26450 12560 0 -1 1077944384 3389 0 0 0 26 1 0 0 20 0 15 0 64734633 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239371483984 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26464] ppid=26447 vsize=10551384 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26464/stat : 26464 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64734633 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239370435552 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26465] ppid=26447 vsize=10551384 memory=8043980 CPUtime=0.26 cores=1,3,5,7
/proc/26450/task/26465/stat : 26465 (java) S 26447 26450 12560 0 -1 1077944384 562 0 0 0 17 9 0 0 20 0 15 0 64734641 10804617216 2010995 18446744073709551615 4194304 4196468 140722089020320 140239369382320 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
Current children cumulated CPU time: 1481.6 s
Current children cumulated vsize: 10551384 KiB
Current children cumulated memory: 8043980 KiB

[startup+462.303 s]
/proc/loadavg: 4.81 4.16 3.34 6/215 26496
/proc/meminfo: memFree=19070028/32770624 swapFree=67105588/67108860
[pid=26450] ppid=26447 vsize=10684512 memory=8044576 CPUtime=1709.5 cores=1,3,5,7
/proc/26450/stat : 26450 (java) S 26447 26450 12560 0 -1 1077944320 939117 0 0 0 170102 848 0 0 20 0 17 0 64734621 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140722089002864 140239880789751 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
/proc/26450/statm: 2671128 2011144 3151 1 0 2660543 0
[pid=26450/tid=26452] ppid=26447 vsize=10684512 memory=8044572 CPUtime=14.23 cores=1,3,5,7
/proc/26450/task/26452/stat : 26452 (java) S 26447 26450 12560 0 -1 1077944384 18071 0 0 0 1408 15 0 0 20 0 17 0 64734628 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239885030432 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26453] ppid=26447 vsize=10684512 memory=8044568 CPUtime=418.35 cores=1,3,5,7
/proc/26450/task/26453/stat : 26453 (java) R 26447 26450 12560 0 -1 4202560 379886 0 0 0 41632 203 0 0 20 0 17 0 64734628 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239811210328 140239865247321 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26454] ppid=26447 vsize=10684512 memory=8044576 CPUtime=417.73 cores=1,3,5,7
/proc/26450/task/26454/stat : 26454 (java) R 26447 26450 12560 0 -1 4202560 195403 0 0 0 41560 213 0 0 20 0 17 0 64734628 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239810157216 140239865786175 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26455] ppid=26447 vsize=10684512 memory=19031000092388 CPUtime=416.65 cores=1,3,5,7
/proc/26450/task/26455/stat : 26455 (java) R 26447 26450 12560 0 -1 4202560 187636 0 0 0 41452 213 0 0 20 0 17 0 64734628 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239490248024 140239865786103 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26456] ppid=26447 vsize=10684512 memory=56 CPUtime=416.78 cores=1,3,5,7
/proc/26450/task/26456/stat : 26456 (java) R 26447 26450 12560 0 -1 4202560 73013 0 0 0 41486 192 0 0 20 0 17 0 64734628 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239489195224 140239865247342 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26457] ppid=26447 vsize=10684512 memory=8044288 CPUtime=24.24 cores=1,3,5,7
/proc/26450/task/26457/stat : 26457 (java) S 26447 26450 12560 0 -1 1077944384 75525 0 0 0 2419 5 0 0 20 0 17 0 64734630 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239377801920 140239880799957 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26458] ppid=26447 vsize=10684512 memory=8044288 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26458/stat : 26458 (java) S 26447 26450 12560 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 64734630 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239376749408 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26459] ppid=26447 vsize=10684512 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26459/stat : 26459 (java) S 26447 26450 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 64734630 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239375697024 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26460] ppid=26447 vsize=10684512 memory=1688 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26460/stat : 26460 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64734633 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239374645328 140239880808347 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26461] ppid=26447 vsize=10684512 memory=1412 CPUtime=0.43 cores=1,3,5,7
/proc/26450/task/26461/stat : 26461 (java) S 26447 26450 12560 0 -1 1077944384 1912 0 0 0 43 0 0 0 20 0 17 0 64734633 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239373593200 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26462] ppid=26447 vsize=10684512 memory=15584 CPUtime=0.44 cores=1,3,5,7
/proc/26450/task/26462/stat : 26462 (java) S 26447 26450 12560 0 -1 1077944384 1864 0 0 0 44 0 0 0 20 0 17 0 64734633 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239372540400 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26463] ppid=26447 vsize=10684512 memory=4144 CPUtime=0.27 cores=1,3,5,7
/proc/26450/task/26463/stat : 26463 (java) S 26447 26450 12560 0 -1 1077944384 3579 0 0 0 26 1 0 0 20 0 17 0 64734633 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239371482880 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26464] ppid=26447 vsize=10684512 memory=36936 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26464/stat : 26464 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64734633 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239370435552 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26465] ppid=26447 vsize=10684512 memory=8044576 CPUtime=0.31 cores=1,3,5,7
/proc/26450/task/26465/stat : 26465 (java) S 26447 26450 12560 0 -1 1077944384 593 0 0 0 20 11 0 0 20 0 17 0 64734641 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239369382320 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26479] ppid=26447 vsize=10684512 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26479/stat : 26479 (java) S 26447 26450 12560 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 17 0 64776069 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239368326512 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26480] ppid=26447 vsize=10684512 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26480/stat : 26480 (java) S 26447 26450 12560 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 17 0 64776069 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239367272240 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
Current children cumulated CPU time: 1709.5 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8044576 KiB

[startup+462.865 s]
# the end of solver process 26450 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1702.87 s, system=8.54339 s

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

[startup+462.405 s]
/proc/loadavg: 4.81 4.16 3.34 6/215 26496
/proc/meminfo: memFree=19070028/32770624 swapFree=67105588/67108860
[pid=26450] ppid=26447 vsize=10684512 memory=8044576 CPUtime=1709.91 cores=1,3,5,7
/proc/26450/stat : 26450 (java) S 26447 26450 12560 0 -1 1077944320 939117 0 0 0 170143 848 0 0 20 0 17 0 64734621 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140722089002864 140239880789751 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
/proc/26450/statm: 2671128 2011144 3151 1 0 2660543 0
[pid=26450/tid=26452] ppid=26447 vsize=10684512 memory=7523096491627008856 CPUtime=14.23 cores=1,3,5,7
/proc/26450/task/26452/stat : 26452 (java) S 26447 26450 12560 0 -1 1077944384 18071 0 0 0 1408 15 0 0 20 0 17 0 64734628 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239885030432 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26453] ppid=26447 vsize=10684512 memory=7523376875614923347 CPUtime=418.45 cores=1,3,5,7
/proc/26450/task/26453/stat : 26453 (java) R 26447 26450 12560 0 -1 4202560 379886 0 0 0 41642 203 0 0 20 0 17 0 64734628 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239811210328 140239865488531 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26454] ppid=26447 vsize=10684512 memory=7523107478184158290 CPUtime=417.83 cores=1,3,5,7
/proc/26450/task/26454/stat : 26454 (java) R 26447 26450 12560 0 -1 4202560 195403 0 0 0 41570 213 0 0 20 0 17 0 64734628 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239810157216 140239865488496 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26455] ppid=26447 vsize=10684512 memory=-8774313645642428999 CPUtime=416.75 cores=1,3,5,7
/proc/26450/task/26455/stat : 26455 (java) R 26447 26450 12560 0 -1 4202560 187636 0 0 0 41462 213 0 0 20 0 17 0 64734628 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239490248024 140239865786244 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26456] ppid=26447 vsize=10684512 memory=1004 CPUtime=416.88 cores=1,3,5,7
/proc/26450/task/26456/stat : 26456 (java) R 26447 26450 12560 0 -1 4202560 73013 0 0 0 41496 192 0 0 20 0 17 0 64734628 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239489195224 140239865247384 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26457] ppid=26447 vsize=10684512 memory=2016 CPUtime=24.24 cores=1,3,5,7
/proc/26450/task/26457/stat : 26457 (java) S 26447 26450 12560 0 -1 1077944384 75525 0 0 0 2419 5 0 0 20 0 17 0 64734630 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239377801920 140239880799957 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26458] ppid=26447 vsize=10684512 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26458/stat : 26458 (java) S 26447 26450 12560 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 64734630 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239376749408 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26459] ppid=26447 vsize=10684512 memory=8604 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26459/stat : 26459 (java) S 26447 26450 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 64734630 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239375697024 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26460] ppid=26447 vsize=10684512 memory=956 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26460/stat : 26460 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64734633 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239374645328 140239880808347 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26461] ppid=26447 vsize=10684512 memory=1232 CPUtime=0.43 cores=1,3,5,7
/proc/26450/task/26461/stat : 26461 (java) S 26447 26450 12560 0 -1 1077944384 1912 0 0 0 43 0 0 0 20 0 17 0 64734633 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239373593200 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26462] ppid=26447 vsize=10684512 memory=2240 CPUtime=0.44 cores=1,3,5,7
/proc/26450/task/26462/stat : 26462 (java) S 26447 26450 12560 0 -1 1077944384 1864 0 0 0 44 0 0 0 20 0 17 0 64734633 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239372540400 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26463] ppid=26447 vsize=10684512 memory=4088 CPUtime=0.27 cores=1,3,5,7
/proc/26450/task/26463/stat : 26463 (java) S 26447 26450 12560 0 -1 1077944384 3579 0 0 0 26 1 0 0 20 0 17 0 64734633 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239371482880 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26464] ppid=26447 vsize=10684512 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26464/stat : 26464 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64734633 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239370435552 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26465] ppid=26447 vsize=10684512 memory=2752 CPUtime=0.31 cores=1,3,5,7
/proc/26450/task/26465/stat : 26465 (java) S 26447 26450 12560 0 -1 1077944384 593 0 0 0 20 11 0 0 20 0 17 0 64734641 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239369382320 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26479] ppid=26447 vsize=10684512 memory=4060 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26479/stat : 26479 (java) S 26447 26450 12560 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 17 0 64776069 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239368326512 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26480] ppid=26447 vsize=10684512 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26480/stat : 26480 (java) S 26447 26450 12560 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 17 0 64776069 10940940288 2011144 18446744073709551615 4194304 4196468 140722089020320 140239367272240 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
Current children cumulated CPU time: 1709.91 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8044576 KiB

[startup+462.801 s]
/proc/loadavg: 4.81 4.16 3.34 6/215 26496
/proc/meminfo: memFree=19070028/32770624 swapFree=67105588/67108860
[pid=26450] ppid=26447 vsize=10684512 memory=8044484 CPUtime=1711.36 cores=1,3,5,7
/proc/26450/stat : 26450 (java) S 26447 26450 12560 0 -1 1077944320 939195 0 0 0 170287 849 0 0 20 0 14 0 64734621 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140722089002864 140239880789751 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
/proc/26450/statm: 2671128 2011121 3152 1 0 2660543 0
[pid=26450/tid=26452] ppid=26447 vsize=10684512 memory=8043600 CPUtime=14.23 cores=1,3,5,7
/proc/26450/task/26452/stat : 26452 (java) S 26447 26450 12560 0 -1 1077944384 18092 0 0 0 1408 15 0 0 20 0 14 0 64734628 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140239885032592 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26453] ppid=26447 vsize=10684512 memory=956 CPUtime=418.79 cores=1,3,5,7
/proc/26450/task/26453/stat : 26453 (java) S 26447 26450 12560 0 -1 1077944384 379886 0 0 0 41676 203 0 0 20 0 14 0 64734628 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140239811210128 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26454] ppid=26447 vsize=10684512 memory=4612 CPUtime=418.18 cores=1,3,5,7
/proc/26450/task/26454/stat : 26454 (java) S 26447 26450 12560 0 -1 1077944384 195403 0 0 0 41605 213 0 0 20 0 14 0 64734628 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140239810157328 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26455] ppid=26447 vsize=10684512 memory=1004 CPUtime=417.1 cores=1,3,5,7
/proc/26450/task/26455/stat : 26455 (java) S 26447 26450 12560 0 -1 1077944384 187636 0 0 0 41497 213 0 0 20 0 14 0 64734628 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140239490247824 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26456] ppid=26447 vsize=10684512 memory=2016 CPUtime=417.24 cores=1,3,5,7
/proc/26450/task/26456/stat : 26456 (java) S 26447 26450 12560 0 -1 1077944384 73013 0 0 0 41532 192 0 0 20 0 14 0 64734628 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140239489195024 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26457] ppid=26447 vsize=10684512 memory=1196 CPUtime=24.27 cores=1,3,5,7
/proc/26450/task/26457/stat : 26457 (java) S 26447 26450 12560 0 -1 1077944384 75525 0 0 0 2422 5 0 0 20 0 14 0 64734630 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140239377803584 140239880800898 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26458] ppid=26447 vsize=10684512 memory=8604 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26458/stat : 26458 (java) S 26447 26450 12560 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 14 0 64734630 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140239376749408 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26459] ppid=26447 vsize=10684512 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26459/stat : 26459 (java) S 26447 26450 12560 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 14 0 64734630 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140239375697024 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26460] ppid=26447 vsize=10684512 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26460/stat : 26460 (java) S 26447 26450 12560 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 14 0 64734633 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140239374644976 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26461] ppid=26447 vsize=10684512 memory=8044572 CPUtime=0.43 cores=1,3,5,7
/proc/26450/task/26461/stat : 26461 (java) S 26447 26450 12560 0 -1 1077944384 1912 0 0 0 43 0 0 0 20 0 14 0 64734633 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140239373593200 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26462] ppid=26447 vsize=10684512 memory=8044576 CPUtime=0.44 cores=1,3,5,7
/proc/26450/task/26462/stat : 26462 (java) S 26447 26450 12560 0 -1 1077944384 1864 0 0 0 44 0 0 0 20 0 14 0 64734633 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140239372540400 140239880800898 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26463] ppid=26447 vsize=10684512 memory=36936 CPUtime=0.27 cores=1,3,5,7
/proc/26450/task/26463/stat : 26463 (java) S 26447 26450 12560 0 -1 1077944384 3600 0 0 0 26 1 0 0 20 0 14 0 64734633 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140239371483984 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
[pid=26450/tid=26464] ppid=26447 vsize=10684512 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/26450/task/26464/stat : 26464 (java) S 26447 26450 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64734633 10940940288 2011121 18446744073709551615 4194304 4196468 140722089020320 140239370435552 140239880799957 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39661568 140722089021840 140722089021993 140722089021993 140722089025487 0
Current children cumulated CPU time: 1711.36 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8044484 KiB

Child status: 1
Real time (s): 462.865
CPU time (s): 1711.41
CPU user time (s): 1702.87
CPU system time (s): 8.54339
CPU usage (%): 369.744
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8044576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1702.87
system time used= 8.54339
maximum resident set size= 8044636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 939221
page faults= 0
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29561
involuntary context switches= 19594


# summary of solver processes directly reported to runsolver:
#   pid: 26450
#   total CPU time (s): 1711.41
#   total CPU user time (s): 1702.87
#   total CPU system time (s): 8.54339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.86068 second user time and 4.52041 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-13 13:42:31
IDJOB=4262917
IDBENCH=126213
IDSOLVER=2651
FILE ID=node126/4262917-1502625392
RUNJOBID= node126-1502596857-19457
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-16-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262917-1502625392/watcher-4262917-1502625392 -o /tmp/evaluation-result-4262917-1502625392/solver-4262917-1502625392 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502596857-19457 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262917-1502625392.xml

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

MD5SUM BENCH= 0e9e24bc5c9dc7ecc0ccfc6ea7d62ad7
RANDOM SEED=1136356136

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27165292 kB
MemAvailable:   27410904 kB
Buffers:          261916 kB
Cached:           254096 kB
SwapCached:          524 kB
Active:          4966716 kB
Inactive:         150296 kB
Active(anon):    4549028 kB
Inactive(anon):    85544 kB
Active(file):     417688 kB
Inactive(file):    64752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              1604 kB
Writeback:             0 kB
AnonPages:       4700556 kB
Mapped:            58012 kB
Shmem:             33440 kB
Slab:             183832 kB
SReclaimable:     158012 kB
SUnreclaim:        25820 kB
KernelStack:        3776 kB
PageTables:        13948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6099664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4507648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

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