Trace number 4242410

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? (NS) 97.9288 97.9565

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-07-09.xml
MD5SUMbf36af344ce91645c9e055d2da140f7c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark68.578102
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints35
Number of domains2
Minimum domain size6
Maximum domain size7
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":63}]
Minimum variable degree1
Maximum variable degree7
Distribution of variable degrees[{"degree":1,"count":56},{"degree":2,"count":7},{"degree":7,"count":7}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":28},{"arity":9,"count":7}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Mistral-2017-06-28
97.56/97.68	
97.56/97.68	c 	Unexpected exception :
97.56/97.68	 c 	std::bad_alloc
97.56/97.68	s UNSUPPORTED

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-4242410-1500655488/watcher-4242410-1500655488 -o /tmp/evaluation-result-4242410-1500655488/solver-4242410-1500655488 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1500648178-2476 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 345661272 HOME/instance-4242410-1500655488.xml 

pid=4285
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.98 2.01 2.04 2/242 4288
/proc/meminfo: memFree=31713712/32770624 swapFree=5956/211524
[pid=4288] ppid=4285 vsize=30480 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 1441 0 0 0 0 0 0 0 20 0 1 0 817569 31211520 1264 33554432000 4194304 7402444 140732959731968 140732959723480 5888660 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 7620 1264 654 784 0 634 0

[startup+0.100116 s]
/proc/loadavg: 1.98 2.01 2.04 2/242 4288
/proc/meminfo: memFree=31713712/32770624 swapFree=5956/211524
[pid=4288] ppid=4285 vsize=31336 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 1665 0 0 0 9 0 0 0 20 0 1 0 817569 32088064 1415 33554432000 4194304 7402444 140732959731968 140732959723640 139844784610277 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 7834 1415 655 784 0 848 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31336

[startup+0.200295 s]
/proc/loadavg: 1.98 2.01 2.04 2/242 4288
/proc/meminfo: memFree=31713712/32770624 swapFree=5956/211524
[pid=4288] ppid=4285 vsize=32380 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 1971 0 0 0 19 0 0 0 20 0 1 0 817569 33157120 1624 33554432000 4194304 7402444 140732959731968 140732959725208 5885934 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 8095 1624 655 784 0 1109 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 32380

[startup+0.300267 s]
/proc/loadavg: 1.98 2.01 2.04 2/242 4288
/proc/meminfo: memFree=31713712/32770624 swapFree=5956/211524
[pid=4288] ppid=4285 vsize=33676 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 2386 0 0 0 29 0 0 0 20 0 1 0 817569 34484224 1847 33554432000 4194304 7402444 140732959731968 140732959723208 5886521 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 8419 1847 655 784 0 1433 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33676

[startup+0.70029 s]
/proc/loadavg: 1.98 2.01 2.04 2/242 4288
/proc/meminfo: memFree=31713712/32770624 swapFree=5956/211524
[pid=4288] ppid=4285 vsize=37588 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 3675 0 0 0 69 0 0 0 20 0 1 0 817569 38490112 2752 33554432000 4194304 7402444 140732959731968 140732959725208 5888630 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 9397 2752 655 784 0 2411 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37588

[startup+1.50029 s]
/proc/loadavg: 1.99 2.01 2.04 3/243 4289
/proc/meminfo: memFree=31700332/32770624 swapFree=5956/211540
[pid=4288] ppid=4285 vsize=45544 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 5629 0 0 0 148 1 0 0 20 0 1 0 817569 46637056 4973 33554432000 4194304 7402444 140732959731968 140732959725208 5888572 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 11386 4973 655 784 0 4400 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 45544

[startup+3.10027 s]
/proc/loadavg: 1.99 2.01 2.04 3/243 4289
/proc/meminfo: memFree=31689512/32770624 swapFree=5956/211540
[pid=4288] ppid=4285 vsize=61324 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 9080 0 0 0 308 1 0 0 20 0 1 0 817569 62795776 8392 33554432000 4194304 7402444 140732959731968 140732959725208 5888039 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 15331 8392 655 784 0 8345 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 61324

[startup+6.30028 s]
/proc/loadavg: 1.99 2.01 2.04 3/243 4289
/proc/meminfo: memFree=31659932/32770624 swapFree=5956/211548
[pid=4288] ppid=4285 vsize=92752 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 14913 0 0 0 627 2 0 0 20 0 1 0 817569 94978048 15739 33554432000 4194304 7402444 140732959731968 140732959725208 139844784610277 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 23188 15739 655 784 0 16202 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92752

[startup+12.7003 s]
/proc/loadavg: 1.99 2.01 2.04 3/243 4289
/proc/meminfo: memFree=31602340/32770624 swapFree=5956/211556
[pid=4288] ppid=4285 vsize=155608 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 25533 0 0 0 1264 5 0 0 20 0 1 0 817569 159342592 29921 33554432000 4194304 7402444 140732959731968 140732959725208 5888366 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 38902 29921 655 784 0 31916 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 155608

[startup+25.5003 s]
/proc/loadavg: 1.99 2.01 2.04 3/243 4289
/proc/meminfo: memFree=31484204/32770624 swapFree=5956/211564
[pid=4288] ppid=4285 vsize=281188 CPUtime=25.49 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 45780 0 0 0 2540 9 0 0 20 0 1 0 817569 287936512 58762 33554432000 4194304 7402444 140732959731968 140732959725208 139844784610277 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 70297 58762 655 784 0 63311 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 281188

[startup+51.1004 s]
/proc/loadavg: 1.99 2.01 2.04 3/243 4289
/proc/meminfo: memFree=31252772/32770624 swapFree=5956/211568
[pid=4288] ppid=4285 vsize=532876 CPUtime=51.08 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 85255 0 0 0 5091 17 0 0 20 0 1 0 817569 545665024 116015 33554432000 4194304 7402444 140732959731968 140732959725208 139844784610277 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 133219 116015 655 784 0 126233 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 532876

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

[startup+51.2004 s]
/proc/loadavg: 1.99 2.01 2.04 3/243 4289
/proc/meminfo: memFree=31252772/32770624 swapFree=5956/211568
[pid=4288] ppid=4285 vsize=533404 CPUtime=51.18 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 85407 0 0 0 5101 17 0 0 20 0 1 0 817569 546205696 116213 33554432000 4194304 7402444 140732959731968 140732959725208 5888963 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 133351 116213 655 784 0 126365 0
Current children cumulated CPU time (s) 51.18
Current children cumulated vsize (KiB) 533404

[startup+76.8003 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 4290
/proc/meminfo: memFree=31027932/32770624 swapFree=5956/211608
[pid=4288] ppid=4285 vsize=880756 CPUtime=76.77 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 124318 0 0 0 7649 28 0 0 20 0 1 0 817569 901894144 172787 33554432000 4194304 7402444 140732959731968 140732959725208 5885937 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 220189 172787 655 784 0 213203 0
Current children cumulated CPU time (s) 76.77
Current children cumulated vsize (KiB) 880756

[startup+89.6003 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 4290
/proc/meminfo: memFree=22798500/32770624 swapFree=5956/211616
[pid=4288] ppid=4285 vsize=9573024 CPUtime=89.57 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 734514 0 0 0 8767 190 0 0 20 0 1 0 817569 9802776576 2347963 33554432000 4194304 7402444 140732959731968 140732959723464 139844784610277 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 2393256 2347963 655 784 0 2386270 0
Current children cumulated CPU time (s) 89.57
Current children cumulated vsize (KiB) 9573024

[startup+92.8004 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 4290
/proc/meminfo: memFree=19948148/32770624 swapFree=5956/211616
[pid=4288] ppid=4285 vsize=12293072 CPUtime=92.77 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 887266 0 0 0 9037 240 0 0 20 0 1 0 817569 12588105728 3027948 33554432000 4194304 7402444 140732959731968 140732959723464 139844784610277 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 3073301 3027948 655 784 0 3066315 0
Current children cumulated CPU time (s) 92.77
Current children cumulated vsize (KiB) 12293072

[startup+96.0003 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 4290
/proc/meminfo: memFree=17202608/32770624 swapFree=5956/211616
[pid=4288] ppid=4285 vsize=14973388 CPUtime=95.97 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 1029529 0 0 0 9308 289 0 0 20 0 1 0 817569 15332749312 3698023 33554432000 4194304 7402444 140732959731968 140732959723464 139844784610277 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 3743347 3698023 655 784 0 3736361 0
Current children cumulated CPU time (s) 95.97
Current children cumulated vsize (KiB) 14973388

[startup+96.8004 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 4290
/proc/meminfo: memFree=16327208/32770624 swapFree=5956/211616
[pid=4288] ppid=4285 vsize=15536480 CPUtime=96.77 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 1112633 0 0 0 9374 303 0 0 20 0 1 0 817569 15909355520 3838806 33554432000 4194304 7402444 140732959731968 140732959723768 5753888 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 3884120 3838806 655 784 0 3877134 0
Current children cumulated CPU time (s) 96.77
Current children cumulated vsize (KiB) 15536480

[startup+97.6003 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 4290
/proc/meminfo: memFree=16327208/32770624 swapFree=5956/211616
[pid=4288] ppid=4285 vsize=15816908 CPUtime=97.56 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202496 1143904 0 0 0 9447 309 0 0 20 0 1 0 817569 16196513792 3908860 33554432000 4194304 7402444 140732959731968 140732959723048 5754144 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 25931776 140732959737001 140732959737150 140732959737150 140732959739849 0
/proc/4288/statm: 3954227 3908860 655 784 0 3947241 0
Current children cumulated CPU time (s) 97.56
Current children cumulated vsize (KiB) 15816908

[startup+97.8003 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 4290
/proc/meminfo: memFree=16327208/32770624 swapFree=5956/211616
[pid=4288] ppid=4285 vsize=0 CPUtime=97.77 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202500 1147989 0 0 0 9454 323 0 0 20 0 1 0 817569 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/4288/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 97.77
Current children cumulated vsize (KiB) 0

[startup+97.9003 s]
/proc/loadavg: 2.00 2.01 2.04 3/243 4290
/proc/meminfo: memFree=22223620/32770624 swapFree=5956/211616
[pid=4288] ppid=4285 vsize=0 CPUtime=97.87 cores=0,2,4,6,8,10,12,14
/proc/4288/stat : 4288 (MistralXCSP) R 4285 4288 2444 0 -1 4202500 1147989 0 0 0 9454 333 0 0 20 0 1 0 817569 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 12 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/4288/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 97.87
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 97.9565
CPU time (s): 97.9288
CPU user time (s): 94.5424
CPU system time (s): 3.38636
CPU usage (%): 99.9717
Max. virtual memory (cumulated for all children) (KiB): 15816908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.5424
system time used= 3.38636
maximum resident set size= 15735700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1147989
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= 51
involuntary context switches= 4994

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.342367 second user time and 0.469952 second system time

The end

Launcher Data

Begin job on node116 at 2017-07-21 18:44:50
IDJOB=4242410
IDBENCH=134316
IDSOLVER=2622
FILE ID=node116/4242410-1500655488
RUNJOBID= node116-1500648178-2476
PBS_JOBID= 20623302
Free space on /tmp= 61828 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-07-09.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-4242410-1500655488/watcher-4242410-1500655488 -o /tmp/evaluation-result-4242410-1500655488/solver-4242410-1500655488 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node116-1500648178-2476 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 345661272 HOME/instance-4242410-1500655488.xml

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

MD5SUM BENCH= bf36af344ce91645c9e055d2da140f7c
RANDOM SEED=345661272

node116.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		: 2667.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.19
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.19
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.19
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	: 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.19
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		: 2668.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.19
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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.19
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		: 2000.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.19
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.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.19
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:        31713852 kB
MemAvailable:   31899064 kB
Buffers:           30448 kB
Cached:           464964 kB
SwapCached:            0 kB
Active:           460248 kB
Inactive:         220152 kB
Active(anon):     188444 kB
Inactive(anon):     8684 kB
Active(file):     271804 kB
Inactive(file):   211468 kB
Unevictable:        5956 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             93596 kB
Writeback:             0 kB
AnonPages:        197256 kB
Mapped:            30804 kB
Shmem:              8840 kB
Slab:              68552 kB
SReclaimable:      35548 kB
SUnreclaim:        33004 kB
KernelStack:        4192 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     458584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    104448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 61820 MiB
End job on node116 at 2017-07-21 18:46:28