Trace number 4243927

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (TO) 2400.11 2199.58

General information on the benchmark

NameOrtholatin/Ortholatin-m1-s1/
Ortholatin-016.xml
MD5SUM6d65a76f46cedd698fe2b492b618a08c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark11.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables768
Number of constraints261
Number of domains2
Minimum domain size16
Maximum domain size256
Distribution of domain sizes[{"size":16,"count":512},{"size":256,"count":256}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":736},{"degree":3,"count":32}]
Minimum constraint arity3
Maximum constraint arity256
Distribution of constraint arities[{"arity":3,"count":256},{"arity":16,"count":2},{"arity":256,"count":3}]
Number of extensional constraints256
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":256},{"type":"allDifferent","count":3},{"type":"instantiation","count":2}]
Optimization problemNO
Type of objective

Solver Data

119.50/37.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
119.50/37.07	c This is free software under the dual EPL/GNU LGPL licenses.
119.50/37.07	c See www.sat4j.org for details.
119.50/37.07	c That software uses the Rhino library from the Mozilla project.
119.50/37.07	c version CUSTOM.v20170705
119.50/37.07	c java.runtime.name	Java(TM) SE Runtime Environment
119.50/37.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
119.50/37.07	c java.vm.version	25.131-b11
119.50/37.07	c java.vm.vendor	Oracle Corporation
119.50/37.07	c sun.arch.data.model	64
119.50/37.07	c java.version		1.8.0_131
119.50/37.07	c os.name		Linux
119.50/37.07	c os.version		3.10.0-514.16.1.el7.x86_64
119.50/37.07	c os.arch		amd64
119.50/37.07	c Free memory 		499604488
119.50/37.07	c Max memory 		7247757312
119.50/37.07	c Total memory 		504889344
119.50/37.07	c Number of processors 	8
119.50/37.07	c c --- Begin Solver configuration ---
119.50/37.07	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
119.50/37.07	c Learn all clauses as in MiniSAT
119.50/37.07	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
119.50/37.07	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
119.50/37.07	c No reason simplification
119.50/37.07	c Glucose 2.1 dynamic restart strategy
119.50/37.07	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
119.50/37.07	c timeout=2147483s
119.50/37.07	c DB Simplification allowed=false
119.50/37.07	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
119.50/37.07	c --- End Solver configuration ---
119.50/37.07	c constraints type 
119.50/37.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 1536
119.50/37.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27353088
119.50/37.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 785408
119.50/37.07	c org.sat4j.minisat.constraints.cnf.UnitClause => 544
119.50/37.07	c 28140576 constraints processed.
2400.02/2199.50	c starts		: 36679
2400.02/2199.50	c conflicts		: 8419851
2400.02/2199.50	c decisions		: 278985425
2400.02/2199.50	c propagations		: 4263004009
2400.02/2199.50	c inspects		: 10637573270
2400.02/2199.50	c shortcuts		: 0
2400.02/2199.50	c learnt literals	: 990
2400.02/2199.50	c learnt binary clauses	: 22434
2400.02/2199.50	c learnt ternary clauses	: 20337
2400.02/2199.50	c learnt constraints	: 8418861
2400.02/2199.50	c ignored constraints	: 0
2400.02/2199.50	c root simplifications	: 0
2400.02/2199.50	c removed literals (reason simplification)	: 0
2400.02/2199.50	c reason swapping (by a shorter reason)	: 0
2400.02/2199.50	c Calls to reduceDB	: 125
2400.02/2199.50	c Number of update (reduction) of LBD	: 7937584
2400.02/2199.50	c Imported unit clauses	: 0
2400.02/2199.50	c number of reductions to clauses (during analyze)	: 0
2400.02/2199.50	c number of learned constraints concerned by reduction	: 0
2400.02/2199.50	c number of learning phase by resolution	: 0
2400.02/2199.50	c number of learning phase by cutting planes	: 0
2400.02/2199.50	c number of rounding to 1 operations	: 0
2400.02/2199.50	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.02/2199.50	c number of reductions of the coefficients by power 2 	: 0
2400.02/2199.50	c number of right shift for reduction by power 2 	: 0
2400.02/2199.50	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.02/2199.51	c speed (assignments/second)	: 1971447.113425852
2400.02/2199.51	c non guided choices	142480057
2400.02/2199.54	c learnt constraints type 
2400.02/2199.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 22434
2400.02/2199.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 160363
2400.02/2199.54	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243927-1500677778/watcher-4243927-1500677778 -o /tmp/evaluation-result-4243927-1500677778/solver-4243927-1500677778 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500672326-5752 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243927-1500677778.xml 

pid=6619
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.08 2.04 2.28 3/262 6622
/proc/meminfo: memFree=31134648/32770624 swapFree=5800/233068
[pid=6622] ppid=6619 vsize=8339376 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/stat : 6622 (java) S 6619 6622 2447 0 -1 1077944320 1819 0 0 0 0 0 0 0 20 0 2 0 3045486 8539521024 2065 33554432000 4194304 4196468 140727308624224 140727308606768 140594261810935 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
/proc/6622/statm: 2084844 2065 1188 1 0 2073755 0
[pid=6622/tid=6623] ppid=6619 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6623/stat : 6623 (java) R 6619 6622 2447 0 -1 4202560 587 0 0 0 0 0 0 0 20 0 2 0 3045487 8550137856 2131 33554432000 4194304 4196468 140727308624224 140594266053024 140594254100384 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0

[startup+0.100071 s]
/proc/loadavg: 2.08 2.04 2.28 3/262 6622
/proc/meminfo: memFree=31134648/32770624 swapFree=5800/233068
[pid=6622] ppid=6619 vsize=10900456 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/6622/stat : 6622 (java) S 6619 6622 2447 0 -1 1077944320 4939 0 0 0 8 1 0 0 20 0 20 0 3045486 11162066944 6079 33554432000 4194304 4196468 140727308624224 140727308606768 140594261810935 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
/proc/6622/statm: 2725114 6079 2618 1 0 2713552 0
[pid=6622/tid=6623] ppid=6619 vsize=10900456 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6623/stat : 6623 (java) R 6619 6622 2447 0 -1 4202560 3030 0 0 0 7 1 0 0 20 0 20 0 3045487 11162066944 6079 33554432000 4194304 4196468 140727308624224 140594266053216 140594261822870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.200395 s]
/proc/loadavg: 2.08 2.04 2.28 3/262 6622
/proc/meminfo: memFree=31134648/32770624 swapFree=5800/233068
[pid=6622] ppid=6619 vsize=10900556 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/6622/stat : 6622 (java) S 6619 6622 2447 0 -1 1077944320 7063 0 0 0 23 2 0 0 20 0 20 0 3045486 11162169344 7910 33554432000 4194304 4196468 140727308624224 140727308606768 140594261810935 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
/proc/6622/statm: 2725139 7910 2879 1 0 2713552 0
[pid=6622/tid=6623] ppid=6619 vsize=10900556 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6623/stat : 6623 (java) R 6619 6622 2447 0 -1 4202560 4757 0 0 0 16 1 0 0 20 0 20 0 3045487 11162169344 7910 33554432000 4194304 4196468 140727308624224 140594266034384 140594261832861 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10900556

[startup+0.30035 s]
/proc/loadavg: 2.08 2.04 2.28 3/262 6622
/proc/meminfo: memFree=31134648/32770624 swapFree=5800/233068
[pid=6622] ppid=6619 vsize=10900556 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/6622/stat : 6622 (java) S 6619 6622 2447 0 -1 1077944320 8079 0 0 0 37 3 0 0 20 0 20 0 3045486 11162169344 9961 33554432000 4194304 4196468 140727308624224 140727308606768 140594261810935 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
/proc/6622/statm: 2725139 9961 2933 1 0 2713552 0
[pid=6622/tid=6623] ppid=6619 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6623/stat : 6623 (java) R 6619 6622 2447 0 -1 4202560 5260 0 0 0 26 2 0 0 20 0 20 0 3045487 11162169344 9961 33554432000 4194304 4196468 140727308624224 140594266036144 140594245854565 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 10900556

[startup+0.700265 s]
/proc/loadavg: 2.08 2.04 2.28 3/262 6622
/proc/meminfo: memFree=31134648/32770624 swapFree=5800/233068
[pid=6622] ppid=6619 vsize=10900632 CPUtime=1.81 cores=0,2,4,6,8,10,12,14
/proc/6622/stat : 6622 (java) S 6619 6622 2447 0 -1 1077944320 12100 0 0 0 169 12 0 0 20 0 20 0 3045486 11162247168 48138 33554432000 4194304 4196468 140727308624224 140727308606768 140594261810935 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
/proc/6622/statm: 2725158 48138 3106 1 0 2713552 0
[pid=6622/tid=6623] ppid=6619 vsize=10900632 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6623/stat : 6623 (java) R 6619 6622 2447 0 -1 4202560 5773 0 0 0 62 4 0 0 20 0 20 0 3045487 11162247168 48138 33554432000 4194304 4196468 140727308624224 140594266047352 140593895240990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 10900632

[startup+1.50085 s]
/proc/loadavg: 2.08 2.04 2.28 3/282 6642
/proc/meminfo: memFree=30921680/32770624 swapFree=5800/233052
[pid=6622] ppid=6619 vsize=10900632 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/6622/stat : 6622 (java) S 6619 6622 2447 0 -1 1077944320 13944 0 0 0 285 23 0 0 20 0 20 0 3045486 11162247168 56339 33554432000 4194304 4196468 140727308624224 140727308606768 140594261810935 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
/proc/6622/statm: 2725158 56339 3111 1 0 2713552 0
[pid=6622/tid=6623] ppid=6619 vsize=10900632 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6623/stat : 6623 (java) R 6619 6622 2447 0 -1 4202560 5776 0 0 0 139 4 0 0 20 0 20 0 3045487 11162247168 56339 33554432000 4194304 4196468 140727308624224 140594266049352 140593895383095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6625] ppid=6619 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6625/stat : 6625 (java) S 6619 6622 2447 0 -1 1077944384 60 0 0 0 2 2 0 0 20 0 20 0 3045488 11162247168 56339 33554432000 4194304 4196468 140727308624224 140594214431120 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6626] ppid=6619 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6626/stat : 6626 (java) S 6619 6622 2447 0 -1 1077944384 65 0 0 0 1 2 0 0 20 0 20 0 3045488 11162247168 56339 33554432000 4194304 4196468 140727308624224 140594213378320 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6627] ppid=6619 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6627/stat : 6627 (java) S 6619 6622 2447 0 -1 1077944384 61 0 0 0 1 2 0 0 20 0 20 0 3045488 11162247168 56339 33554432000 4194304 4196468 140727308624224 140594212326032 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6628] ppid=6619 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6628/stat : 6628 (java) S 6619 6622 2447 0 -1 1077944384 72 0 0 0 2 2 0 0 20 0 20 0 3045488 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593865611792 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6629] ppid=6619 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6629/stat : 6629 (java) S 6619 6622 2447 0 -1 1077944384 67 0 0 0 2 2 0 0 20 0 20 0 3045488 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593864559504 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6630] ppid=6619 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6630/stat : 6630 (java) S 6619 6622 2447 0 -1 1077944384 46 0 0 0 1 1 0 0 20 0 20 0 3045488 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593863506704 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6631] ppid=6619 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6631/stat : 6631 (java) S 6619 6622 2447 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 20 0 3045488 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593862454416 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6632] ppid=6619 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6632/stat : 6632 (java) S 6619 6622 2447 0 -1 1077944384 57 0 0 0 2 1 0 0 20 0 20 0 3045488 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593861401616 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6633] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6633/stat : 6633 (java) S 6619 6622 2447 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 3045490 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593468516464 140594261822082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6634] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6634/stat : 6634 (java) S 6619 6622 2447 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3045491 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593467462496 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6635] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6635/stat : 6635 (java) S 6619 6622 2447 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3045491 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593466410096 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6636] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6636/stat : 6636 (java) S 6619 6622 2447 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3045496 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593465358416 140594261829531 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6637] ppid=6619 vsize=10900632 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6637/stat : 6637 (java) S 6619 6622 2447 0 -1 1077944384 2668 0 0 0 50 0 0 0 20 0 20 0 3045496 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593464306288 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6638] ppid=6619 vsize=10900632 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6638/stat : 6638 (java) S 6619 6622 2447 0 -1 1077944384 1350 0 0 0 24 0 0 0 20 0 20 0 3045496 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593463253488 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6639] ppid=6619 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6639/stat : 6639 (java) S 6619 6622 2447 0 -1 1077944384 1104 0 0 0 28 0 0 0 20 0 20 0 3045496 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593462201200 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6640] ppid=6619 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6640/stat : 6640 (java) S 6619 6622 2447 0 -1 1077944384 1140 0 0 0 26 0 0 0 20 0 20 0 3045496 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593461148400 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6641] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6641/stat : 6641 (java) S 6619 6622 2447 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3045496 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593460095328 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6642] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6642/stat : 6642 (java) S 6619 6622 2447 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3045496 11162247168 56339 33554432000 4194304 4196468 140727308624224 140593459042608 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10900632

[startup+3.10084 s]
/proc/loadavg: 2.07 2.04 2.28 3/282 6642
/proc/meminfo: memFree=30921060/32770624 swapFree=5800/233084
[pid=6622] ppid=6619 vsize=10900632 CPUtime=4.69 cores=0,2,4,6,8,10,12,14
/proc/6622/stat : 6622 (java) S 6619 6622 2447 0 -1 1077944320 14299 0 0 0 445 24 0 0 20 0 20 0 3045486 11162247168 67100 33554432000 4194304 4196468 140727308624224 140727308606768 140594261810935 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
/proc/6622/statm: 2725158 67100 3111 1 0 2713552 0
[pid=6622/tid=6623] ppid=6619 vsize=10900632 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6623/stat : 6623 (java) R 6619 6622 2447 0 -1 4202560 6131 0 0 0 298 4 0 0 20 0 20 0 3045487 11162247168 67100 33554432000 4194304 4196468 140727308624224 140594266046800 140593895380610 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6625] ppid=6619 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6625/stat : 6625 (java) S 6619 6622 2447 0 -1 1077944384 60 0 0 0 2 2 0 0 20 0 20 0 3045488 11162247168 67100 33554432000 4194304 4196468 140727308624224 140594214431120 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6626] ppid=6619 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6626/stat : 6626 (java) S 6619 6622 2447 0 -1 1077944384 65 0 0 0 1 2 0 0 20 0 20 0 3045488 11162247168 67100 33554432000 4194304 4196468 140727308624224 140594213378320 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6627] ppid=6619 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6627/stat : 6627 (java) S 6619 6622 2447 0 -1 1077944384 61 0 0 0 1 2 0 0 20 0 20 0 3045488 11162247168 67100 33554432000 4194304 4196468 140727308624224 140594212326032 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6628] ppid=6619 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6628/stat : 6628 (java) S 6619 6622 2447 0 -1 1077944384 72 0 0 0 2 2 0 0 20 0 20 0 3045488 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593865611792 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6629] ppid=6619 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6629/stat : 6629 (java) S 6619 6622 2447 0 -1 1077944384 67 0 0 0 2 2 0 0 20 0 20 0 3045488 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593864559504 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6630] ppid=6619 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6630/stat : 6630 (java) S 6619 6622 2447 0 -1 1077944384 46 0 0 0 1 1 0 0 20 0 20 0 3045488 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593863506704 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6631] ppid=6619 vsize=10900632 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6631/stat : 6631 (java) S 6619 6622 2447 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 20 0 3045488 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593862454416 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6632] ppid=6619 vsize=10900632 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6632/stat : 6632 (java) S 6619 6622 2447 0 -1 1077944384 57 0 0 0 2 1 0 0 20 0 20 0 3045488 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593861401616 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6633] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6633/stat : 6633 (java) S 6619 6622 2447 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 3045490 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593468516464 140594261822082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6634] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6634/stat : 6634 (java) S 6619 6622 2447 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3045491 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593467462496 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6635] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6635/stat : 6635 (java) S 6619 6622 2447 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3045491 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593466410096 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6636] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6636/stat : 6636 (java) S 6619 6622 2447 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3045496 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593465358416 140594261829531 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6637] ppid=6619 vsize=10900632 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6637/stat : 6637 (java) S 6619 6622 2447 0 -1 1077944384 2668 0 0 0 50 0 0 0 20 0 20 0 3045496 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593464306288 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6638] ppid=6619 vsize=10900632 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6638/stat : 6638 (java) S 6619 6622 2447 0 -1 1077944384 1350 0 0 0 24 0 0 0 20 0 20 0 3045496 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593463253488 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6639] ppid=6619 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6639/stat : 6639 (java) S 6619 6622 2447 0 -1 1077944384 1104 0 0 0 28 0 0 0 20 0 20 0 3045496 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593462201200 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6640] ppid=6619 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6640/stat : 6640 (java) S 6619 6622 2447 0 -1 1077944384 1140 0 0 0 26 0 0 0 20 0 20 0 3045496 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593461148400 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6641] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6641/stat : 6641 (java) S 6619 6622 2447 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3045496 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593460095328 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6642] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6642/stat : 6642 (java) S 6619 6622 2447 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3045496 11162247168 67100 33554432000 4194304 4196468 140727308624224 140593459042608 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 10900632

[startup+6.30087 s]
/proc/loadavg: 2.07 2.04 2.28 3/282 6642
/proc/meminfo: memFree=30669844/32770624 swapFree=5800/233096
[pid=6622] ppid=6619 vsize=10900632 CPUtime=9.23 cores=0,2,4,6,8,10,12,14
/proc/6622/stat : 6622 (java) S 6619 6622 2447 0 -1 1077944320 16690 0 0 0 836 87 0 0 20 0 20 0 3045486 11162247168 118443 33554432000 4194304 4196468 140727308624224 140727308606768 140594261810935 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
/proc/6622/statm: 2725158 118443 3119 1 0 2713552 0
[pid=6622/tid=6623] ppid=6619 vsize=10900632 CPUtime=6.02 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6623/stat : 6623 (java) R 6619 6622 2447 0 -1 4202560 6294 0 0 0 597 5 0 0 20 0 20 0 3045487 11162247168 118443 33554432000 4194304 4196468 140727308624224 140594266049776 140593895383100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6625] ppid=6619 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6625/stat : 6625 (java) S 6619 6622 2447 0 -1 1077944384 417 0 0 0 13 10 0 0 20 0 20 0 3045488 11162247168 118443 33554432000 4194304 4196468 140727308624224 140594214431120 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6626] ppid=6619 vsize=10900632 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6626/stat : 6626 (java) S 6619 6622 2447 0 -1 1077944384 147 0 0 0 12 9 0 0 20 0 20 0 3045488 11162247168 118443 33554432000 4194304 4196468 140727308624224 140594213378320 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6627] ppid=6619 vsize=10900632 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6627/stat : 6627 (java) S 6619 6622 2447 0 -1 1077944384 168 0 0 0 13 9 0 0 20 0 20 0 3045488 11162247168 118443 33554432000 4194304 4196468 140727308624224 140594212326032 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6628] ppid=6619 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6628/stat : 6628 (java) S 6619 6622 2447 0 -1 1077944384 235 0 0 0 14 9 0 0 20 0 20 0 3045488 11162247168 118443 33554432000 4194304 4196468 140727308624224 140593865611792 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6629] ppid=6619 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6629/stat : 6629 (java) S 6619 6622 2447 0 -1 1077944384 176 0 0 0 13 10 0 0 20 0 20 0 3045488 11162247168 118443 33554432000 4194304 4196468 140727308624224 140593864559504 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6630] ppid=6619 vsize=10900632 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6630/stat : 6630 (java) S 6619 6622 2447 0 -1 1077944384 141 0 0 0 12 9 0 0 20 0 20 0 3045488 11162247168 118443 33554432000 4194304 4196468 140727308624224 140593863506704 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6631] ppid=6619 vsize=10900632 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6631/stat : 6631 (java) S 6619 6622 2447 0 -1 1077944384 116 0 0 0 12 9 0 0 20 0 20 0 3045488 11162247168 118443 33554432000 4194304 4196468 140727308624224 140593862454416 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6632] ppid=6619 vsize=10900632 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6632/stat : 6632 (java) S 6619 6622 2447 0 -1 1077944384 151 0 0 0 14 9 0 0 20 0 20 0 3045488 11162247168 118443 33554432000 4194304 4196468 140727308624224 140593861401616 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6633] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6633/stat : 6633 (java) S 6619 6622 2447 0 -1 1077944384 686 0 0 0 0 0 0 0 20 0 20 0 3045490 11162247168 118443 33554432000 4194304 4196468 140727308624224 140593468516464 140594261822082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6634] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6634/stat : 6634 (java) S 6619 6622 2447 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3045491 11162247168 118443 33554432000 4194304 4196468 140727308624224 140593467462496 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6635] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6635/stat : 6635 (java) S 6619 6622 2447 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3045491 11162247168 118443 33554432000 4194304 4196468 140727308624224 140593466410096 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6636] ppid=6619 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=6622/tid=6640] ppid=6619 vsize=10967196 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6640/stat : 6640 (java) S 6619 6622 2447 0 -1 1077944384 3593 0 0 0 47 1 0 0 20 0 21 0 3045496 11230408704 1615937 33554432000 4194304 4196468 140727308624224 140593461148400 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6641] ppid=6619 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6641/stat : 6641 (java) S 6619 6622 2447 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3045496 11230408704 1615937 33554432000 4194304 4196468 140727308624224 140593460095328 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6642] ppid=6619 vsize=10967196 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6642/stat : 6642 (java) S 6619 6622 2447 0 -1 1077944384 2492 0 0 0 64 53 0 0 20 0 21 0 3045496 11230408704 1615937 33554432000 4194304 4196468 140727308624224 140593459042608 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6643] ppid=6619 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6643/stat : 6643 (java) S 6619 6622 2447 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3049200 11230408704 1615937 33554432000 4194304 4196468 140727308624224 140593457988656 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
Current children cumulated CPU time (s) 2328.88
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2199.3 s]
/proc/loadavg: 2.07 2.14 2.49 3/283 7088
/proc/meminfo: memFree=21654548/32770624 swapFree=5800/235308
[pid=6622] ppid=6619 vsize=10967196 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/6622/stat : 6622 (java) S 6619 6622 2447 0 -1 1077944320 517020 0 0 0 237330 2670 0 0 20 0 21 0 3045486 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140727308606768 140594261810935 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
/proc/6622/statm: 2741799 1616166 3172 1 0 2730193 0
[pid=6622/tid=6623] ppid=6619 vsize=10967196 CPUtime=2163.98 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6623/stat : 6623 (java) R 6619 6622 2447 0 -1 4202560 247406 0 0 0 216358 40 0 0 20 0 21 0 3045487 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140594266049888 140593897103532 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6625] ppid=6619 vsize=10967196 CPUtime=27.85 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6625/stat : 6625 (java) S 6619 6622 2447 0 -1 1077944384 19280 0 0 0 2460 325 0 0 20 0 21 0 3045488 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140594214431120 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6626] ppid=6619 vsize=10967196 CPUtime=27.97 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6626/stat : 6626 (java) S 6619 6622 2447 0 -1 1077944384 27202 0 0 0 2471 326 0 0 20 0 21 0 3045488 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140594213378320 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6627] ppid=6619 vsize=10967196 CPUtime=27.72 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6627/stat : 6627 (java) S 6619 6622 2447 0 -1 1077944384 23462 0 0 0 2459 313 0 0 20 0 21 0 3045488 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140594212326032 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6628] ppid=6619 vsize=10967196 CPUtime=28.07 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6628/stat : 6628 (java) S 6619 6622 2447 0 -1 1077944384 26294 0 0 0 2492 315 0 0 20 0 21 0 3045488 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593865611792 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6629] ppid=6619 vsize=10967196 CPUtime=28.04 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6629/stat : 6629 (java) S 6619 6622 2447 0 -1 1077944384 25434 0 0 0 2485 319 0 0 20 0 21 0 3045488 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593864559504 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6630] ppid=6619 vsize=10967196 CPUtime=28.01 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6630/stat : 6630 (java) S 6619 6622 2447 0 -1 1077944384 24173 0 0 0 2472 329 0 0 20 0 21 0 3045488 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593863506704 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6631] ppid=6619 vsize=10967196 CPUtime=27.76 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6631/stat : 6631 (java) S 6619 6622 2447 0 -1 1077944384 28776 0 0 0 2447 329 0 0 20 0 21 0 3045488 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593862454416 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6632] ppid=6619 vsize=10967196 CPUtime=28.09 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6632/stat : 6632 (java) S 6619 6622 2447 0 -1 1077944384 26322 0 0 0 2494 315 0 0 20 0 21 0 3045488 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593861401616 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6633] ppid=6619 vsize=10967196 CPUtime=5.82 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6633/stat : 6633 (java) S 6619 6622 2447 0 -1 1077944384 36068 0 0 0 578 4 0 0 20 0 21 0 3045490 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593468516464 140594261822082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6634] ppid=6619 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6634/stat : 6634 (java) S 6619 6622 2447 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 3045491 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593467462496 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6635] ppid=6619 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6635/stat : 6635 (java) S 6619 6622 2447 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 21 0 3045491 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593466410096 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6636] ppid=6619 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6636/stat : 6636 (java) S 6619 6622 2447 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3045496 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593465358416 140594261829531 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6637] ppid=6619 vsize=10967196 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6637/stat : 6637 (java) S 6619 6622 2447 0 -1 1077944384 9408 0 0 0 186 2 0 0 20 0 21 0 3045496 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593464306288 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6638] ppid=6619 vsize=10967196 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6638/stat : 6638 (java) S 6619 6622 2447 0 -1 1077944384 7898 0 0 0 150 1 0 0 20 0 21 0 3045496 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593463253488 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6639] ppid=6619 vsize=10967196 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6639/stat : 6639 (java) S 6619 6622 2447 0 -1 1077944384 7686 0 0 0 147 2 0 0 20 0 21 0 3045496 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593462201200 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6640] ppid=6619 vsize=10967196 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6640/stat : 6640 (java) S 6619 6622 2447 0 -1 1077944384 3598 0 0 0 47 1 0 0 20 0 21 0 3045496 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593461148400 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6641] ppid=6619 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6641/stat : 6641 (java) S 6619 6622 2447 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3045496 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593460095328 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6642] ppid=6619 vsize=10967196 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6642/stat : 6642 (java) S 6619 6622 2447 0 -1 1077944384 2532 0 0 0 66 54 0 0 20 0 21 0 3045496 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593459042608 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6643] ppid=6619 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6643/stat : 6643 (java) S 6619 6622 2447 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3049200 11230408704 1616166 33554432000 4194304 4196468 140727308624224 140593457988656 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 10967196

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 6622 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2199.41 s]
/proc/loadavg: 2.07 2.14 2.49 3/283 7088
/proc/meminfo: memFree=21654548/32770624 swapFree=5800/235308
[pid=6622] ppid=6619 vsize=11166888 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/6622/stat : 6622 (java) S 6619 6622 2447 0 -1 1077944320 518099 0 0 0 237332 2670 0 0 20 0 22 0 3045486 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140727308606768 140594261810935 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
/proc/6622/statm: 2791722 1616258 3174 1 0 2780116 0
[pid=6622/tid=6623] ppid=6619 vsize=11166888 CPUtime=2164 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6623/stat : 6623 (java) S 6619 6622 2447 0 -1 1077944384 247474 0 0 0 216360 40 0 0 20 0 22 0 3045487 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140594266053808 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6625] ppid=6619 vsize=11166888 CPUtime=27.85 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6625/stat : 6625 (java) S 6619 6622 2447 0 -1 1077944384 19280 0 0 0 2460 325 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140594214431120 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6626] ppid=6619 vsize=11166888 CPUtime=27.97 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6626/stat : 6626 (java) S 6619 6622 2447 0 -1 1077944384 27202 0 0 0 2471 326 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140594213378320 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6627] ppid=6619 vsize=11166888 CPUtime=27.72 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6627/stat : 6627 (java) S 6619 6622 2447 0 -1 1077944384 23462 0 0 0 2459 313 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140594212326032 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6628] ppid=6619 vsize=11166888 CPUtime=28.07 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6628/stat : 6628 (java) S 6619 6622 2447 0 -1 1077944384 26294 0 0 0 2492 315 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593865611792 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6629] ppid=6619 vsize=11166888 CPUtime=28.04 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6629/stat : 6629 (java) S 6619 6622 2447 0 -1 1077944384 25434 0 0 0 2485 319 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593864559504 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6630] ppid=6619 vsize=11166888 CPUtime=28.01 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6630/stat : 6630 (java) S 6619 6622 2447 0 -1 1077944384 24173 0 0 0 2472 329 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593863506704 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6631] ppid=6619 vsize=11166888 CPUtime=27.76 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6631/stat : 6631 (java) S 6619 6622 2447 0 -1 1077944384 28776 0 0 0 2447 329 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593862454416 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6632] ppid=6619 vsize=11166888 CPUtime=28.09 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6632/stat : 6632 (java) S 6619 6622 2447 0 -1 1077944384 26322 0 0 0 2494 315 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593861401616 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6633] ppid=6619 vsize=11166888 CPUtime=5.82 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6633/stat : 6633 (java) S 6619 6622 2447 0 -1 1077944384 36104 0 0 0 578 4 0 0 20 0 22 0 3045490 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593468516464 140594261822082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6634] ppid=6619 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6634/stat : 6634 (java) S 6619 6622 2447 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 22 0 3045491 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593467462496 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6635] ppid=6619 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6635/stat : 6635 (java) S 6619 6622 2447 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 22 0 3045491 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593466410096 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6636] ppid=6619 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6636/stat : 6636 (java) S 6619 6622 2447 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593465358416 140594261829531 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6637] ppid=6619 vsize=11166888 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6637/stat : 6637 (java) S 6619 6622 2447 0 -1 1077944384 9408 0 0 0 186 2 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593464306288 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6638] ppid=6619 vsize=11166888 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6638/stat : 6638 (java) S 6619 6622 2447 0 -1 1077944384 7898 0 0 0 150 1 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593463253488 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6639] ppid=6619 vsize=11166888 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6639/stat : 6639 (java) S 6619 6622 2447 0 -1 1077944384 7686 0 0 0 147 2 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593462201200 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6640] ppid=6619 vsize=11166888 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6640/stat : 6640 (java) S 6619 6622 2447 0 -1 1077944384 4003 0 0 0 47 1 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593461148400 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6641] ppid=6619 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6641/stat : 6641 (java) S 6619 6622 2447 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593460095328 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6642] ppid=6619 vsize=11166888 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6642/stat : 6642 (java) S 6619 6622 2447 0 -1 1077944384 2532 0 0 0 66 54 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593459042608 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 11166888

[startup+2199.5 s]
/proc/loadavg: 2.07 2.14 2.49 3/283 7088
/proc/meminfo: memFree=21654548/32770624 swapFree=5800/235308
[pid=6622] ppid=6619 vsize=11166888 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/6622/stat : 6622 (java) S 6619 6622 2447 0 -1 1077944320 518099 0 0 0 237332 2670 0 0 20 0 22 0 3045486 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140727308606768 140594261810935 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
/proc/6622/statm: 2791722 1616258 3174 1 0 2780116 0
[pid=6622/tid=6623] ppid=6619 vsize=11166888 CPUtime=2164 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6623/stat : 6623 (java) S 6619 6622 2447 0 -1 1077944384 247474 0 0 0 216360 40 0 0 20 0 22 0 3045487 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140594266053808 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6625] ppid=6619 vsize=11166888 CPUtime=27.85 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6625/stat : 6625 (java) S 6619 6622 2447 0 -1 1077944384 19280 0 0 0 2460 325 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140594214431120 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6626] ppid=6619 vsize=11166888 CPUtime=27.97 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6626/stat : 6626 (java) S 6619 6622 2447 0 -1 1077944384 27202 0 0 0 2471 326 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140594213378320 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6627] ppid=6619 vsize=11166888 CPUtime=27.72 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6627/stat : 6627 (java) S 6619 6622 2447 0 -1 1077944384 23462 0 0 0 2459 313 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140594212326032 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6628] ppid=6619 vsize=11166888 CPUtime=28.07 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6628/stat : 6628 (java) S 6619 6622 2447 0 -1 1077944384 26294 0 0 0 2492 315 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593865611792 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6629] ppid=6619 vsize=11166888 CPUtime=28.04 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6629/stat : 6629 (java) S 6619 6622 2447 0 -1 1077944384 25434 0 0 0 2485 319 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593864559504 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6630] ppid=6619 vsize=11166888 CPUtime=28.01 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6630/stat : 6630 (java) S 6619 6622 2447 0 -1 1077944384 24173 0 0 0 2472 329 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593863506704 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6631] ppid=6619 vsize=11166888 CPUtime=27.76 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6631/stat : 6631 (java) S 6619 6622 2447 0 -1 1077944384 28776 0 0 0 2447 329 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593862454416 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6632] ppid=6619 vsize=11166888 CPUtime=28.09 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6632/stat : 6632 (java) S 6619 6622 2447 0 -1 1077944384 26322 0 0 0 2494 315 0 0 20 0 22 0 3045488 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593861401616 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6633] ppid=6619 vsize=11166888 CPUtime=5.82 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6633/stat : 6633 (java) S 6619 6622 2447 0 -1 1077944384 36104 0 0 0 578 4 0 0 20 0 22 0 3045490 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593468516464 140594261822082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6634] ppid=6619 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6634/stat : 6634 (java) S 6619 6622 2447 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 22 0 3045491 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593467462496 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6635] ppid=6619 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6635/stat : 6635 (java) S 6619 6622 2447 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 22 0 3045491 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593466410096 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6636] ppid=6619 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6636/stat : 6636 (java) S 6619 6622 2447 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593465358416 140594261829531 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6637] ppid=6619 vsize=11166888 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6637/stat : 6637 (java) S 6619 6622 2447 0 -1 1077944384 9408 0 0 0 186 2 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593464306288 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6638] ppid=6619 vsize=11166888 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6638/stat : 6638 (java) S 6619 6622 2447 0 -1 1077944384 7898 0 0 0 150 1 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593463253488 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6639] ppid=6619 vsize=11166888 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6639/stat : 6639 (java) S 6619 6622 2447 0 -1 1077944384 7686 0 0 0 147 2 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593462201200 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6640] ppid=6619 vsize=11166888 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6640/stat : 6640 (java) S 6619 6622 2447 0 -1 1077944384 4003 0 0 0 47 1 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593461148400 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6641] ppid=6619 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6641/stat : 6641 (java) S 6619 6622 2447 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593460095328 140594261821141 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
[pid=6622/tid=6642] ppid=6619 vsize=11166888 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/6622/task/6642/stat : 6642 (java) S 6619 6622 2447 0 -1 1077944384 2532 0 0 0 66 54 0 0 20 0 22 0 3045496 11434893312 1616258 33554432000 4194304 4196468 140727308624224 140593459042608 140594261822082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25878528 140727308629163 140727308629316 140727308629316 140727308632015 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2199.58
CPU time (s): 2400.11
CPU user time (s): 2373.37
CPU system time (s): 26.7428
CPU usage (%): 109.117
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2373.37
system time used= 26.7428
maximum resident set size= 6465580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 519646
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54980
involuntary context switches= 127326

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5911 second user time and 17.5526 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-22 00:56:18
IDJOB=4243927
IDBENCH=133185
IDSOLVER=2623
FILE ID=node127/4243927-1500677778
RUNJOBID= node127-1500672326-5752
PBS_JOBID= 20623293
Free space on /tmp= 61980 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ortholatin/Ortholatin-m1-s1/Ortholatin-016.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243927-1500677778/watcher-4243927-1500677778 -o /tmp/evaluation-result-4243927-1500677778/solver-4243927-1500677778 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500672326-5752 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243927-1500677778.xml

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

MD5SUM BENCH= 6d65a76f46cedd698fe2b492b618a08c
RANDOM SEED=1929193851

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.94
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.94
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.94
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.94
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31134788 kB
MemAvailable:   31154428 kB
Buffers:           40224 kB
Cached:           291004 kB
SwapCached:            0 kB
Active:          1019372 kB
Inactive:         241880 kB
Active(anon):     932864 kB
Inactive(anon):     8700 kB
Active(file):      86508 kB
Inactive(file):   233180 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1676 kB
Writeback:             0 kB
AnonPages:        935856 kB
Mapped:            41648 kB
Shmem:              8840 kB
Slab:              63708 kB
SReclaimable:      31576 kB
SUnreclaim:        32132 kB
KernelStack:        4496 kB
PageTables:         6892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2228036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    866304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61980 MiB
End job on node127 at 2017-07-22 01:32:58