Trace number 4304891

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
Concrete 3.9.2SAT 7.40249 3.6103

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K02-P09_c18.xml
MD5SUM7d3eec938755fdf0eb3fdb8654f4a439
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 benchmark0.013569
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":18}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":27},{"degree":2,"count":25},{"degree":3,"count":4},{"degree":4,"count":14}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":18,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
7.26/3.52	v <instantiation>
7.26/3.52	v       <list>
7.26/3.52	v         cn[0][0] cn[0][1] cn[1][0] cn[1][1] cn[2][0] cn[2][1] cn[3][0] cn[3][1] cn[4][0] cn[4][1] cn[5][0] cn[5][1] cn[6][0] cn[6][1] cn[7][0] cn[7][1] cn[8][0] cn[8][1] ce[0][0][1] ce[1][0][1] ce[2][0][1] ce[3][0][1] ce[4][0][1] ce[5][0][1] ce[6][0][1] ce[7][0][1] ce[8][0][1] cie[0][0] cie[0][1] cie[1][0] cie[1][1] cie[2][0] cie[2][1] cie[3][0] cie[3][1] cie[4][0] cie[4][1] cie[5][0] cie[5][1] cie[6][0] cie[6][1] cie[7][0] cie[7][1]
7.26/3.52	v       </list>
7.26/3.52	v       <values>
7.26/3.52	v         8 16 15 4 6 19 20 3 1 21 25 24 0 22 23 18 2 12 8 11 13 17 20 1 22 5 10 7 12 9 15 14 16 19 18 24 3 25 2 23 4 21 6
7.26/3.52	v       </values>
7.26/3.52	v     </instantiation>
7.26/3.52	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304891-1534055328/watcher-4304891-1534055328 -o /tmp/evaluation-result-4304891-1534055328/solver-4304891-1534055328 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23574 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=2075845881 HOME/instance-4304891-1534055328.xml 

running on 4 cores: 0,2,4,6

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=26054, runsolver pid=26051

[startup+0.100122 s]*
/proc/loadavg: 1.37 1.29 1.37 3/206 26111
/proc/meminfo: memFree=27053624/32770624 swapFree=67108804/67108860
[pid=26054] ppid=26051 vsize=10005480 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/26054/stat : 26054 (java) S 26051 26054 22159 0 -1 1077944320 4366 12981 0 0 1 0 5 3 20 0 6 0 223095968 10245611520 4203 33554432000 4194304 4196468 140721160841184 140721160823728 140605818760951 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
/proc/26054/statm: 2501370 4203 1934 1 0 2489808 0
[pid=26054/tid=26107] ppid=26051 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26107/stat : 26107 (java) R 26051 26054 22159 0 -1 4202560 2175 12981 0 0 0 0 5 3 20 0 6 0 223095977 10245611520 4203 33554432000 4194304 4196468 140721160841184 140605790597712 140605802841438 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26108] ppid=26051 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26108/stat : 26108 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 6 0 223095978 10245611520 4203 33554432000 4194304 4196468 140721160841184 140605823003024 140605818771157 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26109] ppid=26051 vsize=10005480 memory=139993213548160 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26109/stat : 26109 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 6 0 223095978 10245611520 4203 33554432000 4194304 4196468 140721160841184 140605688338704 140605818771157 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26110] ppid=26051 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26110/stat : 26110 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 6 0 223095978 10245611520 4203 33554432000 4194304 4196468 140721160841184 140605357157008 140605818771157 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26111] ppid=26051 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26111/stat : 26111 (java) S 26051 26054 22159 0 -1 1077944384 2 12981 0 0 0 0 5 3 20 0 6 0 223095978 10245611520 4203 33554432000 4194304 4196468 140721160841184 140605356104208 140605818771157 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210001 s]*
/proc/loadavg: 1.37 1.29 1.37 3/215 26120
/proc/meminfo: memFree=27030164/32770624 swapFree=67108804/67108860
[pid=26054] ppid=26051 vsize=10982744 memory=44636 CPUtime=0.27 cores=0,2,4,6
/proc/26054/stat : 26054 (java) S 26051 26054 22159 0 -1 1077944320 7802 12981 0 0 17 2 5 3 20 0 15 0 223095968 11246329856 11159 33554432000 4194304 4196468 140721160841184 140721160823728 140605818760951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
/proc/26054/statm: 2745686 11159 2983 1 0 2708109 0
[pid=26054/tid=26107] ppid=26051 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/26054/task/26107/stat : 26107 (java) R 26051 26054 22159 0 -1 4202560 4371 12981 0 0 10 1 5 3 20 0 15 0 223095977 11246329856 11159 33554432000 4194304 4196468 140721160841184 140605790566032 140605799036711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26108] ppid=26051 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26108/stat : 26108 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095978 11246329856 11159 33554432000 4194304 4196468 140721160841184 140605823003024 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26109] ppid=26051 vsize=10982744 memory=139993213548160 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26109/stat : 26109 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095978 11246329856 11159 33554432000 4194304 4196468 140721160841184 140605688338704 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26110] ppid=26051 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26110/stat : 26110 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095978 11246329856 11159 33554432000 4194304 4196468 140721160841184 140605357157008 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26111] ppid=26051 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26111/stat : 26111 (java) S 26051 26054 22159 0 -1 1077944384 2 12981 0 0 0 0 5 3 20 0 15 0 223095978 11246329856 11159 33554432000 4194304 4196468 140721160841184 140605356104208 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26112] ppid=26051 vsize=10982744 memory=139993213548160 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26112/stat : 26112 (java) S 26051 26054 22159 0 -1 1077944384 2 12981 0 0 0 0 5 3 20 0 15 0 223095979 11246329856 11225 33554432000 4194304 4196468 140721160841184 140605244701296 140605818772098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26113] ppid=26051 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26113/stat : 26113 (java) S 26051 26054 22159 0 -1 1077944384 13 12981 0 0 0 0 5 3 20 0 15 0 223095980 11246329856 11225 33554432000 4194304 4196468 140721160841184 140604679906592 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26114] ppid=26051 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26114/stat : 26114 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095980 11246329856 11225 33554432000 4194304 4196468 140721160841184 140604478580336 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26115] ppid=26051 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26115/stat : 26115 (java) S 26051 26054 22159 0 -1 1077944384 3 12981 0 0 0 0 5 3 20 0 15 0 223095983 11246329856 11225 33554432000 4194304 4196468 140721160841184 140604171180624 140605818779547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26116] ppid=26051 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26054/task/26116/stat : 26116 (java) S 26051 26054 22159 0 -1 1077944384 534 12981 0 0 1 0 5 3 20 0 15 0 223095983 11246329856 11225 33554432000 4194304 4196468 140721160841184 140605243648112 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26117] ppid=26051 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/26054/task/26117/stat : 26117 (java) S 26051 26054 22159 0 -1 1077944384 67 12981 0 0 1 0 5 3 20 0 15 0 223095983 11246329856 11225 33554432000 4194304 4196468 140721160841184 140605242595312 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26118] ppid=26051 vsize=10982744 memory=139993213548160 CPUtime=0.11 cores=0,2,4,6
/proc/26054/task/26118/stat : 26118 (java) S 26051 26054 22159 0 -1 1077944384 624 12981 0 0 3 0 5 3 20 0 15 0 223095983 11246329856 11225 33554432000 4194304 4196468 140721160841184 140605241543024 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26119] ppid=26051 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26119/stat : 26119 (java) S 26051 26054 22159 0 -1 1077944384 3 12981 0 0 0 0 5 3 20 0 15 0 223095983 11246329856 11225 33554432000 4194304 4196468 140721160841184 140603740383712 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26120] ppid=26051 vsize=10982744 memory=139993213548160 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26120/stat : 26120 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095983 11246329856 11225 33554432000 4194304 4196468 140721160841184 140605240490928 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44636 KiB

[startup+0.310155 s]*
/proc/loadavg: 1.37 1.29 1.37 3/215 26120
/proc/meminfo: memFree=27017776/32770624 swapFree=67108804/67108860
[pid=26054] ppid=26051 vsize=10983192 memory=56392 CPUtime=0.39 cores=0,2,4,6
/proc/26054/stat : 26054 (java) S 26051 26054 22159 0 -1 1077944320 10581 12981 0 0 28 3 5 3 20 0 15 0 223095968 11246788608 14098 33554432000 4194304 4196468 140721160841184 140721160823728 140605818760951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
/proc/26054/statm: 2745798 14098 3102 1 0 2708109 0
[pid=26054/tid=26107] ppid=26051 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/26054/task/26107/stat : 26107 (java) R 26051 26054 22159 0 -1 4202560 7125 12981 0 0 19 2 5 3 20 0 15 0 223095977 11246788608 14098 33554432000 4194304 4196468 140721160841184 140605790572960 140605802841438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26108] ppid=26051 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26108/stat : 26108 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095978 11246788608 14098 33554432000 4194304 4196468 140721160841184 140605823003024 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26109] ppid=26051 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26109/stat : 26109 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095978 11246788608 14098 33554432000 4194304 4196468 140721160841184 140605688338704 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26110] ppid=26051 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26110/stat : 26110 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095978 11246788608 14098 33554432000 4194304 4196468 140721160841184 140605357157008 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26111] ppid=26051 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26111/stat : 26111 (java) S 26051 26054 22159 0 -1 1077944384 2 12981 0 0 0 0 5 3 20 0 15 0 223095978 11246788608 14098 33554432000 4194304 4196468 140721160841184 140605356104208 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26112] ppid=26051 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26112/stat : 26112 (java) S 26051 26054 22159 0 -1 1077944384 2 12981 0 0 0 0 5 3 20 0 15 0 223095979 11246788608 14098 33554432000 4194304 4196468 140721160841184 140605244701296 140605818772098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26113] ppid=26051 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26113/stat : 26113 (java) S 26051 26054 22159 0 -1 1077944384 13 12981 0 0 0 0 5 3 20 0 15 0 223095980 11246788608 14098 33554432000 4194304 4196468 140721160841184 140604679906592 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26114] ppid=26051 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26114/stat : 26114 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095980 11246788608 14098 33554432000 4194304 4196468 140721160841184 140604478580336 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26115] ppid=26051 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26115/stat : 26115 (java) S 26051 26054 22159 0 -1 1077944384 3 12981 0 0 0 0 5 3 20 0 15 0 223095983 11246788608 14098 33554432000 4194304 4196468 140721160841184 140604171180624 140605818779547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26116] ppid=26051 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26054/task/26116/stat : 26116 (java) S 26051 26054 22159 0 -1 1077944384 534 12981 0 0 1 0 5 3 20 0 15 0 223095983 11246788608 14098 33554432000 4194304 4196468 140721160841184 140605243648112 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26117] ppid=26051 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26054/task/26117/stat : 26117 (java) S 26051 26054 22159 0 -1 1077944384 68 12981 0 0 1 0 5 3 20 0 15 0 223095983 11246788608 14098 33554432000 4194304 4196468 140721160841184 140605242595312 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26118] ppid=26051 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/26054/task/26118/stat : 26118 (java) S 26051 26054 22159 0 -1 1077944384 634 12981 0 0 5 0 5 3 20 0 15 0 223095983 11246788608 14098 33554432000 4194304 4196468 140721160841184 140605241543024 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26119] ppid=26051 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26119/stat : 26119 (java) S 26051 26054 22159 0 -1 1077944384 3 12981 0 0 0 0 5 3 20 0 15 0 223095983 11246788608 14098 33554432000 4194304 4196468 140721160841184 140603740383712 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26120] ppid=26051 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26120/stat : 26120 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095983 11246788608 14098 33554432000 4194304 4196468 140721160841184 140605240490928 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56392 KiB

[startup+0.700764 s]
/proc/loadavg: 1.37 1.29 1.37 3/215 26120
/proc/meminfo: memFree=27007108/32770624 swapFree=67108804/67108860
[pid=26054] ppid=26051 vsize=10983192 memory=88520 CPUtime=0.99 cores=0,2,4,6
/proc/26054/stat : 26054 (java) S 26051 26054 22159 0 -1 1077944320 16741 12981 0 0 87 4 5 3 20 0 15 0 223095968 11246788608 22130 33554432000 4194304 4196468 140721160841184 140721160823728 140605818760951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
/proc/26054/statm: 2745798 22130 3247 1 0 2708109 0
[pid=26054/tid=26107] ppid=26051 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/26054/task/26107/stat : 26107 (java) R 26051 26054 22159 0 -1 4202560 12206 12981 0 0 55 3 5 3 20 0 15 0 223095977 11246788608 22130 33554432000 4194304 4196468 140721160841184 140605790583952 140605802841438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26108] ppid=26051 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26108/stat : 26108 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095978 11246788608 22130 33554432000 4194304 4196468 140721160841184 140605823003024 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26109] ppid=26051 vsize=10983192 memory=3708 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26109/stat : 26109 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095978 11246788608 22130 33554432000 4194304 4196468 140721160841184 140605688338704 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26110] ppid=26051 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26110/stat : 26110 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095978 11246788608 22130 33554432000 4194304 4196468 140721160841184 140605357157008 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26111] ppid=26051 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26111/stat : 26111 (java) S 26051 26054 22159 0 -1 1077944384 2 12981 0 0 0 0 5 3 20 0 15 0 223095978 11246788608 22130 33554432000 4194304 4196468 140721160841184 140605356104208 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26112] ppid=26051 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26112/stat : 26112 (java) S 26051 26054 22159 0 -1 1077944384 5 12981 0 0 0 0 5 3 20 0 15 0 223095979 11246788608 22130 33554432000 4194304 4196468 140721160841184 140605244701296 140605818772098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26113] ppid=26051 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26113/stat : 26113 (java) S 26051 26054 22159 0 -1 1077944384 13 12981 0 0 0 0 5 3 20 0 15 0 223095980 11246788608 22130 33554432000 4194304 4196468 140721160841184 140604679906592 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26114] ppid=26051 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26114/stat : 26114 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095980 11246788608 22130 33554432000 4194304 4196468 140721160841184 140604478580336 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26115] ppid=26051 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26115/stat : 26115 (java) S 26051 26054 22159 0 -1 1077944384 3 12981 0 0 0 0 5 3 20 0 15 0 223095983 11246788608 22130 33554432000 4194304 4196468 140721160841184 140604171180624 140605818779547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26116] ppid=26051 vsize=10983192 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/26054/task/26116/stat : 26116 (java) S 26051 26054 22159 0 -1 1077944384 1139 12981 0 0 10 0 5 3 20 0 15 0 223095983 11246788608 22130 33554432000 4194304 4196468 140721160841184 140605243648112 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26117] ppid=26051 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/26054/task/26117/stat : 26117 (java) S 26051 26054 22159 0 -1 1077944384 473 12981 0 0 7 0 5 3 20 0 15 0 223095983 11246788608 22130 33554432000 4194304 4196468 140721160841184 140605242595312 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26118] ppid=26051 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/26054/task/26118/stat : 26118 (java) S 26051 26054 22159 0 -1 1077944384 701 12981 0 0 13 0 5 3 20 0 15 0 223095983 11246788608 22130 33554432000 4194304 4196468 140721160841184 140605241543024 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26119] ppid=26051 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26119/stat : 26119 (java) S 26051 26054 22159 0 -1 1077944384 3 12981 0 0 0 0 5 3 20 0 15 0 223095983 11246788608 22130 33554432000 4194304 4196468 140721160841184 140603740383712 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26120] ppid=26051 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26120/stat : 26120 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095983 11246788608 22130 33554432000 4194304 4196468 140721160841184 140605240490928 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88520 KiB

[startup+1.5007 s]
/proc/loadavg: 1.37 1.29 1.37 3/215 26120
/proc/meminfo: memFree=26962976/32770624 swapFree=67108804/67108860
[pid=26054] ppid=26051 vsize=10998092 memory=180196 CPUtime=2.26 cores=0,2,4,6
/proc/26054/stat : 26054 (java) S 26051 26054 22159 0 -1 1077944320 24030 12981 0 0 208 10 5 3 20 0 15 0 223095968 11262046208 45049 33554432000 4194304 4196468 140721160841184 140721160823728 140605818760951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
/proc/26054/statm: 2749523 45049 3474 1 0 2711181 0
[pid=26054/tid=26107] ppid=26051 vsize=10998092 memory=0 CPUtime=1.44 cores=0,2,4,6
/proc/26054/task/26107/stat : 26107 (java) R 26051 26054 22159 0 -1 4202560 17902 12981 0 0 129 7 5 3 20 0 15 0 223095977 11262046208 45049 33554432000 4194304 4196468 140721160841184 140605790592416 140605804196404 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26108] ppid=26051 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26054/task/26108/stat : 26108 (java) S 26051 26054 22159 0 -1 1077944384 228 12981 0 0 1 0 5 3 20 0 15 0 223095978 11262046208 45049 33554432000 4194304 4196468 140721160841184 140605823003024 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26109] ppid=26051 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26054/task/26109/stat : 26109 (java) S 26051 26054 22159 0 -1 1077944384 20 12981 0 0 1 0 5 3 20 0 15 0 223095978 11262046208 45049 33554432000 4194304 4196468 140721160841184 140605688338704 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26110] ppid=26051 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26054/task/26110/stat : 26110 (java) S 26051 26054 22159 0 -1 1077944384 28 12981 0 0 1 0 5 3 20 0 15 0 223095978 11262046208 45049 33554432000 4194304 4196468 140721160841184 140605357157008 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26111] ppid=26051 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/26054/task/26111/stat : 26111 (java) S 26051 26054 22159 0 -1 1077944384 69 12981 0 0 1 0 5 3 20 0 15 0 223095978 11262046208 45049 33554432000 4194304 4196468 140721160841184 140605356104208 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26112] ppid=26051 vsize=10998092 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/26054/task/26112/stat : 26112 (java) S 26051 26054 22159 0 -1 1077944384 53 12981 0 0 1 0 5 3 20 0 15 0 223095979 11262046208 45049 33554432000 4194304 4196468 140721160841184 140605244701296 140605818772098 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26113] ppid=26051 vsize=10998092 memory=279986233747712 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26113/stat : 26113 (java) S 26051 26054 22159 0 -1 1077944384 14 12981 0 0 0 0 5 3 20 0 15 0 223095980 11262046208 45049 33554432000 4194304 4196468 140721160841184 140604679906656 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26114] ppid=26051 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26114/stat : 26114 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095980 11262046208 45049 33554432000 4194304 4196468 140721160841184 140604478580336 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26115] ppid=26051 vsize=10998092 memory=1084 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26115/stat : 26115 (java) S 26051 26054 22159 0 -1 1077944384 3 12981 0 0 0 0 5 3 20 0 15 0 223095983 11262046208 45049 33554432000 4194304 4196468 140721160841184 140604171180624 140605818779547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26116] ppid=26051 vsize=10998092 memory=1600 CPUtime=0.27 cores=0,2,4,6
/proc/26054/task/26116/stat : 26116 (java) S 26051 26054 22159 0 -1 1077944384 1289 12981 0 0 19 0 5 3 20 0 15 0 223095983 11262046208 45049 33554432000 4194304 4196468 140721160841184 140605243648112 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26117] ppid=26051 vsize=10998092 memory=7952 CPUtime=0.3 cores=0,2,4,6
/proc/26054/task/26117/stat : 26117 (java) S 26051 26054 22159 0 -1 1077944384 1037 12981 0 0 22 0 5 3 20 0 15 0 223095983 11262046208 45049 33554432000 4194304 4196468 140721160841184 140605242595312 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26118] ppid=26051 vsize=10998092 memory=4088 CPUtime=0.38 cores=0,2,4,6
/proc/26054/task/26118/stat : 26118 (java) S 26051 26054 22159 0 -1 1077944384 1190 12981 0 0 30 0 5 3 20 0 15 0 223095983 11262046208 45049 33554432000 4194304 4196468 140721160841184 140605241543024 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26119] ppid=26051 vsize=10998092 memory=1784 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26119/stat : 26119 (java) S 26051 26054 22159 0 -1 1077944384 3 12981 0 0 0 0 5 3 20 0 15 0 223095983 11262046208 45049 33554432000 4194304 4196468 140721160841184 140603740383712 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26120] ppid=26051 vsize=10998092 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26120/stat : 26120 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095983 11262046208 45049 33554432000 4194304 4196468 140721160841184 140605240490928 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB
Current children cumulated memory: 180196 KiB

[startup+3.11035 s]
/proc/loadavg: 1.50 1.32 1.38 4/215 26120
/proc/meminfo: memFree=26836836/32770624 swapFree=67108804/67108860
[pid=26054] ppid=26051 vsize=11075936 memory=268812 CPUtime=5.98 cores=0,2,4,6
/proc/26054/stat : 26054 (java) S 26051 26054 22159 0 -1 1077944320 41567 12981 0 0 574 16 5 3 20 0 15 0 223095968 11341758464 67203 33554432000 4194304 4196468 140721160841184 140721160823728 140605818760951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
/proc/26054/statm: 2768984 67203 3497 1 0 2730637 0
[pid=26054/tid=26107] ppid=26051 vsize=11075936 memory=279986234166400 CPUtime=2.99 cores=0,2,4,6
/proc/26054/task/26107/stat : 26107 (java) R 26051 26054 22159 0 -1 4202560 29464 12981 0 0 282 9 5 3 20 0 15 0 223095977 11341758464 67203 33554432000 4194304 4196468 140721160841184 140605790574584 140605800324528 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26108] ppid=26051 vsize=11075936 memory=279986234170944 CPUtime=0.1 cores=0,2,4,6
/proc/26054/task/26108/stat : 26108 (java) S 26051 26054 22159 0 -1 1077944384 230 12981 0 0 2 0 5 3 20 0 15 0 223095978 11341758464 67203 33554432000 4194304 4196468 140721160841184 140605823003024 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26109] ppid=26051 vsize=11075936 memory=6944656592387989600 CPUtime=0.11 cores=0,2,4,6
/proc/26054/task/26109/stat : 26109 (java) S 26051 26054 22159 0 -1 1077944384 28 12981 0 0 3 0 5 3 20 0 15 0 223095978 11341758464 67203 33554432000 4194304 4196468 140721160841184 140605688338704 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26110] ppid=26051 vsize=11075936 memory=56 CPUtime=0.11 cores=0,2,4,6
/proc/26054/task/26110/stat : 26110 (java) S 26051 26054 22159 0 -1 1077944384 48 12981 0 0 3 0 5 3 20 0 15 0 223095978 11341758464 67203 33554432000 4194304 4196468 140721160841184 140605357157008 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26111] ppid=26051 vsize=11075936 memory=7886128541349720114 CPUtime=0.11 cores=0,2,4,6
/proc/26054/task/26111/stat : 26111 (java) S 26051 26054 22159 0 -1 1077944384 96 12981 0 0 3 0 5 3 20 0 15 0 223095978 11341758464 67203 33554432000 4194304 4196468 140721160841184 140605356104208 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26112] ppid=26051 vsize=11075936 memory=8389687274701468466 CPUtime=0.11 cores=0,2,4,6
/proc/26054/task/26112/stat : 26112 (java) S 26051 26054 22159 0 -1 1077944384 283 12981 0 0 3 0 5 3 20 0 15 0 223095979 11341758464 67203 33554432000 4194304 4196468 140721160841184 140605244701296 140605818772098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26113] ppid=26051 vsize=11075936 memory=7093353524971958982 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26113/stat : 26113 (java) S 26051 26054 22159 0 -1 1077944384 14 12981 0 0 0 0 5 3 20 0 15 0 223095980 11341758464 67203 33554432000 4194304 4196468 140721160841184 140604679906656 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26114] ppid=26051 vsize=11075936 memory=279986234000896 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26114/stat : 26114 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095980 11341758464 67203 33554432000 4194304 4196468 140721160841184 140604478580352 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26115] ppid=26051 vsize=11075936 memory=7956567955459234152 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26115/stat : 26115 (java) S 26051 26054 22159 0 -1 1077944384 3 12981 0 0 0 0 5 3 20 0 15 0 223095983 11341758464 67203 33554432000 4194304 4196468 140721160841184 140604171180624 140605818779547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26116] ppid=26051 vsize=11075936 memory=6940161746004175184 CPUtime=0.98 cores=0,2,4,6
/proc/26054/task/26116/stat : 26116 (java) S 26051 26054 22159 0 -1 1077944384 3103 12981 0 0 90 0 5 3 20 0 15 0 223095983 11341758464 67203 33554432000 4194304 4196468 140721160841184 140605243648112 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26117] ppid=26051 vsize=11075936 memory=7447093755344480601 CPUtime=0.94 cores=0,2,4,6
/proc/26054/task/26117/stat : 26117 (java) R 26051 26054 22159 0 -1 4202560 3081 12981 0 0 86 0 5 3 20 0 15 0 223095983 11341758464 67203 33554432000 4194304 4196468 140721160841184 140605242576184 140605802261145 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26118] ppid=26051 vsize=11075936 memory=288230574492221466 CPUtime=1.07 cores=0,2,4,6
/proc/26054/task/26118/stat : 26118 (java) S 26051 26054 22159 0 -1 1077944384 3020 12981 0 0 98 1 5 3 20 0 15 0 223095983 11341758464 67203 33554432000 4194304 4196468 140721160841184 140605241543024 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26119] ppid=26051 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26119/stat : 26119 (java) S 26051 26054 22159 0 -1 1077944384 3 12981 0 0 0 0 5 3 20 0 15 0 223095983 11341758464 67203 33554432000 4194304 4196468 140721160841184 140603740383712 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26120] ppid=26051 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26120/stat : 26120 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095983 11341758464 67203 33554432000 4194304 4196468 140721160841184 140605240490928 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
Current children cumulated CPU time: 5.98 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 268812 KiB

[startup+3.61027 s]
# the end of solver process 26054 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.17361 s, system=0.228878 s

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

[startup+3.20546 s]
/proc/loadavg: 1.50 1.32 1.38 4/215 26120
/proc/meminfo: memFree=26836836/32770624 swapFree=67108804/67108860
[pid=26054] ppid=26051 vsize=11075936 memory=287832 CPUtime=6.22 cores=0,2,4,6
/proc/26054/stat : 26054 (java) S 26051 26054 22159 0 -1 1077944320 51034 12981 0 0 597 17 5 3 20 0 15 0 223095968 11341758464 71958 33554432000 4194304 4196468 140721160841184 140721160823728 140605818760951 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
/proc/26054/statm: 2768984 71958 3498 1 0 2730637 0
[pid=26054/tid=26107] ppid=26051 vsize=11075936 memory=0 CPUtime=3.08 cores=0,2,4,6
/proc/26054/task/26107/stat : 26107 (java) R 26051 26054 22159 0 -1 4202560 36443 12981 0 0 290 10 5 3 20 0 15 0 223095977 11341758464 71958 33554432000 4194304 4196468 140721160841184 140605790583152 140605367917041 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26108] ppid=26051 vsize=11075936 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/26054/task/26108/stat : 26108 (java) S 26051 26054 22159 0 -1 1077944384 230 12981 0 0 2 0 5 3 20 0 15 0 223095978 11341758464 71958 33554432000 4194304 4196468 140721160841184 140605823003024 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26109] ppid=26051 vsize=11075936 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26054/task/26109/stat : 26109 (java) S 26051 26054 22159 0 -1 1077944384 28 12981 0 0 3 0 5 3 20 0 15 0 223095978 11341758464 71958 33554432000 4194304 4196468 140721160841184 140605688338704 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26110] ppid=26051 vsize=11075936 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26054/task/26110/stat : 26110 (java) S 26051 26054 22159 0 -1 1077944384 48 12981 0 0 3 0 5 3 20 0 15 0 223095978 11341758464 71958 33554432000 4194304 4196468 140721160841184 140605357157008 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26111] ppid=26051 vsize=11075936 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26054/task/26111/stat : 26111 (java) S 26051 26054 22159 0 -1 1077944384 96 12981 0 0 3 0 5 3 20 0 15 0 223095978 11341758464 71958 33554432000 4194304 4196468 140721160841184 140605356104208 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26112] ppid=26051 vsize=11075936 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26054/task/26112/stat : 26112 (java) S 26051 26054 22159 0 -1 1077944384 283 12981 0 0 3 0 5 3 20 0 15 0 223095979 11341758464 71958 33554432000 4194304 4196468 140721160841184 140605244701296 140605818772098 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26113] ppid=26051 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26113/stat : 26113 (java) S 26051 26054 22159 0 -1 1077944384 14 12981 0 0 0 0 5 3 20 0 15 0 223095980 11341758464 71958 33554432000 4194304 4196468 140721160841184 140604679906656 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26114] ppid=26051 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26114/stat : 26114 (java) S 26051 26054 22159 0 -1 1077944384 1 12981 0 0 0 0 5 3 20 0 15 0 223095980 11341758464 71958 33554432000 4194304 4196468 140721160841184 140604478580352 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26115] ppid=26051 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26115/stat : 26115 (java) S 26051 26054 22159 0 -1 1077944384 3 12981 0 0 0 0 5 3 20 0 15 0 223095983 11341758464 71958 33554432000 4194304 4196468 140721160841184 140604171180624 140605818779547 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26116] ppid=26051 vsize=11075936 memory=0 CPUtime=1 cores=0,2,4,6
/proc/26054/task/26116/stat : 26116 (java) S 26051 26054 22159 0 -1 1077944384 3335 12981 0 0 92 0 5 3 20 0 15 0 223095983 11341758464 71958 33554432000 4194304 4196468 140721160841184 140605243648112 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26117] ppid=26051 vsize=11075936 memory=1260 CPUtime=1.04 cores=0,2,4,6
/proc/26054/task/26117/stat : 26117 (java) R 26051 26054 22159 0 -1 4202560 4867 12981 0 0 96 0 5 3 20 0 15 0 223095983 11341758464 71958 33554432000 4194304 4196468 140721160841184 140605242576328 140605802666956 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26118] ppid=26051 vsize=11075936 memory=14872 CPUtime=1.1 cores=0,2,4,6
/proc/26054/task/26118/stat : 26118 (java) S 26051 26054 22159 0 -1 1077944384 3503 12981 0 0 101 1 5 3 20 0 15 0 223095983 11341758464 71958 33554432000 4194304 4196468 140721160841184 140605241543024 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26119] ppid=26051 vsize=11075936 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26119/stat : 26119 (java) S 26051 26054 22159 0 -1 1077944384 3 12981 0 0 0 0 5 3 20 0 15 0 223095983 11341758464 71958 33554432000 4194304 4196468 140721160841184 140603740383712 140605818771157 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
[pid=26054/tid=26120] ppid=26051 vsize=11075936 memory=6788 CPUtime=0.08 cores=0,2,4,6
/proc/26054/task/26120/stat : 26120 (java) S 26051 26054 22159 0 -1 1077944384 6 12981 0 0 0 0 5 3 20 0 15 0 223095983 11341758464 71958 33554432000 4194304 4196468 140721160841184 140605240490928 140605818772098 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35160064 140721160850028 140721160852828 140721160852828 140721160855503 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 11075936 KiB
Current children cumulated memory: 287832 KiB

[startup+3.60076 s]*
/proc/loadavg: 1.50 1.32 1.38 3/202 26121
/proc/meminfo: memFree=26949424/32770624 swapFree=67108804/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 3.6103
CPU time (s): 7.40249
CPU user time (s): 7.17361
CPU system time (s): 0.228878
CPU usage (%): 205.038
Max. virtual memory (cumulated for all children) (KiB): 11080680
Max. memory (cumulated for all children) (KiB): 295052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.17361
system time used= 0.228878
maximum resident set size= 297344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71682
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5374
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 26054
#   total CPU time (s): 7.40249
#   total CPU user time (s): 7.17361
#   total CPU system time (s): 0.228878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043894 second user time and 0.07504 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-12 08:28:48
IDJOB=4304891
IDBENCH=141172
IDSOLVER=2780
FILE ID=node105/4304891-1534055328
RUNJOBID= node105-1534040018-23574
PBS_JOBID= 21036966
Free space on /tmp= 40704 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K02-P09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304891-1534055328/watcher-4304891-1534055328 -o /tmp/evaluation-result-4304891-1534055328/solver-4304891-1534055328 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534040018-23574 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=2075845881 HOME/instance-4304891-1534055328.xml

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

MD5SUM BENCH= 7d3eec938755fdf0eb3fdb8654f4a439
RANDOM SEED=2075845881

node105.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.32
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.32
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.32
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.32
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:        27059924 kB
MemAvailable:   30362388 kB
Buffers:          114008 kB
Cached:          3445452 kB
SwapCached:           16 kB
Active:          3327412 kB
Inactive:        1826864 kB
Active(anon):    1547036 kB
Inactive(anon):   100520 kB
Active(file):    1780376 kB
Inactive(file):  1726344 kB
Unevictable:        7376 kB
Mlocked:            7376 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             26060 kB
Writeback:             0 kB
AnonPages:       1606444 kB
Mapped:            63356 kB
Shmem:             49748 kB
Slab:             250896 kB
SReclaimable:     223160 kB
SUnreclaim:        27736 kB
KernelStack:        3696 kB
PageTables:         9132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2748276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1378304 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 40680 MiB
End job on node105 at 2018-08-12 08:28:52