Trace number 4262895

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-05OPT5708 4.8380699 2.9361701

General information on the benchmark

NameFastfood/Fastfood-m1-s1/
Fastfood-ff32.xml
MD5SUMc2f78e5ba136eead11eee8da568b11fc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5708
Best CPU time to get the best result obtained on this benchmark0.039051
Satisfiable
(Un)Satisfiability was proved
Number of variables63
Number of constraints63
Number of domains23
Minimum domain size21
Maximum domain size22
Distribution of domain sizes[{"size":21,"count":8},{"size":22,"count":55}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":62},{"degree":32,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":62}]
Number of extensional constraints31
Number of intensional constraints31
Distribution of constraint types[{"type":"extension","count":31},{"type":"intension","count":31},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.89/0.68	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.89/0.68	c This is free software under the dual EPL/GNU LGPL licenses.
0.89/0.68	c See www.sat4j.org for details.
0.89/0.68	c That software uses the Rhino library from the Mozilla project.
0.89/0.68	c version CUSTOM.v20170705
0.89/0.68	c java.runtime.name	Java(TM) SE Runtime Environment
0.89/0.68	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.89/0.68	c java.vm.version	25.131-b11
0.89/0.68	c java.vm.vendor	Oracle Corporation
0.89/0.68	c sun.arch.data.model	64
0.89/0.68	c java.version		1.8.0_131
0.89/0.68	c os.name		Linux
0.89/0.68	c os.version		3.10.0-514.16.1.el7.x86_64
0.89/0.68	c os.arch		amd64
0.89/0.68	c Free memory 		499604488
0.89/0.68	c Max memory 		7247757312
0.89/0.68	c Total memory 		504889344
0.89/0.68	c Number of processors 	4
0.89/0.68	c c --- Begin Solver configuration ---
0.89/0.68	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.89/0.68	c Learn all clauses as in MiniSAT
0.89/0.68	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.89/0.68	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.89/0.68	c No reason simplification
0.89/0.68	c Glucose 2.1 dynamic restart strategy
0.89/0.68	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
0.89/0.68	c timeout=2147483s
0.89/0.68	c DB Simplification allowed=false
0.89/0.68	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.89/0.68	c --- End Solver configuration ---
0.89/0.68	c constraints type 
0.89/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 126
0.89/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 29920
0.89/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20164
0.89/0.68	c org.sat4j.minisat.constraints.cnf.UnitClause => 124
0.89/0.68	c 50334 constraints processed.
1.62/0.85	o 5715
4.01/2.04	o 5708
4.82/2.92	c starts		: 155
4.82/2.92	c conflicts		: 28975
4.82/2.92	c decisions		: 257793
4.82/2.92	c propagations		: 5225190
4.82/2.92	c inspects		: 14705058
4.82/2.92	c shortcuts		: 0
4.82/2.92	c learnt literals	: 42
4.82/2.92	c learnt binary clauses	: 293
4.82/2.92	c learnt ternary clauses	: 358
4.82/2.92	c learnt constraints	: 28932
4.82/2.92	c ignored constraints	: 0
4.82/2.92	c root simplifications	: 0
4.82/2.92	c removed literals (reason simplification)	: 0
4.82/2.92	c reason swapping (by a shorter reason)	: 0
4.82/2.92	c Calls to reduceDB	: 3
4.82/2.92	c Number of update (reduction) of LBD	: 19528
4.82/2.92	c Imported unit clauses	: 0
4.82/2.92	c number of reductions to clauses (during analyze)	: 0
4.82/2.92	c number of learned constraints concerned by reduction	: 0
4.82/2.92	c number of learning phase by resolution	: 0
4.82/2.92	c number of learning phase by cutting planes	: 0
4.82/2.92	c number of rounding to 1 operations	: 0
4.82/2.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
4.82/2.92	c number of reductions of the coefficients by power 2 	: 0
4.82/2.92	c number of right shift for reduction by power 2 	: 0
4.82/2.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
4.82/2.92	c speed (assignments/second)	: 2334758.7131367293
4.82/2.92	c non guided choices	5779
4.82/2.92	c learnt constraints type 
4.82/2.92	s OPTIMUM FOUND
4.82/2.93	v <instantiation type="optimum" cost="5708">
4.82/2.93	v 	<list> x[0] drd[0][0] drd[1][0] drd[2][0] drd[3][0] drd[4][0] drd[5][0] drd[6][0] drd[7][0] drd[8][0] drd[9][0] drd[10][0] drd[11][0] drd[12][0] drd[13][0] drd[14][0] drd[15][0] drd[16][0] drd[17][0] drd[18][0] drd[19][0] drd[20][0] drd[21][0] drd[22][0] drd[23][0] drd[24][0] drd[25][0] drd[26][0] drd[27][0] drd[28][0] drd[29][0] drd[30][0] dr[0] dr[1] dr[2] dr[3] dr[4] dr[5] dr[6] dr[7] dr[8] dr[9] dr[10] dr[11] dr[12] dr[13] dr[14] dr[15] dr[16] dr[17] dr[18] dr[19] dr[20] dr[21] dr[22] dr[23] dr[24] dr[25] dr[26] dr[27] dr[28] dr[29] dr[30] </list>
4.82/2.93	v 	<values> 535 0 259 120 149 7 226 69 69 100 503 503 93 459 459 24 24 45 47 185 185 432 432 109 109 152 152 158 215 73 73 277 0 259 120 149 7 226 69 69 100 503 503 93 459 459 24 24 45 47 185 185 432 432 109 109 152 152 158 215 73 73 277 </values>
4.82/2.93	v </instantiation>
4.82/2.93	

Verifier Data

OK	5708

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 (7429 MiB free)
  memory of node 1: 16384 MiB (15567 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262895-1502635468/watcher-4262895-1502635468 -o /tmp/evaluation-result-4262895-1502635468/solver-4262895-1502635468 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262895-1502635468.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=18984, runsolver pid=18981

[startup+0.100059 s]*
/proc/loadavg: 6.29 6.50 4.99 6/208 18990
/proc/meminfo: memFree=23543168/32770624 swapFree=67108764/67108860
[pid=18984] ppid=18981 vsize=9936560 memory=18796 CPUtime=0.01 cores=1,3,5,7
/proc/18984/stat : 18984 (java) S 18981 18984 4674 0 -1 1077944320 3515 0 0 0 1 0 0 0 20 0 6 0 111053196 10175037440 4699 18446744073709551615 4194304 4196468 140735379124128 140735379106672 139678694457079 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
/proc/18984/statm: 2484140 4699 1923 1 0 2473637 0
[pid=18984/tid=18986] ppid=18981 vsize=9936560 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18986/stat : 18986 (java) R 18981 18984 4674 0 -1 4202560 2219 0 0 0 0 0 0 0 20 0 6 0 111053205 10175037440 4699 18446744073709551615 4194304 4196468 140735379124128 139678698693200 139678694479005 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18987] ppid=18981 vsize=9936560 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18987/stat : 18987 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111053206 10175037440 4699 18446744073709551615 4194304 4196468 140735379124128 139678651423888 139678694467285 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18988] ppid=18981 vsize=9936560 memory=140502344713856 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18988/stat : 18988 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111053206 10175037440 4699 18446744073709551615 4194304 4196468 140735379124128 139678650371088 139678694467285 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18989] ppid=18981 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18989/stat : 18989 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 111053206 10175037440 4699 18446744073709551615 4194304 4196468 140735379124128 139678649318288 139678694467285 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18990] ppid=18981 vsize=9936560 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18990/stat : 18990 (java) S 18981 18984 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 111053206 10175037440 4699 18446744073709551615 4194304 4196468 140735379124128 139678648265488 139678694467285 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 18796 KiB

[startup+0.210266 s]*
/proc/loadavg: 6.11 6.46 4.99 5/216 18998
/proc/meminfo: memFree=23535820/32770624 swapFree=67108764/67108860
[pid=18984] ppid=18981 vsize=10484492 memory=22840 CPUtime=0.05 cores=1,3,5,7
/proc/18984/stat : 18984 (java) S 18981 18984 4674 0 -1 1077944320 4670 0 0 0 4 1 0 0 20 0 14 0 111053196 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 140735379106672 139678694457079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
/proc/18984/statm: 2621123 5710 2577 1 0 2610620 0
[pid=18984/tid=18986] ppid=18981 vsize=10484492 memory=8316850467074736180 CPUtime=0.04 cores=1,3,5,7
/proc/18984/task/18986/stat : 18986 (java) D 18981 18984 4674 0 -1 4202560 2780 0 0 0 4 0 0 0 20 0 14 0 111053205 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 139678698694560 139678694479101 0 4 1 16800974 18446744071580418449 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18987] ppid=18981 vsize=10484492 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18987/stat : 18987 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 111053206 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 139678651423888 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18988] ppid=18981 vsize=10484492 memory=140502344789525 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18988/stat : 18988 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 111053206 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 139678650371088 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18989] ppid=18981 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18989/stat : 18989 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 111053206 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 139678649318288 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18990] ppid=18981 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18990/stat : 18990 (java) S 18981 18984 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 111053206 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 139678648265488 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18991] ppid=18981 vsize=10484492 memory=140502344713856 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18991/stat : 18991 (java) S 18981 18984 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 111053207 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 139678258391408 139678694468226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18992] ppid=18981 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18992/stat : 18992 (java) S 18981 18984 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 111053208 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 139678257337376 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18993] ppid=18981 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18993/stat : 18993 (java) S 18981 18984 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 111053208 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 139678256284528 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18994] ppid=18981 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18994/stat : 18994 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 111053210 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 139678255232848 139678694475675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18995] ppid=18981 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18995/stat : 18995 (java) S 18981 18984 4674 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 14 0 111053210 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 139678254181232 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18996] ppid=18981 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18996/stat : 18996 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 111053210 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 139678253128432 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18997] ppid=18981 vsize=10484492 memory=140502344713856 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18997/stat : 18997 (java) S 18981 18984 4674 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 14 0 111053210 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 139678252075632 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18998] ppid=18981 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18998/stat : 18998 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 111053210 10736119808 5710 18446744073709551615 4194304 4196468 140735379124128 139678251023072 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22840 KiB

[startup+0.31111 s]*
/proc/loadavg: 6.11 6.46 4.99 7/217 18999
/proc/meminfo: memFree=23525928/32770624 swapFree=67108764/67108860
[pid=18984] ppid=18981 vsize=10551156 memory=33372 CPUtime=0.21 cores=1,3,5,7
/proc/18984/stat : 18984 (java) S 18981 18984 4674 0 -1 1077944320 8126 0 0 0 18 3 0 0 20 0 15 0 111053196 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 140735379106672 139678694457079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
/proc/18984/statm: 2637789 8343 2868 1 0 2627261 0
[pid=18984/tid=18986] ppid=18981 vsize=10551156 memory=8316850467074736180 CPUtime=0.14 cores=1,3,5,7
/proc/18984/task/18986/stat : 18986 (java) R 18981 18984 4674 0 -1 4202560 5774 0 0 0 12 2 0 0 20 0 15 0 111053205 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678698678384 139678679640070 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18987] ppid=18981 vsize=10551156 memory=12958 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18987/stat : 18987 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111053206 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678651423888 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18988] ppid=18981 vsize=10551156 memory=140502344789525 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18988/stat : 18988 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111053206 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678650371088 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18989] ppid=18981 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18989/stat : 18989 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111053206 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678649318288 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18990] ppid=18981 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18990/stat : 18990 (java) S 18981 18984 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111053206 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678648265488 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18991] ppid=18981 vsize=10551156 memory=3471342898665551536 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18991/stat : 18991 (java) S 18981 18984 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 111053207 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678258391408 139678694468226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18992] ppid=18981 vsize=10551156 memory=734707109458217273 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18992/stat : 18992 (java) S 18981 18984 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 111053208 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678257337376 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18993] ppid=18981 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18993/stat : 18993 (java) S 18981 18984 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 111053208 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678256284528 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18994] ppid=18981 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18994/stat : 18994 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111053210 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678255232848 139678694475675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18995] ppid=18981 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/18984/task/18995/stat : 18995 (java) S 18981 18984 4674 0 -1 1077944384 496 0 0 0 1 0 0 0 20 0 15 0 111053210 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678254181232 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18996] ppid=18981 vsize=10551156 memory=3472323898181169199 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18996/stat : 18996 (java) R 18981 18984 4674 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 111053210 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678253128432 139678694468226 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18997] ppid=18981 vsize=10551156 memory=8392726378102012129 CPUtime=0.03 cores=1,3,5,7
/proc/18984/task/18997/stat : 18997 (java) R 18981 18984 4674 0 -1 1077944384 421 0 0 0 3 0 0 0 20 0 15 0 111053210 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678252075632 139678694468226 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18998] ppid=18981 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18998/stat : 18998 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 111053210 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678251023072 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18999] ppid=18981 vsize=10551156 memory=140502344713856 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18999/stat : 18999 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 111053218 10804383744 8343 18446744073709551615 4194304 4196468 140735379124128 139678249970352 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 33372 KiB

[startup+0.701655 s]
/proc/loadavg: 6.11 6.46 4.99 8/217 18999
/proc/meminfo: memFree=23513552/32770624 swapFree=67108764/67108860
[pid=18984] ppid=18981 vsize=10617796 memory=77964 CPUtime=1.21 cores=1,3,5,7
/proc/18984/stat : 18984 (java) S 18981 18984 4674 0 -1 1077944320 11691 0 0 0 116 5 0 0 20 0 16 0 111053196 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 140735379106672 139678694457079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
/proc/18984/statm: 2654449 19491 3056 1 0 2643902 0
[pid=18984/tid=18986] ppid=18981 vsize=10617796 memory=18983755451683 CPUtime=0.51 cores=1,3,5,7
/proc/18984/task/18986/stat : 18986 (java) R 18981 18984 4674 0 -1 4202560 7507 0 0 0 48 3 0 0 20 0 16 0 111053205 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678698685520 139678694469014 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18987] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18987/stat : 18987 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678651423888 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18988] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18988/stat : 18988 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678650371088 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18989] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18989/stat : 18989 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678649318288 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18990] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18990/stat : 18990 (java) S 18981 18984 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678648265488 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18991] ppid=18981 vsize=10617796 memory=12304 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18991/stat : 18991 (java) S 18981 18984 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 111053207 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678258391408 139678694468226 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18992] ppid=18981 vsize=10617796 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18992/stat : 18992 (java) S 18981 18984 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111053208 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678257337376 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18993] ppid=18981 vsize=10617796 memory=15880 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18993/stat : 18993 (java) S 18981 18984 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053208 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678256284528 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18994] ppid=18981 vsize=10617796 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18994/stat : 18994 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053210 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678255232848 139678694475675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18995] ppid=18981 vsize=10617796 memory=32108 CPUtime=0.21 cores=1,3,5,7
/proc/18984/task/18995/stat : 18995 (java) R 18981 18984 4674 0 -1 4202560 979 0 0 0 21 0 0 0 20 0 16 0 111053210 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678254167256 139678671896575 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18996] ppid=18981 vsize=10617796 memory=1232 CPUtime=0.19 cores=1,3,5,7
/proc/18984/task/18996/stat : 18996 (java) R 18981 18984 4674 0 -1 4202560 620 0 0 0 19 0 0 0 20 0 16 0 111053210 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678253118544 139678680471489 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18997] ppid=18981 vsize=10617796 memory=3472328279047811153 CPUtime=0.27 cores=1,3,5,7
/proc/18984/task/18997/stat : 18997 (java) R 18981 18984 4674 0 -1 1077944384 1198 0 0 0 27 0 0 0 20 0 16 0 111053210 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678252075632 139678694468226 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18998] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18998/stat : 18998 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053210 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678251023072 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18999] ppid=18981 vsize=10617796 memory=737 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18999/stat : 18999 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053218 10872623104 19491 18446744073709551615 4194304 4196468 140735379124128 139678249970352 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 77964 KiB

[startup+1.501 s]
/proc/loadavg: 6.11 6.46 4.99 7/218 19000
/proc/meminfo: memFree=23475808/32770624 swapFree=67108764/67108860
[pid=18984] ppid=18981 vsize=10617796 memory=99036 CPUtime=3.28 cores=1,3,5,7
/proc/18984/stat : 18984 (java) S 18981 18984 4674 0 -1 1077944320 18665 0 0 0 322 6 0 0 20 0 16 0 111053196 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 140735379106672 139678694457079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
/proc/18984/statm: 2654449 24759 3078 1 0 2643902 0
[pid=18984/tid=18986] ppid=18981 vsize=10617796 memory=281004409596160 CPUtime=1.31 cores=1,3,5,7
/proc/18984/task/18986/stat : 18986 (java) R 18981 18984 4674 0 -1 4202560 8145 0 0 0 128 3 0 0 20 0 16 0 111053205 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678698682368 139678329615575 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18987] ppid=18981 vsize=10617796 memory=53932 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18987/stat : 18987 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678651423888 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18988] ppid=18981 vsize=10617796 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18988/stat : 18988 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678650371088 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18989] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18989/stat : 18989 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678649318288 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18990] ppid=18981 vsize=10617796 memory=281004409563760 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18990/stat : 18990 (java) S 18981 18984 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678648265488 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18991] ppid=18981 vsize=10617796 memory=7898351070516488779 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18991/stat : 18991 (java) S 18981 18984 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 111053207 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678258391408 139678694468226 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18992] ppid=18981 vsize=10617796 memory=3054156605368933524 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18992/stat : 18992 (java) S 18981 18984 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111053208 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678257337376 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18993] ppid=18981 vsize=10617796 memory=8514726395715218844 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18993/stat : 18993 (java) S 18981 18984 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053208 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678256284528 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18994] ppid=18981 vsize=10617796 memory=5450916488555034154 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18994/stat : 18994 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053210 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678255232848 139678694475675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18995] ppid=18981 vsize=10617796 memory=-8815660332880338293 CPUtime=0.8 cores=1,3,5,7
/proc/18984/task/18995/stat : 18995 (java) R 18981 18984 4674 0 -1 4202560 4129 0 0 0 80 0 0 0 20 0 16 0 111053210 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678254174160 139678678854157 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18996] ppid=18981 vsize=10617796 memory=5450909908396308010 CPUtime=0.78 cores=1,3,5,7
/proc/18984/task/18996/stat : 18996 (java) R 18981 18984 4674 0 -1 4202560 3313 0 0 0 78 0 0 0 20 0 16 0 111053210 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678253128432 139678677957630 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18997] ppid=18981 vsize=10617796 memory=0 CPUtime=0.34 cores=1,3,5,7
/proc/18984/task/18997/stat : 18997 (java) S 18981 18984 4674 0 -1 1077944384 1678 0 0 0 34 0 0 0 20 0 16 0 111053210 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678252075632 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18998] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18998/stat : 18998 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053210 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678251023072 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18999] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18999/stat : 18999 (java) S 18981 18984 4674 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 111053218 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678249970352 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=19000] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/19000/stat : 19000 (java) S 18981 18984 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053265 10872623104 24759 18446744073709551615 4194304 4196468 140735379124128 139678248915888 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
Current children cumulated CPU time: 3.28 s
Current children cumulated vsize: 10617796 KiB

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

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

[startup+1.6009 s]
/proc/loadavg: 6.11 6.46 4.99 7/218 19000
/proc/meminfo: memFree=23475808/32770624 swapFree=67108764/67108860
[pid=18984] ppid=18981 vsize=10617796 memory=100068 CPUtime=3.53 cores=1,3,5,7
/proc/18984/stat : 18984 (java) S 18981 18984 4674 0 -1 1077944320 18906 0 0 0 347 6 0 0 20 0 16 0 111053196 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 140735379106672 139678694457079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
/proc/18984/statm: 2654449 25017 3079 1 0 2643902 0
[pid=18984/tid=18986] ppid=18981 vsize=10617796 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/18984/task/18986/stat : 18986 (java) R 18981 18984 4674 0 -1 4202560 8145 0 0 0 138 3 0 0 20 0 16 0 111053205 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678698682368 139678329615575 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18987] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18987/stat : 18987 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678651423888 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18988] ppid=18981 vsize=10617796 memory=16388 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18988/stat : 18988 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678650371088 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18989] ppid=18981 vsize=10617796 memory=8028065902540189290 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18989/stat : 18989 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678649318288 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18990] ppid=18981 vsize=10617796 memory=5788630088553161816 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18990/stat : 18990 (java) S 18981 18984 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678648265488 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18991] ppid=18981 vsize=10617796 memory=7811884315877796198 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18991/stat : 18991 (java) S 18981 18984 4674 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 111053207 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678258391408 139678694468226 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18992] ppid=18981 vsize=10617796 memory=215418625 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18992/stat : 18992 (java) S 18981 18984 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111053208 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678257337376 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18993] ppid=18981 vsize=10617796 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18993/stat : 18993 (java) S 18981 18984 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053208 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678256284528 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18994] ppid=18981 vsize=10617796 memory=32108 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18994/stat : 18994 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053210 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678255232848 139678694475675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18995] ppid=18981 vsize=10617796 memory=1232 CPUtime=0.86 cores=1,3,5,7
/proc/18984/task/18995/stat : 18995 (java) S 18981 18984 4674 0 -1 1077944384 4180 0 0 0 86 0 0 0 20 0 16 0 111053210 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678254181232 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18996] ppid=18981 vsize=10617796 memory=644 CPUtime=0.88 cores=1,3,5,7
/proc/18984/task/18996/stat : 18996 (java) S 18981 18984 4674 0 -1 1077944384 3502 0 0 0 88 0 0 0 20 0 16 0 111053210 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678253128432 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18997] ppid=18981 vsize=10617796 memory=1796 CPUtime=0.34 cores=1,3,5,7
/proc/18984/task/18997/stat : 18997 (java) S 18981 18984 4674 0 -1 1077944384 1679 0 0 0 34 0 0 0 20 0 16 0 111053210 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678252075632 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18998] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18998/stat : 18998 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053210 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678251023072 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18999] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18999/stat : 18999 (java) S 18981 18984 4674 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 111053218 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678249970352 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=19000] ppid=18981 vsize=10617796 memory=3184238422280806752 CPUtime=0 cores=1,3,5,7
/proc/18984/task/19000/stat : 19000 (java) S 18981 18984 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053265 10872623104 25017 18446744073709551615 4194304 4196468 140735379124128 139678248915888 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
Current children cumulated CPU time: 3.53 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 100068 KiB

[startup+2.40073 s]
/proc/loadavg: 6.11 6.46 4.99 6/218 19000
/proc/meminfo: memFree=23458072/32770624 swapFree=67108764/67108860
[pid=18984] ppid=18981 vsize=10617796 memory=106272 CPUtime=4.48 cores=1,3,5,7
/proc/18984/stat : 18984 (java) S 18981 18984 4674 0 -1 1077944320 19163 0 0 0 442 6 0 0 20 0 16 0 111053196 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 140735379106672 139678694457079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
/proc/18984/statm: 2654449 26568 3079 1 0 2643902 0
[pid=18984/tid=18986] ppid=18981 vsize=10617796 memory=1608 CPUtime=2.21 cores=1,3,5,7
/proc/18984/task/18986/stat : 18986 (java) R 18981 18984 4674 0 -1 4202560 8299 0 0 0 217 4 0 0 20 0 16 0 111053205 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678698692912 139678329615575 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18987] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18987/stat : 18987 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678651423888 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18988] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18988/stat : 18988 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678650371088 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18989] ppid=18981 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18989/stat : 18989 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678649318288 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18990] ppid=18981 vsize=10617796 memory=576587700018377745 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18990/stat : 18990 (java) S 18981 18984 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 111053206 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678648265488 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18991] ppid=18981 vsize=10617796 memory=288292190210491238 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18991/stat : 18991 (java) S 18981 18984 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 111053207 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678258391408 139678694468226 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18992] ppid=18981 vsize=10617796 memory=7682475212697334586 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18992/stat : 18992 (java) S 18981 18984 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111053208 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678257337376 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18993] ppid=18981 vsize=10617796 memory=-7522837415797432224 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18993/stat : 18993 (java) S 18981 18984 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053208 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678256284528 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18994] ppid=18981 vsize=10617796 memory=-7395679465411340910 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18994/stat : 18994 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053210 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678255232848 139678694475675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18995] ppid=18981 vsize=10617796 memory=-8412652169255943836 CPUtime=0.92 cores=1,3,5,7
/proc/18984/task/18995/stat : 18995 (java) S 18981 18984 4674 0 -1 1077944384 4187 0 0 0 92 0 0 0 20 0 16 0 111053210 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678254181232 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18996] ppid=18981 vsize=10617796 memory=8547710663883855229 CPUtime=0.97 cores=1,3,5,7
/proc/18984/task/18996/stat : 18996 (java) S 18981 18984 4674 0 -1 1077944384 3524 0 0 0 97 0 0 0 20 0 16 0 111053210 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678253128432 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18997] ppid=18981 vsize=10617796 memory=4572175727738654070 CPUtime=0.35 cores=1,3,5,7
/proc/18984/task/18997/stat : 18997 (java) S 18981 18984 4674 0 -1 1077944384 1709 0 0 0 35 0 0 0 20 0 16 0 111053210 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678252075632 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18998] ppid=18981 vsize=10617796 memory=-7461723844783929535 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18998/stat : 18998 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053210 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678251023072 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18999] ppid=18981 vsize=10617796 memory=7521945320166222896 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18999/stat : 18999 (java) S 18981 18984 4674 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 111053218 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678249970352 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=19000] ppid=18981 vsize=10617796 memory=7013346343823632999 CPUtime=0 cores=1,3,5,7
/proc/18984/task/19000/stat : 19000 (java) S 18981 18984 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053265 10872623104 26568 18446744073709551615 4194304 4196468 140735379124128 139678248915888 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
Current children cumulated CPU time: 4.48 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 106272 KiB

[startup+2.80073 s]
/proc/loadavg: 6.11 6.46 4.99 6/218 19000
/proc/meminfo: memFree=23458072/32770624 swapFree=67108764/67108860
[pid=18984] ppid=18981 vsize=10750924 memory=110556 CPUtime=4.82 cores=1,3,5,7
/proc/18984/stat : 18984 (java) S 18981 18984 4674 0 -1 1077944320 19576 0 0 0 476 6 0 0 20 0 16 0 111053196 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 140735379106672 139678694457079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
/proc/18984/statm: 2687731 27639 3087 1 0 2677184 0
[pid=18984/tid=18986] ppid=18981 vsize=10750924 memory=-8774313645642428999 CPUtime=2.54 cores=1,3,5,7
/proc/18984/task/18986/stat : 18986 (java) S 18981 18984 4674 0 -1 1077944384 8568 0 0 0 250 4 0 0 20 0 16 0 111053205 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678698697760 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18987] ppid=18981 vsize=10750924 memory=4294967295 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18987/stat : 18987 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678651423888 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18988] ppid=18981 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18988/stat : 18988 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678650371088 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18989] ppid=18981 vsize=10750924 memory=281004409356528 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18989/stat : 18989 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678649318288 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18990] ppid=18981 vsize=10750924 memory=7662712499630334821 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18990/stat : 18990 (java) S 18981 18984 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 111053206 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678648265488 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18991] ppid=18981 vsize=10750924 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18991/stat : 18991 (java) S 18981 18984 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 111053207 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678258391408 139678694468226 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18992] ppid=18981 vsize=10750924 memory=7164488557605245282 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18992/stat : 18992 (java) S 18981 18984 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111053208 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678257337376 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18993] ppid=18981 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18993/stat : 18993 (java) S 18981 18984 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053208 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678256284528 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18994] ppid=18981 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18994/stat : 18994 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053210 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678255232848 139678694475675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18995] ppid=18981 vsize=10750924 memory=26 CPUtime=0.92 cores=1,3,5,7
/proc/18984/task/18995/stat : 18995 (java) S 18981 18984 4674 0 -1 1077944384 4198 0 0 0 92 0 0 0 20 0 16 0 111053210 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678254181232 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18996] ppid=18981 vsize=10750924 memory=229 CPUtime=0.97 cores=1,3,5,7
/proc/18984/task/18996/stat : 18996 (java) S 18981 18984 4674 0 -1 1077944384 3526 0 0 0 97 0 0 0 20 0 16 0 111053210 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678253128432 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18997] ppid=18981 vsize=10750924 memory=0 CPUtime=0.35 cores=1,3,5,7
/proc/18984/task/18997/stat : 18997 (java) S 18981 18984 4674 0 -1 1077944384 1712 0 0 0 35 0 0 0 20 0 16 0 111053210 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678252075632 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18998] ppid=18981 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18998/stat : 18998 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053210 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678251023072 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18999] ppid=18981 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18999/stat : 18999 (java) S 18981 18984 4674 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 111053218 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678249970352 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 110556 KiB

[startup+2.90071 s]
/proc/loadavg: 6.11 6.46 4.99 6/218 19000
/proc/meminfo: memFree=23458072/32770624 swapFree=67108764/67108860
[pid=18984] ppid=18981 vsize=10750924 memory=110556 CPUtime=4.82 cores=1,3,5,7
/proc/18984/stat : 18984 (java) S 18981 18984 4674 0 -1 1077944320 19576 0 0 0 476 6 0 0 20 0 16 0 111053196 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 140735379106672 139678694457079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
/proc/18984/statm: 2687731 27639 3087 1 0 2677184 0
[pid=18984/tid=18986] ppid=18981 vsize=10750924 memory=0 CPUtime=2.54 cores=1,3,5,7
/proc/18984/task/18986/stat : 18986 (java) S 18981 18984 4674 0 -1 1077944384 8568 0 0 0 250 4 0 0 20 0 16 0 111053205 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678698697760 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 7 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18987] ppid=18981 vsize=10750924 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18987/stat : 18987 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678651423888 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18988] ppid=18981 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18988/stat : 18988 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678650371088 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18989] ppid=18981 vsize=10750924 memory=85556 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18989/stat : 18989 (java) S 18981 18984 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 111053206 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678649318288 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18990] ppid=18981 vsize=10750924 memory=6370731348509028192 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18990/stat : 18990 (java) S 18981 18984 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 111053206 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678648265488 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18991] ppid=18981 vsize=10750924 memory=644 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18991/stat : 18991 (java) S 18981 18984 4674 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 111053207 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678258391408 139678694468226 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18992] ppid=18981 vsize=10750924 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18992/stat : 18992 (java) S 18981 18984 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 111053208 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678257337376 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18993] ppid=18981 vsize=10750924 memory=956 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18993/stat : 18993 (java) S 18981 18984 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 111053208 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678256284528 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18994] ppid=18981 vsize=10750924 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18994/stat : 18994 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053210 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678255232848 139678694475675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18995] ppid=18981 vsize=10750924 memory=96188 CPUtime=0.92 cores=1,3,5,7
/proc/18984/task/18995/stat : 18995 (java) S 18981 18984 4674 0 -1 1077944384 4198 0 0 0 92 0 0 0 20 0 16 0 111053210 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678254181232 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18996] ppid=18981 vsize=10750924 memory=6944656592455360604 CPUtime=0.97 cores=1,3,5,7
/proc/18984/task/18996/stat : 18996 (java) S 18981 18984 4674 0 -1 1077944384 3526 0 0 0 97 0 0 0 20 0 16 0 111053210 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678253128432 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18997] ppid=18981 vsize=10750924 memory=6944656575208382560 CPUtime=0.35 cores=1,3,5,7
/proc/18984/task/18997/stat : 18997 (java) S 18981 18984 4674 0 -1 1077944384 1712 0 0 0 35 0 0 0 20 0 16 0 111053210 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678252075632 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18998] ppid=18981 vsize=10750924 memory=5857 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18998/stat : 18998 (java) S 18981 18984 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 111053210 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678251023072 139678694467285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
[pid=18984/tid=18999] ppid=18981 vsize=10750924 memory=0 CPUtime=0 cores=1,3,5,7
/proc/18984/task/18999/stat : 18999 (java) S 18981 18984 4674 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 111053218 11008946176 27639 18446744073709551615 4194304 4196468 140735379124128 139678249970352 139678694468226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32522240 140735379132816 140735379132969 140735379132969 140735379136463 0
Current children cumulated CPU time: 4.82 s
Current children cumulated vsize: 10750924 KiB
Current children cumulated memory: 110556 KiB

Child status: 0
Real time (s): 2.93617
CPU time (s): 4.83807
CPU user time (s): 4.76633
CPU system time (s): 0.071742
CPU usage (%): 164.775
Max. virtual memory (cumulated for all children) (KiB): 10750924
Max. memory (cumulated for all children) (KiB): 110556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.76633
system time used= 0.071742
maximum resident set size= 113100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19986
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1755
involuntary context switches= 18


# summary of solver processes directly reported to runsolver:
#   pid: 18984
#   total CPU time (s): 4.83807
#   total CPU user time (s): 4.76633
#   total CPU system time (s): 0.071742

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041751 second user time and 0.067597 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 16:30:33
IDJOB=4262895
IDBENCH=138381
IDSOLVER=2651
FILE ID=node134/4262895-1502635468
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 61948 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Fastfood/Fastfood-m1-s1/Fastfood-ff32.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262895-1502635468/watcher-4262895-1502635468 -o /tmp/evaluation-result-4262895-1502635468/solver-4262895-1502635468 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262895-1502635468.xml

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

MD5SUM BENCH= c2f78e5ba136eead11eee8da568b11fc
RANDOM SEED=1248976512

node134.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.43
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.43
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.43
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.43
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:        23548468 kB
MemAvailable:   23850588 kB
Buffers:          226696 kB
Cached:           369424 kB
SwapCached:            4 kB
Active:          8544488 kB
Inactive:         211568 kB
Active(anon):    8107060 kB
Inactive(anon):    94432 kB
Active(file):     437428 kB
Inactive(file):   117136 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1816 kB
Writeback:             0 kB
AnonPages:       8159928 kB
Mapped:            68900 kB
Shmem:             41564 kB
Slab:             153128 kB
SReclaimable:     126784 kB
SUnreclaim:        26344 kB
KernelStack:        3520 kB
PageTables:        21408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8645408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7925760 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= 61944 MiB
End job on node134 at 2017-08-13 16:30:36