Trace number 4400699

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.12.2SAT 7.44774 3.59622

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K03-P07.xml
MD5SUMda29a6dd83857351367aad9031227a75
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 benchmark5.04114
Satisfiable
(Un)Satisfiability was proved
Number of variables102
Number of constraints41
Number of domains2
Minimum domain size39
Maximum domain size40
Distribution of domain sizes[{"size":39,"count":39},{"size":40,"count":21}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":42},{"degree":2,"count":39},{"degree":4,"count":6},{"degree":5,"count":15}]
Minimum constraint arity3
Maximum constraint arity39
Distribution of constraint arities[{"arity":3,"count":39},{"arity":21,"count":1},{"arity":39,"count":1}]
Number of extensional constraints0
Number of intensional constraints39
Distribution of constraint types[{"type":"intension","count":39},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.75/0.55	c Concrete v3.12.2.1568631193530 running
7.31/3.22	v <instantiation
7.31/3.22	v         >
7.31/3.22	v       <list>
7.31/3.22	v         cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] cn[3][0] cn[3][1] cn[3][2] cn[4][0] cn[4][1] cn[4][2] cn[5][0] cn[5][1] cn[5][2] cn[6][0] cn[6][1] cn[6][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] ce[3][0][1] ce[3][0][2] ce[3][1][2] ce[4][0][1] ce[4][0][2] ce[4][1][2] ce[5][0][1] ce[5][0][2] ce[5][1][2] ce[6][0][1] ce[6][0][2] ce[6][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2] cie[2][0] cie[2][1] cie[2][2] cie[3][0] cie[3][1] cie[3][2] cie[4][0] cie[4][1] cie[4][2] cie[5][0] cie[5][1] cie[5][2]
7.31/3.22	v       </list>
7.31/3.22	v       <values>
7.31/3.22	v         24 32 10 14 3 34 33 1 18 8 31 36 2 5 9 38 39 0 25 4 37 8 14 22 11 20 31 32 15 17 23 28 5 3 7 4 1 38 39 21 12 33 10 29 24 19 2 16 25 30 18 6 26 27 36 34 9 13 35 37
7.31/3.22	v       </values>
7.31/3.22	v     </instantiation>
7.31/3.22	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 (14830 MiB free)
  memory of node 1: 16384 MiB (14303 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400699-1568675732/watcher-4400699-1568675732 -o /tmp/evaluation-result-4400699-1568675732/solver-4400699-1568675732 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11994 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4400699-1568675732.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
solver pid=13224, runsolver pid=13221
Current StackSize limit: 8192 KiB


[startup+0.100183 s]*
/proc/loadavg: 1.34 1.36 1.41 6/218 13281
/proc/meminfo: memFree=29824520/32770624 swapFree=67004304/67108860
[pid=13224] ppid=13221 vsize=9972712 memory=18860 CPUtime=0.1 cores=0,2,4,6
/proc/13224/stat : 13224 (java) S 13221 13224 11963 0 -1 1077944320 4484 13315 0 0 1 1 5 3 20 0 6 0 443734744 10212057088 4715 33554432000 4194304 4196468 140731585539504 140731585522048 140523030380279 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
/proc/13224/statm: 2493178 4715 1935 1 0 2481616 0
[pid=13224/tid=13277] ppid=13221 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/13224/task/13277/stat : 13277 (java) R 13221 13224 11963 0 -1 4202560 2278 13315 0 0 1 0 5 3 20 0 6 0 443734753 10212057088 4780 33554432000 4194304 4196468 140731585539504 140523002217040 140523015436336 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13278] ppid=13221 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13278/stat : 13278 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 6 0 443734754 10212057088 4780 33554432000 4194304 4196468 140731585539504 140523034623120 140523030390485 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13279] ppid=13221 vsize=9972712 memory=288370985919727232 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13279/stat : 13279 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 6 0 443734754 10212057088 4780 33554432000 4194304 4196468 140731585539504 140522949442576 140523030390485 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13280] ppid=13221 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13280/stat : 13280 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 6 0 443734754 10212057088 4780 33554432000 4194304 4196468 140731585539504 140522948389776 140523030390485 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13281] ppid=13221 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13281/stat : 13281 (java) S 13221 13224 11963 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 6 0 443734754 10212057088 4780 33554432000 4194304 4196468 140731585539504 140522947336976 140523030390485 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.209708 s]*
/proc/loadavg: 1.34 1.36 1.41 4/227 13290
/proc/meminfo: memFree=29805416/32770624 swapFree=67004304/67108860
[pid=13224] ppid=13221 vsize=10820196 memory=43324 CPUtime=0.27 cores=0,2,4,6
/proc/13224/stat : 13224 (java) S 13221 13224 11963 0 -1 1077944320 7211 13315 0 0 17 2 5 3 20 0 15 0 443734744 11079880704 10831 33554432000 4194304 4196468 140731585539504 140731585522048 140523030380279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
/proc/13224/statm: 2705049 10831 3258 1 0 2667149 0
[pid=13224/tid=13277] ppid=13221 vsize=10820196 memory=753035770744996145 CPUtime=0.19 cores=0,2,4,6
/proc/13224/task/13277/stat : 13277 (java) R 13221 13224 11963 0 -1 4202560 3721 13315 0 0 10 1 5 3 20 0 15 0 443734753 11079880704 10831 33554432000 4194304 4196468 140731585539504 140523002212560 140523014460766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13278] ppid=13221 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13278/stat : 13278 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734754 11079880704 10831 33554432000 4194304 4196468 140731585539504 140523034623120 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13279] ppid=13221 vsize=10820196 memory=288370985919727232 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13279/stat : 13279 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734754 11079880704 10831 33554432000 4194304 4196468 140731585539504 140522949442576 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13280] ppid=13221 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13280/stat : 13280 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734754 11079880704 10831 33554432000 4194304 4196468 140731585539504 140522948389776 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13281] ppid=13221 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13281/stat : 13281 (java) S 13221 13224 11963 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 443734754 11079880704 10831 33554432000 4194304 4196468 140731585539504 140522947336976 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13282] ppid=13221 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13282/stat : 13282 (java) S 13221 13224 11963 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 443734755 11079880704 10831 33554432000 4194304 4196468 140731585539504 140522556946800 140523030391426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13283] ppid=13221 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13283/stat : 13283 (java) S 13221 13224 11963 0 -1 1077944384 13 13315 0 0 0 0 5 3 20 0 15 0 443734755 11079880704 10831 33554432000 4194304 4196468 140731585539504 140522337330208 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13284] ppid=13221 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13284/stat : 13284 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734756 11079880704 10831 33554432000 4194304 4196468 140731585539504 140521867567984 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13285] ppid=13221 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13285/stat : 13285 (java) S 13221 13224 11963 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 443734758 11079880704 10831 33554432000 4194304 4196468 140731585539504 140521560168272 140523030398875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13286] ppid=13221 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13224/task/13286/stat : 13286 (java) R 13221 13224 11963 0 -1 4202560 371 13315 0 0 1 0 5 3 20 0 15 0 443734758 11079880704 10831 33554432000 4194304 4196468 140731585539504 140522555894640 140523008254464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13287] ppid=13221 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13287/stat : 13287 (java) S 13221 13224 11963 0 -1 1077944384 298 13315 0 0 0 0 5 3 20 0 15 0 443734758 11079880704 10897 33554432000 4194304 4196468 140731585539504 140522554841840 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13288] ppid=13221 vsize=10820196 memory=140609768015488 CPUtime=0.11 cores=0,2,4,6
/proc/13224/task/13288/stat : 13288 (java) S 13221 13224 11963 0 -1 1077944384 585 13315 0 0 3 0 5 3 20 0 15 0 443734758 11079880704 10897 33554432000 4194304 4196468 140731585539504 140522553789040 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13289] ppid=13221 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13289/stat : 13289 (java) S 13221 13224 11963 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 443734759 11079880704 10897 33554432000 4194304 4196468 140731585539504 140521526610656 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13290] ppid=13221 vsize=10820196 memory=140609768015488 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13290/stat : 13290 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734759 11079880704 10897 33554432000 4194304 4196468 140731585539504 140522552736432 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 43324 KiB

[startup+0.310322 s]*
/proc/loadavg: 1.34 1.36 1.41 3/227 13290
/proc/meminfo: memFree=29792064/32770624 swapFree=67004304/67108860
[pid=13224] ppid=13221 vsize=10820196 memory=52008 CPUtime=0.4 cores=0,2,4,6
/proc/13224/stat : 13224 (java) S 13221 13224 11963 0 -1 1077944320 10724 13315 0 0 29 3 5 3 20 0 15 0 443734744 11079880704 13002 33554432000 4194304 4196468 140731585539504 140731585522048 140523030380279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
/proc/13224/statm: 2705049 13002 3309 1 0 2667149 0
[pid=13224/tid=13277] ppid=13221 vsize=10820196 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/13224/task/13277/stat : 13277 (java) R 13221 13224 11963 0 -1 4202560 7212 13315 0 0 19 3 5 3 20 0 15 0 443734753 11079880704 13002 33554432000 4194304 4196468 140731585539504 140523002189232 140523016625282 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13278] ppid=13221 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13278/stat : 13278 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734754 11079880704 13002 33554432000 4194304 4196468 140731585539504 140523034623120 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13279] ppid=13221 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13279/stat : 13279 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734754 11079880704 13002 33554432000 4194304 4196468 140731585539504 140522949442576 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13280] ppid=13221 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13280/stat : 13280 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734754 11079880704 13002 33554432000 4194304 4196468 140731585539504 140522948389776 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13281] ppid=13221 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13281/stat : 13281 (java) S 13221 13224 11963 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 443734754 11079880704 13002 33554432000 4194304 4196468 140731585539504 140522947336976 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13282] ppid=13221 vsize=10820196 memory=140609768015487 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13282/stat : 13282 (java) S 13221 13224 11963 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 443734755 11079880704 13002 33554432000 4194304 4196468 140731585539504 140522556946800 140523030391426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13283] ppid=13221 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13283/stat : 13283 (java) S 13221 13224 11963 0 -1 1077944384 13 13315 0 0 0 0 5 3 20 0 15 0 443734755 11079880704 13002 33554432000 4194304 4196468 140731585539504 140522337330208 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13284] ppid=13221 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13284/stat : 13284 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734756 11079880704 13002 33554432000 4194304 4196468 140731585539504 140521867567984 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13285] ppid=13221 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13285/stat : 13285 (java) S 13221 13224 11963 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 443734758 11079880704 13002 33554432000 4194304 4196468 140731585539504 140521560168272 140523030398875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13286] ppid=13221 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/13224/task/13286/stat : 13286 (java) S 13221 13224 11963 0 -1 1077944384 373 13315 0 0 2 0 5 3 20 0 15 0 443734758 11079880704 13002 33554432000 4194304 4196468 140731585539504 140522555894640 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13287] ppid=13221 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13224/task/13287/stat : 13287 (java) S 13221 13224 11963 0 -1 1077944384 298 13315 0 0 1 0 5 3 20 0 15 0 443734758 11079880704 13002 33554432000 4194304 4196468 140731585539504 140522554841840 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13288] ppid=13221 vsize=10820196 memory=140609768015488 CPUtime=0.13 cores=0,2,4,6
/proc/13224/task/13288/stat : 13288 (java) S 13221 13224 11963 0 -1 1077944384 603 13315 0 0 5 0 5 3 20 0 15 0 443734758 11079880704 13002 33554432000 4194304 4196468 140731585539504 140522553789040 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13289] ppid=13221 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13289/stat : 13289 (java) S 13221 13224 11963 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 443734759 11079880704 13002 33554432000 4194304 4196468 140731585539504 140521526610656 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13290] ppid=13221 vsize=10820196 memory=140609768015488 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13290/stat : 13290 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734759 11079880704 13002 33554432000 4194304 4196468 140731585539504 140522552736432 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52008 KiB

[startup+0.70168 s]
/proc/loadavg: 1.34 1.36 1.41 4/227 13290
/proc/meminfo: memFree=29776432/32770624 swapFree=67004304/67108860
[pid=13224] ppid=13221 vsize=10824364 memory=85596 CPUtime=1.12 cores=0,2,4,6
/proc/13224/stat : 13224 (java) S 13221 13224 11963 0 -1 1077944320 15101 13315 0 0 98 6 5 3 20 0 15 0 443734744 11084148736 21399 33554432000 4194304 4196468 140731585539504 140731585522048 140523030380279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
/proc/13224/statm: 2706091 21399 3508 1 0 2668173 0
[pid=13224/tid=13277] ppid=13221 vsize=10824364 memory=5795117241467496816 CPUtime=0.67 cores=0,2,4,6
/proc/13224/task/13277/stat : 13277 (java) R 13221 13224 11963 0 -1 4202560 10310 13315 0 0 55 4 5 3 20 0 15 0 443734753 11084148736 21399 33554432000 4194304 4196468 140731585539504 140523002204672 140523014423909 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13278] ppid=13221 vsize=10824364 memory=1416 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13278/stat : 13278 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734754 11084148736 21399 33554432000 4194304 4196468 140731585539504 140523034623120 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13279] ppid=13221 vsize=10824364 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13279/stat : 13279 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734754 11084148736 21399 33554432000 4194304 4196468 140731585539504 140522949442576 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13280] ppid=13221 vsize=10824364 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13280/stat : 13280 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734754 11084148736 21399 33554432000 4194304 4196468 140731585539504 140522948389776 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13281] ppid=13221 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13281/stat : 13281 (java) S 13221 13224 11963 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 443734754 11084148736 21399 33554432000 4194304 4196468 140731585539504 140522947336976 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13282] ppid=13221 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13282/stat : 13282 (java) S 13221 13224 11963 0 -1 1077944384 5 13315 0 0 0 0 5 3 20 0 15 0 443734755 11084148736 21399 33554432000 4194304 4196468 140731585539504 140522556946800 140523030391426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13283] ppid=13221 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13283/stat : 13283 (java) S 13221 13224 11963 0 -1 1077944384 13 13315 0 0 0 0 5 3 20 0 15 0 443734755 11084148736 21399 33554432000 4194304 4196468 140731585539504 140522337330208 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13284] ppid=13221 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13284/stat : 13284 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734756 11084148736 21399 33554432000 4194304 4196468 140731585539504 140521867567984 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13285] ppid=13221 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13285/stat : 13285 (java) S 13221 13224 11963 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 443734758 11084148736 21399 33554432000 4194304 4196468 140731585539504 140521560168272 140523030398875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13286] ppid=13221 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/13224/task/13286/stat : 13286 (java) R 13221 13224 11963 0 -1 4202560 847 13315 0 0 12 0 5 3 20 0 15 0 443734758 11084148736 21399 33554432000 4194304 4196468 140731585539504 140522555881952 140523015291618 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13287] ppid=13221 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/13224/task/13287/stat : 13287 (java) R 13221 13224 11963 0 -1 4202560 838 13315 0 0 12 0 5 3 20 0 15 0 443734758 11084148736 21399 33554432000 4194304 4196468 140731585539504 140522554828240 140523011924956 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13288] ppid=13221 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/13224/task/13288/stat : 13288 (java) S 13221 13224 11963 0 -1 1077944384 868 13315 0 0 17 0 5 3 20 0 15 0 443734758 11084148736 21399 33554432000 4194304 4196468 140731585539504 140522553789040 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13289] ppid=13221 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13289/stat : 13289 (java) S 13221 13224 11963 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 443734759 11084148736 21399 33554432000 4194304 4196468 140731585539504 140521526610656 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13290] ppid=13221 vsize=10824364 memory=3588 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13290/stat : 13290 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734759 11084148736 21399 33554432000 4194304 4196468 140731585539504 140522552736432 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85596 KiB

[startup+1.50069 s]
/proc/loadavg: 1.34 1.36 1.41 4/227 13290
/proc/meminfo: memFree=29731888/32770624 swapFree=67004304/67108860
[pid=13224] ppid=13221 vsize=10834680 memory=173692 CPUtime=2.44 cores=0,2,4,6
/proc/13224/stat : 13224 (java) S 13221 13224 11963 0 -1 1077944320 22135 13315 0 0 225 11 5 3 20 0 15 0 443734744 11094712320 43423 33554432000 4194304 4196468 140731585539504 140731585522048 140523030380279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
/proc/13224/statm: 2708670 43423 3581 1 0 2670733 0
[pid=13224/tid=13277] ppid=13221 vsize=10834680 memory=140609645974104 CPUtime=1.44 cores=0,2,4,6
/proc/13224/task/13277/stat : 13277 (java) R 13221 13224 11963 0 -1 4202560 15158 13315 0 0 130 6 5 3 20 0 15 0 443734753 11094712320 43423 33554432000 4194304 4196468 140731585539504 140523002192280 140523012230790 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13278] ppid=13221 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13224/task/13278/stat : 13278 (java) S 13221 13224 11963 0 -1 1077944384 406 13315 0 0 1 0 5 3 20 0 15 0 443734754 11094712320 43423 33554432000 4194304 4196468 140731585539504 140523034623120 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13279] ppid=13221 vsize=10834680 memory=6628 CPUtime=0.09 cores=0,2,4,6
/proc/13224/task/13279/stat : 13279 (java) S 13221 13224 11963 0 -1 1077944384 78 13315 0 0 1 0 5 3 20 0 15 0 443734754 11094712320 43423 33554432000 4194304 4196468 140731585539504 140522949442576 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13280] ppid=13221 vsize=10834680 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/13224/task/13280/stat : 13280 (java) S 13221 13224 11963 0 -1 1077944384 78 13315 0 0 1 0 5 3 20 0 15 0 443734754 11094712320 43423 33554432000 4194304 4196468 140731585539504 140522948389776 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13281] ppid=13221 vsize=10834680 memory=281219292354976 CPUtime=0.09 cores=0,2,4,6
/proc/13224/task/13281/stat : 13281 (java) S 13221 13224 11963 0 -1 1077944384 38 13315 0 0 1 0 5 3 20 0 15 0 443734754 11094712320 43423 33554432000 4194304 4196468 140731585539504 140522947336976 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13282] ppid=13221 vsize=10834680 memory=197392401983366 CPUtime=0.09 cores=0,2,4,6
/proc/13224/task/13282/stat : 13282 (java) S 13221 13224 11963 0 -1 1077944384 165 13315 0 0 1 0 5 3 20 0 15 0 443734755 11094712320 43423 33554432000 4194304 4196468 140731585539504 140522556946800 140523030391426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13283] ppid=13221 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13283/stat : 13283 (java) S 13221 13224 11963 0 -1 1077944384 13 13315 0 0 0 0 5 3 20 0 15 0 443734755 11094712320 43423 33554432000 4194304 4196468 140731585539504 140522337330272 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13284] ppid=13221 vsize=10834680 memory=6011696289319646006 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13284/stat : 13284 (java) S 13221 13224 11963 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 443734756 11094712320 43423 33554432000 4194304 4196468 140731585539504 140521867567984 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13285] ppid=13221 vsize=10834680 memory=-8412658770403813517 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13285/stat : 13285 (java) S 13221 13224 11963 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 443734758 11094712320 43423 33554432000 4194304 4196468 140731585539504 140521560168272 140523030398875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13286] ppid=13221 vsize=10834680 memory=-7668917182949848256 CPUtime=0.31 cores=0,2,4,6
/proc/13224/task/13286/stat : 13286 (java) S 13221 13224 11963 0 -1 1077944384 1070 13315 0 0 23 0 5 3 20 0 15 0 443734758 11094712320 43423 33554432000 4194304 4196468 140731585539504 140522555894640 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13287] ppid=13221 vsize=10834680 memory=8514726395714956677 CPUtime=0.31 cores=0,2,4,6
/proc/13224/task/13287/stat : 13287 (java) S 13221 13224 11963 0 -1 1077944384 949 13315 0 0 23 0 5 3 20 0 15 0 443734758 11094712320 43423 33554432000 4194304 4196468 140731585539504 140522554841840 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13288] ppid=13221 vsize=10834680 memory=-5703089325023656406 CPUtime=0.5 cores=0,2,4,6
/proc/13224/task/13288/stat : 13288 (java) R 13221 13224 11963 0 -1 4202560 1961 13315 0 0 42 0 5 3 20 0 15 0 443734758 11094712320 43423 33554432000 4194304 4196468 140731585539504 140522553789040 140523009098494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13289] ppid=13221 vsize=10834680 memory=8325818960211581590 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13289/stat : 13289 (java) S 13221 13224 11963 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 443734759 11094712320 43423 33554432000 4194304 4196468 140731585539504 140521526610656 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13290] ppid=13221 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13290/stat : 13290 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734759 11094712320 43423 33554432000 4194304 4196468 140731585539504 140522552736432 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834680 KiB
Current children cumulated memory: 173692 KiB

[startup+3.11032 s]
/proc/loadavg: 1.34 1.36 1.41 6/227 13290
/proc/meminfo: memFree=29571092/32770624 swapFree=67004304/67108860
[pid=13224] ppid=13221 vsize=10851172 memory=287280 CPUtime=7 cores=0,2,4,6
/proc/13224/stat : 13224 (java) S 13221 13224 11963 0 -1 1077944320 40709 13315 0 0 673 19 5 3 20 0 15 0 443734744 11111600128 71820 33554432000 4194304 4196468 140731585539504 140731585522048 140523030380279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
/proc/13224/statm: 2712793 71820 3616 1 0 2674848 0
[pid=13224/tid=13277] ppid=13221 vsize=10851172 memory=14068 CPUtime=2.99 cores=0,2,4,6
/proc/13224/task/13277/stat : 13277 (java) R 13221 13224 11963 0 -1 4202560 20603 13315 0 0 282 9 5 3 20 0 15 0 443734753 11111600128 71820 33554432000 4194304 4196468 140731585539504 140523002214144 140523030392214 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13278] ppid=13221 vsize=10851172 memory=2120 CPUtime=0.11 cores=0,2,4,6
/proc/13224/task/13278/stat : 13278 (java) S 13221 13224 11963 0 -1 1077944384 430 13315 0 0 3 0 5 3 20 0 15 0 443734754 11111600128 71886 33554432000 4194304 4196468 140731585539504 140523034623120 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13279] ppid=13221 vsize=10851172 memory=504 CPUtime=0.11 cores=0,2,4,6
/proc/13224/task/13279/stat : 13279 (java) S 13221 13224 11963 0 -1 1077944384 98 13315 0 0 3 0 5 3 20 0 15 0 443734754 11111600128 71886 33554432000 4194304 4196468 140731585539504 140522949442576 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13280] ppid=13221 vsize=10851172 memory=185572 CPUtime=0.11 cores=0,2,4,6
/proc/13224/task/13280/stat : 13280 (java) S 13221 13224 11963 0 -1 1077944384 112 13315 0 0 3 0 5 3 20 0 15 0 443734754 11111600128 71886 33554432000 4194304 4196468 140731585539504 140522948389776 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13281] ppid=13221 vsize=10851172 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/13224/task/13281/stat : 13281 (java) S 13221 13224 11963 0 -1 1077944384 66 13315 0 0 3 0 5 3 20 0 15 0 443734754 11111600128 71886 33554432000 4194304 4196468 140731585539504 140522947336976 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13282] ppid=13221 vsize=10851172 memory=281219292133456 CPUtime=0.11 cores=0,2,4,6
/proc/13224/task/13282/stat : 13282 (java) S 13221 13224 11963 0 -1 1077944384 1356 13315 0 0 3 0 5 3 20 0 15 0 443734755 11111600128 71886 33554432000 4194304 4196468 140731585539504 140522556946800 140523030391426 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13283] ppid=13221 vsize=10851172 memory=281219292133520 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13283/stat : 13283 (java) S 13221 13224 11963 0 -1 1077944384 13 13315 0 0 0 0 5 3 20 0 15 0 443734755 11111600128 71886 33554432000 4194304 4196468 140731585539504 140522337330272 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13284] ppid=13221 vsize=10851172 memory=281219292133584 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13284/stat : 13284 (java) S 13221 13224 11963 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 443734756 11111600128 71886 33554432000 4194304 4196468 140731585539504 140521867568000 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13285] ppid=13221 vsize=10851172 memory=5194 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13285/stat : 13285 (java) S 13221 13224 11963 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 443734758 11111600128 71886 33554432000 4194304 4196468 140731585539504 140521560168272 140523030398875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13286] ppid=13221 vsize=10851172 memory=2060 CPUtime=1.42 cores=0,2,4,6
/proc/13224/task/13286/stat : 13286 (java) R 13221 13224 11963 0 -1 4202560 3931 13315 0 0 134 0 5 3 20 0 15 0 443734758 11111600128 71886 33554432000 4194304 4196468 140731585539504 140522555881208 140523014777293 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13287] ppid=13221 vsize=10851172 memory=0 CPUtime=1.32 cores=0,2,4,6
/proc/13224/task/13287/stat : 13287 (java) R 13221 13224 11963 0 -1 4202560 5409 13315 0 0 123 1 5 3 20 0 15 0 443734758 11111600128 71886 33554432000 4194304 4196468 140731585539504 140522554828000 140523011924002 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13288] ppid=13221 vsize=10851172 memory=81 CPUtime=1.24 cores=0,2,4,6
/proc/13224/task/13288/stat : 13288 (java) S 13221 13224 11963 0 -1 1077944384 6521 13315 0 0 114 2 5 3 20 0 15 0 443734758 11111600128 71886 33554432000 4194304 4196468 140731585539504 140522553789040 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13289] ppid=13221 vsize=10851172 memory=573 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13289/stat : 13289 (java) S 13221 13224 11963 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 443734759 11111600128 71886 33554432000 4194304 4196468 140731585539504 140521526610656 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13290] ppid=13221 vsize=10851172 memory=2081 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13290/stat : 13290 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734759 11111600128 71886 33554432000 4194304 4196468 140731585539504 140522552736432 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
Current children cumulated CPU time: 7 s
Current children cumulated vsize: 10851172 KiB
Current children cumulated memory: 287280 KiB

[startup+3.59616 s]
# the end of solver process 13224 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=7.19915 s, system=0.248588 s

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

[startup+3.20085 s]
/proc/loadavg: 1.34 1.36 1.41 6/227 13290
/proc/meminfo: memFree=29571092/32770624 swapFree=67004304/67108860
[pid=13224] ppid=13221 vsize=10853220 memory=290600 CPUtime=7.31 cores=0,2,4,6
/proc/13224/stat : 13224 (java) S 13221 13224 11963 0 -1 1077944320 45064 13315 0 0 703 20 5 3 20 0 15 0 443734744 11113697280 72650 33554432000 4194304 4196468 140731585539504 140731585522048 140523030380279 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
/proc/13224/statm: 2713305 72650 3616 1 0 2675360 0
[pid=13224/tid=13277] ppid=13221 vsize=10853220 memory=16618 CPUtime=3.07 cores=0,2,4,6
/proc/13224/task/13277/stat : 13277 (java) R 13221 13224 11963 0 -1 4202560 22247 13315 0 0 290 9 5 3 20 0 15 0 443734753 11113697280 72650 33554432000 4194304 4196468 140731585539504 140523002205744 140523014460766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13278] ppid=13221 vsize=10853220 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/13224/task/13278/stat : 13278 (java) S 13221 13224 11963 0 -1 1077944384 430 13315 0 0 3 0 5 3 20 0 15 0 443734754 11113697280 72650 33554432000 4194304 4196468 140731585539504 140523034623120 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13279] ppid=13221 vsize=10853220 memory=6944656592455360604 CPUtime=0.11 cores=0,2,4,6
/proc/13224/task/13279/stat : 13279 (java) S 13221 13224 11963 0 -1 1077944384 98 13315 0 0 3 0 5 3 20 0 15 0 443734754 11113697280 72650 33554432000 4194304 4196468 140731585539504 140522949442576 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13280] ppid=13221 vsize=10853220 memory=825241649 CPUtime=0.11 cores=0,2,4,6
/proc/13224/task/13280/stat : 13280 (java) S 13221 13224 11963 0 -1 1077944384 112 13315 0 0 3 0 5 3 20 0 15 0 443734754 11113697280 72650 33554432000 4194304 4196468 140731585539504 140522948389776 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13281] ppid=13221 vsize=10853220 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/13224/task/13281/stat : 13281 (java) S 13221 13224 11963 0 -1 1077944384 66 13315 0 0 3 0 5 3 20 0 15 0 443734754 11113697280 72650 33554432000 4194304 4196468 140731585539504 140522947336976 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13282] ppid=13221 vsize=10853220 memory=281219292415360 CPUtime=0.11 cores=0,2,4,6
/proc/13224/task/13282/stat : 13282 (java) S 13221 13224 11963 0 -1 1077944384 2658 13315 0 0 3 0 5 3 20 0 15 0 443734755 11113697280 72650 33554432000 4194304 4196468 140731585539504 140522556946800 140523030391426 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13283] ppid=13221 vsize=10853220 memory=6944656592387989600 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13283/stat : 13283 (java) S 13221 13224 11963 0 -1 1077944384 13 13315 0 0 0 0 5 3 20 0 15 0 443734755 11113697280 72650 33554432000 4194304 4196468 140731585539504 140522337330272 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13284] ppid=13221 vsize=10853220 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13284/stat : 13284 (java) S 13221 13224 11963 0 -1 1077944384 2 13315 0 0 0 0 5 3 20 0 15 0 443734756 11113697280 72650 33554432000 4194304 4196468 140731585539504 140521867568000 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13285] ppid=13221 vsize=10853220 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13285/stat : 13285 (java) S 13221 13224 11963 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 443734758 11113697280 72650 33554432000 4194304 4196468 140731585539504 140521560168272 140523030398875 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13286] ppid=13221 vsize=10853220 memory=7681421203011431829 CPUtime=1.5 cores=0,2,4,6
/proc/13224/task/13286/stat : 13286 (java) R 13221 13224 11963 0 -1 4202560 4279 13315 0 0 142 0 5 3 20 0 15 0 443734758 11113697280 72650 33554432000 4194304 4196468 140731585539504 140522555883232 140523023477115 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13287] ppid=13221 vsize=10853220 memory=7548 CPUtime=1.41 cores=0,2,4,6
/proc/13224/task/13287/stat : 13287 (java) R 13221 13224 11963 0 -1 4202560 5950 13315 0 0 132 1 5 3 20 0 15 0 443734758 11113697280 72650 33554432000 4194304 4196468 140731585539504 140522554827048 140523015497440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13288] ppid=13221 vsize=10853220 memory=4004 CPUtime=1.27 cores=0,2,4,6
/proc/13224/task/13288/stat : 13288 (java) S 13221 13224 11963 0 -1 1077944384 7042 13315 0 0 117 2 5 3 20 0 15 0 443734758 11113697280 72650 33554432000 4194304 4196468 140731585539504 140522553789040 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13289] ppid=13221 vsize=10853220 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13289/stat : 13289 (java) S 13221 13224 11963 0 -1 1077944384 3 13315 0 0 0 0 5 3 20 0 15 0 443734759 11113697280 72651 33554432000 4194304 4196468 140731585539504 140521526610656 140523030390485 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
[pid=13224/tid=13290] ppid=13221 vsize=10853220 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/13224/task/13290/stat : 13290 (java) S 13221 13224 11963 0 -1 1077944384 1 13315 0 0 0 0 5 3 20 0 15 0 443734759 11113697280 72651 33554432000 4194304 4196468 140731585539504 140522552736432 140523030391426 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27828224 140731585542896 140731585545413 140731585545413 140731585548239 0
Current children cumulated CPU time: 7.31 s
Current children cumulated vsize: 10853220 KiB
Current children cumulated memory: 290600 KiB

[startup+3.40945 s]
/proc/loadavg: 1.34 1.36 1.41 2/214 13291
/proc/meminfo: memFree=29813272/32770624 swapFree=67004304/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3.50018 s]
/proc/loadavg: 1.34 1.36 1.41 2/214 13291
/proc/meminfo: memFree=29813272/32770624 swapFree=67004304/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.59622
CPU time (s): 7.44774
CPU user time (s): 7.19915
CPU system time (s): 0.248588
CPU usage (%): 207.099
Max. virtual memory (cumulated for all children) (KiB): 10853220
Max. memory (cumulated for all children) (KiB): 290600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.19915
system time used= 0.248588
maximum resident set size= 294784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61846
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= 5315
involuntary context switches= 40


# summary of solver processes directly reported to runsolver:
#   pid: 13224
#   total CPU time (s): 7.44774
#   total CPU user time (s): 7.19915
#   total CPU system time (s): 0.248588

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.023057 second user time and 0.094098 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-17 01:14:55
IDJOB=4400699
IDBENCH=120691
IDSOLVER=2857
FILE ID=node148/4400699-1568675732
RUNJOBID= node148-1568673294-11994
PBS_JOBID= 21703774
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K03-P07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400699-1568675732/watcher-4400699-1568675732 -o /tmp/evaluation-result-4400699-1568675732/solver-4400699-1568675732 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568673294-11994 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4400699-1568675732.xml

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

MD5SUM BENCH= da29a6dd83857351367aad9031227a75
RANDOM SEED=479243401

node148.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.13
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.13
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.13
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.13
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:        29833812 kB
MemAvailable:   30744028 kB
Buffers:          143204 kB
Cached:          1070352 kB
SwapCached:         3740 kB
Active:          1684076 kB
Inactive:         693744 kB
Active(anon):    1161528 kB
Inactive(anon):    52652 kB
Active(file):     522548 kB
Inactive(file):   641092 kB
Unevictable:      108184 kB
Mlocked:          108184 kB
SwapTotal:      67108860 kB
SwapFree:       67004304 kB
Dirty:             35872 kB
Writeback:             0 kB
AnonPages:       1236400 kB
Mapped:            61492 kB
Shmem:             40616 kB
Slab:             153876 kB
SReclaimable:     124824 kB
SUnreclaim:        29052 kB
KernelStack:        4000 kB
PageTables:         8236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2364684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1140736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61240 MiB
End job on node148 at 2019-09-17 01:14:58