Trace number 4246412

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.4SAT 8.46129 3.73423

General information on the benchmark

NameKakuro/Kakuro-sumdiff-easy/
Kakuro-easy-015-sumdiff.xml
MD5SUM1146004309082972e5d77911a227550f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.0076339999
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints108
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":82}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":58},{"degree":4,"count":82}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":44},{"arity":3,"count":24},{"arity":4,"count":32},{"arity":5,"count":8}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":54},{"type":"sum","count":54}]
Optimization problemNO
Type of objective

Solver Data

3.62/2.17	c Concrete v3.4 running
8.41/3.71	v <instantiation>
8.41/3.71	v       <list>
8.41/3.71	v         x[1][1] x[1][2] x[1][4] x[1][5] x[1][6] x[1][10] x[1][11] x[2][1] x[2][2] x[2][4] x[2][5] x[2][6] x[2][7] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[3][1] x[3][2] x[3][3] x[3][4] x[3][7] x[3][8] x[3][9] x[3][10] x[3][12] x[3][13] x[4][2] x[4][3] x[4][5] x[4][6] x[4][7] x[4][8] x[4][10] x[4][11] x[4][12] x[5][3] x[5][4] x[5][5] x[5][6] x[5][8] x[5][9] x[5][10] x[5][11] x[6][2] x[6][3] x[6][4] x[6][6] x[6][7] x[6][8] x[6][9] x[6][11] x[6][12] x[7][1] x[7][2] x[7][4] x[7][5] x[7][6] x[7][7] x[7][10] x[7][11] x[7][12] x[7][13] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][7] x[8][8] x[8][9] x[8][10] x[8][12] x[8][13] x[9][3] x[9][4] x[9][8] x[9][9] x[9][10] x[9][12] x[9][13]
8.41/3.71	v       </list>
8.41/3.71	v       <values>
8.41/3.71	v         3 2 2 8 1 7 9 5 1 1 9 3 4 1 6 7 9 8 9 4 5 3 1 6 2 4 7 9 3 1 3 1 2 5 9 7 8 9 7 8 5 7 6 8 9 6 7 1 2 1 4 3 8 3 7 9 4 1 3 2 3 6 4 2 9 8 4 6 3 4 3 2 1 1 3 1 3 1 4 2 2 1
8.41/3.71	v       </values>
8.41/3.71	v     </instantiation>
8.41/3.71	s SATISFIABLE

Verifier Data

OK	

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-4246412-1500715297/watcher-4246412-1500715297 -o /tmp/evaluation-result-4246412-1500715297/solver-4246412-1500715297 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500712981-22996 --watchdog 2560 bin/concrete HOME/instance-4246412-1500715297.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.91 1.88 4/262 23755
/proc/meminfo: memFree=31568148/32770624 swapFree=5700/360332
[pid=23755] ppid=23752 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/23755/stat : 23755 (bash) S 23752 23755 22965 0 -1 4202496 685 1532 0 0 0 0 0 0 20 0 1 0 6797179 9736192 350 33554432000 4194304 5098028 140721639664784 140721639662424 139836365151232 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 27758592 140721639671054 140721639671139 140721639671139 140721639673838 0
/proc/23755/statm: 2377 350 277 221 0 86 0

[startup+0.10006 s]
/proc/loadavg: 2.00 1.91 1.88 4/262 23755
/proc/meminfo: memFree=31568148/32770624 swapFree=5700/360332
[pid=23755] ppid=23752 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/23755/stat : 23755 (bash) S 23752 23755 22965 0 -1 4202496 878 6415 0 0 0 0 0 1 20 0 1 0 6797179 9871360 378 33554432000 4194304 5098028 140721639664784 140721639658792 139836365151232 0 0 4100 65536 18446744071580971376 0 0 17 10 0 0 0 0 0 7196144 7232144 27758592 140721639671054 140721639671139 140721639671139 140721639673838 0
/proc/23755/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200264 s]
/proc/loadavg: 2.00 1.91 1.88 4/262 23755
/proc/meminfo: memFree=31568148/32770624 swapFree=5700/360332
[pid=23755] ppid=23752 vsize=10768680 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/23755/stat : 23755 (java) S 23752 23755 22965 0 -1 1077944320 5093 12298 0 0 7 1 7 3 20 0 18 0 6797179 11027128320 5396 33554432000 4194304 4196468 140730283027968 140730283010512 139635289902839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
/proc/23755/statm: 2692170 5396 2294 1 0 2680608 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10768680

[startup+0.300233 s]
/proc/loadavg: 2.00 1.91 1.88 4/262 23755
/proc/meminfo: memFree=31568148/32770624 swapFree=5700/360332
[pid=23755] ppid=23752 vsize=10902292 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/23755/stat : 23755 (java) S 23752 23755 22965 0 -1 1077944320 8905 12298 0 0 24 3 7 3 20 0 20 0 6797179 11163947008 9974 33554432000 4194304 4196468 140730283027968 140730283010512 139635289902839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
/proc/23755/statm: 2725573 9974 2972 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902292

[startup+0.700169 s]
/proc/loadavg: 2.00 1.91 1.88 4/262 23755
/proc/meminfo: memFree=31568148/32770624 swapFree=5700/360332
[pid=23755] ppid=23752 vsize=10902720 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/23755/stat : 23755 (java) S 23752 23755 22965 0 -1 1077944320 12815 12298 0 0 82 5 7 3 20 0 20 0 6797179 11164385280 16180 33554432000 4194304 4196468 140730283027968 140730283010512 139635289902839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
/proc/23755/statm: 2725680 16180 3220 1 0 2713890 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 10902720

[startup+1.50112 s]
/proc/loadavg: 2.00 1.91 1.88 3/282 23828
/proc/meminfo: memFree=31336568/32770624 swapFree=5700/360344
[pid=23755] ppid=23752 vsize=10913344 CPUtime=2.26 cores=0,2,4,6,8,10,12,14
/proc/23755/stat : 23755 (java) S 23752 23755 22965 0 -1 1077944320 26929 12298 0 0 203 13 7 3 20 0 20 0 6797179 11175264256 44052 33554432000 4194304 4196468 140730283027968 140730283010512 139635289902839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
/proc/23755/statm: 2728336 44052 3408 1 0 2716450 0
[pid=23755/tid=23810] ppid=23752 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23810/stat : 23810 (java) R 23752 23755 22965 0 -1 4202560 19678 12298 0 0 126 6 7 3 20 0 20 0 6797191 11175264256 44052 33554432000 4194304 4196468 140730283027968 139635294132384 139634906633476 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23811] ppid=23752 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23811/stat : 23811 (java) S 23752 23755 22965 0 -1 1077944384 34 12298 0 0 1 0 7 3 20 0 20 0 6797192 11175264256 44052 33554432000 4194304 4196468 140730283027968 139635226594064 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23812] ppid=23752 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23812/stat : 23812 (java) S 23752 23755 22965 0 -1 1077944384 31 12298 0 0 0 0 7 3 20 0 20 0 6797192 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634895874960 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23813] ppid=23752 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23813/stat : 23813 (java) S 23752 23755 22965 0 -1 1077944384 21 12298 0 0 1 0 7 3 20 0 20 0 6797192 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634894822416 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23814] ppid=23752 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23814/stat : 23814 (java) S 23752 23755 22965 0 -1 1077944384 17 12298 0 0 1 0 7 3 20 0 20 0 6797192 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634893769872 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23815] ppid=23752 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23815/stat : 23815 (java) S 23752 23755 22965 0 -1 1077944384 55 12298 0 0 1 0 7 3 20 0 20 0 6797192 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634892716304 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23816] ppid=23752 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23816/stat : 23816 (java) S 23752 23755 22965 0 -1 1077944384 134 12298 0 0 0 0 7 3 20 0 20 0 6797192 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634891663760 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23817] ppid=23752 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23817/stat : 23817 (java) S 23752 23755 22965 0 -1 1077944384 19 12298 0 0 1 0 7 3 20 0 20 0 6797192 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634890611216 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23818] ppid=23752 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23818/stat : 23818 (java) S 23752 23755 22965 0 -1 1077944384 29 12298 0 0 1 0 7 3 20 0 20 0 6797192 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634889558672 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23819] ppid=23752 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23819/stat : 23819 (java) S 23752 23755 22965 0 -1 1077944384 1401 12298 0 0 1 0 7 3 20 0 20 0 6797194 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634831706608 139635289913986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23820] ppid=23752 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23820/stat : 23820 (java) S 23752 23755 22965 0 -1 1077944384 57 12298 0 0 0 0 7 3 20 0 20 0 6797195 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634830652896 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23821] ppid=23752 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23821/stat : 23821 (java) S 23752 23755 22965 0 -1 1077944384 43 12298 0 0 0 0 7 3 20 0 20 0 6797195 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634829600256 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23822] ppid=23752 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23822/stat : 23822 (java) S 23752 23755 22965 0 -1 1077944384 1 12298 0 0 0 0 7 3 20 0 20 0 6797199 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634828548816 139635289921435 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23823] ppid=23752 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23823/stat : 23823 (java) R 23752 23755 22965 0 -1 4202560 961 12298 0 0 17 0 7 3 20 0 20 0 6797199 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634827495704 139635273805938 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23824] ppid=23752 vsize=10913344 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23824/stat : 23824 (java) R 23752 23755 22965 0 -1 4202560 468 12298 0 0 9 0 7 3 20 0 20 0 6797199 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634826443160 139635273397357 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23825] ppid=23752 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23825/stat : 23825 (java) S 23752 23755 22965 0 -1 1077944384 492 12298 0 0 12 0 7 3 20 0 20 0 6797199 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634825390320 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23826] ppid=23752 vsize=10913344 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23826/stat : 23826 (java) R 23752 23755 22965 0 -1 4202560 1351 12298 0 0 25 0 7 3 20 0 20 0 6797199 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634824337776 139635289924186 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23827] ppid=23752 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23827/stat : 23827 (java) S 23752 23755 22965 0 -1 1077944384 3 12298 0 0 0 0 7 3 20 0 20 0 6797200 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634755496672 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23828] ppid=23752 vsize=10913344 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23828/stat : 23828 (java) S 23752 23755 22965 0 -1 1077944384 7 12298 0 0 0 0 7 3 20 0 20 0 6797200 11175264256 44052 33554432000 4194304 4196468 140730283027968 139634754444208 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10913344

[startup+3.10124 s]
/proc/loadavg: 2.24 1.96 1.89 5/282 23828
/proc/meminfo: memFree=31227516/32770624 swapFree=5700/360344
[pid=23755] ppid=23752 vsize=10927868 CPUtime=6.1 cores=0,2,4,6,8,10,12,14
/proc/23755/stat : 23755 (java) S 23752 23755 22965 0 -1 1077944320 41373 12298 0 0 580 20 7 3 20 0 20 0 6797179 11190136832 54368 33554432000 4194304 4196468 140730283027968 140730283010512 139635289902839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
/proc/23755/statm: 2731967 54368 3472 1 0 2719522 0
[pid=23755/tid=23810] ppid=23752 vsize=10927868 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23810/stat : 23810 (java) R 23752 23755 22965 0 -1 4202560 26176 12298 0 0 281 10 7 3 20 0 20 0 6797191 11190136832 54368 33554432000 4194304 4196468 140730283027968 139635294128488 139635289924765 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23811] ppid=23752 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23811/stat : 23811 (java) S 23752 23755 22965 0 -1 1077944384 34 12298 0 0 1 0 7 3 20 0 20 0 6797192 11190136832 54368 33554432000 4194304 4196468 140730283027968 139635226594064 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23812] ppid=23752 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23812/stat : 23812 (java) S 23752 23755 22965 0 -1 1077944384 31 12298 0 0 0 0 7 3 20 0 20 0 6797192 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634895874960 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23813] ppid=23752 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23813/stat : 23813 (java) S 23752 23755 22965 0 -1 1077944384 21 12298 0 0 1 0 7 3 20 0 20 0 6797192 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634894822416 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23814] ppid=23752 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23814/stat : 23814 (java) S 23752 23755 22965 0 -1 1077944384 17 12298 0 0 1 0 7 3 20 0 20 0 6797192 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634893769872 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23815] ppid=23752 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23815/stat : 23815 (java) S 23752 23755 22965 0 -1 1077944384 55 12298 0 0 1 0 7 3 20 0 20 0 6797192 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634892716304 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23816] ppid=23752 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23816/stat : 23816 (java) S 23752 23755 22965 0 -1 1077944384 134 12298 0 0 0 0 7 3 20 0 20 0 6797192 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634891663760 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23817] ppid=23752 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23817/stat : 23817 (java) S 23752 23755 22965 0 -1 1077944384 19 12298 0 0 1 0 7 3 20 0 20 0 6797192 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634890611216 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23818] ppid=23752 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23818/stat : 23818 (java) S 23752 23755 22965 0 -1 1077944384 29 12298 0 0 1 0 7 3 20 0 20 0 6797192 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634889558672 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23819] ppid=23752 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23819/stat : 23819 (java) S 23752 23755 22965 0 -1 1077944384 1427 12298 0 0 1 0 7 3 20 0 20 0 6797194 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634831706608 139635289913986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23820] ppid=23752 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23820/stat : 23820 (java) S 23752 23755 22965 0 -1 1077944384 57 12298 0 0 0 0 7 3 20 0 20 0 6797195 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634830652896 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23821] ppid=23752 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23821/stat : 23821 (java) S 23752 23755 22965 0 -1 1077944384 43 12298 0 0 0 0 7 3 20 0 20 0 6797195 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634829600256 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23822] ppid=23752 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23822/stat : 23822 (java) S 23752 23755 22965 0 -1 1077944384 1 12298 0 0 0 0 7 3 20 0 20 0 6797199 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634828548816 139635289921435 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23823] ppid=23752 vsize=10927868 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23823/stat : 23823 (java) R 23752 23755 22965 0 -1 1077944384 1582 12298 0 0 56 0 7 3 20 0 20 0 6797199 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634827495408 139635289913986 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23824] ppid=23752 vsize=10927868 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23824/stat : 23824 (java) R 23752 23755 22965 0 -1 4202560 4345 12298 0 0 74 1 7 3 20 0 20 0 6797199 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634826426288 139635275958235 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23825] ppid=23752 vsize=10927868 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23825/stat : 23825 (java) S 23752 23755 22965 0 -1 1077944384 1037 12298 0 0 48 1 7 3 20 0 20 0 6797199 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634825390320 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23826] ppid=23752 vsize=10927868 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23826/stat : 23826 (java) R 23752 23755 22965 0 -1 4202560 4225 12298 0 0 107 1 7 3 20 0 20 0 6797199 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634824337776 139635289924186 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23827] ppid=23752 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23827/stat : 23827 (java) S 23752 23755 22965 0 -1 1077944384 3 12298 0 0 0 0 7 3 20 0 20 0 6797200 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634755496672 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23828] ppid=23752 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23828/stat : 23828 (java) S 23752 23755 22965 0 -1 1077944384 9 12298 0 0 0 0 7 3 20 0 20 0 6797200 11190136832 54368 33554432000 4194304 4196468 140730283027968 139634754444208 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 10927868

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

[startup+3.20142 s]
/proc/loadavg: 2.24 1.96 1.89 5/282 23828
/proc/meminfo: memFree=31227516/32770624 swapFree=5700/360344
[pid=23755] ppid=23752 vsize=10927868 CPUtime=6.41 cores=0,2,4,6,8,10,12,14
/proc/23755/stat : 23755 (java) S 23752 23755 22965 0 -1 1077944320 44689 12298 0 0 608 23 7 3 20 0 20 0 6797179 11190136832 59339 33554432000 4194304 4196468 140730283027968 140730283010512 139635289902839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
/proc/23755/statm: 2731967 59339 3481 1 0 2719522 0
[pid=23755/tid=23810] ppid=23752 vsize=10927868 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23810/stat : 23810 (java) R 23752 23755 22965 0 -1 4202560 28591 12298 0 0 287 10 7 3 20 0 20 0 6797191 11190136832 59339 33554432000 4194304 4196468 140730283027968 139635294115936 139635270178546 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23811] ppid=23752 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23811/stat : 23811 (java) S 23752 23755 22965 0 -1 1077944384 48 12298 0 0 2 1 7 3 20 0 20 0 6797192 11190136832 59339 33554432000 4194304 4196468 140730283027968 139635226594064 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23812] ppid=23752 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23812/stat : 23812 (java) S 23752 23755 22965 0 -1 1077944384 41 12298 0 0 2 1 7 3 20 0 20 0 6797192 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634895874960 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23813] ppid=23752 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23813/stat : 23813 (java) S 23752 23755 22965 0 -1 1077944384 32 12298 0 0 2 0 7 3 20 0 20 0 6797192 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634894822416 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23814] ppid=23752 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23814/stat : 23814 (java) S 23752 23755 22965 0 -1 1077944384 40 12298 0 0 3 0 7 3 20 0 20 0 6797192 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634893769872 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23815] ppid=23752 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23815/stat : 23815 (java) S 23752 23755 22965 0 -1 1077944384 67 12298 0 0 3 0 7 3 20 0 20 0 6797192 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634892716304 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23816] ppid=23752 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23816/stat : 23816 (java) S 23752 23755 22965 0 -1 1077944384 153 12298 0 0 2 0 7 3 20 0 20 0 6797192 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634891663760 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23817] ppid=23752 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23817/stat : 23817 (java) S 23752 23755 22965 0 -1 1077944384 51 12298 0 0 2 0 7 3 20 0 20 0 6797192 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634890611216 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23818] ppid=23752 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23818/stat : 23818 (java) S 23752 23755 22965 0 -1 1077944384 30 12298 0 0 2 0 7 3 20 0 20 0 6797192 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634889558672 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23819] ppid=23752 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23819/stat : 23819 (java) S 23752 23755 22965 0 -1 1077944384 2127 12298 0 0 3 0 7 3 20 0 20 0 6797194 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634831706608 139635289913986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23820] ppid=23752 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23820/stat : 23820 (java) S 23752 23755 22965 0 -1 1077944384 57 12298 0 0 0 0 7 3 20 0 20 0 6797195 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634830652896 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23821] ppid=23752 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23821/stat : 23821 (java) S 23752 23755 22965 0 -1 1077944384 43 12298 0 0 0 0 7 3 20 0 20 0 6797195 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634829600256 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23822] ppid=23752 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23822/stat : 23822 (java) S 23752 23755 22965 0 -1 1077944384 1 12298 0 0 0 0 7 3 20 0 20 0 6797199 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634828548816 139635289921435 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23823] ppid=23752 vsize=10927868 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23823/stat : 23823 (java) S 23752 23755 22965 0 -1 1077944384 1586 12298 0 0 56 0 7 3 20 0 20 0 6797199 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634827495408 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23824] ppid=23752 vsize=10927868 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23824/stat : 23824 (java) R 23752 23755 22965 0 -1 4202560 4449 12298 0 0 79 1 7 3 20 0 20 0 6797199 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634826422784 139635267928718 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23825] ppid=23752 vsize=10927868 CPUtime=0.6 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23825/stat : 23825 (java) S 23752 23755 22965 0 -1 1077944384 1039 12298 0 0 49 1 7 3 20 0 20 0 6797199 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634825390320 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23826] ppid=23752 vsize=10927868 CPUtime=1.19 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23826/stat : 23826 (java) S 23752 23755 22965 0 -1 1077944384 4239 12298 0 0 108 1 7 3 20 0 20 0 6797199 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634824337776 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23827] ppid=23752 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23827/stat : 23827 (java) S 23752 23755 22965 0 -1 1077944384 3 12298 0 0 0 0 7 3 20 0 20 0 6797200 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634755496672 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23828] ppid=23752 vsize=10927868 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23828/stat : 23828 (java) S 23752 23755 22965 0 -1 1077944384 9 12298 0 0 0 0 7 3 20 0 20 0 6797200 11190136832 59339 33554432000 4194304 4196468 140730283027968 139634754444208 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 10927868

[startup+3.60094 s]
/proc/loadavg: 2.24 1.96 1.89 7/282 23828
/proc/meminfo: memFree=31066128/32770624 swapFree=5700/360348
[pid=23755] ppid=23752 vsize=10997224 CPUtime=8.06 cores=0,2,4,6,8,10,12,14
/proc/23755/stat : 23755 (java) S 23752 23755 22965 0 -1 1077944320 59906 12298 0 0 771 25 7 3 20 0 20 0 6797179 11261157376 73663 33554432000 4194304 4196468 140730283027968 140730283010512 139635289902839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
/proc/23755/statm: 2749306 73663 3483 1 0 2736861 0
[pid=23755/tid=23810] ppid=23752 vsize=10997224 CPUtime=3.32 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23810/stat : 23810 (java) S 23752 23755 22965 0 -1 1077944384 40781 12298 0 0 311 11 7 3 20 0 20 0 6797191 11261157376 73663 33554432000 4194304 4196468 140730283027968 139635294140384 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23811] ppid=23752 vsize=10997224 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23811/stat : 23811 (java) S 23752 23755 22965 0 -1 1077944384 56 12298 0 0 12 1 7 3 20 0 20 0 6797192 11261157376 73663 33554432000 4194304 4196468 140730283027968 139635226594064 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23812] ppid=23752 vsize=10997224 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23812/stat : 23812 (java) S 23752 23755 22965 0 -1 1077944384 45 12298 0 0 11 1 7 3 20 0 20 0 6797192 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634895874960 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23813] ppid=23752 vsize=10997224 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23813/stat : 23813 (java) S 23752 23755 22965 0 -1 1077944384 37 12298 0 0 12 0 7 3 20 0 20 0 6797192 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634894822416 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23814] ppid=23752 vsize=10997224 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23814/stat : 23814 (java) S 23752 23755 22965 0 -1 1077944384 42 12298 0 0 13 0 7 3 20 0 20 0 6797192 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634893769872 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23815] ppid=23752 vsize=10997224 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23815/stat : 23815 (java) S 23752 23755 22965 0 -1 1077944384 70 12298 0 0 13 0 7 3 20 0 20 0 6797192 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634892716304 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23816] ppid=23752 vsize=10997224 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23816/stat : 23816 (java) S 23752 23755 22965 0 -1 1077944384 153 12298 0 0 11 0 7 3 20 0 20 0 6797192 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634891663760 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23817] ppid=23752 vsize=10997224 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23817/stat : 23817 (java) S 23752 23755 22965 0 -1 1077944384 64 12298 0 0 11 0 7 3 20 0 20 0 6797192 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634890611216 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23818] ppid=23752 vsize=10997224 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23818/stat : 23818 (java) S 23752 23755 22965 0 -1 1077944384 31 12298 0 0 9 1 7 3 20 0 20 0 6797192 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634889558672 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23819] ppid=23752 vsize=10997224 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23819/stat : 23819 (java) R 23752 23755 22965 0 -1 4202560 2142 12298 0 0 7 0 7 3 20 0 20 0 6797194 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634831705008 139635273083867 0 0 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23820] ppid=23752 vsize=10997224 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23820/stat : 23820 (java) S 23752 23755 22965 0 -1 1077944384 57 12298 0 0 0 0 7 3 20 0 20 0 6797195 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634830653040 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23821] ppid=23752 vsize=10997224 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23821/stat : 23821 (java) S 23752 23755 22965 0 -1 1077944384 43 12298 0 0 0 0 7 3 20 0 20 0 6797195 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634829600256 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23822] ppid=23752 vsize=10997224 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23822/stat : 23822 (java) S 23752 23755 22965 0 -1 1077944384 1 12298 0 0 0 0 7 3 20 0 20 0 6797199 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634828548816 139635289921435 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23823] ppid=23752 vsize=10997224 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23823/stat : 23823 (java) S 23752 23755 22965 0 -1 1077944384 1632 12298 0 0 64 0 7 3 20 0 20 0 6797199 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634827495408 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23824] ppid=23752 vsize=10997224 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23824/stat : 23824 (java) R 23752 23755 22965 0 -1 4202560 6765 12298 0 0 119 1 7 3 20 0 20 0 6797199 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634826428840 139635271447073 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23825] ppid=23752 vsize=10997224 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23825/stat : 23825 (java) S 23752 23755 22965 0 -1 1077944384 1486 12298 0 0 58 1 7 3 20 0 20 0 6797199 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634825375216 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23826] ppid=23752 vsize=10997224 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23826/stat : 23826 (java) S 23752 23755 22965 0 -1 1077944384 4361 12298 0 0 114 1 7 3 20 0 20 0 6797199 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634824337776 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23827] ppid=23752 vsize=10997224 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23827/stat : 23827 (java) S 23752 23755 22965 0 -1 1077944384 3 12298 0 0 0 0 7 3 20 0 20 0 6797200 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634755496672 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23828] ppid=23752 vsize=10997224 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23828/stat : 23828 (java) S 23752 23755 22965 0 -1 1077944384 9 12298 0 0 0 0 7 3 20 0 20 0 6797200 11261157376 73663 33554432000 4194304 4196468 140730283027968 139634754444208 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
Current children cumulated CPU time (s) 8.06
Current children cumulated vsize (KiB) 10997224

[startup+3.70081 s]
/proc/loadavg: 2.24 1.96 1.89 7/282 23828
/proc/meminfo: memFree=31066128/32770624 swapFree=5700/360348
[pid=23755] ppid=23752 vsize=10997568 CPUtime=8.41 cores=0,2,4,6,8,10,12,14
/proc/23755/stat : 23755 (java) S 23752 23755 22965 0 -1 1077944320 61127 12298 0 0 805 26 7 3 20 0 20 0 6797179 11261509632 74023 33554432000 4194304 4196468 140730283027968 140730283010512 139635289902839 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
/proc/23755/statm: 2749392 74023 3483 1 0 2736947 0
[pid=23755/tid=23810] ppid=23752 vsize=10997568 CPUtime=3.35 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23810/stat : 23810 (java) R 23752 23755 22965 0 -1 4202560 40880 12298 0 0 314 11 7 3 20 0 20 0 6797191 11261509632 74023 33554432000 4194304 4196468 140730283027968 139635294132816 139635274464978 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23811] ppid=23752 vsize=10997568 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23811/stat : 23811 (java) S 23752 23755 22965 0 -1 1077944384 56 12298 0 0 13 1 7 3 20 0 20 0 6797192 11261509632 74023 33554432000 4194304 4196468 140730283027968 139635226594064 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23812] ppid=23752 vsize=10997568 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23812/stat : 23812 (java) S 23752 23755 22965 0 -1 1077944384 45 12298 0 0 13 1 7 3 20 0 20 0 6797192 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634895874960 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23813] ppid=23752 vsize=10997568 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23813/stat : 23813 (java) S 23752 23755 22965 0 -1 1077944384 38 12298 0 0 13 0 7 3 20 0 20 0 6797192 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634894822416 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23814] ppid=23752 vsize=10997568 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23814/stat : 23814 (java) S 23752 23755 22965 0 -1 1077944384 42 12298 0 0 15 0 7 3 20 0 20 0 6797192 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634893769872 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23815] ppid=23752 vsize=10997568 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23815/stat : 23815 (java) S 23752 23755 22965 0 -1 1077944384 78 12298 0 0 15 0 7 3 20 0 20 0 6797192 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634892716304 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23816] ppid=23752 vsize=10997568 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23816/stat : 23816 (java) S 23752 23755 22965 0 -1 1077944384 153 12298 0 0 13 0 7 3 20 0 20 0 6797192 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634891663760 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23817] ppid=23752 vsize=10997568 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23817/stat : 23817 (java) S 23752 23755 22965 0 -1 1077944384 64 12298 0 0 12 0 7 3 20 0 20 0 6797192 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634890611216 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23818] ppid=23752 vsize=10997568 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23818/stat : 23818 (java) S 23752 23755 22965 0 -1 1077944384 39 12298 0 0 10 1 7 3 20 0 20 0 6797192 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634889558672 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23819] ppid=23752 vsize=10997568 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23819/stat : 23819 (java) S 23752 23755 22965 0 -1 1077944384 2142 12298 0 0 11 0 7 3 20 0 20 0 6797194 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634831706608 139635289913986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23820] ppid=23752 vsize=10997568 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23820/stat : 23820 (java) S 23752 23755 22965 0 -1 1077944384 58 12298 0 0 0 0 7 3 20 0 20 0 6797195 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634830652960 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23821] ppid=23752 vsize=10997568 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23821/stat : 23821 (java) S 23752 23755 22965 0 -1 1077944384 44 12298 0 0 0 0 7 3 20 0 20 0 6797195 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634829600256 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23822] ppid=23752 vsize=10997568 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23822/stat : 23822 (java) S 23752 23755 22965 0 -1 1077944384 1 12298 0 0 0 0 7 3 20 0 20 0 6797199 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634828548816 139635289921435 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23823] ppid=23752 vsize=10997568 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23823/stat : 23823 (java) S 23752 23755 22965 0 -1 1077944384 1634 12298 0 0 64 0 7 3 20 0 20 0 6797199 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634827495408 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23824] ppid=23752 vsize=10997568 CPUtime=1.4 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23824/stat : 23824 (java) R 23752 23755 22965 0 -1 4202560 7830 12298 0 0 129 1 7 3 20 0 20 0 6797199 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634826428888 139635271428433 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23825] ppid=23752 vsize=10997568 CPUtime=0.71 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23825/stat : 23825 (java) S 23752 23755 22965 0 -1 1077944384 1507 12298 0 0 59 2 7 3 20 0 20 0 6797199 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634825390320 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23826] ppid=23752 vsize=10997568 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23826/stat : 23826 (java) S 23752 23755 22965 0 -1 1077944384 4376 12298 0 0 115 1 7 3 20 0 20 0 6797199 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634824337776 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23827] ppid=23752 vsize=10997568 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23827/stat : 23827 (java) S 23752 23755 22965 0 -1 1077944384 3 12298 0 0 0 0 7 3 20 0 20 0 6797200 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634755496672 139635289913045 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
[pid=23755/tid=23828] ppid=23752 vsize=10997568 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/23755/task/23828/stat : 23828 (java) S 23752 23755 22965 0 -1 1077944384 9 12298 0 0 0 0 7 3 20 0 20 0 6797200 11261509632 74023 33554432000 4194304 4196468 140730283027968 139634754444208 139635289913986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21913600 140730283035329 140730283038103 140730283038103 140730283040719 0
Current children cumulated CPU time (s) 8.41
Current children cumulated vsize (KiB) 10997568

Child status: 0
Real time (s): 3.73423
CPU time (s): 8.46129
CPU user time (s): 8.1511
CPU system time (s): 0.310184
CPU usage (%): 226.587
Max. virtual memory (cumulated for all children) (KiB): 10997568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.1511
system time used= 0.310184
maximum resident set size= 297212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73535
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8763
involuntary context switches= 1529

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033333 second user time and 0.052083 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 11:21:37
IDJOB=4246412
IDBENCH=124776
IDSOLVER=2630
FILE ID=node130/4246412-1500715297
RUNJOBID= node130-1500712981-22996
PBS_JOBID= 20623351
Free space on /tmp= 61856 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Kakuro/Kakuro-sumdiff-easy/Kakuro-easy-015-sumdiff.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246412-1500715297/watcher-4246412-1500715297 -o /tmp/evaluation-result-4246412-1500715297/solver-4246412-1500715297 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500712981-22996 --watchdog 2560  bin/concrete HOME/instance-4246412-1500715297.xml

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

MD5SUM BENCH= 1146004309082972e5d77911a227550f
RANDOM SEED=486616464

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

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

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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.34
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		: 1733.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.34
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:        31571640 kB
MemAvailable:   31967340 kB
Buffers:          137804 kB
Cached:           537656 kB
SwapCached:            0 kB
Active:           395996 kB
Inactive:         369004 kB
Active(anon):      92320 kB
Inactive(anon):     8844 kB
Active(file):     303676 kB
Inactive(file):   360160 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             49200 kB
Writeback:             0 kB
AnonPages:        213276 kB
Mapped:            42272 kB
Shmem:              8844 kB
Slab:             129724 kB
SReclaimable:      95400 kB
SUnreclaim:        34324 kB
KernelStack:        4464 kB
PageTables:         5856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1168408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61832 MiB
End job on node130 at 2017-07-22 11:21:41