Trace number 4261791

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 NameAnswerobjective functionCPU timeWall clock time
Mistral-2.0 2017-07-28? (TO) 2520.05 2519.8999

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-0.xml
MD5SUMd2a9d5f7f2311440d16f3c3017ccc9f9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark689
Best CPU time to get the best result obtained on this benchmark2520.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size752
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":752,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.07	c 280717
2520.05/2519.90	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-4261791-1502339531/watcher-4261791-1502339531 -o /tmp/evaluation-result-4261791-1502339531/solver-4261791-1502339531 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502331121-20547 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 369917985 HOME/instance-4261791-1502339531.xml 

pid=21419
running on 4 cores: 0,2,4,6

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: 2.00 2.01 2.04 3/180 21422
/proc/meminfo: memFree=31360644/32770624 swapFree=0/469820
[pid=21422] ppid=21419 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/21422/stat : 21422 (runsolver) D 21419 21422 4057 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 36173916 24240128 106 18446744073709551615 4194304 4338465 140735790013344 140735790010984 139995956536023 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 31940608 140735790018700 140735790019146 140735790019146 140735790022602 0
/proc/21422/statm: 5918 106 53 36 0 2156 0

[startup+0.100231 s]
/proc/loadavg: 2.00 2.01 2.04 3/180 21422
/proc/meminfo: memFree=31360644/32770624 swapFree=0/469820
[pid=21422] ppid=21419 vsize=38204 CPUtime=0.02 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 3425 0 0 0 2 0 0 0 20 0 1 0 36173916 39120896 3244 18446744073709551615 4194304 7396336 140732731854528 140732731851528 5937894 0 0 1 0 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 9551 3244 732 782 0 2567 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 38204

[startup+0.200383 s]
/proc/loadavg: 2.00 2.01 2.04 3/180 21422
/proc/meminfo: memFree=31360644/32770624 swapFree=0/469820
[pid=21422] ppid=21419 vsize=38204 CPUtime=0.12 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 3450 0 0 0 12 0 0 0 20 0 1 0 36173916 39120896 3244 18446744073709551615 4194304 7396336 140732731854528 140732731851528 6189992 0 0 1 0 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 9551 3244 732 782 0 2567 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 38204

[startup+0.300319 s]
/proc/loadavg: 2.00 2.01 2.04 3/180 21422
/proc/meminfo: memFree=31360644/32770624 swapFree=0/469820
[pid=21422] ppid=21419 vsize=40956 CPUtime=0.22 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 4192 0 0 0 22 0 0 0 20 0 1 0 36173916 41938944 4025 18446744073709551615 4194304 7396336 140732731854528 140732731851528 4246602 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10239 4025 788 782 0 3255 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 40956

[startup+0.700279 s]
/proc/loadavg: 2.00 2.01 2.04 3/180 21422
/proc/meminfo: memFree=31360644/32770624 swapFree=0/469820
[pid=21422] ppid=21419 vsize=42408 CPUtime=0.62 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 4546 0 0 0 62 0 0 0 20 0 1 0 36173916 43425792 4355 18446744073709551615 4194304 7396336 140732731854528 140732731849064 5608763 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10602 4355 788 782 0 3618 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 42408

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 21423
/proc/meminfo: memFree=31335480/32770624 swapFree=0/469828
[pid=21422] ppid=21419 vsize=42672 CPUtime=1.42 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 4604 0 0 0 142 0 0 0 20 0 1 0 36173916 43696128 4421 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4543820 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10668 4421 788 782 0 3684 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 42672

[startup+3.10028 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 21423
/proc/meminfo: memFree=31335244/32770624 swapFree=0/469828
[pid=21422] ppid=21419 vsize=42672 CPUtime=3.02 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 6038 0 0 0 302 0 0 0 20 0 1 0 36173916 43696128 4463 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4257837 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10668 4463 788 782 0 3684 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 42672

[startup+6.30028 s]
/proc/loadavg: 2.08 2.03 2.04 3/181 21423
/proc/meminfo: memFree=31334560/32770624 swapFree=0/469824
[pid=21422] ppid=21419 vsize=42804 CPUtime=6.22 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 7492 0 0 0 622 0 0 0 20 0 1 0 36173916 43831296 4481 18446744073709551615 4194304 7396336 140732731854528 140732731849064 4581738 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10701 4481 788 782 0 3717 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 42804

[startup+12.7003 s]
/proc/loadavg: 2.08 2.03 2.04 3/181 21423
/proc/meminfo: memFree=31334048/32770624 swapFree=0/469820
[pid=21422] ppid=21419 vsize=42936 CPUtime=12.62 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 8983 0 0 0 1262 0 0 0 20 0 1 0 36173916 43966464 4491 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4406456 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4491 788 782 0 3750 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 42936

[startup+25.5003 s]
/proc/loadavg: 2.06 2.03 2.04 3/181 21423
/proc/meminfo: memFree=31333416/32770624 swapFree=0/469824
[pid=21422] ppid=21419 vsize=42936 CPUtime=25.42 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 11927 0 0 0 2542 0 0 0 20 0 1 0 36173916 43966464 4514 18446744073709551615 4194304 7396336 140732731854528 140732731848776 5616688 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4514 788 782 0 3750 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 42936

[startup+51.1003 s]
/proc/loadavg: 2.04 2.03 2.04 3/181 21424
/proc/meminfo: memFree=31332976/32770624 swapFree=0/469816
[pid=21422] ppid=21419 vsize=42936 CPUtime=51.02 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 13408 0 0 0 5102 0 0 0 20 0 1 0 36173916 43966464 4517 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4581562 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4517 788 782 0 3750 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 42936

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.04 3/181 21426
/proc/meminfo: memFree=31332304/32770624 swapFree=0/469832
[pid=21422] ppid=21419 vsize=42936 CPUtime=102.23 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 13818 0 0 0 10223 0 0 0 20 0 1 0 36173916 43966464 4518 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4388396 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4518 788 782 0 3750 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 42936

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/185 21443
/proc/meminfo: memFree=31327732/32770624 swapFree=0/469884
[pid=21422] ppid=21419 vsize=42936 CPUtime=162.23 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 14220 0 0 0 16223 0 0 0 20 0 1 0 36173916 43966464 4519 18446744073709551615 4194304 7396336 140732731854528 140732731848776 5685383 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4519 788 782 0 3750 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 42936

[startup+222.306 s]
/proc/loadavg: 2.13 2.06 2.05 3/182 21445
/proc/meminfo: memFree=31331772/32770624 swapFree=0/469888
[pid=21422] ppid=21419 vsize=42936 CPUtime=222.24 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 14623 0 0 0 22224 0 0 0 20 0 1 0 36173916 43966464 4519 18446744073709551615 4194304 7396336 140732731854528 140732731848776 5685788 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4519 788 782 0 3750 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 42936

[startup+282.3 s]
/proc/loadavg: 2.20 2.08 2.06 3/182 21447
/proc/meminfo: memFree=31331796/32770624 swapFree=0/469900
[pid=21422] ppid=21419 vsize=42936 CPUtime=282.24 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 14624 0 0 0 28224 0 0 0 20 0 1 0 36173916 43966464 4519 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4253019 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4519 788 782 0 3750 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 42936

[startup+342.3 s]
/proc/loadavg: 2.07 2.06 2.05 3/182 21449
/proc/meminfo: memFree=31331928/32770624 swapFree=0/469916
[pid=21422] ppid=21419 vsize=42936 CPUtime=342.24 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 15024 0 0 0 34224 0 0 0 20 0 1 0 36173916 43966464 4520 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4257837 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4520 788 782 0 3750 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 42936

[startup+402.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/182 21451
/proc/meminfo: memFree=31332060/32770624 swapFree=0/469920
[pid=21422] ppid=21419 vsize=42936 CPUtime=402.25 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 15029 0 0 0 40225 0 0 0 20 0 1 0 36173916 43966464 4520 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4316914 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4520 788 782 0 3750 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 42936

[startup+462.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/181 21454
/proc/meminfo: memFree=31332308/32770624 swapFree=0/469948
[pid=21422] ppid=21419 vsize=42936 CPUtime=462.26 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 15434 0 0 0 46225 1 0 0 20 0 1 0 36173916 43966464 4520 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4249760 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4520 788 782 0 3750 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 42936

[startup+522.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/181 21456
/proc/meminfo: memFree=31332448/32770624 swapFree=0/469956
[pid=21422] ppid=21419 vsize=42936 CPUtime=522.27 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 15434 0 0 0 52226 1 0 0 20 0 1 0 36173916 43966464 4520 18446744073709551615 4194304 7396336 140732731854528 140732731848776 5575980 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4520 788 782 0 3750 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 42936

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 21458
/proc/meminfo: memFree=31332288/32770624 swapFree=0/469968
[pid=21422] ppid=21419 vsize=42936 CPUtime=582.27 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 15833 0 0 0 58226 1 0 0 20 0 1 0 36173916 43966464 4520 18446744073709551615 4194304 7396336 140732731854528 140732731848776 5575220 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4520 788 782 0 3750 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 42936


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


[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 21524
/proc/meminfo: memFree=31331232/32770624 swapFree=0/470196
[pid=21422] ppid=21419 vsize=42936 CPUtime=1662.36 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 19494 0 0 0 166235 1 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4257799 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 42936

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 21526
/proc/meminfo: memFree=31331368/32770624 swapFree=0/470200
[pid=21422] ppid=21419 vsize=42936 CPUtime=1722.37 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 19494 0 0 0 172236 1 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4379197 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 1722.37
Current children cumulated vsize (KiB) 42936

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 21528
/proc/meminfo: memFree=31330732/32770624 swapFree=0/470216
[pid=21422] ppid=21419 vsize=42936 CPUtime=1782.37 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 19890 0 0 0 178236 1 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 5165805 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 42936

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 21530
/proc/meminfo: memFree=31330612/32770624 swapFree=0/470224
[pid=21422] ppid=21419 vsize=42936 CPUtime=1842.39 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 19899 0 0 0 184237 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4257817 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 1842.39
Current children cumulated vsize (KiB) 42936

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 21532
/proc/meminfo: memFree=31330840/32770624 swapFree=0/470236
[pid=21422] ppid=21419 vsize=42936 CPUtime=1902.39 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 20303 0 0 0 190237 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4582762 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 1902.39
Current children cumulated vsize (KiB) 42936

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 21549
/proc/meminfo: memFree=31326040/32770624 swapFree=0/470296
[pid=21422] ppid=21419 vsize=42936 CPUtime=1962.4 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 20304 0 0 0 196238 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 5578096 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 1962.4
Current children cumulated vsize (KiB) 42936

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 21551
/proc/meminfo: memFree=31330188/32770624 swapFree=0/470308
[pid=21422] ppid=21419 vsize=42936 CPUtime=2022.4 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 20707 0 0 0 202238 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 140519061071705 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 2022.4
Current children cumulated vsize (KiB) 42936

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 21553
/proc/meminfo: memFree=31330136/32770624 swapFree=0/470328
[pid=21422] ppid=21419 vsize=42936 CPUtime=2082.42 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 20708 0 0 0 208240 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4407824 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 2082.42
Current children cumulated vsize (KiB) 42936

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 21555
/proc/meminfo: memFree=31330504/32770624 swapFree=0/470344
[pid=21422] ppid=21419 vsize=42936 CPUtime=2142.41 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 21113 0 0 0 214239 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4407738 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 2142.41
Current children cumulated vsize (KiB) 42936

[startup+2202.31 s]
/proc/loadavg: 2.22 2.07 2.06 3/182 21557
/proc/meminfo: memFree=31330636/32770624 swapFree=0/470356
[pid=21422] ppid=21419 vsize=42936 CPUtime=2202.42 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 21113 0 0 0 220240 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4406471 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 2202.42
Current children cumulated vsize (KiB) 42936

[startup+2262.3 s]
/proc/loadavg: 2.08 2.06 2.06 3/181 21560
/proc/meminfo: memFree=31330748/32770624 swapFree=0/470376
[pid=21422] ppid=21419 vsize=42936 CPUtime=2262.42 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 21518 0 0 0 226240 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 140519061071705 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 2262.42
Current children cumulated vsize (KiB) 42936

[startup+2322.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/181 21562
/proc/meminfo: memFree=31330632/32770624 swapFree=0/470392
[pid=21422] ppid=21419 vsize=42936 CPUtime=2322.43 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 21518 0 0 0 232241 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 5627963 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 2322.43
Current children cumulated vsize (KiB) 42936

[startup+2382.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/181 21564
/proc/meminfo: memFree=31330020/32770624 swapFree=0/470408
[pid=21422] ppid=21419 vsize=42936 CPUtime=2382.43 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 21922 0 0 0 238241 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4379138 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 2382.43
Current children cumulated vsize (KiB) 42936

[startup+2442.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/181 21567
/proc/meminfo: memFree=31329872/32770624 swapFree=0/470420
[pid=21422] ppid=21419 vsize=42936 CPUtime=2442.44 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 21923 0 0 0 244242 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4263686 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 2442.44
Current children cumulated vsize (KiB) 42936

[startup+2502.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/181 21569
/proc/meminfo: memFree=31330128/32770624 swapFree=0/470432
[pid=21422] ppid=21419 vsize=42936 CPUtime=2502.45 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 22328 0 0 0 250243 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4379204 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 2502.45
Current children cumulated vsize (KiB) 42936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 21584
/proc/meminfo: memFree=31326532/32770624 swapFree=0/470428
[pid=21422] ppid=21419 vsize=42936 CPUtime=2520.05 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 22328 0 0 0 252003 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4406356 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 42936

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 21422 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2519.9 s]
/proc/loadavg: 2.00 2.03 2.05 3/185 21584
/proc/meminfo: memFree=31326532/32770624 swapFree=0/470428
[pid=21422] ppid=21419 vsize=42936 CPUtime=2520.05 cores=0,2,4,6
/proc/21422/stat : 21422 (MistralXCSP) R 21419 21422 4057 0 -1 4202496 22328 0 0 0 252003 2 0 0 20 0 1 0 36173916 43966464 4526 18446744073709551615 4194304 7396336 140732731854528 140732731848776 4406356 0 0 1 16386 0 0 0 17 2 0 0 6 0 0 9496464 9501696 23932928 140732731859380 140732731859529 140732731859529 140732731862985 0
/proc/21422/statm: 10734 4526 788 782 0 3750 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 42936

Child status: 0
Real time (s): 2519.9
CPU time (s): 2520.05
CPU user time (s): 2520.03
CPU system time (s): 0.023002
CPU usage (%): 100.006
Max. virtual memory (cumulated for all children) (KiB): 42936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.03
system time used= 0.023002
maximum resident set size= 18124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22364
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= 12
involuntary context switches= 1714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.09723 second user time and 8.64541 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-10 06:18:06
IDJOB=4261791
IDBENCH=115851
IDSOLVER=2649
FILE ID=node125/4261791-1502339531
RUNJOBID= node125-1502331121-20547
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-0.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-4261791-1502339531/watcher-4261791-1502339531 -o /tmp/evaluation-result-4261791-1502339531/solver-4261791-1502339531 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502331121-20547 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 369917985 HOME/instance-4261791-1502339531.xml

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

MD5SUM BENCH= d2a9d5f7f2311440d16f3c3017ccc9f9
RANDOM SEED=369917985

node125.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.07
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.07
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.07
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.07
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:        31362504 kB
MemAvailable:   31985680 kB
Buffers:          222268 kB
Cached:           693904 kB
SwapCached:            0 kB
Active:           497796 kB
Inactive:         494728 kB
Active(anon):      76688 kB
Inactive(anon):    24908 kB
Active(file):     421108 kB
Inactive(file):   469820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11720 kB
Writeback:             8 kB
AnonPages:         75800 kB
Mapped:            39740 kB
Shmem:             25252 kB
Slab:             121016 kB
SReclaimable:      96164 kB
SUnreclaim:        24852 kB
KernelStack:        3200 kB
PageTables:         5036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     339460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62020 MiB
End job on node125 at 2017-08-10 07:00:07