Trace number 4249983

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Concrete 3.4? (TO) 2415.07 2281.03

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os20/
SuperTaillard-os-20-17.xml
MD5SUM4b4738a8e40cdda4c63a077f136d1653
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints23200
Number of domains98
Minimum domain size1322
Maximum domain size1420
Distribution of domain sizes[{"size":1322,"count":14},{"size":1323,"count":8},{"size":1324,"count":16},{"size":1325,"count":6},{"size":1326,"count":6},{"size":1327,"count":4},{"size":1328,"count":12},{"size":1329,"count":4},{"size":1330,"count":18},{"size":1331,"count":10},{"size":1332,"count":4},{"size":1333,"count":20},{"size":1334,"count":8},{"size":1335,"count":2},{"size":1336,"count":16},{"size":1337,"count":12},{"size":1338,"count":8},{"size":1339,"count":4},{"size":1340,"count":12},{"size":1341,"count":2},{"size":1342,"count":10},{"size":1343,"count":12},{"size":1344,"count":12},{"size":1345,"count":12},{"size":1346,"count":10},"...",{"size":1396,"count":10}, {"size":1397,"count":14}, {"size":1398,"count":8}, {"size":1399,"count":12}, {"size":1400,"count":4}, {"size":1401,"count":6}, {"size":1402,"count":12}, {"size":1403,"count":10}, {"size":1404,"count":6}, {"size":1405,"count":6}, {"size":1406,"count":6}, {"size":1407,"count":6}, {"size":1408,"count":4}, {"size":1409,"count":8}, {"size":1410,"count":6}, {"size":1411,"count":6}, {"size":1412,"count":8}, {"size":1413,"count":8}, {"size":1414,"count":8}, {"size":1415,"count":4}, {"size":1416,"count":10}, {"size":1417,"count":6}, {"size":1418,"count":10}, {"size":1419,"count":8}, {"size":1420,"count":6}]
Minimum variable degree39
Maximum variable degree77
Distribution of variable degrees[{"degree":39,"count":400},{"degree":77,"count":400}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":23200}]
Number of extensional constraints0
Number of intensional constraints23200
Distribution of constraint types[{"type":"intension","count":23200}]
Optimization problemNO
Type of objective

Solver Data

3.72/2.19	c Concrete v3.4 running

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4249983-1500776037/watcher-4249983-1500776037 -o /tmp/evaluation-result-4249983-1500776037/solver-4249983-1500776037 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node112-1500775993-23325 --watchdog 2560 bin/concrete HOME/instance-4249983-1500776037.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.54 1.13 1.37 2/261 23566
/proc/meminfo: memFree=28554252/32770624 swapFree=5828/347680
[pid=23566] ppid=23563 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23566/stat : 23566 (bash) S 23563 23566 19450 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 12872845 9736192 351 33554432000 4194304 5098028 140733993301344 140733993298984 140113804565504 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 20611072 140733993309454 140733993309539 140733993309539 140733993312238 0
/proc/23566/statm: 2377 351 278 221 0 86 0

[startup+0.100068 s]
/proc/loadavg: 1.54 1.13 1.37 2/261 23566
/proc/meminfo: memFree=28554252/32770624 swapFree=5828/347680
[pid=23566] ppid=23563 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/23566/stat : 23566 (bash) S 23563 23566 19450 0 -1 4202496 885 6412 0 0 0 0 0 1 20 0 1 0 12872845 9871360 378 33554432000 4194304 5098028 140733993301344 140733993295352 140113804565504 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 20611072 140733993309454 140733993309539 140733993309539 140733993312238 0
/proc/23566/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.20032 s]
/proc/loadavg: 1.54 1.13 1.37 2/261 23566
/proc/meminfo: memFree=28554252/32770624 swapFree=5828/347680
[pid=23566] ppid=23563 vsize=10901872 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/23566/stat : 23566 (java) S 23563 23566 19450 0 -1 1077944320 5866 12556 0 0 9 1 6 3 20 0 20 0 12872845 11163516928 6662 33554432000 4194304 4196468 140730602824928 140730602807472 140483758206711 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
/proc/23566/statm: 2725468 6662 2741 1 0 2713890 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10901872

[startup+0.300279 s]
/proc/loadavg: 1.54 1.13 1.37 2/261 23566
/proc/meminfo: memFree=28554252/32770624 swapFree=5828/347680
[pid=23566] ppid=23563 vsize=10902392 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/23566/stat : 23566 (java) S 23563 23566 19450 0 -1 1077944320 9779 12556 0 0 24 2 6 3 20 0 20 0 12872845 11164049408 10855 33554432000 4194304 4196468 140730602824928 140730602807472 140483758206711 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
/proc/23566/statm: 2725598 10855 2998 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902392

[startup+0.700252 s]
/proc/loadavg: 1.54 1.13 1.37 2/261 23566
/proc/meminfo: memFree=28554252/32770624 swapFree=5828/347680
[pid=23566] ppid=23563 vsize=10902720 CPUtime=1 cores=0,2,4,6,8,10,12,14
/proc/23566/stat : 23566 (java) S 23563 23566 19450 0 -1 1077944320 13105 12556 0 0 87 4 6 3 20 0 20 0 12872845 11164385280 16364 33554432000 4194304 4196468 140730602824928 140730602807472 140483758206711 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
/proc/23566/statm: 2725680 16364 3230 1 0 2713890 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 10902720

[startup+1.50122 s]
/proc/loadavg: 1.54 1.13 1.37 4/281 23639
/proc/meminfo: memFree=28446280/32770624 swapFree=5828/347736
[pid=23566] ppid=23563 vsize=10913344 CPUtime=2.3 cores=0,2,4,6,8,10,12,14
/proc/23566/stat : 23566 (java) S 23563 23566 19450 0 -1 1077944320 27415 12556 0 0 208 13 6 3 20 0 20 0 12872845 11175264256 44210 33554432000 4194304 4196468 140730602824928 140730602807472 140483758206711 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
/proc/23566/statm: 2728336 44210 3405 1 0 2716450 0
[pid=23566/tid=23621] ppid=23563 vsize=10913344 CPUtime=1.41 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23621/stat : 23621 (java) R 23563 23566 19450 0 -1 4202560 20020 12556 0 0 127 5 6 3 20 0 20 0 12872856 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483762414384 140483740157493 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23622] ppid=23563 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23622/stat : 23622 (java) S 23563 23566 19450 0 -1 1077944384 43 12556 0 0 1 0 6 3 20 0 20 0 12872857 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483684280720 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23623] ppid=23563 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23623/stat : 23623 (java) S 23563 23566 19450 0 -1 1077944384 29 12556 0 0 1 0 6 3 20 0 20 0 12872857 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483363858704 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23624] ppid=23563 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23624/stat : 23624 (java) S 23563 23566 19450 0 -1 1077944384 20 12556 0 0 0 0 6 3 20 0 20 0 12872857 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483362806416 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23625] ppid=23563 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23625/stat : 23625 (java) S 23563 23566 19450 0 -1 1077944384 18 12556 0 0 1 0 6 3 20 0 20 0 12872857 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483361753616 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23626] ppid=23563 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23626/stat : 23626 (java) S 23563 23566 19450 0 -1 1077944384 12 12556 0 0 1 0 6 3 20 0 20 0 12872857 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483360701328 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23627] ppid=23563 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23627/stat : 23627 (java) S 23563 23566 19450 0 -1 1077944384 138 12556 0 0 1 0 6 3 20 0 20 0 12872857 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483359648528 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23628] ppid=23563 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23628/stat : 23628 (java) S 23563 23566 19450 0 -1 1077944384 28 12556 0 0 0 0 6 3 20 0 20 0 12872857 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483358596240 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23629] ppid=23563 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23629/stat : 23629 (java) S 23563 23566 19450 0 -1 1077944384 52 12556 0 0 0 0 6 3 20 0 20 0 12872857 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483357543440 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23630] ppid=23563 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23630/stat : 23630 (java) S 23563 23566 19450 0 -1 1077944384 1330 12556 0 0 1 0 6 3 20 0 20 0 12872859 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483232741488 140483758217858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23631] ppid=23563 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23631/stat : 23631 (java) S 23563 23566 19450 0 -1 1077944384 55 12556 0 0 0 0 6 3 20 0 20 0 12872859 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483231687520 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23632] ppid=23563 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23632/stat : 23632 (java) S 23563 23566 19450 0 -1 1077944384 42 12556 0 0 0 0 6 3 20 0 20 0 12872860 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483230635120 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23633] ppid=23563 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23633/stat : 23633 (java) S 23563 23566 19450 0 -1 1077944384 1 12556 0 0 0 0 6 3 20 0 20 0 12872863 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483229583440 140483758225307 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23634] ppid=23563 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23634/stat : 23634 (java) S 23563 23566 19450 0 -1 1077944384 1127 12556 0 0 18 0 6 3 20 0 20 0 12872863 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483228531312 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23635] ppid=23563 vsize=10913344 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23635/stat : 23635 (java) S 23563 23566 19450 0 -1 1077944384 427 12556 0 0 11 0 6 3 20 0 20 0 12872863 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483227478512 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23636] ppid=23563 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23636/stat : 23636 (java) S 23563 23566 19450 0 -1 1077944384 600 12556 0 0 12 0 6 3 20 0 20 0 12872863 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483226426224 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23637] ppid=23563 vsize=10913344 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23637/stat : 23637 (java) S 23563 23566 19450 0 -1 1077944384 1333 12556 0 0 27 0 6 3 20 0 20 0 12872863 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483225373424 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23638] ppid=23563 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23638/stat : 23638 (java) S 23563 23566 19450 0 -1 1077944384 3 12556 0 0 0 0 6 3 20 0 20 0 12872863 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483224320352 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23639] ppid=23563 vsize=10913344 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23639/stat : 23639 (java) S 23563 23566 19450 0 -1 1077944384 4 12556 0 0 0 0 6 3 20 0 20 0 12872864 11175264256 44210 33554432000 4194304 4196468 140730602824928 140483223267632 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 10913344

[startup+3.10099 s]
/proc/loadavg: 1.54 1.13 1.37 5/281 23639
/proc/meminfo: memFree=28376376/32770624 swapFree=5828/347736
[pid=23566] ppid=23563 vsize=10923772 CPUtime=7.79 cores=0,2,4,6,8,10,12,14
/proc/23566/stat : 23566 (java) S 23563 23566 19450 0 -1 1077944320 43005 12556 0 0 746 24 6 3 20 0 20 0 12872845 11185942528 73526 33554432000 4194304 4196468 140730602824928 140730602807472 140483758206711 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
/proc/23566/statm: 2730943 73526 3490 1 0 2718498 0
[pid=23566/tid=23621] ppid=23563 vsize=10923772 CPUtime=2.99 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23621/stat : 23621 (java) R 23563 23566 19450 0 -1 4202560 26361 12556 0 0 282 8 6 3 20 0 20 0 12872856 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483762437304 140483758218646 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23622] ppid=23563 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23622/stat : 23622 (java) S 23563 23566 19450 0 -1 1077944384 76 12556 0 0 2 1 6 3 20 0 20 0 12872857 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483684280720 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23623] ppid=23563 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23623/stat : 23623 (java) S 23563 23566 19450 0 -1 1077944384 57 12556 0 0 1 1 6 3 20 0 20 0 12872857 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483363858704 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23624] ppid=23563 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23624/stat : 23624 (java) S 23563 23566 19450 0 -1 1077944384 32 12556 0 0 2 1 6 3 20 0 20 0 12872857 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483362806416 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23625] ppid=23563 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23625/stat : 23625 (java) S 23563 23566 19450 0 -1 1077944384 75 12556 0 0 2 1 6 3 20 0 20 0 12872857 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483361753616 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23626] ppid=23563 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23626/stat : 23626 (java) S 23563 23566 19450 0 -1 1077944384 20 12556 0 0 2 1 6 3 20 0 20 0 12872857 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483360701328 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23627] ppid=23563 vsize=10923772 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23627/stat : 23627 (java) S 23563 23566 19450 0 -1 1077944384 164 12556 0 0 2 1 6 3 20 0 20 0 12872857 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483359648528 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23628] ppid=23563 vsize=10923772 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23628/stat : 23628 (java) S 23563 23566 19450 0 -1 1077944384 31 12556 0 0 1 0 6 3 20 0 20 0 12872857 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483358596240 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23629] ppid=23563 vsize=10923772 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23629/stat : 23629 (java) S 23563 23566 19450 0 -1 1077944384 55 12556 0 0 1 0 6 3 20 0 20 0 12872857 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483357543440 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23630] ppid=23563 vsize=10923772 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23630/stat : 23630 (java) S 23563 23566 19450 0 -1 1077944384 1372 12556 0 0 2 0 6 3 20 0 20 0 12872859 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483232741488 140483758217858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23631] ppid=23563 vsize=10923772 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23631/stat : 23631 (java) S 23563 23566 19450 0 -1 1077944384 55 12556 0 0 0 0 6 3 20 0 20 0 12872859 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483231687520 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23632] ppid=23563 vsize=10923772 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23632/stat : 23632 (java) S 23563 23566 19450 0 -1 1077944384 42 12556 0 0 0 0 6 3 20 0 20 0 12872860 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483230635136 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23633] ppid=23563 vsize=10923772 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23633/stat : 23633 (java) S 23563 23566 19450 0 -1 1077944384 1 12556 0 0 0 0 6 3 20 0 20 0 12872863 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483229583440 140483758225307 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23634] ppid=23563 vsize=10923772 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23634/stat : 23634 (java) S 23563 23566 19450 0 -1 1077944384 2574 12556 0 0 102 1 6 3 20 0 20 0 12872863 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483228531312 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23635] ppid=23563 vsize=10923772 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23635/stat : 23635 (java) R 23563 23566 19450 0 -1 4202560 2518 12556 0 0 112 1 6 3 20 0 20 0 12872863 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483227464672 140483739726742 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23636] ppid=23563 vsize=10923772 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23636/stat : 23636 (java) R 23563 23566 19450 0 -1 4202560 4011 12556 0 0 118 1 6 3 20 0 20 0 12872863 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483226415984 140483743900218 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23637] ppid=23563 vsize=10923772 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23637/stat : 23637 (java) R 23563 23566 19450 0 -1 4202560 3421 12556 0 0 112 1 6 3 20 0 20 0 12872863 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483225373424 140483758228058 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23638] ppid=23563 vsize=10923772 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23638/stat : 23638 (java) S 23563 23566 19450 0 -1 1077944384 3 12556 0 0 0 0 6 3 20 0 20 0 12872863 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483224320352 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23639] ppid=23563 vsize=10923772 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23639/stat : 23639 (java) S 23563 23566 19450 0 -1 1077944384 5 12556 0 0 0 0 6 3 20 0 20 0 12872864 11185942528 73526 33554432000 4194304 4196468 140730602824928 140483223267632 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 10923772

[startup+6.30075 s]
/proc/loadavg: 1.82 1.20 1.39 5/281 23639
/proc/meminfo: memFree=28145232/32770624 swapFree=5828/347740
[pid=23566] ppid=23563 vsize=10925820 CPUtime=17.2 cores=0,2,4,6,8,10,12,14
/proc/23566/stat : 23566 (java) S 23563 23566 19450 0 -1 1077944320 52037 12556 0 0 1625 86 6 3 20 0 20 0 12872845 11188039680 140761 33554432000 4194304 4196468 140730602824928 140730602807472 140483758206711 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
/proc/23566/statm: 2731455 140761 3513 1 0 2719010 0
[pid=23566/tid=23621] ppid=23563 vsize=10925820 CPUtime=5.52 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23621/stat : 23621 (java) R 23563 23566 19450 0 -1 4202560 27449 12556 0 0 533 10 6 3 20 0 20 0 12872856 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483762439080 140483374778453 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23622] ppid=23563 vsize=10925820 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23622/stat : 23622 (java) S 23563 23566 19450 0 -1 1077944384 207 12556 0 0 14 8 6 3 20 0 20 0 12872857 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483684280720 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23623] ppid=23563 vsize=10925820 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23623/stat : 23623 (java) S 23563 23566 19450 0 -1 1077944384 595 12556 0 0 14 8 6 3 20 0 20 0 12872857 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483363858704 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23624] ppid=23563 vsize=10925820 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23624/stat : 23624 (java) S 23563 23566 19450 0 -1 1077944384 287 12556 0 0 12 8 6 3 20 0 20 0 12872857 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483362806416 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23625] ppid=23563 vsize=10925820 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23625/stat : 23625 (java) S 23563 23566 19450 0 -1 1077944384 206 12556 0 0 15 7 6 3 20 0 20 0 12872857 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483361753616 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23626] ppid=23563 vsize=10925820 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23626/stat : 23626 (java) S 23563 23566 19450 0 -1 1077944384 149 12556 0 0 12 7 6 3 20 0 20 0 12872857 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483360701328 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23627] ppid=23563 vsize=10925820 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23627/stat : 23627 (java) S 23563 23566 19450 0 -1 1077944384 269 12556 0 0 12 9 6 3 20 0 20 0 12872857 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483359648528 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23628] ppid=23563 vsize=10925820 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23628/stat : 23628 (java) S 23563 23566 19450 0 -1 1077944384 235 12556 0 0 14 8 6 3 20 0 20 0 12872857 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483358596240 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23629] ppid=23563 vsize=10925820 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23629/stat : 23629 (java) S 23563 23566 19450 0 -1 1077944384 232 12556 0 0 15 7 6 3 20 0 20 0 12872857 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483357543440 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23630] ppid=23563 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23630/stat : 23630 (java) S 23563 23566 19450 0 -1 1077944384 1595 12556 0 0 3 0 6 3 20 0 20 0 12872859 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483232741488 140483758217858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23631] ppid=23563 vsize=10925820 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23631/stat : 23631 (java) S 23563 23566 19450 0 -1 1077944384 55 12556 0 0 0 0 6 3 20 0 20 0 12872859 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483231687520 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23632] ppid=23563 vsize=10925820 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23632/stat : 23632 (java) S 23563 23566 19450 0 -1 1077944384 42 12556 0 0 0 0 6 3 20 0 20 0 12872860 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483230635136 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23633] ppid=23563 vsize=10925820 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23633/stat : 23633 (java) S 23563 23566 19450 0 -1 1077944384 1 12556 0 0 0 0 6 3 20 0 20 0 12872863 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483229583440 140483758225307 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23634] ppid=23563 vsize=10925820 CPUtime=2.81 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23634/stat : 23634 (java) R 23563 23566 19450 0 -1 4202560 4248 12556 0 0 271 1 6 3 20 0 20 0 12872863 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483228512328 140483741703495 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23635] ppid=23563 vsize=10925820 CPUtime=2.89 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23635/stat : 23635 (java) S 23563 23566 19450 0 -1 1077944384 4625 12556 0 0 279 1 6 3 20 0 20 0 12872863 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483227478512 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23636] ppid=23563 vsize=10925820 CPUtime=2.75 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23636/stat : 23636 (java) S 23563 23566 19450 0 -1 1077944384 4942 12556 0 0 265 1 6 3 20 0 20 0 12872863 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483226426224 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23637] ppid=23563 vsize=10925820 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23637/stat : 23637 (java) S 23563 23566 19450 0 -1 1077944384 4714 12556 0 0 157 2 6 3 20 0 20 0 12872863 11188039680 140761 33554432000 4194304 4196468 140730602824928 140483225373424 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23638] ppid=23563 vsize=10925820 CPUtime=0.09 cores=0,2,4,6,8,10,12,14

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


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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -23566
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23566 sig 9
??? end of watcher thread

Solver just ended.
Dumping a history of the last processes samples

[startup+2280 s]
/proc/loadavg: 1.57 1.68 1.62 10/283 23708
/proc/meminfo: memFree=26306196/32770624 swapFree=5828/348984
[pid=23566] ppid=23563 vsize=11130628 CPUtime=2407.42 cores=0,2,4,6,8,10,12,14
/proc/23566/stat : 23566 (java) S 23563 23566 19450 0 -1 1077944320 537993 12556 0 0 239980 753 6 3 20 0 22 0 12872845 11397763072 587065 33554432000 4194304 4196468 140730602824928 140730602807472 140483758206711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
/proc/23566/statm: 2782657 587065 3533 1 0 2770212 0
[pid=23566/tid=23621] ppid=23563 vsize=11130628 CPUtime=2261.13 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23621/stat : 23621 (java) S 23563 23566 19450 0 -1 1077944384 201811 12556 0 0 226039 65 6 3 20 0 22 0 12872856 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483762444256 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23622] ppid=23563 vsize=11130628 CPUtime=14.04 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23622/stat : 23622 (java) R 23563 23566 19450 0 -1 4202560 15297 12556 0 0 1325 70 6 3 20 0 22 0 12872857 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483684280920 140483739816482 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23623] ppid=23563 vsize=11130628 CPUtime=14.32 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23623/stat : 23623 (java) R 23563 23566 19450 0 -1 4202560 17780 12556 0 0 1346 77 6 3 20 0 22 0 12872857 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483363858904 140483742664096 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23624] ppid=23563 vsize=11130628 CPUtime=14.28 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23624/stat : 23624 (java) R 23563 23566 19450 0 -1 4202560 26442 12556 0 0 1342 77 6 3 20 0 22 0 12872857 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483362806616 140483742664344 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23625] ppid=23563 vsize=11130628 CPUtime=14.29 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23625/stat : 23625 (java) R 23563 23566 19450 0 -1 4202560 22789 12556 0 0 1346 74 6 3 20 0 22 0 12872857 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483361753816 140483742695632 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23626] ppid=23563 vsize=11130628 CPUtime=14.29 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23626/stat : 23626 (java) R 23563 23566 19450 0 -1 4202560 23482 12556 0 0 1345 75 6 3 20 0 22 0 12872857 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483360701528 140483739816397 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23627] ppid=23563 vsize=11130628 CPUtime=14.27 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23627/stat : 23627 (java) R 23563 23566 19450 0 -1 4202560 16905 12556 0 0 1343 75 6 3 20 0 22 0 12872857 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483359648728 140483743203121 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23628] ppid=23563 vsize=11130628 CPUtime=14.3 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23628/stat : 23628 (java) R 23563 23566 19450 0 -1 4202560 21597 12556 0 0 1344 77 6 3 20 0 22 0 12872857 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483358596128 140483739816516 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23629] ppid=23563 vsize=11130628 CPUtime=14.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23629/stat : 23629 (java) R 23563 23566 19450 0 -1 4202560 22179 12556 0 0 1328 72 6 3 20 0 22 0 12872857 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483357543640 140483743203299 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23630] ppid=23563 vsize=11130628 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23630/stat : 23630 (java) S 23563 23566 19450 0 -1 1077944384 38744 12556 0 0 136 22 6 3 20 0 22 0 12872859 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483232740112 140483758216917 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 42 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23631] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23631/stat : 23631 (java) S 23563 23566 19450 0 -1 1077944384 67 12556 0 0 0 0 6 3 20 0 22 0 12872859 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483231687184 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23632] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23632/stat : 23632 (java) S 23563 23566 19450 0 -1 1077944384 51 12556 0 0 0 0 6 3 20 0 22 0 12872860 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483230635136 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23633] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23633/stat : 23633 (java) S 23563 23566 19450 0 -1 1077944384 256 12556 0 0 0 0 6 3 20 0 22 0 12872863 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483229583440 140483758225307 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23634] ppid=23563 vsize=11130628 CPUtime=8.56 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23634/stat : 23634 (java) S 23563 23566 19450 0 -1 1077944384 28016 12556 0 0 842 5 6 3 20 0 22 0 12872863 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483228531312 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23635] ppid=23563 vsize=11130628 CPUtime=9.59 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23635/stat : 23635 (java) S 23563 23566 19450 0 -1 1077944384 36654 12556 0 0 944 6 6 3 20 0 22 0 12872863 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483227478512 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23636] ppid=23563 vsize=11130628 CPUtime=8.84 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23636/stat : 23636 (java) S 23563 23566 19450 0 -1 1077944384 27788 12556 0 0 870 5 6 3 20 0 22 0 12872863 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483226426224 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23637] ppid=23563 vsize=11130628 CPUtime=3.4 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23637/stat : 23637 (java) S 23563 23566 19450 0 -1 1077944384 32870 12556 0 0 323 8 6 3 20 0 22 0 12872863 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483225373424 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23638] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23638/stat : 23638 (java) S 23563 23566 19450 0 -1 1077944384 3 12556 0 0 0 0 6 3 20 0 22 0 12872863 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483224320352 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23639] ppid=23563 vsize=11130628 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23639/stat : 23639 (java) S 23563 23566 19450 0 -1 1077944384 2767 12556 0 0 75 62 6 3 20 0 22 0 12872864 11397763072 587065 33554432000 4194304 4196468 140730602824928 140483223267632 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 49 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23707] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23707/stat : 23707 (java) S 23563 23566 19450 0 -1 1077944384 332 12556 0 0 0 0 6 3 20 0 22 0 13100746 11397763072 587065 33554432000 4194304 4196468 140730602824928 140482990371184 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23708] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23708/stat : 23708 (java) S 23563 23566 19450 0 -1 1077944384 29 12556 0 0 0 0 6 3 20 0 22 0 13100746 11397763072 587065 33554432000 4194304 4196468 140730602824928 140482989319104 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
Current children cumulated CPU time (s) 2407.42
Current children cumulated vsize (KiB) 11130628

[startup+2280.8 s]
/proc/loadavg: 1.57 1.68 1.62 10/283 23708
/proc/meminfo: memFree=26306924/32770624 swapFree=5828/348988
[pid=23566] ppid=23563 vsize=11130628 CPUtime=2413.42 cores=0,2,4,6,8,10,12,14
/proc/23566/stat : 23566 (java) S 23563 23566 19450 0 -1 1077944320 538084 12556 0 0 240578 755 6 3 20 0 22 0 12872845 11397763072 586493 33554432000 4194304 4196468 140730602824928 140730602807472 140483758206711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
/proc/23566/statm: 2782657 586493 3538 1 0 2770212 0
[pid=23566/tid=23621] ppid=23563 vsize=11130628 CPUtime=2261.13 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23621/stat : 23621 (java) S 23563 23566 19450 0 -1 1077944384 201811 12556 0 0 226039 65 6 3 20 0 22 0 12872856 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483762444256 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23622] ppid=23563 vsize=11130628 CPUtime=14.79 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23622/stat : 23622 (java) R 23563 23566 19450 0 -1 4202560 15299 12556 0 0 1400 70 6 3 20 0 22 0 12872857 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483684280608 140483742664258 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23623] ppid=23563 vsize=11130628 CPUtime=15.07 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23623/stat : 23623 (java) R 23563 23566 19450 0 -1 4202560 17791 12556 0 0 1421 77 6 3 20 0 22 0 12872857 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483363858904 140483743203135 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23624] ppid=23563 vsize=11130628 CPUtime=15.03 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23624/stat : 23624 (java) R 23563 23566 19450 0 -1 4202560 26442 12556 0 0 1416 78 6 3 20 0 22 0 12872857 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483362806616 140483743203309 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23625] ppid=23563 vsize=11130628 CPUtime=15.02 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23625/stat : 23625 (java) R 23563 23566 19450 0 -1 4202560 22825 12556 0 0 1419 74 6 3 20 0 22 0 12872857 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483361753816 140483742905527 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23626] ppid=23563 vsize=11130628 CPUtime=15.04 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23626/stat : 23626 (java) R 23563 23566 19450 0 -1 4202560 23487 12556 0 0 1419 76 6 3 20 0 22 0 12872857 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483360701528 140483742906127 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23627] ppid=23563 vsize=11130628 CPUtime=15.01 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23627/stat : 23627 (java) R 23563 23566 19450 0 -1 4202560 16915 12556 0 0 1417 75 6 3 20 0 22 0 12872857 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483359648728 140483742664331 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23628] ppid=23563 vsize=11130628 CPUtime=15.05 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23628/stat : 23628 (java) R 23563 23566 19450 0 -1 4202560 21618 12556 0 0 1419 77 6 3 20 0 22 0 12872857 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483358596440 140483743203056 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23629] ppid=23563 vsize=11130628 CPUtime=14.84 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23629/stat : 23629 (java) R 23563 23566 19450 0 -1 4202560 22179 12556 0 0 1403 72 6 3 20 0 22 0 12872857 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483357543640 140483739816466 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23630] ppid=23563 vsize=11130628 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23630/stat : 23630 (java) S 23563 23566 19450 0 -1 1077944384 38745 12556 0 0 140 22 6 3 20 0 22 0 12872859 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483232740112 140483758216917 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 42 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23631] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23631/stat : 23631 (java) S 23563 23566 19450 0 -1 1077944384 70 12556 0 0 0 0 6 3 20 0 22 0 12872859 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483231687424 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23632] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23632/stat : 23632 (java) S 23563 23566 19450 0 -1 1077944384 52 12556 0 0 0 0 6 3 20 0 22 0 12872860 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483230634736 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23633] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23633/stat : 23633 (java) S 23563 23566 19450 0 -1 1077944384 256 12556 0 0 0 0 6 3 20 0 22 0 12872863 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483229583440 140483758225307 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23634] ppid=23563 vsize=11130628 CPUtime=8.56 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23634/stat : 23634 (java) S 23563 23566 19450 0 -1 1077944384 28016 12556 0 0 842 5 6 3 20 0 22 0 12872863 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483228531312 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23635] ppid=23563 vsize=11130628 CPUtime=9.59 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23635/stat : 23635 (java) S 23563 23566 19450 0 -1 1077944384 36654 12556 0 0 944 6 6 3 20 0 22 0 12872863 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483227478512 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23636] ppid=23563 vsize=11130628 CPUtime=8.84 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23636/stat : 23636 (java) S 23563 23566 19450 0 -1 1077944384 27788 12556 0 0 870 5 6 3 20 0 22 0 12872863 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483226426224 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23637] ppid=23563 vsize=11130628 CPUtime=3.4 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23637/stat : 23637 (java) S 23563 23566 19450 0 -1 1077944384 32870 12556 0 0 323 8 6 3 20 0 22 0 12872863 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483225373424 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23638] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23638/stat : 23638 (java) S 23563 23566 19450 0 -1 1077944384 3 12556 0 0 0 0 6 3 20 0 22 0 12872863 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483224320352 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23639] ppid=23563 vsize=11130628 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23639/stat : 23639 (java) S 23563 23566 19450 0 -1 1077944384 2767 12556 0 0 75 62 6 3 20 0 22 0 12872864 11397763072 586493 33554432000 4194304 4196468 140730602824928 140483223267632 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 49 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23707] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23707/stat : 23707 (java) S 23563 23566 19450 0 -1 1077944384 332 12556 0 0 0 0 6 3 20 0 22 0 13100746 11397763072 586493 33554432000 4194304 4196468 140730602824928 140482990371184 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23708] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23708/stat : 23708 (java) S 23563 23566 19450 0 -1 1077944384 30 12556 0 0 0 0 6 3 20 0 22 0 13100746 11397763072 586493 33554432000 4194304 4196468 140730602824928 140482989319104 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
Current children cumulated CPU time (s) 2413.42
Current children cumulated vsize (KiB) 11130628

[startup+2281 s]
/proc/loadavg: 1.57 1.68 1.62 10/283 23708
/proc/meminfo: memFree=26306924/32770624 swapFree=5828/348988
[pid=23566] ppid=23563 vsize=11130628 CPUtime=2414.99 cores=0,2,4,6,8,10,12,14
/proc/23566/stat : 23566 (java) S 23563 23566 19450 0 -1 1077944320 538159 12556 0 0 240735 755 6 3 20 0 22 0 12872845 11397763072 586536 33554432000 4194304 4196468 140730602824928 140730602807472 140483758206711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
/proc/23566/statm: 2782657 586536 3538 1 0 2770212 0
[pid=23566/tid=23621] ppid=23563 vsize=11130628 CPUtime=2261.13 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23621/stat : 23621 (java) S 23563 23566 19450 0 -1 1077944384 201811 12556 0 0 226039 65 6 3 20 0 22 0 12872856 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483762444256 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23622] ppid=23563 vsize=11130628 CPUtime=14.99 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23622/stat : 23622 (java) R 23563 23566 19450 0 -1 4202560 15299 12556 0 0 1420 70 6 3 20 0 22 0 12872857 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483684280920 140483742660654 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23623] ppid=23563 vsize=11130628 CPUtime=15.26 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23623/stat : 23623 (java) R 23563 23566 19450 0 -1 4202560 17802 12556 0 0 1440 77 6 3 20 0 22 0 12872857 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483363858904 140483739803440 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23624] ppid=23563 vsize=11130628 CPUtime=15.22 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23624/stat : 23624 (java) R 23563 23566 19450 0 -1 4202560 26442 12556 0 0 1435 78 6 3 20 0 22 0 12872857 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483362806616 140483742661468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23625] ppid=23563 vsize=11130628 CPUtime=15.21 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23625/stat : 23625 (java) R 23563 23566 19450 0 -1 4202560 22825 12556 0 0 1438 74 6 3 20 0 22 0 12872857 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483361753816 140483743192007 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23626] ppid=23563 vsize=11130628 CPUtime=15.23 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23626/stat : 23626 (java) R 23563 23566 19450 0 -1 4202560 23523 12556 0 0 1438 76 6 3 20 0 22 0 12872857 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483360701528 140483742661339 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23627] ppid=23563 vsize=11130628 CPUtime=15.21 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23627/stat : 23627 (java) R 23563 23566 19450 0 -1 4202560 16930 12556 0 0 1437 75 6 3 20 0 22 0 12872857 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483359648728 140483739803722 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23628] ppid=23563 vsize=11130628 CPUtime=15.24 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23628/stat : 23628 (java) R 23563 23566 19450 0 -1 4202560 21618 12556 0 0 1438 77 6 3 20 0 22 0 12872857 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483358596128 140483739803466 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23629] ppid=23563 vsize=11130628 CPUtime=15.04 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23629/stat : 23629 (java) R 23563 23566 19450 0 -1 4202560 22192 12556 0 0 1423 72 6 3 20 0 22 0 12872857 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483357543640 140483742904486 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23630] ppid=23563 vsize=11130628 CPUtime=1.71 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23630/stat : 23630 (java) S 23563 23566 19450 0 -1 1077944384 38745 12556 0 0 140 22 6 3 20 0 22 0 12872859 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483232739888 140483758216917 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 42 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23631] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23631/stat : 23631 (java) S 23563 23566 19450 0 -1 1077944384 70 12556 0 0 0 0 6 3 20 0 22 0 12872859 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483231687424 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23632] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23632/stat : 23632 (java) S 23563 23566 19450 0 -1 1077944384 52 12556 0 0 0 0 6 3 20 0 22 0 12872860 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483230634736 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23633] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23633/stat : 23633 (java) S 23563 23566 19450 0 -1 1077944384 256 12556 0 0 0 0 6 3 20 0 22 0 12872863 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483229583440 140483758225307 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23634] ppid=23563 vsize=11130628 CPUtime=8.56 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23634/stat : 23634 (java) S 23563 23566 19450 0 -1 1077944384 28016 12556 0 0 842 5 6 3 20 0 22 0 12872863 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483228531312 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23635] ppid=23563 vsize=11130628 CPUtime=9.59 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23635/stat : 23635 (java) S 23563 23566 19450 0 -1 1077944384 36654 12556 0 0 944 6 6 3 20 0 22 0 12872863 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483227478512 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23636] ppid=23563 vsize=11130628 CPUtime=8.84 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23636/stat : 23636 (java) S 23563 23566 19450 0 -1 1077944384 27788 12556 0 0 870 5 6 3 20 0 22 0 12872863 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483226426224 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23637] ppid=23563 vsize=11130628 CPUtime=3.4 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23637/stat : 23637 (java) S 23563 23566 19450 0 -1 1077944384 32870 12556 0 0 323 8 6 3 20 0 22 0 12872863 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483225373424 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23638] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23638/stat : 23638 (java) S 23563 23566 19450 0 -1 1077944384 3 12556 0 0 0 0 6 3 20 0 22 0 12872863 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483224320352 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23639] ppid=23563 vsize=11130628 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23639/stat : 23639 (java) S 23563 23566 19450 0 -1 1077944384 2767 12556 0 0 75 62 6 3 20 0 22 0 12872864 11397763072 586536 33554432000 4194304 4196468 140730602824928 140483223267632 140483758217858 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 49 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23707] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23707/stat : 23707 (java) S 23563 23566 19450 0 -1 1077944384 332 12556 0 0 0 0 6 3 20 0 22 0 13100746 11397763072 586536 33554432000 4194304 4196468 140730602824928 140482990371184 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
[pid=23566/tid=23708] ppid=23563 vsize=11130628 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/23566/task/23708/stat : 23708 (java) S 23563 23566 19450 0 -1 1077944384 30 12556 0 0 0 0 6 3 20 0 22 0 13100746 11397763072 586536 33554432000 4194304 4196468 140730602824928 140482989317696 140483758216917 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 29945856 140730602830529 140730602833303 140730602833303 140730602835919 0
Current children cumulated CPU time (s) 2414.99
Current children cumulated vsize (KiB) 11130628

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2281.03
CPU time (s): 2415.07
CPU user time (s): 2407.45
CPU system time (s): 7.61512
CPU usage (%): 105.876
Max. virtual memory (cumulated for all children) (KiB): 11130628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2407.46
system time used= 7.61512
maximum resident set size= 3544532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 550717
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 98445
involuntary context switches= 132052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1614 second user time and 18.6911 second system time

The end

Launcher Data

Begin job on node112 at 2017-07-23 04:13:57
IDJOB=4249983
IDBENCH=138698
IDSOLVER=2630
FILE ID=node112/4249983-1500776037
RUNJOBID= node112-1500775993-23325
PBS_JOBID= 20624587
Free space on /tmp= 61944 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os20/SuperTaillard-os-20-17.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249983-1500776037/watcher-4249983-1500776037 -o /tmp/evaluation-result-4249983-1500776037/solver-4249983-1500776037 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node112-1500775993-23325 --watchdog 2560  bin/concrete HOME/instance-4249983-1500776037.xml

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

MD5SUM BENCH= 4b4738a8e40cdda4c63a077f136d1653
RANDOM SEED=1542251493

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28554980 kB
MemAvailable:   29000488 kB
Buffers:          162140 kB
Cached:           562660 kB
SwapCached:            0 kB
Active:          3420664 kB
Inactive:         356392 kB
Active(anon):    3054664 kB
Inactive(anon):     8712 kB
Active(file):     366000 kB
Inactive(file):   347680 kB
Unevictable:        5828 kB
Mlocked:            5828 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24992 kB
Writeback:             0 kB
AnonPages:       3065872 kB
Mapped:            44796 kB
Shmem:              8840 kB
Slab:             129536 kB
SReclaimable:      95324 kB
SUnreclaim:        34212 kB
KernelStack:        4848 kB
PageTables:        11072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3731876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2826240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61920 MiB
End job on node112 at 2017-07-23 04:51:58