Trace number 4265647

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
cosoco-sat 1.12? (TO) 2520.21 2520.29

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-1.xml
MD5SUM36688640cc45f0157406ded158d596cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1216
Best CPU time to get the best result obtained on this benchmark3375.2
Satisfiable
(Un)Satisfiability was proved
Number of variables31773
Number of constraints1535
Number of domains17
Minimum domain size2
Maximum domain size195
Distribution of domain sizes[{"size":2,"count":1513},{"size":4,"count":1513},{"size":25,"count":3026},{"size":44,"count":1513},{"size":45,"count":1513},{"size":73,"count":1513},{"size":78,"count":1513},{"size":87,"count":3026},{"size":102,"count":1513},{"size":107,"count":1513},{"size":130,"count":1513},{"size":131,"count":1513},{"size":132,"count":3026},{"size":139,"count":3026},{"size":170,"count":1513},{"size":175,"count":1513},{"size":195,"count":1513}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":31773}]
Minimum constraint arity21
Maximum constraint arity30260
Distribution of constraint arities[{"arity":21,"count":1513},{"arity":1513,"count":21},{"arity":30260,"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":1533}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

17.09/17.13	c SAT : Variables: 3059286 -- Clauses: 194235914
17.09/17.13	c best=?? lower=-1513 upper=0 
2519.91/2520.01	c
2519.91/2520.01	c This is cosoco 1.12 --  
2519.91/2520.01	c
2519.91/2520.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265647-1502573360.xml 
2519.91/2520.01	c enable optimization
2519.91/2520.01	c ========================================[ Problem Statistics ]===========================================
2519.91/2520.01	c |                                                                                                       
2519.91/2520.01	c |  Parse time        :        14.90 s 
2519.91/2520.01	c |
2519.91/2520.01	c |               Variables: 31773
2519.91/2520.01	c |            Domain Sizes: 2..195
2519.91/2520.01	c |
2519.91/2520.01	c |             Constraints: 4558
2519.91/2520.01	c |                   Arity: 2..1513  -- Binary: 1512
2519.91/2520.01	c | 
2519.91/2520.01	c |                   Types: 
2519.91/2520.01	c |                          (X -Y <= k): 1512
2519.91/2520.01	c |                          Lex: 1512
2519.91/2520.01	c |                          Sum: 1534
2519.91/2520.01	c |                          
2519.91/2520.01	c =========================================================================================================
2519.91/2520.01	
2519.91/2520.01	c *** INTERRUPTED ***
2519.91/2520.01	c restarts              : 258         
2519.91/2520.01	c conflicts             : 2457         (1 /sec)
2519.91/2520.01	c decisions             : 634705       (252 /sec)
2519.91/2520.01	c propagations          : 183263486   (72843 /sec)
2519.91/2520.01	c root propagations     : 2976071     
2519.91/2520.01	c filter calls          : 69767391       (27731 /sec)
2519.91/2520.01	c useless filter calls  : 44379849       (63 %)
2519.91/2520.01	c
2519.91/2520.01	c clauses               : 194236320
2519.91/2520.01	c SAT propagations      : 327
2519.91/2520.01	c SAT conflicts         : 0 (0 learnts)
2519.91/2520.01	c Memory used           : 10515.48 MB
2519.91/2520.01	c CPU time              : 2515.88 s
2519.91/2520.01	
2519.91/2520.01	c No Bound found!
2519.91/2520.01	
2519.91/2520.01	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15459 MiB free)
  memory of node 1: 16384 MiB (15665 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265647-1502573360/watcher-4265647-1502573360 -o /tmp/evaluation-result-4265647-1502573360/solver-4265647-1502573360 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502567253-24060 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265647-1502573360.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=25303, runsolver pid=25300

[startup+0.100201 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 25304
/proc/meminfo: memFree=31865968/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=38632 memory=14632 CPUtime=0.1 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3907 0 0 0 10 0 0 0 20 0 1 0 90423751 39559168 3658 33554432000 4194304 5972588 140729057334592 140729057331240 140312272169957 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 9691 3658 711 435 0 3054 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 38632 KiB
Current children cumulated memory: 14632 KiB

[startup+0.209578 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 25304
/proc/meminfo: memFree=31831116/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=68420 memory=44488 CPUtime=0.21 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 11353 0 0 0 20 1 0 0 20 0 1 0 90423751 70062080 11122 33554432000 4194304 5972588 140729057334592 140729057331240 5635668 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 17105 11122 743 435 0 10468 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 68420 KiB
Current children cumulated memory: 44488 KiB

[startup+0.30947 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 25304
/proc/meminfo: memFree=31830496/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=69224 memory=45280 CPUtime=0.31 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 11552 0 0 0 30 1 0 0 20 0 1 0 90423751 70885376 11320 33554432000 4194304 5972588 140729057334592 140729057331240 5110568 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 17306 11320 743 435 0 10669 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 69224 KiB
Current children cumulated memory: 45280 KiB

[startup+0.700429 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25304
/proc/meminfo: memFree=31828884/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=320732 memory=297136 CPUtime=0.69 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 74438 0 0 0 59 10 0 0 20 0 1 0 90423751 328429568 74218 33554432000 4194304 5972588 140729057334592 140729057328424 140312272218016 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 80245 74218 750 435 0 73608 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 320732 KiB
Current children cumulated memory: 297136 KiB

[startup+1.50044 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25304
/proc/meminfo: memFree=31197696/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=997284 memory=958564 CPUtime=1.48 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 208279 0 0 0 121 27 0 0 20 0 1 0 90423751 1021218816 239641 33554432000 4194304 5972588 140729057334592 140729057328424 140312272169957 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 249321 239641 784 435 0 242684 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 997284 KiB
Current children cumulated memory: 958564 KiB

[startup+3.10954 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25304
/proc/meminfo: memFree=30090056/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=2003016 memory=1838524 CPUtime=3.09 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 326703 0 0 0 259 50 0 0 20 0 1 0 90423751 2051088384 459631 33554432000 4194304 5972588 140729057334592 140729057331384 140312272165694 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 500754 459631 784 435 0 494117 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2003016 KiB
Current children cumulated memory: 1838524 KiB

[startup+6.30043 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25304
/proc/meminfo: memFree=28549400/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=4030488 memory=3473776 CPUtime=6.29 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 559571 0 0 0 538 91 0 0 20 0 1 0 90423751 4127219712 868444 33554432000 4194304 5972588 140729057334592 140729057331384 140312272169957 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 1007622 868444 784 435 0 1000985 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 4030488 KiB
Current children cumulated memory: 3473776 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25304
/proc/meminfo: memFree=25542760/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=7048024 memory=6667304 CPUtime=12.68 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 1007335 0 0 0 1100 168 0 0 20 0 1 0 90423751 7217176576 1666826 33554432000 4194304 5972588 140729057334592 140729057331384 140312272162811 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 1762006 1666826 784 435 0 1755369 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 7048024 KiB
Current children cumulated memory: 6667304 KiB

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25304
/proc/meminfo: memFree=22717848/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10364236 memory=9140248 CPUtime=25.48 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 1413622 0 0 0 2315 233 0 0 20 0 1 0 90423751 10612977664 2285062 33554432000 4194304 5972588 140729057334592 140729057331192 5338164 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2591059 2285062 802 435 0 2584422 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 10364236 KiB
Current children cumulated memory: 9140248 KiB

[startup+51.1094 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25304
/proc/meminfo: memFree=22383892/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10702304 memory=9473440 CPUtime=51.07 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 1529650 0 0 0 4860 247 0 0 20 0 1 0 90423751 10959159296 2368360 33554432000 4194304 5972588 140729057334592 140729057331352 5046712 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2675576 2368360 802 435 0 2668939 0
Current children cumulated CPU time: 51.07 s
Current children cumulated vsize: 10702304 KiB
Current children cumulated memory: 9473440 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25305
/proc/meminfo: memFree=22318352/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9537568 CPUtime=102.26 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 1676050 0 0 0 9967 259 0 0 20 0 1 0 90423751 11026276352 2384392 33554432000 4194304 5972588 140729057334592 140729057331352 5039701 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384392 802 435 0 2685325 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9537568 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25306
/proc/meminfo: memFree=22318140/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9537568 CPUtime=162.26 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 1740128 0 0 0 15964 262 0 0 20 0 1 0 90423751 11026276352 2384392 33554432000 4194304 5972588 140729057334592 140729057331352 5139312 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384392 802 435 0 2685325 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9537568 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25307
/proc/meminfo: memFree=22316312/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=222.26 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 1806860 0 0 0 21959 267 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5039704 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25308
/proc/meminfo: memFree=22316560/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=282.25 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 1862662 0 0 0 27955 270 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5039616 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25317
/proc/meminfo: memFree=22316216/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=342.25 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 1915385 0 0 0 33952 273 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5046284 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+402.3 s]
/proc/loadavg: 1.94 2.00 2.04 3/188 25379
/proc/meminfo: memFree=22303884/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=402.25 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 1967232 0 0 0 39949 276 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5338164 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+462.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/188 25380
/proc/meminfo: memFree=22303132/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=462.25 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 2032609 0 0 0 45945 280 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5139329 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB


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

/proc/meminfo: memFree=22301484/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=1782.22 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3284719 0 0 0 177863 359 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5040270 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 1782.22 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25421
/proc/meminfo: memFree=22301728/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=1842.23 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3342050 0 0 0 183860 363 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5039701 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 1842.23 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25422
/proc/meminfo: memFree=22301476/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=1902.23 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3414166 0 0 0 189856 367 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5040154 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 1902.23 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25423
/proc/meminfo: memFree=22301096/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=1962.23 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3474540 0 0 0 195852 371 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5099616 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 1962.23 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25424
/proc/meminfo: memFree=22300732/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=2022.22 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3525784 0 0 0 201847 375 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5094144 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 2022.22 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25425
/proc/meminfo: memFree=22301328/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=2082.22 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3579208 0 0 0 207843 379 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5094144 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 2082.22 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25433
/proc/meminfo: memFree=22300700/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=2142.21 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3632220 0 0 0 213839 382 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5040154 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 2142.21 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25434
/proc/meminfo: memFree=22300916/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=2202.21 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3683797 0 0 0 219836 385 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5048480 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 2202.21 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25435
/proc/meminfo: memFree=22300980/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=2262.21 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3739655 0 0 0 225832 389 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5045817 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 2262.21 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25448
/proc/meminfo: memFree=22298728/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=2322.2 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3792493 0 0 0 231828 392 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5039159 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 2322.2 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25449
/proc/meminfo: memFree=22298696/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=2382.21 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3843413 0 0 0 237826 395 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5338164 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 2382.21 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25451
/proc/meminfo: memFree=22298672/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=2442.2 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3895376 0 0 0 243822 398 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5039616 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 2442.2 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 25452
/proc/meminfo: memFree=22299700/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=2502.21 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3948511 0 0 0 249818 403 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5099616 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 2502.21 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 25453
/proc/meminfo: memFree=22298808/32770624 swapFree=67108860/67108860
[pid=25303] ppid=25300 vsize=10767848 memory=9539616 CPUtime=2519.91 cores=0,2,4,6
/proc/25303/stat : 25303 (cosoco) R 25300 25303 23976 0 -1 4202496 3984532 0 0 0 251587 404 0 0 20 0 1 0 90423751 11026276352 2384904 33554432000 4194304 5972588 140729057334592 140729057331352 5039503 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 21536768 140729057342650 140729057342750 140729057342750 140729057345486 0
/proc/25303/statm: 2691962 2384904 802 435 0 2685325 0
Current children cumulated CPU time: 2519.91 s
Current children cumulated vsize: 10767848 KiB
Current children cumulated memory: 9539616 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2520.29 s]
# the end of solver process 25303 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.88 s, system=4.32998 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2520.21 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 25453
/proc/meminfo: memFree=27916152/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 2520.29
CPU time (s): 2520.21
CPU user time (s): 2515.88
CPU system time (s): 4.32998
CPU usage (%): 99.9967
Max. virtual memory (cumulated for all children) (KiB): 10767848
Max. memory (cumulated for all children) (KiB): 9539616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.88
system time used= 4.32998
maximum resident set size= 9539692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3984580
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= 167
involuntary context switches= 684


# summary of solver processes directly reported to runsolver:
#   pid: 25303
#   total CPU time (s): 2520.21
#   total CPU user time (s): 2515.88
#   total CPU system time (s): 4.32998

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.81054 second user time and 18.479 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-12 23:15:02
IDJOB=4265647
IDBENCH=124244
IDSOLVER=2655
FILE ID=node115/4265647-1502573360
RUNJOBID= node115-1502567253-24060
PBS_JOBID= 20628280
Free space on /tmp= 61896 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-1.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265647-1502573360/watcher-4265647-1502573360 -o /tmp/evaluation-result-4265647-1502573360/solver-4265647-1502573360 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502567253-24060 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265647-1502573360.xml

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

MD5SUM BENCH= 36688640cc45f0157406ded158d596cc
RANDOM SEED=1290244316

node115.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31872568 kB
MemAvailable:   31986544 kB
Buffers:           78084 kB
Cached:           331644 kB
SwapCached:            0 kB
Active:           356920 kB
Inactive:         120896 kB
Active(anon):      14584 kB
Inactive(anon):    81292 kB
Active(file):     342336 kB
Inactive(file):    39604 kB
Unevictable:        6212 kB
Mlocked:            6212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2476 kB
Writeback:             0 kB
AnonPages:         55456 kB
Mapped:            44696 kB
Shmem:             25224 kB
Slab:             120840 kB
SReclaimable:      95740 kB
SUnreclaim:        25100 kB
KernelStack:        3616 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     367240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61896 MiB
End job on node115 at 2017-08-12 23:57:02