Trace number 4240735

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: cosoco-sat 1.1? (TO) 2400.05 2400

General information on the benchmark

NameBibd/Bibd-sum-sym/
Bibd-sum-09-084-28-03-07.xml
MD5SUM861dcf4d41da694b9fafa61d8399bea0
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.5899401
Satisfiable
(Un)Satisfiability was proved
Number of variables756
Number of constraints130
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":756}]
Minimum variable degree11
Maximum variable degree11
Distribution of variable degrees[{"degree":11,"count":756}]
Minimum constraint arity9
Maximum constraint arity756
Distribution of constraint arities[{"arity":9,"count":84},{"arity":84,"count":9},{"arity":168,"count":36},{"arity":756,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":129}]
Optimization problemNO
Type of objective

Solver Data

0.09/0.14	c SAT : Variables: 1512 -- Clauses: 1512
289.76/289.88	c root propagations     : 0           
289.76/289.88	c restarts enabled, print stats at every restarts
289.76/289.88	c
289.76/289.88	c
289.76/289.88	c
289.76/289.88	c This is cosoco 1.0 --  
289.76/289.88	c
289.76/289.88	c ========================================[ Problem Statistics ]===========================================
289.76/289.88	c |                                                                                                       
289.76/289.88	c |  Parse time        :         0.13 s 
289.76/289.88	c |
289.76/289.88	c |               Variables: 756
289.76/289.88	c |            Domain Sizes: 2..2
289.76/289.88	c |
289.76/289.88	c |             Constraints: 220
289.76/289.88	c |                   Arity: 9..168
289.76/289.88	c | 
289.76/289.88	c |                   Types: 
289.76/289.88	c |                          Intension: 36
289.76/289.88	c |                          Lex: 91
289.76/289.88	c |                          Sum: 93
289.76/289.88	c |                          
289.76/289.88	c =========================================================================================================
289.76/289.88	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth

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-4240735-1500626241/watcher-4240735-1500626241 -o /tmp/evaluation-result-4240735-1500626241/solver-4240735-1500626241 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1500623784-4668 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4240735-1500626241.xml 

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

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.71 2.19 1.95 3/187 5048
/proc/meminfo: memFree=12480184/32770624 swapFree=6644/4560040
[pid=5048] ppid=5045 vsize=27124 CPUtime=0 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 981 0 0 0 0 0 0 0 20 0 1 0 17256244 27774976 766 33554432000 4194304 5970956 140725852260640 140725852257288 140654362450917 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 6781 766 684 434 0 145 0

[startup+0.100115 s]
/proc/loadavg: 2.71 2.19 1.95 3/187 5048
/proc/meminfo: memFree=12480184/32770624 swapFree=6644/4560040
[pid=5048] ppid=5045 vsize=28824 CPUtime=0.09 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 1507 0 0 0 9 0 0 0 20 0 1 0 17256244 29515776 1330 33554432000 4194304 5970956 140725852260640 140725852253640 140654362487656 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 7206 1330 792 434 0 570 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28824

[startup+0.200266 s]
/proc/loadavg: 2.71 2.19 1.95 3/187 5048
/proc/meminfo: memFree=12480184/32770624 swapFree=6644/4560040
[pid=5048] ppid=5045 vsize=34680 CPUtime=0.19 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 1927 0 0 0 19 0 0 0 20 0 1 0 17256244 35512320 1726 33554432000 4194304 5970956 140725852260640 140725852257896 5098944 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 8670 1726 816 434 0 2034 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 34680

[startup+0.300206 s]
/proc/loadavg: 2.71 2.19 1.95 3/187 5048
/proc/meminfo: memFree=12480184/32770624 swapFree=6644/4560040
[pid=5048] ppid=5045 vsize=34680 CPUtime=0.29 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 1927 0 0 0 29 0 0 0 20 0 1 0 17256244 35512320 1726 33554432000 4194304 5970956 140725852260640 140725852257896 4908952 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 8670 1726 816 434 0 2034 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34680

[startup+0.700192 s]
/proc/loadavg: 2.71 2.19 1.95 3/187 5048
/proc/meminfo: memFree=12480184/32770624 swapFree=6644/4560040
[pid=5048] ppid=5045 vsize=34680 CPUtime=0.69 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 1929 0 0 0 69 0 0 0 20 0 1 0 17256244 35512320 1726 33554432000 4194304 5970956 140725852260640 140725852257896 5098954 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 8670 1726 816 434 0 2034 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34680

[startup+1.50017 s]
/proc/loadavg: 2.71 2.19 1.95 3/188 5049
/proc/meminfo: memFree=12396732/32770624 swapFree=6644/4641340
[pid=5048] ppid=5045 vsize=34680 CPUtime=1.49 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 1932 0 0 0 149 0 0 0 20 0 1 0 17256244 35512320 1726 33554432000 4194304 5970956 140725852260640 140725852257896 5069735 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 8670 1726 816 434 0 2034 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34680

[startup+3.10017 s]
/proc/loadavg: 2.89 2.24 1.96 2/188 5049
/proc/meminfo: memFree=12333248/32770624 swapFree=6644/4711520
[pid=5048] ppid=5045 vsize=34812 CPUtime=3.09 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 2044 0 0 0 309 0 0 0 20 0 1 0 17256244 35647488 1774 33554432000 4194304 5970956 140725852260640 140725852257704 4964584 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 8703 1774 830 434 0 2067 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34812

[startup+6.30017 s]
/proc/loadavg: 2.89 2.24 1.96 2/188 5049
/proc/meminfo: memFree=12242004/32770624 swapFree=6644/4790428
[pid=5048] ppid=5045 vsize=34812 CPUtime=6.29 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 2160 0 0 0 629 0 0 0 20 0 1 0 17256244 35647488 1781 33554432000 4194304 5970956 140725852260640 140725852257704 4908971 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 8703 1781 830 434 0 2067 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34812

[startup+12.7002 s]
/proc/loadavg: 3.22 2.33 1.99 2/188 5049
/proc/meminfo: memFree=11839940/32770624 swapFree=6644/5180396
[pid=5048] ppid=5045 vsize=34944 CPUtime=12.69 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 2346 0 0 0 1269 0 0 0 20 0 1 0 17256244 35782656 1795 33554432000 4194304 5970956 140725852260640 140725852257704 5070523 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 8736 1795 830 434 0 2100 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34944

[startup+25.5002 s]
/proc/loadavg: 3.49 2.42 2.03 4/188 5049
/proc/meminfo: memFree=11140076/32770624 swapFree=6644/5852344
[pid=5048] ppid=5045 vsize=35472 CPUtime=25.48 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 2663 0 0 0 2548 0 0 0 20 0 1 0 17256244 36323328 1908 33554432000 4194304 5970956 140725852260640 140725852257704 5069735 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 8868 1908 830 434 0 2232 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 35472

[startup+51.1002 s]
/proc/loadavg: 4.01 2.62 2.11 2/188 5049
/proc/meminfo: memFree=9940948/32770624 swapFree=6644/7022900
[pid=5048] ppid=5045 vsize=36132 CPUtime=51.08 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 2992 0 0 0 5107 1 0 0 20 0 1 0 17256244 36999168 2078 33554432000 4194304 5970956 140725852260640 140725852257704 4908967 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 9033 2078 830 434 0 2397 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 36132

[startup+102.3 s]
/proc/loadavg: 4.60 3.02 2.27 2/188 5050
/proc/meminfo: memFree=7146956/32770624 swapFree=6644/9724844
[pid=5048] ppid=5045 vsize=37452 CPUtime=102.28 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 3617 0 0 0 10227 1 0 0 20 0 1 0 17256244 38350848 2448 33554432000 4194304 5970956 140725852260640 140725852257704 5070520 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 9363 2448 831 434 0 2727 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 37452

[startup+162.3 s]
/proc/loadavg: 4.84 3.36 2.43 3/189 5059
/proc/meminfo: memFree=4064608/32770624 swapFree=6644/12726420
[pid=5048] ppid=5045 vsize=39300 CPUtime=162.27 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 4529 0 0 0 16225 2 0 0 20 0 1 0 17256244 40243200 2895 33554432000 4194304 5970956 140725852260640 140725852257704 5069728 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 9825 2895 831 434 0 3189 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 39300

[startup+222.306 s]
/proc/loadavg: 4.95 3.68 2.60 2/189 5060
/proc/meminfo: memFree=1442696/32770624 swapFree=6644/15247812
[pid=5048] ppid=5045 vsize=40884 CPUtime=222.26 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 5350 0 0 0 22224 2 0 0 20 0 1 0 17256244 41865216 3275 33554432000 4194304 5970956 140725852260640 140725852257704 5069728 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10221 3275 831 434 0 3585 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 40884

[startup+282.3 s]
/proc/loadavg: 5.08 3.93 2.75 3/189 5061
/proc/meminfo: memFree=851296/32770624 swapFree=6644/15842184
[pid=5048] ppid=5045 vsize=42600 CPUtime=282.26 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 6216 0 0 0 28224 2 0 0 20 0 1 0 17256244 43622400 3715 33554432000 4194304 5970956 140725852260640 140725852257704 5070525 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10650 3715 831 434 0 4014 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 42600

[startup+342.3 s]
/proc/loadavg: 5.03 4.12 2.89 2/189 5062
/proc/meminfo: memFree=241768/32770624 swapFree=6644/16433468
[pid=5048] ppid=5045 vsize=42732 CPUtime=342.26 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 7189 0 0 0 34224 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5070523 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 42732

[startup+402.3 s]
/proc/loadavg: 5.01 4.28 3.02 3/189 5063
/proc/meminfo: memFree=213644/32770624 swapFree=6644/16431128
[pid=5048] ppid=5045 vsize=42732 CPUtime=402.26 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 7591 0 0 0 40224 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 4908971 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 42732

[startup+462.3 s]
/proc/loadavg: 4.78 4.36 3.13 2/189 5064
/proc/meminfo: memFree=254780/32770624 swapFree=6644/16432544
[pid=5048] ppid=5045 vsize=42732 CPUtime=462.26 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 7922 0 0 0 46224 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5052093 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 42732

[startup+522.3 s]
/proc/loadavg: 4.29 4.33 3.20 3/189 5130
/proc/meminfo: memFree=31828324/32770624 swapFree=6644/13316
[pid=5048] ppid=5045 vsize=42732 CPUtime=522.26 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8150 0 0 0 52224 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5052085 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 42732

[startup+582.3 s]
/proc/loadavg: 2.84 3.91 3.13 3/189 5131
/proc/meminfo: memFree=31828256/32770624 swapFree=6644/13428
[pid=5048] ppid=5045 vsize=42732 CPUtime=582.26 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8203 0 0 0 58224 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5098948 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 42732


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.12 2.45 3/189 5188
/proc/meminfo: memFree=31828000/32770624 swapFree=6644/14844
[pid=5048] ppid=5045 vsize=42732 CPUtime=1482.3 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8740 0 0 0 148228 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 4967775 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 1482.3
Current children cumulated vsize (KiB) 42732

[startup+1542.31 s]
/proc/loadavg: 2.00 2.10 2.42 3/188 5189
/proc/meminfo: memFree=31828424/32770624 swapFree=6644/14896
[pid=5048] ppid=5045 vsize=42732 CPUtime=1542.31 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8753 0 0 0 154229 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5098954 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 1542.31
Current children cumulated vsize (KiB) 42732

[startup+1602.3 s]
/proc/loadavg: 2.00 2.08 2.39 3/187 5190
/proc/meminfo: memFree=31829936/32770624 swapFree=6644/14916
[pid=5048] ppid=5045 vsize=42732 CPUtime=1602.31 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8781 0 0 0 160229 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5098954 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 1602.31
Current children cumulated vsize (KiB) 42732

[startup+1662.3 s]
/proc/loadavg: 2.00 2.07 2.37 3/187 5192
/proc/meminfo: memFree=31827660/32770624 swapFree=6644/16108
[pid=5048] ppid=5045 vsize=42732 CPUtime=1662.31 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8794 0 0 0 166229 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5052080 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 42732

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.35 3/187 5193
/proc/meminfo: memFree=31827544/32770624 swapFree=6644/16132
[pid=5048] ppid=5045 vsize=42732 CPUtime=1722.31 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8822 0 0 0 172229 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5098948 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 42732

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.32 3/187 5194
/proc/meminfo: memFree=31827696/32770624 swapFree=6644/16172
[pid=5048] ppid=5045 vsize=42732 CPUtime=1782.31 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8822 0 0 0 178229 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5070480 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 42732

[startup+1842.3 s]
/proc/loadavg: 2.00 2.04 2.30 3/187 5195
/proc/meminfo: memFree=31827392/32770624 swapFree=6644/16200
[pid=5048] ppid=5045 vsize=42732 CPUtime=1842.32 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8865 0 0 0 184230 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 4908971 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 1842.32
Current children cumulated vsize (KiB) 42732

[startup+1902.3 s]
/proc/loadavg: 2.00 2.03 2.29 3/187 5196
/proc/meminfo: memFree=31827388/32770624 swapFree=6644/16240
[pid=5048] ppid=5045 vsize=42732 CPUtime=1902.32 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8865 0 0 0 190230 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5070424 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 1902.32
Current children cumulated vsize (KiB) 42732

[startup+1962.3 s]
/proc/loadavg: 2.00 2.03 2.27 3/187 5204
/proc/meminfo: memFree=31826108/32770624 swapFree=6644/16284
[pid=5048] ppid=5045 vsize=42732 CPUtime=1962.32 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8905 0 0 0 196230 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 4908985 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 1962.32
Current children cumulated vsize (KiB) 42732

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 2.25 3/187 5205
/proc/meminfo: memFree=31826948/32770624 swapFree=6644/16320
[pid=5048] ppid=5045 vsize=42732 CPUtime=2022.32 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8905 0 0 0 202230 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5070520 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 2022.32
Current children cumulated vsize (KiB) 42732

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.23 3/187 5206
/proc/meminfo: memFree=31827500/32770624 swapFree=6644/16364
[pid=5048] ppid=5045 vsize=42732 CPUtime=2082.33 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8957 0 0 0 208231 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 4908985 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 2082.33
Current children cumulated vsize (KiB) 42732

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.22 3/187 5207
/proc/meminfo: memFree=31827524/32770624 swapFree=6644/16400
[pid=5048] ppid=5045 vsize=42732 CPUtime=2142.33 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 8957 0 0 0 214231 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5052093 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 2142.33
Current children cumulated vsize (KiB) 42732

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.21 3/187 5208
/proc/meminfo: memFree=31827280/32770624 swapFree=6644/16428
[pid=5048] ppid=5045 vsize=42732 CPUtime=2202.34 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 9079 0 0 0 220232 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5098954 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 2202.34
Current children cumulated vsize (KiB) 42732

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.20 3/187 5209
/proc/meminfo: memFree=31827280/32770624 swapFree=6644/16460
[pid=5048] ppid=5045 vsize=42732 CPUtime=2262.33 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 9079 0 0 0 226231 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5070541 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 2262.33
Current children cumulated vsize (KiB) 42732

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.18 3/187 5210
/proc/meminfo: memFree=31827300/32770624 swapFree=6644/16488
[pid=5048] ppid=5045 vsize=42732 CPUtime=2322.34 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 9108 0 0 0 232232 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5098954 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 2322.34
Current children cumulated vsize (KiB) 42732

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/187 5211
/proc/meminfo: memFree=31827352/32770624 swapFree=6644/16528
[pid=5048] ppid=5045 vsize=42732 CPUtime=2382.34 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 9108 0 0 0 238232 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5069712 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 2382.34
Current children cumulated vsize (KiB) 42732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]
/proc/loadavg: 2.00 2.01 2.17 3/187 5211
/proc/meminfo: memFree=31827636/32770624 swapFree=6644/16540
[pid=5048] ppid=5045 vsize=42732 CPUtime=2400.04 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 4637 0 -1 4202496 9149 0 0 0 240002 2 0 0 20 0 1 0 17256244 43757568 3774 33554432000 4194304 5970956 140725852260640 140725852258248 5070437 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 28332032 140725852263612 140725852263747 140725852263747 140725852266446 0
/proc/5048/statm: 10683 3774 833 434 0 4047 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 42732

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

Child status: 1
Real time (s): 2400
CPU time (s): 2400.05
CPU user time (s): 2400.03
CPU system time (s): 0.028
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 42732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.03
system time used= 0.028
maximum resident set size= 15140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9178
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= 8
involuntary context switches= 122960

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.02084 second user time and 8.05214 second system time

The end

Launcher Data

Begin job on node113 at 2017-07-21 10:37:23
IDJOB=4240735
IDBENCH=123823
IDSOLVER=2621
FILE ID=node113/4240735-1500626241
RUNJOBID= node113-1500623784-4668
PBS_JOBID= 20623018
Free space on /tmp= 59976 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/Bibd/Bibd-sum-sym/Bibd-sum-09-084-28-03-07.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240735-1500626241/watcher-4240735-1500626241 -o /tmp/evaluation-result-4240735-1500626241/solver-4240735-1500626241 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1500623784-4668 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4240735-1500626241.xml

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

MD5SUM BENCH= 861dcf4d41da694b9fafa61d8399bea0
RANDOM SEED=445231843

node113.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		: 1600.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.03
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.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	: 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.03
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.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	: 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.03
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.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	: 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.03
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		: 1867.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:        12483168 kB
MemAvailable:   17229840 kB
Buffers:          160336 kB
Cached:          4817048 kB
SwapCached:            0 kB
Active:         15114692 kB
Inactive:        4573712 kB
Active(anon):   14714736 kB
Inactive(anon):    16844 kB
Active(file):     399956 kB
Inactive(file):  4556868 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:           3035288 kB
Writeback:         84812 kB
AnonPages:      14718484 kB
Mapped:            34812 kB
Shmem:             17040 kB
Slab:             269148 kB
SReclaimable:     211364 kB
SUnreclaim:        57784 kB
KernelStack:        3296 kB
PageTables:        33904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   15092544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350244 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5332992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62016 MiB
End job on node113 at 2017-07-21 11:17:23