Trace number 4262335

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.4SAT 8.2154303 4.0479598

General information on the benchmark

NameKakuro/Kakuro-ext-medium/
Kakuro-medium-016-ext.xml
MD5SUMaf9e02b972a2aa437dfc7299482d1e73
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.012543
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints58
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":86}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":54},{"degree":2,"count":86}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":24},{"arity":3,"count":18},{"arity":4,"count":10},{"arity":5,"count":6}]
Number of extensional constraints58
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":58}]
Optimization problemNO
Type of objective

Solver Data

3.24/2.18	c Concrete v3.4 running
8.12/4.03	v <instantiation>
8.12/4.03	v       <list>
8.12/4.03	v         x[1][1] x[1][2] x[1][4] x[1][5] x[1][7] x[1][8] x[1][11] x[1][12] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][7] x[2][8] x[2][9] x[2][11] x[2][12] x[2][13] x[3][2] x[3][3] x[3][5] x[3][6] x[3][7] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[4][1] x[4][2] x[4][3] x[4][4] x[4][6] x[4][7] x[4][9] x[4][10] x[4][11] x[5][1] x[5][2] x[5][4] x[5][5] x[5][6] x[5][8] x[5][9] x[5][10] x[5][12] x[5][13] x[6][3] x[6][4] x[6][5] x[6][7] x[6][8] x[6][10] x[6][11] x[6][12] x[6][13] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][7] x[7][8] x[7][9] x[7][11] x[7][12] x[8][1] x[8][2] x[8][3] x[8][5] x[8][6] x[8][7] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[9][2] x[9][3] x[9][6] x[9][7] x[9][9] x[9][10] x[9][12] x[9][13]
8.12/4.03	v       </list>
8.12/4.03	v       <values>
8.12/4.03	v         1 2 1 2 9 7 9 8 2 4 3 5 1 5 6 3 7 9 1 9 7 3 7 8 1 3 5 7 2 7 8 2 5 9 7 5 4 8 9 5 9 6 8 4 2 1 2 1 7 8 9 8 9 2 1 5 3 2 8 3 6 7 1 3 2 2 1 6 9 8 8 9 7 3 4 5 6 8 6 1 8 9 1 3 7 9
8.12/4.03	v       </values>
8.12/4.03	v     </instantiation>
8.12/4.03	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-4262335-1502440064/watcher-4262335-1502440064 -o /tmp/evaluation-result-4262335-1502440064/solver-4262335-1502440064 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580 bin/concrete HOME/instance-4262335-1502440064.xml 

pid=13691
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.84 1.69 1.62 3/197 13694
/proc/meminfo: memFree=30551084/32770624 swapFree=0/448804
[pid=13694] ppid=13691 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/13694/stat : 13694 (runsolver) D 13691 13694 4896 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 143659264 24240128 108 18446744073709551615 4194304 4338465 140727449223104 140727449220744 140183801758423 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 31444992 140727449231569 140727449231945 140727449231945 140727449235402 0
/proc/13694/statm: 5918 108 54 36 0 2156 0

[startup+0.104958 s]
/proc/loadavg: 1.84 1.69 1.62 3/197 13694
/proc/meminfo: memFree=30551084/32770624 swapFree=0/448804
[pid=13694] ppid=13691 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/13694/stat : 13694 (bash) S 13691 13694 4896 0 -1 4202496 891 6482 0 0 0 0 0 1 20 0 1 0 143659264 9867264 373 18446744073709551615 4194304 5098028 140724296647008 140724296641016 139683401739264 0 0 5 65536 18446744071580971376 0 0 17 3 0 0 6 0 0 7196144 7232144 18636800 140724296655380 140724296655465 140724296655465 140724296658922 0
/proc/13694/statm: 2409 373 292 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.200201 s]
/proc/loadavg: 1.84 1.69 1.62 3/197 13694
/proc/meminfo: memFree=30551084/32770624 swapFree=0/448804
[pid=13694] ppid=13691 vsize=356956 CPUtime=0.08 cores=1,3,5,7
/proc/13694/stat : 13694 (java) S 13691 13694 4896 0 -1 1077944320 2589 12396 0 0 0 0 5 3 20 0 2 0 143659264 365522944 1882 18446744073709551615 4194304 4196468 140727133970256 140727133952800 140439792922359 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
/proc/13694/statm: 89239 1882 1036 1 0 79209 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 356956

[startup+0.3003 s]
/proc/loadavg: 1.84 1.69 1.62 3/197 13694
/proc/meminfo: memFree=30551084/32770624 swapFree=0/448804
[pid=13694] ppid=13691 vsize=13973976 CPUtime=0.16 cores=1,3,5,7
/proc/13694/stat : 13694 (java) S 13691 13694 4896 0 -1 1077944320 6252 12396 0 0 7 1 5 3 20 0 15 0 143659264 14309351424 6857 18446744073709551615 4194304 4196468 140727133970256 140727133952800 140439792922359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
/proc/13694/statm: 3493494 6857 2673 1 0 3482965 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 13973976

[startup+0.700213 s]
/proc/loadavg: 1.84 1.69 1.62 3/197 13694
/proc/meminfo: memFree=30551084/32770624 swapFree=0/448804
[pid=13694] ppid=13691 vsize=13974784 CPUtime=0.72 cores=1,3,5,7
/proc/13694/stat : 13694 (java) S 13691 13694 4896 0 -1 1077944320 14168 12396 0 0 60 4 5 3 20 0 15 0 143659264 14310178816 15129 18446744073709551615 4194304 4196468 140727133970256 140727133952800 140439792922359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
/proc/13694/statm: 3493696 15129 3129 1 0 3482965 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.84 1.69 1.62 4/212 13757
/proc/meminfo: memFree=30451848/32770624 swapFree=0/449108
[pid=13694] ppid=13691 vsize=13985408 CPUtime=1.96 cores=1,3,5,7
/proc/13694/stat : 13694 (java) S 13691 13694 4896 0 -1 1077944320 29400 12396 0 0 178 10 5 3 20 0 15 0 143659264 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140727133952800 140439792922359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
/proc/13694/statm: 3496352 43252 3375 1 0 3485525 0
[pid=13694/tid=13744] ppid=13691 vsize=13985408 CPUtime=1.3 cores=1,3,5,7
/proc/13694/task/13744/stat : 13744 (java) R 13691 13694 4896 0 -1 4202560 22274 12396 0 0 117 5 5 3 20 0 15 0 143659283 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439797142384 140439777002846 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13745] ppid=13691 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13745/stat : 13745 (java) S 13691 13694 4896 0 -1 1077944384 59 12396 0 0 0 0 5 3 20 0 15 0 143659284 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439392532880 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13746] ppid=13691 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/13694/task/13746/stat : 13746 (java) S 13691 13694 4896 0 -1 1077944384 55 12396 0 0 1 0 5 3 20 0 15 0 143659284 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439391480080 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13747] ppid=13691 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13747/stat : 13747 (java) S 13691 13694 4896 0 -1 1077944384 46 12396 0 0 0 0 5 3 20 0 15 0 143659284 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439390427792 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13748] ppid=13691 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/13694/task/13748/stat : 13748 (java) S 13691 13694 4896 0 -1 1077944384 196 12396 0 0 1 0 5 3 20 0 15 0 143659284 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439389374992 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13749] ppid=13691 vsize=13985408 CPUtime=0.09 cores=1,3,5,7
/proc/13694/task/13749/stat : 13749 (java) S 13691 13694 4896 0 -1 1077944384 1434 12396 0 0 1 0 5 3 20 0 15 0 143659285 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439338678896 140439792933506 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13750] ppid=13691 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13750/stat : 13750 (java) S 13691 13694 4896 0 -1 1077944384 55 12396 0 0 0 0 5 3 20 0 15 0 143659286 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439337624864 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13751] ppid=13691 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13751/stat : 13751 (java) S 13691 13694 4896 0 -1 1077944384 43 12396 0 0 0 0 5 3 20 0 15 0 143659286 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439336572544 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13752] ppid=13691 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13752/stat : 13752 (java) S 13691 13694 4896 0 -1 1077944384 3 12396 0 0 0 0 5 3 20 0 15 0 143659289 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439335520848 140439792940955 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13753] ppid=13691 vsize=13985408 CPUtime=0.24 cores=1,3,5,7
/proc/13694/task/13753/stat : 13753 (java) S 13691 13694 4896 0 -1 1077944384 918 12396 0 0 16 0 5 3 20 0 15 0 143659289 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439334467696 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13754] ppid=13691 vsize=13985408 CPUtime=0.21 cores=1,3,5,7
/proc/13694/task/13754/stat : 13754 (java) S 13691 13694 4896 0 -1 1077944384 810 12396 0 0 13 0 5 3 20 0 15 0 143659289 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439333414896 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13755] ppid=13691 vsize=13985408 CPUtime=0.32 cores=1,3,5,7
/proc/13694/task/13755/stat : 13755 (java) S 13691 13694 4896 0 -1 1077944384 1344 12396 0 0 24 0 5 3 20 0 15 0 143659289 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439332362608 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13756] ppid=13691 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13756/stat : 13756 (java) S 13691 13694 4896 0 -1 1077944384 3 12396 0 0 0 0 5 3 20 0 15 0 143659289 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439331310048 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13757] ppid=13691 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13757/stat : 13757 (java) S 13691 13694 4896 0 -1 1077944384 10 12396 0 0 0 0 5 3 20 0 15 0 143659292 14321057792 43252 18446744073709551615 4194304 4196468 140727133970256 140439330257840 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 13985408

[startup+3.10057 s]
/proc/loadavg: 1.84 1.69 1.62 5/212 13757
/proc/meminfo: memFree=30376660/32770624 swapFree=0/449108
[pid=13694] ppid=13691 vsize=13999932 CPUtime=5.77 cores=1,3,5,7
/proc/13694/stat : 13694 (java) S 13691 13694 4896 0 -1 1077944320 49757 12396 0 0 553 16 5 3 20 0 15 0 143659264 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140727133952800 140439792922359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
/proc/13694/statm: 3499983 59083 3447 1 0 3488597 0
[pid=13694/tid=13744] ppid=13691 vsize=13999932 CPUtime=2.9 cores=1,3,5,7
/proc/13694/task/13744/stat : 13744 (java) R 13691 13694 4896 0 -1 4202560 35266 12396 0 0 273 9 5 3 20 0 15 0 143659283 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439797151584 140439772733783 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13745] ppid=13691 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13745/stat : 13745 (java) S 13691 13694 4896 0 -1 1077944384 59 12396 0 0 0 0 5 3 20 0 15 0 143659284 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439392532880 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13746] ppid=13691 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/13694/task/13746/stat : 13746 (java) S 13691 13694 4896 0 -1 1077944384 55 12396 0 0 1 0 5 3 20 0 15 0 143659284 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439391480080 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13747] ppid=13691 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13747/stat : 13747 (java) S 13691 13694 4896 0 -1 1077944384 46 12396 0 0 0 0 5 3 20 0 15 0 143659284 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439390427792 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13748] ppid=13691 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/13694/task/13748/stat : 13748 (java) S 13691 13694 4896 0 -1 1077944384 196 12396 0 0 1 0 5 3 20 0 15 0 143659284 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439389374992 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13749] ppid=13691 vsize=13999932 CPUtime=0.09 cores=1,3,5,7
/proc/13694/task/13749/stat : 13749 (java) S 13691 13694 4896 0 -1 1077944384 1467 12396 0 0 1 0 5 3 20 0 15 0 143659285 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439338678896 140439792933506 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13750] ppid=13691 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13750/stat : 13750 (java) S 13691 13694 4896 0 -1 1077944384 55 12396 0 0 0 0 5 3 20 0 15 0 143659286 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439337624864 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13751] ppid=13691 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13751/stat : 13751 (java) S 13691 13694 4896 0 -1 1077944384 43 12396 0 0 0 0 5 3 20 0 15 0 143659286 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439336572544 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13752] ppid=13691 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13752/stat : 13752 (java) S 13691 13694 4896 0 -1 1077944384 3 12396 0 0 0 0 5 3 20 0 15 0 143659289 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439335520848 140439792940955 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13753] ppid=13691 vsize=13999932 CPUtime=0.93 cores=1,3,5,7
/proc/13694/task/13753/stat : 13753 (java) R 13691 13694 4896 0 -1 4202560 2601 12396 0 0 84 1 5 3 20 0 15 0 143659289 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439334453776 140439772099838 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13754] ppid=13691 vsize=13999932 CPUtime=1.04 cores=1,3,5,7
/proc/13694/task/13754/stat : 13754 (java) S 13691 13694 4896 0 -1 1077944384 4209 12396 0 0 95 1 5 3 20 0 15 0 143659289 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439333414896 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13755] ppid=13691 vsize=13999932 CPUtime=1.02 cores=1,3,5,7
/proc/13694/task/13755/stat : 13755 (java) S 13691 13694 4896 0 -1 1077944384 3592 12396 0 0 93 1 5 3 20 0 15 0 143659289 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439332362608 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13756] ppid=13691 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13756/stat : 13756 (java) S 13691 13694 4896 0 -1 1077944384 3 12396 0 0 0 0 5 3 20 0 15 0 143659289 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439331310048 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13757] ppid=13691 vsize=13999932 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13757/stat : 13757 (java) S 13691 13694 4896 0 -1 1077944384 11 12396 0 0 0 0 5 3 20 0 15 0 143659292 14335930368 59083 18446744073709551615 4194304 4196468 140727133970256 140439330257840 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 13999932

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

[startup+3.66656 s]
/proc/loadavg: 1.84 1.69 1.62 5/212 13757
/proc/meminfo: memFree=30376660/32770624 swapFree=0/449108
[pid=13694] ppid=13691 vsize=14001980 CPUtime=7.4 cores=1,3,5,7
/proc/13694/stat : 13694 (java) S 13691 13694 4896 0 -1 1077944320 52286 12396 0 0 712 20 5 3 20 0 15 0 143659264 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140727133952800 140439792922359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
/proc/13694/statm: 3500495 71206 3465 1 0 3489109 0
[pid=13694/tid=13744] ppid=13691 vsize=14001980 CPUtime=3.42 cores=1,3,5,7
/proc/13694/task/13744/stat : 13744 (java) R 13691 13694 4896 0 -1 4202560 36186 12396 0 0 323 11 5 3 20 0 15 0 143659283 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439797156480 140439774485911 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13745] ppid=13691 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/13694/task/13745/stat : 13745 (java) S 13691 13694 4896 0 -1 1077944384 83 12396 0 0 2 0 5 3 20 0 15 0 143659284 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439392532880 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13746] ppid=13691 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/13694/task/13746/stat : 13746 (java) S 13691 13694 4896 0 -1 1077944384 78 12396 0 0 2 0 5 3 20 0 15 0 143659284 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439391480080 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13747] ppid=13691 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/13694/task/13747/stat : 13747 (java) S 13691 13694 4896 0 -1 1077944384 109 12396 0 0 2 0 5 3 20 0 15 0 143659284 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439390427792 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13748] ppid=13691 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/13694/task/13748/stat : 13748 (java) S 13691 13694 4896 0 -1 1077944384 210 12396 0 0 2 0 5 3 20 0 15 0 143659284 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439389374992 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13749] ppid=13691 vsize=14001980 CPUtime=0.11 cores=1,3,5,7
/proc/13694/task/13749/stat : 13749 (java) S 13691 13694 4896 0 -1 1077944384 2227 12396 0 0 3 0 5 3 20 0 15 0 143659285 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439338678896 140439792933506 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13750] ppid=13691 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13750/stat : 13750 (java) S 13691 13694 4896 0 -1 1077944384 55 12396 0 0 0 0 5 3 20 0 15 0 143659286 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439337624928 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13751] ppid=13691 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13751/stat : 13751 (java) S 13691 13694 4896 0 -1 1077944384 43 12396 0 0 0 0 5 3 20 0 15 0 143659286 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439336572544 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13752] ppid=13691 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13752/stat : 13752 (java) S 13691 13694 4896 0 -1 1077944384 3 12396 0 0 0 0 5 3 20 0 15 0 143659289 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439335520848 140439792940955 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13753] ppid=13691 vsize=14001980 CPUtime=1.32 cores=1,3,5,7
/proc/13694/task/13753/stat : 13753 (java) S 13691 13694 4896 0 -1 1077944384 2768 12396 0 0 123 1 5 3 20 0 15 0 143659289 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439334467696 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13754] ppid=13691 vsize=14001980 CPUtime=1.42 cores=1,3,5,7
/proc/13694/task/13754/stat : 13754 (java) R 13691 13694 4896 0 -1 4202560 4329 12396 0 0 133 1 5 3 20 0 15 0 143659289 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439333403968 140439772615436 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13755] ppid=13691 vsize=14001980 CPUtime=1.26 cores=1,3,5,7
/proc/13694/task/13755/stat : 13755 (java) S 13691 13694 4896 0 -1 1077944384 4030 12396 0 0 116 2 5 3 20 0 15 0 143659289 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439332362608 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13756] ppid=13691 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13756/stat : 13756 (java) S 13691 13694 4896 0 -1 1077944384 3 12396 0 0 0 0 5 3 20 0 15 0 143659289 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439331310048 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13757] ppid=13691 vsize=14001980 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13757/stat : 13757 (java) S 13691 13694 4896 0 -1 1077944384 11 12396 0 0 0 0 5 3 20 0 15 0 143659292 14338027520 71206 18446744073709551615 4194304 4196468 140727133970256 140439330257840 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 14001980

[startup+4.00071 s]
/proc/loadavg: 1.84 1.69 1.62 4/212 13757
/proc/meminfo: memFree=30277404/32770624 swapFree=0/449108
[pid=13694] ppid=13691 vsize=14067516 CPUtime=8.12 cores=1,3,5,7
/proc/13694/stat : 13694 (java) S 13691 13694 4896 0 -1 1077944320 58088 12396 0 0 782 22 5 3 20 0 15 0 143659264 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140727133952800 140439792922359 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 6 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
/proc/13694/statm: 3516879 76953 3467 1 0 3505493 0
[pid=13694/tid=13744] ppid=13691 vsize=14067516 CPUtime=3.6 cores=1,3,5,7
/proc/13694/task/13744/stat : 13744 (java) R 13691 13694 4896 0 -1 4202560 41750 12396 0 0 340 12 5 3 20 0 15 0 143659283 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439797160112 140439777002846 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13745] ppid=13691 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/13694/task/13745/stat : 13745 (java) S 13691 13694 4896 0 -1 1077944384 85 12396 0 0 9 1 5 3 20 0 15 0 143659284 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439392532880 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13746] ppid=13691 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/13694/task/13746/stat : 13746 (java) S 13691 13694 4896 0 -1 1077944384 91 12396 0 0 10 0 5 3 20 0 15 0 143659284 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439391480080 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13747] ppid=13691 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/13694/task/13747/stat : 13747 (java) S 13691 13694 4896 0 -1 1077944384 114 12396 0 0 10 0 5 3 20 0 15 0 143659284 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439390427792 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13748] ppid=13691 vsize=14067516 CPUtime=0.18 cores=1,3,5,7
/proc/13694/task/13748/stat : 13748 (java) S 13691 13694 4896 0 -1 1077944384 220 12396 0 0 10 0 5 3 20 0 15 0 143659284 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439389374992 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13749] ppid=13691 vsize=14067516 CPUtime=0.19 cores=1,3,5,7
/proc/13694/task/13749/stat : 13749 (java) S 13691 13694 4896 0 -1 1077944384 2239 12396 0 0 11 0 5 3 20 0 15 0 143659285 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439338678896 140439792933506 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13750] ppid=13691 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13750/stat : 13750 (java) S 13691 13694 4896 0 -1 1077944384 55 12396 0 0 0 0 5 3 20 0 15 0 143659286 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439337624992 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13751] ppid=13691 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13751/stat : 13751 (java) S 13691 13694 4896 0 -1 1077944384 44 12396 0 0 0 0 5 3 20 0 15 0 143659286 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439336572544 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13752] ppid=13691 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13752/stat : 13752 (java) S 13691 13694 4896 0 -1 1077944384 3 12396 0 0 0 0 5 3 20 0 15 0 143659289 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439335520848 140439792940955 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13753] ppid=13691 vsize=14067516 CPUtime=1.36 cores=1,3,5,7
/proc/13694/task/13753/stat : 13753 (java) S 13691 13694 4896 0 -1 1077944384 2782 12396 0 0 126 2 5 3 20 0 15 0 143659289 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439334467696 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13754] ppid=13691 vsize=14067516 CPUtime=1.49 cores=1,3,5,7
/proc/13694/task/13754/stat : 13754 (java) S 13691 13694 4896 0 -1 1077944384 4405 12396 0 0 140 1 5 3 20 0 15 0 143659289 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439333414896 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13755] ppid=13691 vsize=14067516 CPUtime=1.31 cores=1,3,5,7
/proc/13694/task/13755/stat : 13755 (java) S 13691 13694 4896 0 -1 1077944384 4135 12396 0 0 121 2 5 3 20 0 15 0 143659289 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439332362608 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13756] ppid=13691 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13756/stat : 13756 (java) S 13691 13694 4896 0 -1 1077944384 3 12396 0 0 0 0 5 3 20 0 15 0 143659289 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439331310048 140439792932565 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
[pid=13694/tid=13757] ppid=13691 vsize=14067516 CPUtime=0.08 cores=1,3,5,7
/proc/13694/task/13757/stat : 13757 (java) S 13691 13694 4896 0 -1 1077944384 11 12396 0 0 0 0 5 3 20 0 15 0 143659292 14405136384 76953 18446744073709551615 4194304 4196468 140727133970256 140439330257840 140439792933506 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140727133972432 140727133975217 140727133975217 140727133978575 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 4.04796
CPU time (s): 8.21543
CPU user time (s): 7.94639
CPU system time (s): 0.269045
CPU usage (%): 202.953
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.94639
system time used= 0.269045
maximum resident set size= 309080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70685
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= 6225
involuntary context switches= 34

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020345 second user time and 0.022888 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-11 10:13:20
IDJOB=4262335
IDBENCH=124873
IDSOLVER=2650
FILE ID=node132/4262335-1502440064
RUNJOBID= node132-1502411403-4960
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Kakuro/Kakuro-ext-medium/Kakuro-medium-016-ext.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262335-1502440064/watcher-4262335-1502440064 -o /tmp/evaluation-result-4262335-1502440064/solver-4262335-1502440064 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502411403-4960 --watchdog 2580  bin/concrete HOME/instance-4262335-1502440064.xml

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

MD5SUM BENCH= af9e02b972a2aa437dfc7299482d1e73
RANDOM SEED=1387869903

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30551720 kB
MemAvailable:   31404272 kB
Buffers:          293124 kB
Cached:           870068 kB
SwapCached:            0 kB
Active:          1284996 kB
Inactive:         497816 kB
Active(anon):     620584 kB
Inactive(anon):    49012 kB
Active(file):     664412 kB
Inactive(file):   448804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24484 kB
Writeback:             0 kB
AnonPages:        632412 kB
Mapped:            72404 kB
Shmem:             49852 kB
Slab:             137288 kB
SReclaimable:     110340 kB
SUnreclaim:        26948 kB
KernelStack:        3744 kB
PageTables:         7460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1283352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    382976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61984 MiB
End job on node132 at 2017-08-11 10:13:24