Trace number 4240758

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 1.1? (TO) 2400.01 2400.1

General information on the benchmark

NameBibd/Bibd-sum-stab2/
Bibd-sum-07-03-09.xml
MD5SUMf7d2c9f717525254c736d15a4c0e84f4
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 benchmark0.73065901
Satisfiable
(Un)Satisfiability was proved
Number of variables441
Number of constraints92
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":441}]
Minimum variable degree9
Maximum variable degree9
Distribution of variable degrees[{"degree":9,"count":441}]
Minimum constraint arity7
Maximum constraint arity441
Distribution of constraint arities[{"arity":7,"count":63},{"arity":63,"count":7},{"arity":126,"count":21},{"arity":441,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":91}]
Optimization problemNO
Type of objective

Solver Data

1395.14/1395.26	c root propagations     : 0           
1395.14/1395.26	c restarts enabled, print stats at every restarts
1395.14/1395.26	c
1395.14/1395.26	c
1395.14/1395.26	c
1395.14/1395.26	c This is cosoco 1.0 --  
1395.14/1395.26	c
1395.14/1395.26	c ========================================[ Problem Statistics ]===========================================
1395.14/1395.26	c |                                                                                                       
1395.14/1395.26	c |  Parse time        :         0.08 s 
1395.14/1395.26	c |
1395.14/1395.26	c |               Variables: 441
1395.14/1395.26	c |            Domain Sizes: 2..2
1395.14/1395.26	c |
1395.14/1395.26	c |             Constraints: 159
1395.14/1395.26	c |                   Arity: 7..126
1395.14/1395.26	c | 
1395.14/1395.26	c |                   Types: 
1395.14/1395.26	c |                          Intension: 21
1395.14/1395.26	c |                          Lex: 68
1395.14/1395.26	c |                          Sum: 70
1395.14/1395.26	c |                          
1395.14/1395.26	c =========================================================================================================
1395.14/1395.26	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-4240758-1500626555/watcher-4240758-1500626555 -o /tmp/evaluation-result-4240758-1500626555/solver-4240758-1500626555 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500623777-5524 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4240758-1500626555.xml 

pid=7072
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.04 2.07 1.94 3/187 7075
/proc/meminfo: memFree=30864600/32770624 swapFree=6132/919608
[pid=7075] ppid=7072 vsize=27256 CPUtime=0 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 1060 0 0 0 0 0 0 0 20 0 1 0 16091642 27910144 898 33554432000 4194304 5970956 140733964481872 140733964478520 140540437056485 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 6814 898 732 434 0 178 0

[startup+0.100113 s]
/proc/loadavg: 2.04 2.07 1.94 3/187 7075
/proc/meminfo: memFree=30864600/32770624 swapFree=6132/919608
[pid=7075] ppid=7072 vsize=28424 CPUtime=0.09 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 1443 0 0 0 9 0 0 0 20 0 1 0 16091642 29106176 1224 33554432000 4194304 5970956 140733964481872 140733964479128 5098944 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7106 1224 792 434 0 470 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28424

[startup+0.200249 s]
/proc/loadavg: 2.04 2.07 1.94 3/187 7075
/proc/meminfo: memFree=30864600/32770624 swapFree=6132/919608
[pid=7075] ppid=7072 vsize=28424 CPUtime=0.19 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 1443 0 0 0 19 0 0 0 20 0 1 0 16091642 29106176 1224 33554432000 4194304 5970956 140733964481872 140733964479128 5070480 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7106 1224 792 434 0 470 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28424

[startup+0.300216 s]
/proc/loadavg: 2.04 2.07 1.94 3/187 7075
/proc/meminfo: memFree=30864600/32770624 swapFree=6132/919608
[pid=7075] ppid=7072 vsize=28424 CPUtime=0.29 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 1443 0 0 0 29 0 0 0 20 0 1 0 16091642 29106176 1224 33554432000 4194304 5970956 140733964481872 140733964479128 4908988 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7106 1224 792 434 0 470 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28424

[startup+0.700172 s]
/proc/loadavg: 2.04 2.07 1.94 3/187 7075
/proc/meminfo: memFree=30864600/32770624 swapFree=6132/919608
[pid=7075] ppid=7072 vsize=28424 CPUtime=0.69 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 1443 0 0 0 69 0 0 0 20 0 1 0 16091642 29106176 1224 33554432000 4194304 5970956 140733964481872 140733964479128 5070480 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7106 1224 792 434 0 470 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28424

[startup+1.50017 s]
/proc/loadavg: 1.95 2.05 1.94 3/188 7076
/proc/meminfo: memFree=30862708/32770624 swapFree=6132/919636
[pid=7075] ppid=7072 vsize=28424 CPUtime=1.49 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 1443 0 0 0 149 0 0 0 20 0 1 0 16091642 29106176 1224 33554432000 4194304 5970956 140733964481872 140733964479128 4908988 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7106 1224 792 434 0 470 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28424

[startup+3.10017 s]
/proc/loadavg: 1.95 2.05 1.94 3/188 7076
/proc/meminfo: memFree=30862336/32770624 swapFree=6132/919636
[pid=7075] ppid=7072 vsize=28424 CPUtime=3.09 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 1477 0 0 0 309 0 0 0 20 0 1 0 16091642 29106176 1283 33554432000 4194304 5970956 140733964481872 140733964479128 5098954 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7106 1283 823 434 0 470 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 28424

[startup+6.30017 s]
/proc/loadavg: 1.95 2.05 1.94 3/188 7076
/proc/meminfo: memFree=30862572/32770624 swapFree=6132/919648
[pid=7075] ppid=7072 vsize=28424 CPUtime=6.29 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 1573 0 0 0 629 0 0 0 20 0 1 0 16091642 29106176 1283 33554432000 4194304 5970956 140733964481872 140733964479128 4961400 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7106 1283 823 434 0 470 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28424

[startup+12.7002 s]
/proc/loadavg: 1.96 2.05 1.94 3/188 7076
/proc/meminfo: memFree=30862200/32770624 swapFree=6132/919648
[pid=7075] ppid=7072 vsize=28424 CPUtime=12.69 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 1640 0 0 0 1269 0 0 0 20 0 1 0 16091642 29106176 1283 33554432000 4194304 5970956 140733964481872 140733964479128 4908985 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7106 1283 823 434 0 470 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28424

[startup+25.5002 s]
/proc/loadavg: 1.97 2.05 1.94 3/188 7076
/proc/meminfo: memFree=30862264/32770624 swapFree=6132/919664
[pid=7075] ppid=7072 vsize=28424 CPUtime=25.49 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 1774 0 0 0 2549 0 0 0 20 0 1 0 16091642 29106176 1283 33554432000 4194304 5970956 140733964481872 140733964479128 5098954 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7106 1283 823 434 0 470 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28424

[startup+51.1002 s]
/proc/loadavg: 1.98 2.04 1.94 3/188 7076
/proc/meminfo: memFree=30862152/32770624 swapFree=6132/919680
[pid=7075] ppid=7072 vsize=28424 CPUtime=51.09 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 1846 0 0 0 5109 0 0 0 20 0 1 0 16091642 29106176 1283 33554432000 4194304 5970956 140733964481872 140733964479128 5070523 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7106 1283 823 434 0 470 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 28424

[startup+102.3 s]
/proc/loadavg: 1.99 2.04 1.95 3/188 7077
/proc/meminfo: memFree=30861944/32770624 swapFree=6132/919728
[pid=7075] ppid=7072 vsize=28556 CPUtime=102.29 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 1955 0 0 0 10229 0 0 0 20 0 1 0 16091642 29241344 1296 33554432000 4194304 5970956 140733964481872 140733964478936 5052095 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7139 1296 823 434 0 503 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 28556

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 1.95 3/187 7078
/proc/meminfo: memFree=30861836/32770624 swapFree=6132/919780
[pid=7075] ppid=7072 vsize=28688 CPUtime=162.29 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 2065 0 0 0 16229 0 0 0 20 0 1 0 16091642 29376512 1315 33554432000 4194304 5970956 140733964481872 140733964478936 4967728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7172 1315 823 434 0 536 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 28688

[startup+222.306 s]
/proc/loadavg: 2.00 2.03 1.95 3/187 7079
/proc/meminfo: memFree=30861960/32770624 swapFree=6132/919832
[pid=7075] ppid=7072 vsize=28820 CPUtime=222.29 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 2177 0 0 0 22229 0 0 0 20 0 1 0 16091642 29511680 1362 33554432000 4194304 5970956 140733964481872 140733964478936 4908952 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7205 1362 823 434 0 569 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 28820

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 1.95 3/187 7080
/proc/meminfo: memFree=30862044/32770624 swapFree=6132/919872
[pid=7075] ppid=7072 vsize=28952 CPUtime=282.28 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 2288 0 0 0 28228 0 0 0 20 0 1 0 16091642 29646848 1370 33554432000 4194304 5970956 140733964481872 140733964478936 5069728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7238 1370 823 434 0 602 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 28952

[startup+342.3 s]
/proc/loadavg: 2.05 2.03 1.96 3/187 7081
/proc/meminfo: memFree=30861836/32770624 swapFree=6132/919916
[pid=7075] ppid=7072 vsize=29084 CPUtime=342.28 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 2399 0 0 0 34228 0 0 0 20 0 1 0 16091642 29782016 1406 33554432000 4194304 5970956 140733964481872 140733964478936 4908985 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7271 1406 823 434 0 635 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 29084

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 1.96 3/187 7082
/proc/meminfo: memFree=30861216/32770624 swapFree=6132/919948
[pid=7075] ppid=7072 vsize=29216 CPUtime=402.28 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 2554 0 0 0 40228 0 0 0 20 0 1 0 16091642 29917184 1438 33554432000 4194304 5970956 140733964481872 140733964478936 4964586 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7304 1438 824 434 0 668 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 29216

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/187 7090
/proc/meminfo: memFree=30860852/32770624 swapFree=6132/919980
[pid=7075] ppid=7072 vsize=29216 CPUtime=462.27 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 2627 0 0 0 46227 0 0 0 20 0 1 0 16091642 29917184 1458 33554432000 4194304 5970956 140733964481872 140733964478936 5070512 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7304 1458 824 434 0 668 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 29216

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 7091
/proc/meminfo: memFree=30861348/32770624 swapFree=6132/920012
[pid=7075] ppid=7072 vsize=29348 CPUtime=522.27 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 2741 0 0 0 52227 0 0 0 20 0 1 0 16091642 30052352 1488 33554432000 4194304 5970956 140733964481872 140733964478936 5098954 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7337 1488 824 434 0 701 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 29348

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 7092
/proc/meminfo: memFree=30861224/32770624 swapFree=6132/920056
[pid=7075] ppid=7072 vsize=29480 CPUtime=582.27 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 2851 0 0 0 58227 0 0 0 20 0 1 0 16091642 30187520 1518 33554432000 4194304 5970956 140733964481872 140733964478936 4908952 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7370 1518 824 434 0 734 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 29480


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 1.98 3/187 7141
/proc/meminfo: memFree=30857764/32770624 swapFree=6132/920628
[pid=7075] ppid=7072 vsize=30932 CPUtime=1542.24 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5124 0 0 0 154224 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 5070512 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 1542.24
Current children cumulated vsize (KiB) 30932

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 1.98 3/187 7142
/proc/meminfo: memFree=30857680/32770624 swapFree=6132/920656
[pid=7075] ppid=7072 vsize=30932 CPUtime=1602.23 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5161 0 0 0 160223 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 4961400 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 1602.23
Current children cumulated vsize (KiB) 30932

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 7150
/proc/meminfo: memFree=30857088/32770624 swapFree=6132/920704
[pid=7075] ppid=7072 vsize=30932 CPUtime=1662.23 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5221 0 0 0 166223 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 5069735 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 1662.23
Current children cumulated vsize (KiB) 30932

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 7151
/proc/meminfo: memFree=30857360/32770624 swapFree=6132/920732
[pid=7075] ppid=7072 vsize=30932 CPUtime=1722.22 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5257 0 0 0 172222 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 4908971 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 1722.22
Current children cumulated vsize (KiB) 30932

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/187 7152
/proc/meminfo: memFree=30857504/32770624 swapFree=6132/920784
[pid=7075] ppid=7072 vsize=30932 CPUtime=1782.22 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5293 0 0 0 178222 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 5070839 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 1782.22
Current children cumulated vsize (KiB) 30932

[startup+1842.3 s]
/proc/loadavg: 2.11 2.04 1.99 3/187 7153
/proc/meminfo: memFree=30857276/32770624 swapFree=6132/920812
[pid=7075] ppid=7072 vsize=30932 CPUtime=1842.22 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5348 0 0 0 184222 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 4964576 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 1842.22
Current children cumulated vsize (KiB) 30932

[startup+1902.3 s]
/proc/loadavg: 2.04 2.04 1.99 3/187 7154
/proc/meminfo: memFree=30857432/32770624 swapFree=6132/920836
[pid=7075] ppid=7072 vsize=30932 CPUtime=1902.22 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5382 0 0 0 190222 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 5070523 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 1902.22
Current children cumulated vsize (KiB) 30932

[startup+1962.3 s]
/proc/loadavg: 2.01 2.03 1.99 3/187 7155
/proc/meminfo: memFree=30857576/32770624 swapFree=6132/920868
[pid=7075] ppid=7072 vsize=30932 CPUtime=1962.22 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5435 0 0 0 196222 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 4967728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 1962.22
Current children cumulated vsize (KiB) 30932

[startup+2022.3 s]
/proc/loadavg: 2.01 2.03 1.99 3/187 7156
/proc/meminfo: memFree=30857352/32770624 swapFree=6132/920896
[pid=7075] ppid=7072 vsize=30932 CPUtime=2022.21 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5468 0 0 0 202221 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 5070523 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 2022.21
Current children cumulated vsize (KiB) 30932

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/187 7157
/proc/meminfo: memFree=30857368/32770624 swapFree=6132/920932
[pid=7075] ppid=7072 vsize=30932 CPUtime=2082.22 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5525 0 0 0 208222 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 5070512 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 2082.22
Current children cumulated vsize (KiB) 30932

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7158
/proc/meminfo: memFree=30857384/32770624 swapFree=6132/920960
[pid=7075] ppid=7072 vsize=30932 CPUtime=2142.21 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5564 0 0 0 214221 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 5070435 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 2142.21
Current children cumulated vsize (KiB) 30932

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7159
/proc/meminfo: memFree=30857780/32770624 swapFree=6132/920992
[pid=7075] ppid=7072 vsize=30932 CPUtime=2202.21 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5685 0 0 0 220221 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 5052093 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 2202.21
Current children cumulated vsize (KiB) 30932

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7167
/proc/meminfo: memFree=30857168/32770624 swapFree=6132/921028
[pid=7075] ppid=7072 vsize=30932 CPUtime=2262.21 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5720 0 0 0 226221 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 5098954 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 2262.21
Current children cumulated vsize (KiB) 30932

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7168
/proc/meminfo: memFree=30857560/32770624 swapFree=6132/921052
[pid=7075] ppid=7072 vsize=30932 CPUtime=2322.2 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5755 0 0 0 232220 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 5052080 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 2322.2
Current children cumulated vsize (KiB) 30932

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7230
/proc/meminfo: memFree=30875304/32770624 swapFree=6132/921164
[pid=7075] ppid=7072 vsize=30932 CPUtime=2382.2 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5790 0 0 0 238220 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 4964576 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 2382.2
Current children cumulated vsize (KiB) 30932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.1 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7230
/proc/meminfo: memFree=30875436/32770624 swapFree=6132/921184
[pid=7075] ppid=7072 vsize=30932 CPUtime=2400 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5825 0 0 0 240000 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 5069728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 30932

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

[startup+2400.1 s]
/proc/loadavg: 2.00 2.01 1.99 3/187 7230
/proc/meminfo: memFree=30875436/32770624 swapFree=6132/921184
[pid=7075] ppid=7072 vsize=30932 CPUtime=2400 cores=1,3,5,7
/proc/7075/stat : 7075 (cosoco) R 7072 7075 5492 0 -1 4202496 5825 0 0 0 240000 0 0 0 20 0 1 0 16091642 31674368 1914 33554432000 4194304 5970956 140733964481872 140733964479480 5069728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 17264640 140733964485825 140733964485955 140733964485955 140733964488654 0
/proc/7075/statm: 7733 1914 826 434 0 1097 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 30932

Child status: 1
Real time (s): 2400.1
CPU time (s): 2400.01
CPU user time (s): 2400.01
CPU system time (s): 0.003999
CPU usage (%): 99.9962
Max. virtual memory (cumulated for all children) (KiB): 30932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.01
system time used= 0.003999
maximum resident set size= 7700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5856
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= 7
involuntary context switches= 121016

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.59295 second user time and 8.7972 second system time

The end

Launcher Data

Begin job on node140 at 2017-07-21 10:42:35
IDJOB=4240758
IDBENCH=123963
IDSOLVER=2620
FILE ID=node140/4240758-1500626555
RUNJOBID= node140-1500623777-5524
PBS_JOBID= 20622993
Free space on /tmp= 61860 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/Bibd/Bibd-sum-stab2/Bibd-sum-07-03-09.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240758-1500626555/watcher-4240758-1500626555 -o /tmp/evaluation-result-4240758-1500626555/solver-4240758-1500626555 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node140-1500623777-5524 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4240758-1500626555.xml

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

MD5SUM BENCH= f7d2c9f717525254c736d15a4c0e84f4
RANDOM SEED=564548606

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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:        30865232 kB
MemAvailable:   31987680 kB
Buffers:          158380 kB
Cached:          1241632 kB
SwapCached:            0 kB
Active:           550540 kB
Inactive:         928512 kB
Active(anon):      81580 kB
Inactive(anon):     8904 kB
Active(file):     468960 kB
Inactive(file):   919608 kB
Unevictable:        6132 kB
Mlocked:            6140 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:         85452 kB
Mapped:            35128 kB
Shmem:              8852 kB
Slab:             124584 kB
SReclaimable:      99432 kB
SUnreclaim:        25152 kB
KernelStack:        3376 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     344712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61860 MiB
End job on node140 at 2017-07-21 11:22:35