Trace number 4240797

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: cosoco-sat 1.1? (TO) 2400 2400.4

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t15-3.xml
MD5SUM0b4fb4a315b6bd8f0348750a3d90443f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark102
Best CPU time to get the best result obtained on this benchmark2400.12
Satisfiable
(Un)Satisfiability was proved
Number of variables3066
Number of constraints168
Number of domains13
Minimum domain size2
Maximum domain size18
Distribution of domain sizes[{"size":2,"count":146},{"size":3,"count":292},{"size":4,"count":146},{"size":5,"count":146},{"size":6,"count":146},{"size":8,"count":438},{"size":10,"count":292},{"size":11,"count":146},{"size":14,"count":292},{"size":15,"count":292},{"size":16,"count":146},{"size":17,"count":292},{"size":18,"count":292}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":3066}]
Minimum constraint arity21
Maximum constraint arity2920
Distribution of constraint arities[{"arity":21,"count":146},{"arity":146,"count":21},{"arity":2920,"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":166}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.08	c SAT : Variables: 32412 -- Clauses: 201188
0.00/0.08	c best=?? lower=0 upper=146 
8.69/8.77	c
8.69/8.77	c This is cosoco 1.0 --  
8.69/8.77	c
8.69/8.77	c enable optimization
8.69/8.77	c ========================================[ Problem Statistics ]===========================================
8.69/8.77	c |                                                                                                       
8.69/8.77	c |  Parse time        :         0.07 s 
8.69/8.77	c |
8.69/8.77	c |               Variables: 3066
8.69/8.77	c |            Domain Sizes: 2..18
8.69/8.77	c |
8.69/8.77	c |             Constraints: 457
8.69/8.77	c |                   Arity: 2..146  -- Binary: 145
8.69/8.77	c | 
8.69/8.77	c |                   Types: 
8.69/8.77	c |                          (X -Y <= k): 145
8.69/8.77	c |                          Lex: 145
8.69/8.77	c |                          Sum: 167
8.69/8.77	c |                          
8.69/8.77	c =========================================================================================================
8.69/8.77	conflict 180lvl : 688 bt563-4716:0(718)X950795

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6695
/proc/meminfo: memFree=31874044/32770624 swapFree=6644/16816
[pid=6695] ppid=6692 vsize=27124 CPUtime=0 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 989 0 0 0 0 0 0 0 20 0 1 0 18526531 27774976 766 33554432000 4194304 5970956 140726051043168 140726051038392 140402919824357 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 6781 766 683 434 0 145 0

[startup+0.100113 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6695
/proc/meminfo: memFree=31874044/32770624 swapFree=6644/16816
[pid=6695] ppid=6692 vsize=50792 CPUtime=0.09 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 5877 0 0 0 8 1 0 0 20 0 1 0 18526531 52011008 6187 33554432000 4194304 5970956 140726051043168 140726051040568 5327859 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 12698 6187 800 434 0 6062 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50792

[startup+0.200307 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6695
/proc/meminfo: memFree=31874044/32770624 swapFree=6644/16816
[pid=6695] ppid=6692 vsize=53300 CPUtime=0.19 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 6515 0 0 0 18 1 0 0 20 0 1 0 18526531 54579200 6847 33554432000 4194304 5970956 140726051043168 140726051039912 5337505 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 13325 6847 801 434 0 6689 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 53300

[startup+0.300258 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6695
/proc/meminfo: memFree=31874044/32770624 swapFree=6644/16816
[pid=6695] ppid=6692 vsize=66404 CPUtime=0.28 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 9798 0 0 0 27 1 0 0 20 0 1 0 18526531 67997696 10147 33554432000 4194304 5970956 140726051043168 140726051039880 5039176 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 16601 10147 801 434 0 9965 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 66404

[startup+0.700222 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 6695
/proc/meminfo: memFree=31874044/32770624 swapFree=6644/16816
[pid=6695] ppid=6692 vsize=72712 CPUtime=0.69 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 11390 0 0 0 67 2 0 0 20 0 1 0 18526531 74457088 11731 33554432000 4194304 5970956 140726051043168 140726051039912 5038183 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 18178 11731 801 434 0 11542 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72712

[startup+1.50017 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6696
/proc/meminfo: memFree=31830904/32770624 swapFree=6644/16840
[pid=6695] ppid=6692 vsize=72844 CPUtime=1.49 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 11427 0 0 0 147 2 0 0 20 0 1 0 18526531 74592256 11731 33554432000 4194304 5970956 140726051043168 140726051039880 5337501 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 18211 11731 801 434 0 11575 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72844

[startup+3.10017 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6696
/proc/meminfo: memFree=31826812/32770624 swapFree=6644/16840
[pid=6695] ppid=6692 vsize=76656 CPUtime=3.08 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 19570 0 0 0 306 2 0 0 20 0 1 0 18526531 78495744 12765 33554432000 4194304 5970956 140726051043168 140726051040504 5040461 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 19164 12765 801 434 0 12528 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 76656

[startup+6.30017 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6696
/proc/meminfo: memFree=31826100/32770624 swapFree=6644/16848
[pid=6695] ppid=6692 vsize=76656 CPUtime=6.29 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 26577 0 0 0 626 3 0 0 20 0 1 0 18526531 78495744 12805 33554432000 4194304 5970956 140726051043168 140726051040504 5337501 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 19164 12805 801 434 0 12528 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76656

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6696
/proc/meminfo: memFree=31824980/32770624 swapFree=6644/16848
[pid=6695] ppid=6692 vsize=76656 CPUtime=12.68 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 33921 0 0 0 1265 3 0 0 20 0 1 0 18526531 78495744 12862 33554432000 4194304 5970956 140726051043168 140726051040504 5038624 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 19164 12862 806 434 0 12528 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 76656

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6696
/proc/meminfo: memFree=31824344/32770624 swapFree=6644/16864
[pid=6695] ppid=6692 vsize=79488 CPUtime=25.47 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 44065 0 0 0 2544 3 0 0 20 0 1 0 18526531 81395712 13124 33554432000 4194304 5970956 140726051043168 140726051040504 5337501 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 19872 13124 806 434 0 13236 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 79488

[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6696
/proc/meminfo: memFree=31818864/32770624 swapFree=6644/16868
[pid=6695] ppid=6692 vsize=83012 CPUtime=51.06 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 48941 0 0 0 5102 4 0 0 20 0 1 0 18526531 85004288 14416 33554432000 4194304 5970956 140726051043168 140726051040040 5038188 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 20753 14416 806 434 0 14117 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 83012

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6705
/proc/meminfo: memFree=31817264/32770624 swapFree=6644/16924
[pid=6695] ppid=6692 vsize=88396 CPUtime=102.26 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 50759 0 0 0 10222 4 0 0 20 0 1 0 18526531 90517504 14863 33554432000 4194304 5970956 140726051043168 140726051039880 5337501 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 22099 14863 806 434 0 15463 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 88396

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6706
/proc/meminfo: memFree=31809940/32770624 swapFree=6644/16952
[pid=6695] ppid=6692 vsize=93680 CPUtime=162.24 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 54040 0 0 0 16219 5 0 0 20 0 1 0 18526531 95928320 16652 33554432000 4194304 5970956 140726051043168 140726051040040 5038188 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23420 16652 806 434 0 16784 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 93680

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6707
/proc/meminfo: memFree=31809500/32770624 swapFree=6644/16988
[pid=6695] ppid=6692 vsize=93916 CPUtime=222.24 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 55691 0 0 0 22219 5 0 0 20 0 1 0 18526531 96169984 16741 33554432000 4194304 5970956 140726051043168 140726051040504 5038188 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23479 16741 806 434 0 16843 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 93916

[startup+282.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 6708
/proc/meminfo: memFree=31809624/32770624 swapFree=6644/17020
[pid=6695] ppid=6692 vsize=93916 CPUtime=282.22 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 56517 0 0 0 28217 5 0 0 20 0 1 0 18526531 96169984 16745 33554432000 4194304 5970956 140726051043168 140726051040504 5038721 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23479 16745 806 434 0 16843 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 93916

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6709
/proc/meminfo: memFree=31810324/32770624 swapFree=6644/17048
[pid=6695] ppid=6692 vsize=93916 CPUtime=342.21 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 57249 0 0 0 34216 5 0 0 20 0 1 0 18526531 96169984 16745 33554432000 4194304 5970956 140726051043168 140726051040504 5038624 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23479 16745 806 434 0 16843 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 93916

[startup+402.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 6710
/proc/meminfo: memFree=31810628/32770624 swapFree=6644/17076
[pid=6695] ppid=6692 vsize=93916 CPUtime=402.2 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 58050 0 0 0 40215 5 0 0 20 0 1 0 18526531 96169984 16745 33554432000 4194304 5970956 140726051043168 140726051040504 5337472 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23479 16745 806 434 0 16843 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 93916

[startup+462.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 6711
/proc/meminfo: memFree=31810636/32770624 swapFree=6644/17104
[pid=6695] ppid=6692 vsize=93916 CPUtime=462.19 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 58812 0 0 0 46214 5 0 0 20 0 1 0 18526531 96169984 16745 33554432000 4194304 5970956 140726051043168 140726051040504 5038725 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23479 16745 806 434 0 16843 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 93916

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 6712
/proc/meminfo: memFree=31810364/32770624 swapFree=6644/17144
[pid=6695] ppid=6692 vsize=93916 CPUtime=522.19 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 59549 0 0 0 52213 6 0 0 20 0 1 0 18526531 96169984 16745 33554432000 4194304 5970956 140726051043168 140726051040504 4908512 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23479 16745 806 434 0 16843 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 93916

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6713
/proc/meminfo: memFree=31810524/32770624 swapFree=6644/17172
[pid=6695] ppid=6692 vsize=93916 CPUtime=582.18 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 60372 0 0 0 58212 6 0 0 20 0 1 0 18526531 96169984 16748 33554432000 4194304 5970956 140726051043168 140726051040504 5098910 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23479 16748 806 434 0 16843 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 93916


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6806
/proc/meminfo: memFree=29864856/32770624 swapFree=6644/17712
[pid=6695] ppid=6692 vsize=94056 CPUtime=1482.03 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 71842 0 0 0 148196 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5098896 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 94056

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6807
/proc/meminfo: memFree=29864344/32770624 swapFree=6644/17728
[pid=6695] ppid=6692 vsize=94056 CPUtime=1542.03 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 72688 0 0 0 154196 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5337509 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 94056

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 6808
/proc/meminfo: memFree=29864652/32770624 swapFree=6644/17768
[pid=6695] ppid=6692 vsize=94056 CPUtime=1602.01 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 73462 0 0 0 160194 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5337513 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 94056

[startup+1662.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/187 6809
/proc/meminfo: memFree=29864432/32770624 swapFree=6644/17800
[pid=6695] ppid=6692 vsize=94056 CPUtime=1662.01 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 74272 0 0 0 166194 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5098896 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 1662.01
Current children cumulated vsize (KiB) 94056

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 6810
/proc/meminfo: memFree=29864088/32770624 swapFree=6644/17824
[pid=6695] ppid=6692 vsize=94056 CPUtime=1721.99 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 75064 0 0 0 172192 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5038188 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 94056

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 6811
/proc/meminfo: memFree=29864256/32770624 swapFree=6644/17868
[pid=6695] ppid=6692 vsize=94056 CPUtime=1781.99 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 75762 0 0 0 178192 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5327847 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 94056

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6812
/proc/meminfo: memFree=29864780/32770624 swapFree=6644/17896
[pid=6695] ppid=6692 vsize=94056 CPUtime=1841.98 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 76506 0 0 0 184191 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5038183 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 1841.98
Current children cumulated vsize (KiB) 94056

[startup+1902.3 s]
/proc/loadavg: 2.13 2.05 2.05 3/187 6820
/proc/meminfo: memFree=29864696/32770624 swapFree=6644/17932
[pid=6695] ppid=6692 vsize=94056 CPUtime=1901.97 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 77280 0 0 0 190190 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5039311 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 1901.97
Current children cumulated vsize (KiB) 94056

[startup+1962.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 6821
/proc/meminfo: memFree=29864592/32770624 swapFree=6644/17960
[pid=6695] ppid=6692 vsize=94056 CPUtime=1961.96 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 78096 0 0 0 196189 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5038725 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 1961.96
Current children cumulated vsize (KiB) 94056

[startup+2022.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 6822
/proc/meminfo: memFree=29864216/32770624 swapFree=6644/18000
[pid=6695] ppid=6692 vsize=94056 CPUtime=2021.95 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 78726 0 0 0 202188 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5038552 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 2021.95
Current children cumulated vsize (KiB) 94056

[startup+2082.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 6823
/proc/meminfo: memFree=29864324/32770624 swapFree=6644/18028
[pid=6695] ppid=6692 vsize=94056 CPUtime=2081.94 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 79528 0 0 0 208187 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5038400 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 2081.94
Current children cumulated vsize (KiB) 94056

[startup+2142.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 6824
/proc/meminfo: memFree=29864104/32770624 swapFree=6644/18056
[pid=6695] ppid=6692 vsize=94056 CPUtime=2141.93 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 80303 0 0 0 214186 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5098896 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 2141.93
Current children cumulated vsize (KiB) 94056

[startup+2202.31 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 6825
/proc/meminfo: memFree=29863504/32770624 swapFree=6644/18072
[pid=6695] ppid=6692 vsize=94056 CPUtime=2201.92 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 81078 0 0 0 220185 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5098896 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 2201.92
Current children cumulated vsize (KiB) 94056

[startup+2262.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 6826
/proc/meminfo: memFree=29864052/32770624 swapFree=6644/18116
[pid=6695] ppid=6692 vsize=94056 CPUtime=2261.91 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 81771 0 0 0 226184 7 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5038188 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 2261.91
Current children cumulated vsize (KiB) 94056

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6827
/proc/meminfo: memFree=29863668/32770624 swapFree=6644/18152
[pid=6695] ppid=6692 vsize=94056 CPUtime=2321.91 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 82558 0 0 0 232183 8 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5038188 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 2321.91
Current children cumulated vsize (KiB) 94056

[startup+2382.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 6828
/proc/meminfo: memFree=29864132/32770624 swapFree=6644/18168
[pid=6695] ppid=6692 vsize=94056 CPUtime=2381.9 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 83418 0 0 0 238182 8 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5047532 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 2381.9
Current children cumulated vsize (KiB) 94056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.4 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 6828
/proc/meminfo: memFree=29864912/32770624 swapFree=6644/18188
[pid=6695] ppid=6692 vsize=94056 CPUtime=2400 cores=0,2,4,6
/proc/6695/stat : 6695 (cosoco) R 6692 6695 4637 0 -1 4202496 84036 0 0 0 239992 8 0 0 20 0 1 0 18526531 96313344 17302 33554432000 4194304 5970956 140726051043168 140726051039880 5047092 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8070896 8075904 22306816 140726051050684 140726051050819 140726051050819 140726051053518 0
/proc/6695/statm: 23514 17302 806 434 0 16878 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 94056

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

Child status: 1
Real time (s): 2400.4
CPU time (s): 2400
CPU user time (s): 2399.92
CPU system time (s): 0.081987
CPU usage (%): 99.9834
Max. virtual memory (cumulated for all children) (KiB): 94056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.92
system time used= 0.081987
maximum resident set size= 69252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84063
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= 33
involuntary context switches= 122353

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.84044 second user time and 8.06869 second system time

The end

Launcher Data

Begin job on node113 at 2017-07-21 14:09:06
IDJOB=4240797
IDBENCH=124142
IDSOLVER=2621
FILE ID=node113/4240797-1500638946
RUNJOBID= node113-1500623784-4668
PBS_JOBID= 20623018
Free space on /tmp= 62020 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t15-3.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240797-1500638946/watcher-4240797-1500638946 -o /tmp/evaluation-result-4240797-1500638946/solver-4240797-1500638946 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1500623784-4668 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4240797-1500638946.xml

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

MD5SUM BENCH= 0b4fb4a315b6bd8f0348750a3d90443f
RANDOM SEED=148905561

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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:        31875216 kB
MemAvailable:   31993120 kB
Buffers:          167760 kB
Cached:           228040 kB
SwapCached:            0 kB
Active:           366532 kB
Inactive:          87040 kB
Active(anon):       7408 kB
Inactive(anon):    70224 kB
Active(file):     359124 kB
Inactive(file):    16816 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2448 kB
Writeback:             0 kB
AnonPages:         64312 kB
Mapped:            34728 kB
Shmem:             17040 kB
Slab:             140924 kB
SReclaimable:     115600 kB
SUnreclaim:        25324 kB
KernelStack:        3344 kB
PageTables:         4704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     344380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62016 MiB
End job on node113 at 2017-07-21 14:49:06