Trace number 4265605

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) 2519.8701 2520.02

General information on the benchmark

NameBinPacking/BinPacking-sum-skj2/
BinPacking-sum-n4w4b3r4.xml
MD5SUMf75a86a5a7a46a13e5890f4f16694299
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2727
Number of constraints119
Number of domains2
Minimum domain size59
Maximum domain size186
Distribution of domain sizes[{"size":59,"count":1},{"size":186,"count":2726}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":2668},{"degree":5,"count":58}]
Minimum constraint arity47
Maximum constraint arity2726
Distribution of constraint arities[{"arity":47,"count":116},{"arity":59,"count":1},{"arity":2726,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":58},{"type":"lex","count":1},{"type":"sum","count":58},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.05/0.15	c Create Cardinality(vars,values,occurs) constraint using 2726 Exactly/AtMost.. constraint 
0.05/0.15	c
3.64/3.76	c SAT : Variables: 507095 -- Clauses: 46905268
3.64/3.76	c best=?? lower=0 upper=58 
2519.84/2520.01	c
2519.84/2520.01	c This is cosoco 1.12 --  
2519.84/2520.01	c
2519.84/2520.01	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265605-1502589005.xml 
2519.84/2520.01	c enable optimization
2519.84/2520.01	c ========================================[ Problem Statistics ]===========================================
2519.84/2520.01	c |                                                                                                       
2519.84/2520.01	c |  Parse time        :         3.17 s 
2519.84/2520.01	c |
2519.84/2520.01	c |               Variables: 2727
2519.84/2520.01	c |            Domain Sizes: 59..186
2519.84/2520.01	c |
2519.84/2520.01	c |             Constraints: 2971
2519.84/2520.01	c |                   Arity: 1..2726  -- Unary: 1  -- Binary: 2668
2519.84/2520.01	c | 
2519.84/2520.01	c |                   Types: 
2519.84/2520.01	c |                          (X -Y <= k): 2668
2519.84/2520.01	c |                          Exactly K: 186
2519.84/2520.01	c |                          Exactly K variable: 1
2519.84/2520.01	c |                          Intension: 1
2519.84/2520.01	c |                          Lex: 57
2519.84/2520.01	c |                          Sum: 58
2519.84/2520.01	c |                          
2519.84/2520.01	c =========================================================================================================
2519.84/2520.01	
2519.84/2520.01	c *** INTERRUPTED ***
2519.84/2520.01	c restarts              : 6           
2519.84/2520.01	c conflicts             : 62           (0 /sec)
2519.84/2520.01	c decisions             : 64           (0 /sec)
2519.84/2520.01	c propagations          : 26965959    (10705 /sec)
2519.84/2520.01	c root propagations     : 0           
2519.84/2520.01	c filter calls          : 11708288       (4648 /sec)
2519.84/2520.01	c useless filter calls  : 11543667       (98 %)
2519.84/2520.01	c
2519.84/2520.01	c clauses               : 46905278
2519.84/2520.01	c SAT propagations      : 0
2519.84/2520.01	c SAT conflicts         : 0 (0 learnts)
2519.84/2520.01	c Memory used           : 2378.54 MB
2519.84/2520.01	c CPU time              : 2519.04 s
2519.84/2520.01	
2519.84/2520.01	c No Bound found!
2519.84/2520.01	
2519.84/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 (15023 MiB free)
  memory of node 1: 16384 MiB (15299 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265605-1502589005/watcher-4265605-1502589005 -o /tmp/evaluation-result-4265605-1502589005/solver-4265605-1502589005 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502565190-8354 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265605-1502589005.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
solver pid=12713, runsolver pid=12710
Current StackSize limit: 8192 KiB


[startup+0.101026 s]*
/proc/loadavg: 2.01 2.02 2.05 3/187 12714
/proc/meminfo: memFree=31031384/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=48108 memory=24232 CPUtime=0.05 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 6244 0 0 0 5 0 0 0 20 0 1 0 106715674 49262592 6058 18446744073709551615 4194304 5972588 140727203083536 140727203078648 139720088316901 0 0 1 0 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 12027 6058 711 435 0 5390 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 48108 KiB
Current children cumulated memory: 24232 KiB

[startup+0.20976 s]*
/proc/loadavg: 2.01 2.02 2.05 3/187 12714
/proc/meminfo: memFree=30969292/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=108384 memory=84748 CPUtime=0.16 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 21414 0 0 0 14 2 0 0 20 0 1 0 106715674 110985216 21187 18446744073709551615 4194304 5972588 140727203083536 140727203078648 4911931 0 0 1 0 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 27096 21187 809 435 0 20459 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 108384 KiB
Current children cumulated memory: 84748 KiB

[startup+0.309858 s]*
/proc/loadavg: 2.01 2.02 2.05 3/187 12714
/proc/meminfo: memFree=30941696/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=141900 memory=117564 CPUtime=0.26 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 28027 0 0 0 23 3 0 0 20 0 1 0 106715674 145305600 29391 18446744073709551615 4194304 5972588 140727203083536 140727203078648 139720088316901 0 0 1 0 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 35475 29391 840 435 0 28838 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 141900 KiB
Current children cumulated memory: 117564 KiB

[startup+0.700329 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 12714
/proc/meminfo: memFree=30822680/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=416628 memory=347404 CPUtime=0.64 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 64055 0 0 0 55 9 0 0 20 0 1 0 106715674 426627072 86851 18446744073709551615 4194304 5972588 140727203083536 140727203078648 139720088316901 0 0 1 0 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 104157 86851 840 435 0 97520 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 416628 KiB
Current children cumulated memory: 347404 KiB

[startup+1.50033 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 12714
/proc/meminfo: memFree=30525768/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=966104 memory=829308 CPUtime=1.44 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 133939 0 0 0 123 21 0 0 20 0 1 0 106715674 989290496 207327 18446744073709551615 4194304 5972588 140727203083536 140727203080328 139720088312638 0 0 1 0 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 241526 207327 840 435 0 234889 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 966104 KiB
Current children cumulated memory: 829308 KiB

[startup+3.10958 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 12714
/proc/meminfo: memFree=29323948/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2191692 memory=1791040 CPUtime=3.05 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 269789 0 0 0 259 46 0 0 20 0 1 0 106715674 2244292608 447760 18446744073709551615 4194304 5972588 140727203083536 140727203080328 139720088316901 0 0 1 0 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 547923 447760 840 435 0 541286 0
Current children cumulated CPU time: 3.05 s
Current children cumulated vsize: 2191692 KiB
Current children cumulated memory: 1791040 KiB

[startup+6.30033 s]
/proc/loadavg: 1.93 2.00 2.04 3/187 12714
/proc/meminfo: memFree=28862700/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2433256 memory=2186848 CPUtime=6.24 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 345480 0 0 0 568 56 0 0 20 0 1 0 106715674 2491654144 546712 18446744073709551615 4194304 5972588 140727203083536 140727203080520 5139329 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608314 546712 856 435 0 601677 0
Current children cumulated CPU time: 6.24 s
Current children cumulated vsize: 2433256 KiB
Current children cumulated memory: 2186848 KiB

[startup+12.7003 s]
/proc/loadavg: 1.94 2.00 2.04 3/186 12715
/proc/meminfo: memFree=28862468/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2433676 memory=2187252 CPUtime=12.63 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 353253 0 0 0 1207 56 0 0 20 0 1 0 106715674 2492084224 546813 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139327 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608419 546813 856 435 0 601782 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 2433676 KiB
Current children cumulated memory: 2187252 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 2.04 3/185 12715
/proc/meminfo: memFree=28861584/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2434276 memory=2187892 CPUtime=25.43 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 364714 0 0 0 2485 58 0 0 20 0 1 0 106715674 2492698624 546973 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139312 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608569 546973 856 435 0 601932 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 2434276 KiB
Current children cumulated memory: 2187892 KiB

[startup+51.1095 s]
/proc/loadavg: 1.96 2.00 2.04 3/185 12715
/proc/meminfo: memFree=28861056/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2188852 CPUtime=51.03 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 368101 0 0 0 5043 60 0 0 20 0 1 0 106715674 2494078976 547213 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139329 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547213 856 435 0 602269 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2188852 KiB

[startup+102.3 s]
/proc/loadavg: 2.11 2.04 2.05 3/185 12717
/proc/meminfo: memFree=28861116/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2188852 CPUtime=102.22 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 368758 0 0 0 10161 61 0 0 20 0 1 0 106715674 2494078976 547213 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139327 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547213 856 435 0 602269 0
Current children cumulated CPU time: 102.22 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2188852 KiB

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/186 12720
/proc/meminfo: memFree=28860384/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2188852 CPUtime=162.21 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 369708 0 0 0 16159 62 0 0 20 0 1 0 106715674 2494078976 547213 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139312 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547213 856 435 0 602269 0
Current children cumulated CPU time: 162.21 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2188852 KiB

[startup+222.3 s]
/proc/loadavg: 2.10 2.06 2.05 3/186 12767
/proc/meminfo: memFree=28858096/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2188852 CPUtime=222.21 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 370672 0 0 0 22158 63 0 0 20 0 1 0 106715674 2494078976 547213 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139329 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547213 856 435 0 602269 0
Current children cumulated CPU time: 222.21 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2188852 KiB

[startup+282.3 s]
/proc/loadavg: 2.11 2.06 2.05 3/190 12784
/proc/meminfo: memFree=28855060/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2188852 CPUtime=282.21 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 371616 0 0 0 28156 65 0 0 20 0 1 0 106715674 2494078976 547213 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5032400 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547213 856 435 0 602269 0
Current children cumulated CPU time: 282.21 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2188852 KiB

[startup+342.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/190 12786
/proc/meminfo: memFree=28855176/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2188852 CPUtime=342.2 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 372567 0 0 0 34155 65 0 0 20 0 1 0 106715674 2494078976 547213 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139329 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547213 856 435 0 602269 0
Current children cumulated CPU time: 342.2 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2188852 KiB

[startup+402.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 12788
/proc/meminfo: memFree=28859004/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2188852 CPUtime=402.2 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 373747 0 0 0 40154 66 0 0 20 0 1 0 106715674 2494078976 547213 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139312 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547213 856 435 0 602269 0
Current children cumulated CPU time: 402.2 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2188852 KiB

[startup+462.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 12791
/proc/meminfo: memFree=28858976/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2188864 CPUtime=462.19 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 374702 0 0 0 46152 67 0 0 20 0 1 0 106715674 2494078976 547216 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139312 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547216 856 435 0 602269 0
Current children cumulated CPU time: 462.19 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2188864 KiB


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

/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 1722.14 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

[startup+1782.3 s]
/proc/loadavg: 1.97 2.06 2.06 3/186 14044
/proc/meminfo: memFree=28629440/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=1782.13 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 393447 0 0 0 178135 78 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139329 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 1782.13 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

[startup+1842.3 s]
/proc/loadavg: 2.53 2.21 2.11 3/186 14046
/proc/meminfo: memFree=28629532/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=1842.13 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 394134 0 0 0 184135 78 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139312 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 1842.13 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

[startup+1902.3 s]
/proc/loadavg: 2.19 2.18 2.10 3/185 14049
/proc/meminfo: memFree=28629820/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=1902.13 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 394946 0 0 0 190134 79 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139329 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 1902.13 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

[startup+1962.3 s]
/proc/loadavg: 2.07 2.14 2.10 3/186 14052
/proc/meminfo: memFree=28629292/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=1962.13 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 395582 0 0 0 196134 79 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139312 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 1962.13 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

[startup+2022.3 s]
/proc/loadavg: 2.03 2.12 2.09 3/186 14054
/proc/meminfo: memFree=28629252/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=2022.12 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 396284 0 0 0 202133 79 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5032400 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 2022.12 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.10 2.09 3/189 14070
/proc/meminfo: memFree=28625484/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=2082.12 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 396991 0 0 0 208133 79 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139329 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 2082.12 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.08 2.08 3/189 14072
/proc/meminfo: memFree=28624972/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=2142.12 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 397797 0 0 0 214132 80 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139329 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 2142.12 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

[startup+2202.3 s]
/proc/loadavg: 2.34 2.15 2.10 3/185 14074
/proc/meminfo: memFree=28629084/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=2202.12 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 398604 0 0 0 220132 80 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5032436 0 0 1 8405026 0 0 0 17 1 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 2202.12 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

[startup+2262.3 s]
/proc/loadavg: 2.24 2.17 2.12 3/186 14078
/proc/meminfo: memFree=28629412/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=2262.12 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 399387 0 0 0 226132 80 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139329 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 2262.12 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

[startup+2322.3 s]
/proc/loadavg: 2.09 2.14 2.11 3/186 14080
/proc/meminfo: memFree=28629788/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=2322.12 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 400168 0 0 0 232132 80 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139312 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 2322.12 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

[startup+2382.3 s]
/proc/loadavg: 2.03 2.12 2.11 3/186 14082
/proc/meminfo: memFree=28629632/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=2382.13 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 400772 0 0 0 238132 81 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139329 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 2382.13 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

[startup+2442.3 s]
/proc/loadavg: 2.06 2.11 2.10 3/186 14084
/proc/meminfo: memFree=28629760/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=2442.13 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 401534 0 0 0 244132 81 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139312 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 2442.13 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

[startup+2502.3 s]
/proc/loadavg: 2.02 2.09 2.10 3/186 14086
/proc/meminfo: memFree=28629500/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=2502.14 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 402121 0 0 0 250133 81 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139312 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 2502.14 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.01 2.08 2.10 3/186 14086
/proc/meminfo: memFree=28629500/32770624 swapFree=67108860/67108860
[pid=12713] ppid=12710 vsize=2435624 memory=2190140 CPUtime=2519.84 cores=1,3,5,7
/proc/12713/stat : 12713 (cosoco) R 12710 12713 8289 0 -1 4202496 402354 0 0 0 251903 81 0 0 20 0 1 0 106715674 2494078976 547535 18446744073709551615 4194304 5972588 140727203083536 140727203080728 5139329 0 0 1 8405026 0 0 0 17 5 0 0 4 0 0 8070896 8075904 20652032 140727203086788 140727203086888 140727203086888 140727203090382 0
/proc/12713/statm: 608906 547535 856 435 0 602269 0
Current children cumulated CPU time: 2519.84 s
Current children cumulated vsize: 2435624 KiB
Current children cumulated memory: 2190140 KiB

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

[startup+2520.02 s]
# the end of solver process 12713 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.04 s, system=0.829974 s

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

Child status: 1
Real time (s): 2520.02
CPU time (s): 2519.87
CPU user time (s): 2519.04
CPU system time (s): 0.829974
CPU usage (%): 99.9941
Max. virtual memory (cumulated for all children) (KiB): 2435624
Max. memory (cumulated for all children) (KiB): 2190140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.04
system time used= 0.829974
maximum resident set size= 2190216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 402407
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= 40
involuntary context switches= 1791


# summary of solver processes directly reported to runsolver:
#   pid: 12713
#   total CPU time (s): 2519.87
#   total CPU user time (s): 2519.04
#   total CPU system time (s): 0.829974

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4735 second user time and 18.2792 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 03:35:57
IDJOB=4265605
IDBENCH=137614
IDSOLVER=2655
FILE ID=node133/4265605-1502589005
RUNJOBID= node133-1502565190-8354
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj2/BinPacking-sum-n4w4b3r4.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265605-1502589005/watcher-4265605-1502589005 -o /tmp/evaluation-result-4265605-1502589005/solver-4265605-1502589005 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502565190-8354 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265605-1502589005.xml

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

MD5SUM BENCH= f75a86a5a7a46a13e5890f4f16694299
RANDOM SEED=1318770977

node133.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.17
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.17
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.17
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.17
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:        31051076 kB
MemAvailable:   31963624 kB
Buffers:          309836 kB
Cached:           903744 kB
SwapCached:            0 kB
Active:           774328 kB
Inactive:         509116 kB
Active(anon):      70220 kB
Inactive(anon):    41316 kB
Active(file):     704108 kB
Inactive(file):   467800 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2392 kB
Writeback:           340 kB
AnonPages:         69532 kB
Mapped:            56936 kB
Shmem:             41692 kB
Slab:             140424 kB
SReclaimable:     112952 kB
SUnreclaim:        27472 kB
KernelStack:        3280 kB
PageTables:         5244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62024 MiB
End job on node133 at 2017-08-13 04:17:57