Trace number 4243175

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: Mistral-2.0 2017-06-28? (TO) 2400.05 2401.1

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-14-fair.xml
MD5SUMabdfed4353cf02606058846107286b36
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40248
Number of constraints38137
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":5342},{"size":201,"count":180},{"size":20001,"count":34726}]
Minimum variable degree2
Maximum variable degree320
Distribution of variable degrees[{"degree":2,"count":35660},{"degree":3,"count":924},{"degree":4,"count":47},{"degree":5,"count":374},{"degree":6,"count":208},{"degree":7,"count":781},{"degree":8,"count":1143},{"degree":9,"count":638},{"degree":10,"count":24},{"degree":12,"count":29},{"degree":13,"count":336},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":15},{"degree":57,"count":15},{"degree":59,"count":12},{"degree":70,"count":1},{"degree":80,"count":14},{"degree":125,"count":2},{"degree":126,"count":12},{"degree":320,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":6162},{"arity":3,"count":31973}]
Number of extensional constraints0
Number of intensional constraints38137
Distribution of constraint types[{"type":"intension","count":38137}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.04/2401.10	s UNKNOWN

Verifier Data


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-4243175-1500665087/watcher-4243175-1500665087 -o /tmp/evaluation-result-4243175-1500665087/solver-4243175-1500665087 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1500648176-2483 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1163093292 HOME/instance-4243175-1500665087.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.85 1.99 2.03 3/243 5320
/proc/meminfo: memFree=32030112/32770624 swapFree=5780/216184
[pid=5320] ppid=5317 vsize=29200 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 1055 0 0 0 1 0 0 0 20 0 1 0 1776937 29900800 864 33554432000 4194304 7402444 140736988315488 140736988307400 140333851409381 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 7300 864 593 784 0 314 0

[startup+0.10018 s]
/proc/loadavg: 1.85 1.99 2.03 3/243 5320
/proc/meminfo: memFree=32030112/32770624 swapFree=5780/216184
[pid=5320] ppid=5317 vsize=32936 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 1967 0 0 0 9 0 0 0 20 0 1 0 1776937 33726464 1796 33554432000 4194304 7402444 140736988315488 140736988307464 140333851405118 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 8234 1796 594 784 0 1248 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32936

[startup+0.200393 s]
/proc/loadavg: 1.85 1.99 2.03 3/243 5320
/proc/meminfo: memFree=32030112/32770624 swapFree=5780/216184
[pid=5320] ppid=5317 vsize=63648 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 9406 0 0 0 18 1 0 0 20 0 1 0 1776937 65175552 9368 33554432000 4194304 7402444 140736988315488 140736988307176 140333851401899 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 15912 9368 619 784 0 8926 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 63648

[startup+0.300427 s]
/proc/loadavg: 1.85 1.99 2.03 3/243 5320
/proc/meminfo: memFree=32030112/32770624 swapFree=5780/216184
[pid=5320] ppid=5317 vsize=78132 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 13684 0 0 0 28 1 0 0 20 0 1 0 1776937 80007168 12886 33554432000 4194304 7402444 140736988315488 140736988308728 5909414 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 19533 12886 630 784 0 12547 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 78132

[startup+0.700277 s]
/proc/loadavg: 1.85 1.99 2.03 3/243 5320
/proc/meminfo: memFree=32030112/32770624 swapFree=5780/216184
[pid=5320] ppid=5317 vsize=78396 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 13844 0 0 0 68 1 0 0 20 0 1 0 1776937 80277504 13018 33554432000 4194304 7402444 140736988315488 140736988304296 5935330 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 19599 13018 712 784 0 12613 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78396

[startup+1.50027 s]
/proc/loadavg: 1.85 1.99 2.03 3/244 5321
/proc/meminfo: memFree=31980164/32770624 swapFree=5780/216356
[pid=5320] ppid=5317 vsize=79148 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 14026 0 0 0 148 1 0 0 20 0 1 0 1776937 81047552 13216 33554432000 4194304 7402444 140736988315488 140736988306232 6047834 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 19787 13216 720 784 0 12801 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 79148

[startup+3.10028 s]
/proc/loadavg: 1.85 1.99 2.03 3/244 5321
/proc/meminfo: memFree=31979048/32770624 swapFree=5780/216356
[pid=5320] ppid=5317 vsize=81052 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 18541 0 0 0 307 1 0 0 20 0 1 0 1776937 82997248 13758 33554432000 4194304 7402444 140736988315488 140736988306232 140333851418489 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 20263 13758 726 784 0 13277 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 81052

[startup+6.30028 s]
/proc/loadavg: 1.86 1.99 2.03 3/244 5321
/proc/meminfo: memFree=31974328/32770624 swapFree=5780/216324
[pid=5320] ppid=5317 vsize=84668 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 24841 0 0 0 627 2 0 0 20 0 1 0 1776937 86700032 14655 33554432000 4194304 7402444 140736988315488 140736988306088 6047420 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 21167 14655 726 784 0 14181 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84668

[startup+12.7003 s]
/proc/loadavg: 1.87 1.99 2.03 3/244 5321
/proc/meminfo: memFree=31957572/32770624 swapFree=5780/216324
[pid=5320] ppid=5317 vsize=99820 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 35686 0 0 0 1266 3 0 0 20 0 1 0 1776937 102215680 18308 33554432000 4194304 7402444 140736988315488 140736988306232 140333858197809 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 24955 18308 733 784 0 17969 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 99820

[startup+25.5003 s]
/proc/loadavg: 1.90 1.99 2.03 3/243 5322
/proc/meminfo: memFree=31933920/32770624 swapFree=5780/216336
[pid=5320] ppid=5317 vsize=121744 CPUtime=25.48 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 44462 0 0 0 2544 4 0 0 20 0 1 0 1776937 124665856 23827 33554432000 4194304 7402444 140736988315488 140736988306232 140333857600692 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 30436 23827 733 784 0 23450 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 121744

[startup+51.1003 s]
/proc/loadavg: 1.93 1.99 2.03 3/243 5322
/proc/meminfo: memFree=31881784/32770624 swapFree=5780/216344
[pid=5320] ppid=5317 vsize=172972 CPUtime=51.06 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 67971 0 0 0 5101 5 0 0 20 0 1 0 1776937 177123328 36752 33554432000 4194304 7402444 140736988315488 140736988306232 140333858197846 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 43243 36752 733 784 0 36257 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 172972

[startup+102.3 s]
/proc/loadavg: 1.97 1.99 2.03 3/243 5323
/proc/meminfo: memFree=31838252/32770624 swapFree=5780/216376
[pid=5320] ppid=5317 vsize=214508 CPUtime=102.24 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 84598 0 0 0 10217 7 0 0 20 0 1 0 1776937 219656192 47177 33554432000 4194304 7402444 140736988315488 140736988309992 5878467 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53627 47177 771 784 0 46641 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 214508

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.04 3/243 5324
/proc/meminfo: memFree=31839172/32770624 swapFree=5780/216420
[pid=5320] ppid=5317 vsize=214640 CPUtime=162.2 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 85315 0 0 0 16213 7 0 0 20 0 1 0 1776937 219791360 47234 33554432000 4194304 7402444 140736988315488 140736988309768 5753280 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53660 47234 771 784 0 46674 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 214640

[startup+222.308 s]
/proc/loadavg: 2.02 2.01 2.04 3/242 5326
/proc/meminfo: memFree=31840888/32770624 swapFree=5780/216464
[pid=5320] ppid=5317 vsize=214772 CPUtime=222.18 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 86053 0 0 0 22211 7 0 0 20 0 1 0 1776937 219926528 47258 33554432000 4194304 7402444 140736988315488 140736988309768 4341748 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53693 47258 771 784 0 46707 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 214772

[startup+282.3 s]
/proc/loadavg: 2.01 2.01 2.04 3/243 5328
/proc/meminfo: memFree=31841276/32770624 swapFree=5780/216508
[pid=5320] ppid=5317 vsize=214944 CPUtime=282.15 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 86760 0 0 0 28208 7 0 0 20 0 1 0 1776937 220102656 47272 33554432000 4194304 7402444 140736988315488 140736988310184 4747176 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53736 47272 771 784 0 46750 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 214944

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/245 5338
/proc/meminfo: memFree=31839500/32770624 swapFree=5780/216544
[pid=5320] ppid=5317 vsize=215076 CPUtime=342.12 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 87613 0 0 0 34205 7 0 0 20 0 1 0 1776937 220237824 47331 33554432000 4194304 7402444 140736988315488 140736988309768 5823751 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53769 47331 771 784 0 46783 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 215076

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/245 5339
/proc/meminfo: memFree=31839980/32770624 swapFree=5780/216584
[pid=5320] ppid=5317 vsize=215208 CPUtime=402.09 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 88412 0 0 0 40202 7 0 0 20 0 1 0 1776937 220372992 47343 33554432000 4194304 7402444 140736988315488 140736988309944 4747250 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53802 47343 771 784 0 46816 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 215208

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/245 5340
/proc/meminfo: memFree=31840328/32770624 swapFree=5780/216624
[pid=5320] ppid=5317 vsize=215208 CPUtime=462.07 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 89207 0 0 0 46200 7 0 0 20 0 1 0 1776937 220372992 47352 33554432000 4194304 7402444 140736988315488 140736988309944 4747413 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53802 47352 771 784 0 46816 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 215208

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/245 5341
/proc/meminfo: memFree=31840592/32770624 swapFree=5780/216660
[pid=5320] ppid=5317 vsize=215208 CPUtime=522.04 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 90005 0 0 0 52197 7 0 0 20 0 1 0 1776937 220372992 47356 33554432000 4194304 7402444 140736988315488 140736988309944 5324390 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53802 47356 771 784 0 46816 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 215208

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/245 5342
/proc/meminfo: memFree=31840468/32770624 swapFree=5780/216700
[pid=5320] ppid=5317 vsize=215208 CPUtime=582.02 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 90765 0 0 0 58195 7 0 0 20 0 1 0 1776937 220372992 47358 33554432000 4194304 7402444 140736988315488 140736988309944 4747338 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53802 47358 771 784 0 46816 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 215208


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


[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 5374
/proc/meminfo: memFree=31836064/32770624 swapFree=5780/217276
[pid=5320] ppid=5317 vsize=215736 CPUtime=1541.62 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 101909 0 0 0 154154 8 0 0 20 0 1 0 1776937 220913664 47484 33554432000 4194304 7402444 140736988315488 140736988310072 5753494 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47484 771 784 0 46948 0
Current children cumulated CPU time (s) 1541.62
Current children cumulated vsize (KiB) 215736

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 5375
/proc/meminfo: memFree=31836552/32770624 swapFree=5780/217308
[pid=5320] ppid=5317 vsize=215736 CPUtime=1601.59 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 102577 0 0 0 160151 8 0 0 20 0 1 0 1776937 220913664 47488 33554432000 4194304 7402444 140736988315488 140736988310072 4238492 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47488 771 784 0 46948 0
Current children cumulated CPU time (s) 1601.59
Current children cumulated vsize (KiB) 215736

[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/244 5376
/proc/meminfo: memFree=31836084/32770624 swapFree=5780/217348
[pid=5320] ppid=5317 vsize=215736 CPUtime=1661.56 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 103245 0 0 0 166148 8 0 0 20 0 1 0 1776937 220913664 47489 33554432000 4194304 7402444 140736988315488 140736988310072 4238677 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47489 771 784 0 46948 0
Current children cumulated CPU time (s) 1661.56
Current children cumulated vsize (KiB) 215736

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/244 5377
/proc/meminfo: memFree=31837052/32770624 swapFree=5780/217376
[pid=5320] ppid=5317 vsize=215736 CPUtime=1721.54 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 103918 0 0 0 172145 9 0 0 20 0 1 0 1776937 220913664 47491 33554432000 4194304 7402444 140736988315488 140736988310072 4747338 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47491 771 784 0 46948 0
Current children cumulated CPU time (s) 1721.54
Current children cumulated vsize (KiB) 215736

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 5378
/proc/meminfo: memFree=31836996/32770624 swapFree=5780/217416
[pid=5320] ppid=5317 vsize=215736 CPUtime=1781.51 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 104593 0 0 0 178142 9 0 0 20 0 1 0 1776937 220913664 47493 33554432000 4194304 7402444 140736988315488 140736988310072 5695885 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47493 771 784 0 46948 0
Current children cumulated CPU time (s) 1781.51
Current children cumulated vsize (KiB) 215736

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5380
/proc/meminfo: memFree=31836700/32770624 swapFree=5780/217456
[pid=5320] ppid=5317 vsize=215736 CPUtime=1841.48 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 105268 0 0 0 184139 9 0 0 20 0 1 0 1776937 220913664 47494 33554432000 4194304 7402444 140736988315488 140736988310072 5746096 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47494 771 784 0 46948 0
Current children cumulated CPU time (s) 1841.48
Current children cumulated vsize (KiB) 215736

[startup+1902.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 5381
/proc/meminfo: memFree=31838448/32770624 swapFree=5780/217496
[pid=5320] ppid=5317 vsize=215736 CPUtime=1901.45 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 105944 0 0 0 190136 9 0 0 20 0 1 0 1776937 220913664 47496 33554432000 4194304 7402444 140736988315488 140736988310072 5324377 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47496 771 784 0 46948 0
Current children cumulated CPU time (s) 1901.45
Current children cumulated vsize (KiB) 215736

[startup+1962.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/243 5382
/proc/meminfo: memFree=31836896/32770624 swapFree=5780/217536
[pid=5320] ppid=5317 vsize=215736 CPUtime=1961.43 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 106619 0 0 0 196134 9 0 0 20 0 1 0 1776937 220913664 47497 33554432000 4194304 7402444 140736988315488 140736988310072 4238492 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47497 771 784 0 46948 0
Current children cumulated CPU time (s) 1961.43
Current children cumulated vsize (KiB) 215736

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 5384
/proc/meminfo: memFree=31837524/32770624 swapFree=5780/217564
[pid=5320] ppid=5317 vsize=215736 CPUtime=2021.4 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 107299 0 0 0 202131 9 0 0 20 0 1 0 1776937 220913664 47498 33554432000 4194304 7402444 140736988315488 140736988310072 4747338 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47498 771 784 0 46948 0
Current children cumulated CPU time (s) 2021.4
Current children cumulated vsize (KiB) 215736

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 5385
/proc/meminfo: memFree=31837864/32770624 swapFree=5780/217608
[pid=5320] ppid=5317 vsize=215736 CPUtime=2081.38 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 107976 0 0 0 208129 9 0 0 20 0 1 0 1776937 220913664 47500 33554432000 4194304 7402444 140736988315488 140736988310072 4747743 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47500 771 784 0 46948 0
Current children cumulated CPU time (s) 2081.38
Current children cumulated vsize (KiB) 215736

[startup+2142.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/243 5393
/proc/meminfo: memFree=31835032/32770624 swapFree=5780/217656
[pid=5320] ppid=5317 vsize=215736 CPUtime=2141.35 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 108654 0 0 0 214126 9 0 0 20 0 1 0 1776937 220913664 47500 33554432000 4194304 7402444 140736988315488 140736988310072 4747338 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47500 771 784 0 46948 0
Current children cumulated CPU time (s) 2141.35
Current children cumulated vsize (KiB) 215736

[startup+2202.31 s]
/proc/loadavg: 2.03 2.02 2.05 3/244 5417
/proc/meminfo: memFree=31835308/32770624 swapFree=5780/217696
[pid=5320] ppid=5317 vsize=215736 CPUtime=2201.33 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 109335 0 0 0 220124 9 0 0 20 0 1 0 1776937 220913664 47501 33554432000 4194304 7402444 140736988315488 140736988310072 4238492 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47501 771 784 0 46948 0
Current children cumulated CPU time (s) 2201.33
Current children cumulated vsize (KiB) 215736

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 5418
/proc/meminfo: memFree=31836204/32770624 swapFree=5780/217728
[pid=5320] ppid=5317 vsize=215736 CPUtime=2261.29 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 110015 0 0 0 226120 9 0 0 20 0 1 0 1776937 220913664 47501 33554432000 4194304 7402444 140736988315488 140736988310072 4537279 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47501 771 784 0 46948 0
Current children cumulated CPU time (s) 2261.29
Current children cumulated vsize (KiB) 215736

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 5419
/proc/meminfo: memFree=31835560/32770624 swapFree=5780/217776
[pid=5320] ppid=5317 vsize=215736 CPUtime=2321.27 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 110689 0 0 0 232118 9 0 0 20 0 1 0 1776937 220913664 47501 33554432000 4194304 7402444 140736988315488 140736988310072 5878241 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47501 771 784 0 46948 0
Current children cumulated CPU time (s) 2321.27
Current children cumulated vsize (KiB) 215736

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 5420
/proc/meminfo: memFree=31836304/32770624 swapFree=5780/217808
[pid=5320] ppid=5317 vsize=215736 CPUtime=2381.25 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 111373 0 0 0 238116 9 0 0 20 0 1 0 1776937 220913664 47501 33554432000 4194304 7402444 140736988315488 140736988310072 4248742 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47501 771 784 0 46948 0
Current children cumulated CPU time (s) 2381.25
Current children cumulated vsize (KiB) 215736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.1 s]
/proc/loadavg: 1.92 2.00 2.04 2/237 5471
/proc/meminfo: memFree=31848816/32770624 swapFree=5780/217840
[pid=5320] ppid=5317 vsize=215736 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 112051 0 0 0 239995 9 0 0 20 0 1 0 1776937 220913664 47501 33554432000 4194304 7402444 140736988315488 140736988310072 5696116 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47501 771 784 0 46948 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 215736

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

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

[startup+2401.1 s]
/proc/loadavg: 1.92 2.00 2.04 2/237 5471
/proc/meminfo: memFree=31848816/32770624 swapFree=5780/217840
[pid=5320] ppid=5317 vsize=215736 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/5320/stat : 5320 (MistralXCSP) R 5317 5320 2452 0 -1 4202496 112051 0 0 0 239995 9 0 0 20 0 1 0 1776937 220913664 47501 33554432000 4194304 7402444 140736988315488 140736988310072 5696116 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 26386432 140736988316840 140736988316990 140736988316990 140736988319689 0
/proc/5320/statm: 53934 47501 771 784 0 46948 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 215736

Child status: 0
Real time (s): 2401.1
CPU time (s): 2400.05
CPU user time (s): 2399.95
CPU system time (s): 0.099957
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 215736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.95
system time used= 0.099957
maximum resident set size= 190028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112081
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31
involuntary context switches= 122049

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.4004 second user time and 11.7396 second system time

The end

Launcher Data

Begin job on node120 at 2017-07-21 21:24:47
IDJOB=4243175
IDBENCH=139180
IDSOLVER=2622
FILE ID=node120/4243175-1500665087
RUNJOBID= node120-1500648176-2483
PBS_JOBID= 20623299
Free space on /tmp= 61992 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-11-14-fair.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243175-1500665087/watcher-4243175-1500665087 -o /tmp/evaluation-result-4243175-1500665087/solver-4243175-1500665087 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node120-1500648176-2483 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1163093292 HOME/instance-4243175-1500665087.xml

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

MD5SUM BENCH= abdfed4353cf02606058846107286b36
RANDOM SEED=1163093292

node120.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		: 1733.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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
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		: 1600.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.45
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		: 2668.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.45
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:        32031148 kB
MemAvailable:   32034652 kB
Buffers:           33272 kB
Cached:           282304 kB
SwapCached:            0 kB
Active:           147084 kB
Inactive:         224904 kB
Active(anon):      59152 kB
Inactive(anon):     8720 kB
Active(file):      87932 kB
Inactive(file):   216184 kB
Unevictable:        5780 kB
Mlocked:            5780 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7180 kB
Writeback:             0 kB
AnonPages:         57584 kB
Mapped:            29664 kB
Shmem:              8840 kB
Slab:              61920 kB
SReclaimable:      30444 kB
SUnreclaim:        31476 kB
KernelStack:        4432 kB
PageTables:         5532 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     331748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61992 MiB
End job on node120 at 2017-07-21 22:04:48