Trace number 4240818

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
R1: cosoco-sat 1.1? (MO) 351.781 351.972

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-7.xml
MD5SUMd6761b054431b884cfc6d948dd81b50d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1705
Best CPU time to get the best result obtained on this benchmark392.939
Satisfiable
(Un)Satisfiability was proved
Number of variables38010
Number of constraints1832
Number of domains20
Minimum domain size2
Maximum domain size187
Distribution of domain sizes[{"size":2,"count":1810},{"size":6,"count":3620},{"size":16,"count":1810},{"size":19,"count":1810},{"size":25,"count":1810},{"size":26,"count":1810},{"size":43,"count":1810},{"size":73,"count":1810},{"size":98,"count":1810},{"size":109,"count":1810},{"size":110,"count":1810},{"size":130,"count":1810},{"size":132,"count":1810},{"size":158,"count":1810},{"size":165,"count":1810},{"size":171,"count":1810},{"size":178,"count":1810},{"size":182,"count":1810},{"size":186,"count":1810},{"size":187,"count":1810}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":38010}]
Minimum constraint arity21
Maximum constraint arity36200
Distribution of constraint arities[{"arity":21,"count":1810},{"arity":1810,"count":21},{"arity":36200,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1830}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

22.08/22.13	c SAT : Variables: 3659820 -- Clauses: 263268120
22.08/22.14	c best=?? lower=0 upper=1810 

Verifier Data

One s line expected

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-4240818-1500639530/watcher-4240818-1500639530 -o /tmp/evaluation-result-4240818-1500639530/solver-4240818-1500639530 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500623778-2952 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4240818-1500639530.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.05 2.03 2.05 3/186 8121
/proc/meminfo: memFree=31888440/32770624 swapFree=6244/37228
[pid=8121] ppid=8118 vsize=27120 CPUtime=0 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 965 0 0 0 0 0 0 0 20 0 1 0 17229878 27770880 801 33554432000 4194304 5970956 140732490825168 140732490821816 140073688890341 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 6780 801 698 434 0 144 0

[startup+0.100116 s]
/proc/loadavg: 2.05 2.03 2.05 3/186 8121
/proc/meminfo: memFree=31888440/32770624 swapFree=6244/37228
[pid=8121] ppid=8118 vsize=31604 CPUtime=0.09 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 2120 0 0 0 9 0 0 0 20 0 1 0 17229878 32362496 1866 33554432000 4194304 5970956 140732490825168 140732490819736 140073688890341 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 7901 1866 705 434 0 1265 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31604

[startup+0.200294 s]
/proc/loadavg: 2.05 2.03 2.05 3/186 8121
/proc/meminfo: memFree=31888440/32770624 swapFree=6244/37228
[pid=8121] ppid=8118 vsize=53592 CPUtime=0.19 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 7627 0 0 0 18 1 0 0 20 0 1 0 17229878 54878208 7365 33554432000 4194304 5970956 140732490825168 140732490820456 140073688890341 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 13398 7365 705 434 0 6762 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 53592

[startup+0.300301 s]
/proc/loadavg: 2.05 2.03 2.05 3/186 8121
/proc/meminfo: memFree=31888440/32770624 swapFree=6244/37228
[pid=8121] ppid=8118 vsize=76400 CPUtime=0.29 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 13330 0 0 0 27 2 0 0 20 0 1 0 17229878 78233600 13068 33554432000 4194304 5970956 140732490825168 140732490819672 5634528 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 19100 13068 735 434 0 12464 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76400

[startup+0.700185 s]
/proc/loadavg: 2.05 2.03 2.05 3/186 8121
/proc/meminfo: memFree=31888440/32770624 swapFree=6244/37228
[pid=8121] ppid=8118 vsize=79252 CPUtime=0.69 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 14043 0 0 0 67 2 0 0 20 0 1 0 17229878 81154048 13728 33554432000 4194304 5970956 140732490825168 140732490819672 5136052 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 19813 13728 735 434 0 13177 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 79252

[startup+1.50024 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 8122
/proc/meminfo: memFree=31287124/32770624 swapFree=6244/37204
[pid=8121] ppid=8118 vsize=1022504 CPUtime=1.49 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 240427 0 0 0 119 30 0 0 20 0 1 0 17229878 1047044096 249260 33554432000 4194304 5970956 140732490825168 140732490821992 5279748 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 255626 249260 780 434 0 248990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1022504

[startup+3.10025 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 8122
/proc/meminfo: memFree=30499848/32770624 swapFree=6244/37204
[pid=8121] ppid=8118 vsize=2132576 CPUtime=3.09 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 359769 0 0 0 256 53 0 0 20 0 1 0 17229878 2183757824 469158 33554432000 4194304 5970956 140732490825168 140732490821992 140073688890341 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 533144 469158 780 434 0 526508 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2132576

[startup+6.30025 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 8122
/proc/meminfo: memFree=28745956/32770624 swapFree=6244/37212
[pid=8121] ppid=8118 vsize=4100752 CPUtime=6.28 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 589898 0 0 0 535 93 0 0 20 0 1 0 17229878 4199170048 887458 33554432000 4194304 5970956 140732490825168 140732490821992 140073688890341 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 1025188 887458 780 434 0 1018552 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 4100752

[startup+12.7003 s]
/proc/loadavg: 2.04 2.03 2.05 3/187 8122
/proc/meminfo: memFree=25332632/32770624 swapFree=6244/37216
[pid=8121] ppid=8118 vsize=7169128 CPUtime=12.68 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 1013320 0 0 0 1098 170 0 0 20 0 1 0 17229878 7341187072 1712602 33554432000 4194304 5970956 140732490825168 140732490821992 140073688894857 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 1792282 1712636 780 434 0 1785646 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7169128

[startup+25.5002 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 8122
/proc/meminfo: memFree=20170908/32770624 swapFree=6244/37232
[pid=8121] ppid=8118 vsize=14180964 CPUtime=25.48 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 1670849 0 0 0 2256 292 0 0 20 0 1 0 17229878 14521307136 2924318 33554432000 4194304 5970956 140732490825168 140732490822472 5327850 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 3545241 2924318 802 434 0 3538605 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 14180964

[startup+51.1003 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 8122
/proc/meminfo: memFree=19832448/32770624 swapFree=6244/37240
[pid=8121] ppid=8118 vsize=14506000 CPUtime=51.07 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 1844074 0 0 0 4796 311 0 0 20 0 1 0 17229878 14854144000 3008776 33554432000 4194304 5970956 140732490825168 140732490821896 5038721 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 3626500 3008776 802 434 0 3619864 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 14506000

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 8130
/proc/meminfo: memFree=19420072/32770624 swapFree=6244/37280
[pid=8121] ppid=8118 vsize=14927608 CPUtime=102.23 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 2126363 0 0 0 9885 338 0 0 20 0 1 0 17229878 15285870592 3111371 33554432000 4194304 5970956 140732490825168 140732490822040 5039178 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 3731902 3111371 802 434 0 3725266 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 14927608

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 8131
/proc/meminfo: memFree=19381544/32770624 swapFree=6244/37316
[pid=8121] ppid=8118 vsize=14966764 CPUtime=162.2 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 2267495 0 0 0 15869 351 0 0 20 0 1 0 17229878 15325966336 3120879 33554432000 4194304 5970956 140732490825168 140732490822136 5038725 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 3741691 3120879 802 434 0 3735055 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 14966764

[startup+222.306 s]
/proc/loadavg: 2.07 2.04 2.05 3/187 8132
/proc/meminfo: memFree=19372972/32770624 swapFree=6244/37344
[pid=8121] ppid=8118 vsize=14972648 CPUtime=222.17 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 2394300 0 0 0 21859 358 0 0 20 0 1 0 17229878 15331991552 3122959 33554432000 4194304 5970956 140732490825168 140732490822136 5337492 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 3743162 3122959 802 434 0 3736526 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 14972648

[startup+282.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 8133
/proc/meminfo: memFree=18788468/32770624 swapFree=6244/37392
[pid=8121] ppid=8118 vsize=15596444 CPUtime=282.13 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 2914468 0 0 0 27815 398 0 0 20 0 1 0 17229878 15970758656 3268938 33554432000 4194304 5970956 140732490825168 140732490822136 5093396 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 3899111 3268938 802 434 0 3892475 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 15596444

[startup+342.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 8134
/proc/meminfo: memFree=18550452/32770624 swapFree=6244/37416
[pid=8121] ppid=8118 vsize=15866616 CPUtime=342.11 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 3151834 0 0 0 33792 419 0 0 20 0 1 0 17229878 16247414784 3328165 33554432000 4194304 5970956 140732490825168 140732490821912 5327850 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 3966654 3328165 802 434 0 3960018 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 15866616



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+351.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 8134
/proc/meminfo: memFree=18547628/32770624 swapFree=6244/37424
[pid=8121] ppid=8118 vsize=15885684 CPUtime=351.1 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202496 3206098 0 0 0 34688 422 0 0 20 0 1 0 17229878 16266940416 3332333 33554432000 4194304 5970956 140732490825168 140732490821976 5045304 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 14680064 140732490826940 140732490827075 140732490827075 140732490829774 0
/proc/8121/statm: 3971421 3332333 802 434 0 3964785 0
Current children cumulated CPU time (s) 351.1
Current children cumulated vsize (KiB) 15885684

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

[startup+351.6 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 8134
/proc/meminfo: memFree=18547628/32770624 swapFree=6244/37424
[pid=8121] ppid=8118 vsize=0 CPUtime=351.4 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202500 3206118 0 0 0 34688 452 0 0 20 0 1 0 17229878 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/8121/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 351.4
Current children cumulated vsize (KiB) 0

[startup+351.8 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 8134
/proc/meminfo: memFree=18547628/32770624 swapFree=6244/37424
[pid=8121] ppid=8118 vsize=0 CPUtime=351.6 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202500 3206118 0 0 0 34688 472 0 0 20 0 1 0 17229878 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/8121/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 351.6
Current children cumulated vsize (KiB) 0

[startup+351.9 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 8134
/proc/meminfo: memFree=18547628/32770624 swapFree=6244/37424
[pid=8121] ppid=8118 vsize=0 CPUtime=351.7 cores=1,3,5,7
/proc/8121/stat : 8121 (cosoco) R 8118 8121 2920 0 -1 4202500 3206118 0 0 0 34688 482 0 0 20 0 1 0 17229878 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/8121/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 351.7
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 351.972
CPU time (s): 351.781
CPU user time (s): 346.882
CPU system time (s): 4.89865
CPU usage (%): 99.9458
Max. virtual memory (cumulated for all children) (KiB): 15885684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 346.882
system time used= 4.89865
maximum resident set size= 13329376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3206118
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= 71
involuntary context switches= 17716

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.921307 second user time and 1.51898 second system time

The end

Launcher Data

Begin job on node125 at 2017-07-21 14:18:50
IDJOB=4240818
IDBENCH=124204
IDSOLVER=2621
FILE ID=node125/4240818-1500639530
RUNJOBID= node125-1500623778-2952
PBS_JOBID= 20623008
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-7.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240818-1500639530/watcher-4240818-1500639530 -o /tmp/evaluation-result-4240818-1500639530/solver-4240818-1500639530 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1500623778-2952 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4240818-1500639530.xml

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

MD5SUM BENCH= d6761b054431b884cfc6d948dd81b50d
RANDOM SEED=1695066262

node125.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		: 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.75
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	: 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.56
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	: 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.75
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	: 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.56
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	: 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.75
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	: 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.56
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	: 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.75
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		: 2267.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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31888188 kB
MemAvailable:   31915408 kB
Buffers:           96232 kB
Cached:           212332 kB
SwapCached:          488 kB
Active:           341748 kB
Inactive:         107436 kB
Active(anon):      89872 kB
Inactive(anon):    69948 kB
Active(file):     251876 kB
Inactive(file):    37488 kB
Unevictable:        6244 kB
Mlocked:            6244 kB
SwapTotal:      67108860 kB
SwapFree:       67108372 kB
Dirty:              2396 kB
Writeback:            16 kB
AnonPages:        158064 kB
Mapped:            34272 kB
Shmem:             16768 kB
Slab:             133268 kB
SReclaimable:     107380 kB
SUnreclaim:        25888 kB
KernelStack:        3584 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     426416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 62024 MiB
End job on node125 at 2017-07-21 14:24:42