Trace number 4265649

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.29 2520.28

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-6.xml
MD5SUM783c5eb4c347368f8a2e1c7f079a0df0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1094
Best CPU time to get the best result obtained on this benchmark3537.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables28770
Number of constraints1392
Number of domains20
Minimum domain size2
Maximum domain size160
Distribution of domain sizes[{"size":2,"count":1370},{"size":8,"count":1370},{"size":12,"count":1370},{"size":36,"count":2740},{"size":42,"count":1370},{"size":75,"count":1370},{"size":79,"count":1370},{"size":93,"count":1370},{"size":110,"count":1370},{"size":117,"count":1370},{"size":121,"count":1370},{"size":123,"count":1370},{"size":126,"count":1370},{"size":139,"count":1370},{"size":141,"count":1370},{"size":142,"count":1370},{"size":149,"count":1370},{"size":153,"count":1370},{"size":158,"count":1370},{"size":160,"count":1370}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":28770}]
Minimum constraint arity21
Maximum constraint arity27400
Distribution of constraint arities[{"arity":21,"count":1370},{"arity":1370,"count":21},{"arity":27400,"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":1390}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

15.09/15.12	c SAT : Variables: 2770140 -- Clauses: 171303430
15.09/15.12	c best=?? lower=-1370 upper=0 
2520.01/2520.00	c
2520.01/2520.00	c This is cosoco 1.12 --  
2520.01/2520.00	c
2520.01/2520.00	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265649-1502573194.xml 
2520.01/2520.00	c enable optimization
2520.01/2520.00	c ========================================[ Problem Statistics ]===========================================
2520.01/2520.00	c |                                                                                                       
2520.01/2520.00	c |  Parse time        :        13.23 s 
2520.01/2520.00	c |
2520.01/2520.00	c |               Variables: 28770
2520.01/2520.00	c |            Domain Sizes: 2..160
2520.01/2520.00	c |
2520.01/2520.00	c |             Constraints: 4129
2520.01/2520.00	c |                   Arity: 2..1370  -- Binary: 1369
2520.01/2520.00	c | 
2520.01/2520.00	c |                   Types: 
2520.01/2520.00	c |                          (X -Y <= k): 1369
2520.01/2520.00	c |                          Lex: 1369
2520.01/2520.00	c |                          Sum: 1391
2520.01/2520.00	c |                          
2520.01/2520.00	c =========================================================================================================
2520.01/2520.00	
2520.01/2520.00	c *** INTERRUPTED ***
2520.01/2520.00	c restarts              : 517         
2520.01/2520.00	c conflicts             : 5026         (2 /sec)
2520.01/2520.00	c decisions             : 2530961      (1006 /sec)
2520.01/2520.01	c propagations          : 56170272    (22327 /sec)
2520.01/2520.01	c root propagations     : 2687940     
2520.01/2520.01	c filter calls          : 65264031       (25941 /sec)
2520.01/2520.01	c useless filter calls  : 46863370       (71 %)
2520.01/2520.01	c
2520.01/2520.01	c clauses               : 171304114
2520.01/2520.01	c SAT propagations      : 80
2520.01/2520.01	c SAT conflicts         : 0 (0 learnts)
2520.01/2520.01	c Memory used           : 10520.18 MB
2520.01/2520.01	c CPU time              : 2515.83 s
2520.01/2520.01	
2520.01/2520.01	c No Bound found!
2520.01/2520.01	
2520.01/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 (15408 MiB free)
  memory of node 1: 16384 MiB (15741 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265649-1502573194/watcher-4265649-1502573194 -o /tmp/evaluation-result-4265649-1502573194/solver-4265649-1502573194 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502567254-23607 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265649-1502573194.xml 

running on 4 cores: 1,3,5,7

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=24461, runsolver pid=24458

[startup+0.100189 s]*
/proc/loadavg: 2.00 2.01 2.11 3/188 24462
/proc/meminfo: memFree=31887748/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=44156 memory=20308 CPUtime=0.1 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 5270 0 0 0 10 0 0 0 20 0 1 0 90407242 45215744 5011 33554432000 4194304 5972588 140722266190912 140722266187560 139671649836005 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 11039 5077 711 435 0 4402 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 44156 KiB
Current children cumulated memory: 20308 KiB

[startup+0.210172 s]*
/proc/loadavg: 2.00 2.01 2.11 3/188 24462
/proc/meminfo: memFree=31859476/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=64764 memory=40768 CPUtime=0.21 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 10428 0 0 0 20 1 0 0 20 0 1 0 90407242 66318336 10192 33554432000 4194304 5972588 140722266190912 140722266187560 5635636 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 16191 10192 743 435 0 9554 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 64764 KiB
Current children cumulated memory: 40768 KiB

[startup+0.309975 s]*
/proc/loadavg: 2.00 2.01 2.11 3/188 24462
/proc/meminfo: memFree=31858400/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=65632 memory=41560 CPUtime=0.31 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 10644 0 0 0 30 1 0 0 20 0 1 0 90407242 67207168 10390 33554432000 4194304 5972588 140722266190912 140722266185384 5635668 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 16408 10390 743 435 0 9771 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 65632 KiB
Current children cumulated memory: 41560 KiB

[startup+0.700393 s]
/proc/loadavg: 2.00 2.01 2.11 3/188 24462
/proc/meminfo: memFree=31805948/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=476924 memory=453136 CPUtime=0.69 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 113490 0 0 0 55 14 0 0 20 0 1 0 90407242 488370176 113284 33554432000 4194304 5972588 140722266190912 140722266185384 139671649884064 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 119289 113284 752 435 0 112652 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 476924 KiB
Current children cumulated memory: 453136 KiB

[startup+1.50047 s]
/proc/loadavg: 2.00 2.01 2.11 3/188 24462
/proc/meminfo: memFree=31255160/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=1002388 memory=914188 CPUtime=1.49 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 188446 0 0 0 124 25 0 0 20 0 1 0 90407242 1026445312 228547 33554432000 4194304 5972588 140722266190912 140722266185384 139671649842072 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 250597 228547 784 435 0 243960 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 1002388 KiB
Current children cumulated memory: 914188 KiB

[startup+3.10957 s]
/proc/loadavg: 2.00 2.01 2.11 3/188 24462
/proc/meminfo: memFree=30183220/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=1917340 memory=1774716 CPUtime=3.1 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 302305 0 0 0 263 47 0 0 20 0 1 0 90407242 1963356160 443679 33554432000 4194304 5972588 140722266190912 140722266185384 139671649836005 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 479335 443679 784 435 0 472698 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1917340 KiB
Current children cumulated memory: 1774716 KiB

[startup+6.30038 s]
/proc/loadavg: 2.00 2.01 2.11 3/188 24462
/proc/meminfo: memFree=28650380/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=3887380 memory=3388968 CPUtime=6.28 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 517162 0 0 0 542 86 0 0 20 0 1 0 90407242 3980677120 847242 33554432000 4194304 5972588 140722266190912 140722266187704 139671649836005 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 971845 847242 784 435 0 965208 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 3887380 KiB
Current children cumulated memory: 3388968 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.11 3/188 24462
/proc/meminfo: memFree=25764392/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=6794168 memory=6453180 CPUtime=12.68 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 922775 0 0 0 1108 160 0 0 20 0 1 0 90407242 6957228032 1613295 33554432000 4194304 5972588 140722266190912 140722266187704 139671649836005 0 0 4096 0 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 1698542 1613295 784 435 0 1691905 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 6794168 KiB
Current children cumulated memory: 6453180 KiB

[startup+25.5005 s]
/proc/loadavg: 2.00 2.01 2.11 3/188 24462
/proc/meminfo: memFree=23797752/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=9565000 memory=8187564 CPUtime=25.47 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 1266272 0 0 0 2336 211 0 0 20 0 1 0 90407242 9794560000 2046891 33554432000 4194304 5972588 140722266190912 140722266187624 139671649905648 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2391285 2046891 802 435 0 2384648 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 9565000 KiB
Current children cumulated memory: 8187564 KiB

[startup+51.1095 s]
/proc/loadavg: 2.00 2.01 2.10 3/188 24462
/proc/meminfo: memFree=22573316/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9308728 CPUtime=51.08 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 1827687 0 0 0 4843 265 0 0 20 0 1 0 90407242 11031203840 2327182 33554432000 4194304 5972588 140722266190912 140722266187768 5039159 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2327182 802 435 0 2686528 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9308728 KiB

[startup+102.301 s]
/proc/loadavg: 2.00 2.01 2.10 3/188 24463
/proc/meminfo: memFree=22571616/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9310904 CPUtime=102.27 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 1966748 0 0 0 9953 274 0 0 20 0 1 0 90407242 11031203840 2327726 33554432000 4194304 5972588 140722266190912 140722266188376 5338164 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2327726 802 435 0 2686528 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9310904 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/188 24464
/proc/meminfo: memFree=22571892/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9310904 CPUtime=162.27 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 2046037 0 0 0 15947 280 0 0 20 0 1 0 90407242 11031203840 2327726 33554432000 4194304 5972588 140722266190912 140722266188376 5039616 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2327726 802 435 0 2686528 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9310904 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/187 24465
/proc/meminfo: memFree=22572760/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9310904 CPUtime=222.26 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 2121882 0 0 0 21941 285 0 0 20 0 1 0 90407242 11031203840 2327726 33554432000 4194304 5972588 140722266190912 140722266188376 5039330 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2327726 802 435 0 2686528 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9310904 KiB

[startup+282.3 s]
/proc/loadavg: 2.04 2.03 2.09 3/187 24529
/proc/meminfo: memFree=22514616/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9310904 CPUtime=282.26 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 2186833 0 0 0 27938 288 0 0 20 0 1 0 90407242 11031203840 2327726 33554432000 4194304 5972588 140722266190912 140722266188376 5099616 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2327726 802 435 0 2686528 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9310904 KiB

[startup+342.3 s]
/proc/loadavg: 1.97 2.01 2.08 3/187 24530
/proc/meminfo: memFree=22514372/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9310904 CPUtime=342.26 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 2246925 0 0 0 33934 292 0 0 20 0 1 0 90407242 11031203840 2327726 33554432000 4194304 5972588 140722266190912 140722266188376 5039167 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2327726 802 435 0 2686528 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9310904 KiB

[startup+402.3 s]
/proc/loadavg: 1.99 2.01 2.07 3/187 24531
/proc/meminfo: memFree=22514376/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9310904 CPUtime=402.26 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 2308211 0 0 0 39931 295 0 0 20 0 1 0 90407242 11031203840 2327726 33554432000 4194304 5972588 140722266190912 140722266188376 5046659 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2327726 802 435 0 2686528 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9310904 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/187 24532
/proc/meminfo: memFree=22514324/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9310904 CPUtime=462.26 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 2372557 0 0 0 45927 299 0 0 20 0 1 0 90407242 11031203840 2327726 33554432000 4194304 5972588 140722266190912 140722266188376 5338164 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2327726 802 435 0 2686528 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9310904 KiB


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

/proc/meminfo: memFree=22509956/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=1782.27 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3479385 0 0 0 177851 376 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5040166 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 1782.27 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB

[startup+1842.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 24580
/proc/meminfo: memFree=22509736/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=1842.28 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3533113 0 0 0 183848 380 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5040180 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 1842.28 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 24581
/proc/meminfo: memFree=22509888/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=1902.28 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3575434 0 0 0 189845 383 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5039159 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 1902.28 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24582
/proc/meminfo: memFree=22510164/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=1962.28 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3617889 0 0 0 195841 387 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5338173 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 1962.28 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24583
/proc/meminfo: memFree=22510192/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=2022.28 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3660740 0 0 0 201838 390 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5039164 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 2022.28 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24584
/proc/meminfo: memFree=22510220/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=2082.28 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3702053 0 0 0 207834 394 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5099616 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 2082.28 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24585
/proc/meminfo: memFree=22509592/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=2142.29 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3743532 0 0 0 213832 397 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5041592 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 2142.29 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24586
/proc/meminfo: memFree=22509868/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=2202.28 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3784799 0 0 0 219828 400 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5039697 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 2202.28 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24587
/proc/meminfo: memFree=22509904/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=2262.29 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3827593 0 0 0 225825 404 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5338159 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 2262.29 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24595
/proc/meminfo: memFree=22509460/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=2322.28 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3863767 0 0 0 231821 407 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5039616 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 2322.28 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24596
/proc/meminfo: memFree=22509364/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=2382.29 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3903752 0 0 0 237818 411 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5338173 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 2382.29 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 24597
/proc/meminfo: memFree=22509276/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=2442.29 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3942231 0 0 0 243815 414 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5338173 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 2442.29 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB

[startup+2502.3 s]
/proc/loadavg: 2.40 2.11 2.08 3/188 24610
/proc/meminfo: memFree=22507960/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=2502.3 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3966204 0 0 0 249813 417 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5039757 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 2502.3 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.56 2.17 2.09 3/188 24611
/proc/meminfo: memFree=22508448/32770624 swapFree=67108860/67108860
[pid=24461] ppid=24458 vsize=10772660 memory=9312952 CPUtime=2520.01 cores=1,3,5,7
/proc/24461/stat : 24461 (cosoco) R 24458 24461 23522 0 -1 4202496 3973535 0 0 0 251583 418 0 0 20 0 1 0 90407242 11031203840 2328238 33554432000 4194304 5972588 140722266190912 140722266188376 5039616 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8070896 8075904 11571200 140722266195130 140722266195230 140722266195230 140722266197966 0
/proc/24461/statm: 2693165 2328238 802 435 0 2686528 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10772660 KiB
Current children cumulated memory: 9312952 KiB

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

[startup+2520.28 s]
# the end of solver process 24461 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.83 s, system=4.45229 s

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

[startup+2520.21 s]
/proc/loadavg: 2.56 2.17 2.09 3/188 24611
/proc/meminfo: memFree=28165380/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.28
CPU time (s): 2520.29
CPU user time (s): 2515.83
CPU system time (s): 4.45229
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 10772660
Max. memory (cumulated for all children) (KiB): 9312952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.83
system time used= 4.45229
maximum resident set size= 9313028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3973584
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= 310
involuntary context switches= 671


# summary of solver processes directly reported to runsolver:
#   pid: 24461
#   total CPU time (s): 2520.29
#   total CPU user time (s): 2515.83
#   total CPU system time (s): 4.45229

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7961 second user time and 17.4068 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-12 23:12:16
IDJOB=4265649
IDBENCH=124197
IDSOLVER=2655
FILE ID=node112/4265649-1502573194
RUNJOBID= node112-1502567254-23607
PBS_JOBID= 20628283
Free space on /tmp= 61788 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-6.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265649-1502573194/watcher-4265649-1502573194 -o /tmp/evaluation-result-4265649-1502573194/solver-4265649-1502573194 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502567254-23607 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265649-1502573194.xml

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

MD5SUM BENCH= 783c5eb4c347368f8a2e1c7f079a0df0
RANDOM SEED=929771054

node112.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.24
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.24
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.24
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.24
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:        31897324 kB
MemAvailable:   31995512 kB
Buffers:           78428 kB
Cached:           319136 kB
SwapCached:            0 kB
Active:           350792 kB
Inactive:         106668 kB
Active(anon):       9200 kB
Inactive(anon):    78228 kB
Active(file):     341592 kB
Inactive(file):    28440 kB
Unevictable:        6280 kB
Mlocked:            6280 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2376 kB
Writeback:             0 kB
AnonPages:         65752 kB
Mapped:            44440 kB
Shmem:             25224 kB
Slab:             112680 kB
SReclaimable:      87984 kB
SUnreclaim:        24696 kB
KernelStack:        3296 kB
PageTables:         5092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61784 MiB
End job on node112 at 2017-08-12 23:54:16