Trace number 4267571

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 1.12? (TO) 2520.03 2519.8999

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t08-9.xml
MD5SUM4c656a32ec3c33e829e63e71b466a9e3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark476
Best CPU time to get the best result obtained on this benchmark13.1137
Satisfiable
(Un)Satisfiability was proved
Number of variables7018
Number of constraints650
Number of domains11
Minimum domain size2
Maximum domain size212
Distribution of domain sizes[{"size":2,"count":638},{"size":22,"count":638},{"size":41,"count":638},{"size":43,"count":638},{"size":46,"count":638},{"size":62,"count":638},{"size":114,"count":638},{"size":137,"count":638},{"size":155,"count":638},{"size":178,"count":638},{"size":212,"count":638}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":7018}]
Minimum constraint arity11
Maximum constraint arity6380
Distribution of constraint arities[{"arity":11,"count":638},{"arity":638,"count":11},{"arity":6380,"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":648}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.03/0.19	c best=?? lower=-638 upper=0 
2520.02/2519.90	c
2520.02/2519.90	c This is cosoco 1.12 --  
2520.02/2519.90	c
2520.02/2519.90	c command line: cosoco -lc -model -restarts HOME/instance-4267571-1502519939.xml 
2520.02/2519.90	c enable optimization
2520.02/2519.90	c ========================================[ Problem Statistics ]===========================================
2520.02/2519.90	c |                                                                                                       
2520.02/2519.90	c |  Parse time        :         0.12 s 
2520.02/2519.90	c |
2520.02/2519.90	c |               Variables: 7018
2520.02/2519.90	c |            Domain Sizes: 2..212
2520.02/2519.90	c |
2520.02/2519.90	c |             Constraints: 1923
2520.02/2519.90	c |                   Arity: 2..638  -- Binary: 637
2520.02/2519.90	c | 
2520.02/2519.90	c |                   Types: 
2520.02/2519.90	c |                          (X -Y <= k): 637
2520.02/2519.90	c |                          Lex: 637
2520.02/2519.90	c |                          Sum: 649
2520.02/2519.90	c |                          
2520.02/2519.90	c =========================================================================================================
2520.02/2519.90	
2520.02/2519.90	c *** INTERRUPTED ***
2520.02/2519.90	c restarts              : 33          
2520.02/2519.90	c conflicts             : 23659        (9 /sec)
2520.02/2519.90	c decisions             : 1141614      (453 /sec)
2520.02/2519.90	c propagations          : 479841480   (190416 /sec)
2520.02/2519.90	c root propagations     : 618860      
2520.02/2519.90	c filter calls          : 197049161      (78195 /sec)
2520.02/2519.90	c useless filter calls  : 119170150      (60 %)
2520.02/2519.90	c Memory used           : 109.91 MB
2520.02/2519.90	c CPU time              : 2519.96 s
2520.02/2519.90	
2520.02/2519.90	c No Bound found!
2520.02/2519.90	
2520.02/2519.90	s UNKNOWN

Verifier Data


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-4267571-1502519939/watcher-4267571-1502519939 -o /tmp/evaluation-result-4267571-1502519939/solver-4267571-1502519939 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502500348-1544 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267571-1502519939.xml 

pid=6618
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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.05 4/185 6621
/proc/meminfo: memFree=31099648/32770624 swapFree=0/480160
[pid=6621] ppid=6618 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/6621/stat : 6621 (runsolver) D 6618 6621 1478 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 93905118 24240128 106 18446744073709551615 4194304 4338465 140728914434416 140728914432056 139704436843223 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 36868096 140728914436290 140728914436681 140728914436681 140728914440138 0
/proc/6621/statm: 5918 106 53 36 0 2156 0

[startup+0.100167 s]
/proc/loadavg: 2.00 2.02 2.05 4/185 6621
/proc/meminfo: memFree=31099648/32770624 swapFree=0/480160
[pid=6621] ppid=6618 vsize=35852 CPUtime=0.03 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 3193 0 0 0 3 0 0 0 20 0 1 0 93905118 36712448 2993 18446744073709551615 4194304 5972588 140737342813072 140737342809720 140325049857952 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 8963 2993 713 435 0 2326 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 35852

[startup+0.200317 s]
/proc/loadavg: 2.00 2.02 2.05 4/185 6621
/proc/meminfo: memFree=31099648/32770624 swapFree=0/480160
[pid=6621] ppid=6618 vsize=90500 CPUtime=0.13 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 16919 0 0 0 11 2 0 0 20 0 1 0 93905118 92672000 16721 18446744073709551615 4194304 5972588 140737342813072 140737342809720 5320958 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 22625 16721 757 435 0 15988 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 90500

[startup+0.30031 s]
/proc/loadavg: 2.00 2.02 2.05 4/185 6621
/proc/meminfo: memFree=31099648/32770624 swapFree=0/480160
[pid=6621] ppid=6618 vsize=90500 CPUtime=0.23 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 16922 0 0 0 21 2 0 0 20 0 1 0 93905118 92672000 16721 18446744073709551615 4194304 5972588 140737342813072 140737342809720 5328506 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 22625 16721 757 435 0 15988 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 90500

[startup+0.700271 s]
/proc/loadavg: 2.00 2.02 2.05 4/185 6621
/proc/meminfo: memFree=31099648/32770624 swapFree=0/480160
[pid=6621] ppid=6618 vsize=93932 CPUtime=0.63 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 17788 0 0 0 61 2 0 0 20 0 1 0 93905118 96186368 17579 18446744073709551615 4194304 5972588 140737342813072 140737342809720 5328506 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 23483 17579 795 435 0 16846 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 93932

[startup+1.50025 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 6622
/proc/meminfo: memFree=31032460/32770624 swapFree=0/480160
[pid=6621] ppid=6618 vsize=101192 CPUtime=1.43 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 19598 0 0 0 141 2 0 0 20 0 1 0 93905118 103620608 19427 18446744073709551615 4194304 5972588 140737342813072 140737342809672 5040154 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 25298 19427 795 435 0 18661 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 101192

[startup+3.10023 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 6622
/proc/meminfo: memFree=31022432/32770624 swapFree=0/480160
[pid=6621] ppid=6618 vsize=104888 CPUtime=3.03 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 26946 0 0 0 301 2 0 0 20 0 1 0 93905118 107405312 20325 18446744073709551615 4194304 5972588 140737342813072 140737342809672 5039672 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 26222 20325 795 435 0 19585 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 104888

[startup+6.30024 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 6622
/proc/meminfo: memFree=31014248/32770624 swapFree=0/480160
[pid=6621] ppid=6618 vsize=111884 CPUtime=6.22 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 36552 0 0 0 620 2 0 0 20 0 1 0 93905118 114569216 22112 18446744073709551615 4194304 5972588 140737342813072 140737342809672 5039746 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 27971 22112 795 435 0 21334 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 111884

[startup+12.7002 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 6622
/proc/meminfo: memFree=31012948/32770624 swapFree=0/479928
[pid=6621] ppid=6618 vsize=112148 CPUtime=12.62 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 48478 0 0 0 1259 3 0 0 20 0 1 0 93905118 114839552 22150 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5039600 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28037 22150 795 435 0 21400 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 112148

[startup+25.5003 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 6623
/proc/meminfo: memFree=31013256/32770624 swapFree=0/479920
[pid=6621] ppid=6618 vsize=112412 CPUtime=25.43 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 63290 0 0 0 2539 4 0 0 20 0 1 0 93905118 115109888 22224 18446744073709551615 4194304 5972588 140737342813072 140737342809688 5039164 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28103 22224 795 435 0 21466 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 112412

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 6623
/proc/meminfo: memFree=31013208/32770624 swapFree=0/479916
[pid=6621] ppid=6618 vsize=112412 CPUtime=51.02 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 70741 0 0 0 5098 4 0 0 20 0 1 0 93905118 115109888 22227 18446744073709551615 4194304 5972588 140737342813072 140737342809688 5041538 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28103 22227 795 435 0 21466 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 112412

[startup+102.3 s]
/proc/loadavg: 2.12 2.05 2.05 3/185 6626
/proc/meminfo: memFree=31013352/32770624 swapFree=0/479932
[pid=6621] ppid=6618 vsize=112412 CPUtime=102.23 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 71791 0 0 0 10219 4 0 0 20 0 1 0 93905118 115109888 22234 18446744073709551615 4194304 5972588 140737342813072 140737342809688 5039697 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28103 22234 795 435 0 21466 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 112412

[startup+162.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/185 6628
/proc/meminfo: memFree=31013344/32770624 swapFree=0/479936
[pid=6621] ppid=6618 vsize=112412 CPUtime=162.23 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 72529 0 0 0 16219 4 0 0 20 0 1 0 93905118 115109888 22238 18446744073709551615 4194304 5972588 140737342813072 140737342809688 5039724 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28103 22238 795 435 0 21466 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 112412

[startup+222.306 s]
/proc/loadavg: 2.02 2.03 2.05 3/185 6631
/proc/meminfo: memFree=31012460/32770624 swapFree=0/479932
[pid=6621] ppid=6618 vsize=112412 CPUtime=222.25 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 73243 0 0 0 22220 5 0 0 20 0 1 0 93905118 115109888 22240 18446744073709551615 4194304 5972588 140737342813072 140737342809688 5094232 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28103 22240 795 435 0 21466 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 112412

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 6634
/proc/meminfo: memFree=31012876/32770624 swapFree=0/479952
[pid=6621] ppid=6618 vsize=112412 CPUtime=282.25 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 73266 0 0 0 28220 5 0 0 20 0 1 0 93905118 115109888 22240 18446744073709551615 4194304 5972588 140737342813072 140737342809688 5039164 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28103 22240 795 435 0 21466 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 112412

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/189 6650
/proc/meminfo: memFree=31007776/32770624 swapFree=0/479968
[pid=6621] ppid=6618 vsize=112412 CPUtime=342.25 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 73940 0 0 0 34220 5 0 0 20 0 1 0 93905118 115109888 22241 18446744073709551615 4194304 5972588 140737342813072 140737342809688 5039164 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28103 22241 795 435 0 21466 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 112412

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 2/181 6698
/proc/meminfo: memFree=31072556/32770624 swapFree=0/479976
[pid=6621] ppid=6618 vsize=112412 CPUtime=402.25 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 73985 0 0 0 40220 5 0 0 20 0 1 0 93905118 115109888 22241 18446744073709551615 4194304 5972588 140737342813072 140737342809688 5039330 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28103 22241 795 435 0 21466 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 112412

[startup+462.3 s]
/proc/loadavg: 2.05 2.02 2.05 3/186 6715
/proc/meminfo: memFree=31069408/32770624 swapFree=0/479976
[pid=6621] ppid=6618 vsize=112412 CPUtime=462.26 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 74678 0 0 0 46221 5 0 0 20 0 1 0 93905118 115109888 22241 18446744073709551615 4194304 5972588 140737342813072 140737342809688 5039159 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28103 22241 795 435 0 21466 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 112412

[startup+522.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/186 6716
/proc/meminfo: memFree=31069240/32770624 swapFree=0/479976
[pid=6621] ppid=6618 vsize=112412 CPUtime=522.26 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 74708 0 0 0 52221 5 0 0 20 0 1 0 93905118 115109888 22241 18446744073709551615 4194304 5972588 140737342813072 140737342809688 5039164 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28103 22241 795 435 0 21466 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 112412

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/185 6719
/proc/meminfo: memFree=31068988/32770624 swapFree=0/479988
[pid=6621] ppid=6618 vsize=112412 CPUtime=582.27 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 75415 0 0 0 58222 5 0 0 20 0 1 0 93905118 115109888 22245 18446744073709551615 4194304 5972588 140737342813072 140737342809688 5039701 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28103 22245 795 435 0 21466 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 112412


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


[startup+1662.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/186 6788
/proc/meminfo: memFree=31067248/32770624 swapFree=0/480204
[pid=6621] ppid=6618 vsize=112544 CPUtime=1662.34 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 82251 0 0 0 166229 5 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5039490 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 1662.34
Current children cumulated vsize (KiB) 112544

[startup+1722.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 6791
/proc/meminfo: memFree=31067448/32770624 swapFree=0/480212
[pid=6621] ppid=6618 vsize=112544 CPUtime=1722.35 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 82251 0 0 0 172230 5 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5039164 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 1722.35
Current children cumulated vsize (KiB) 112544

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 6793
/proc/meminfo: memFree=31067108/32770624 swapFree=0/480228
[pid=6621] ppid=6618 vsize=112544 CPUtime=1782.35 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 83021 0 0 0 178230 5 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5039697 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 112544

[startup+1842.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 6796
/proc/meminfo: memFree=31066948/32770624 swapFree=0/480228
[pid=6621] ppid=6618 vsize=112544 CPUtime=1842.36 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 83021 0 0 0 184231 5 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5039159 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 1842.36
Current children cumulated vsize (KiB) 112544

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 6798
/proc/meminfo: memFree=31066956/32770624 swapFree=0/480224
[pid=6621] ppid=6618 vsize=112544 CPUtime=1902.36 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 83750 0 0 0 190231 5 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5039164 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 1902.36
Current children cumulated vsize (KiB) 112544

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 6800
/proc/meminfo: memFree=31067140/32770624 swapFree=0/480236
[pid=6621] ppid=6618 vsize=112544 CPUtime=1962.37 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 83751 0 0 0 196232 5 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5099616 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 1962.37
Current children cumulated vsize (KiB) 112544

[startup+2022.3 s]
/proc/loadavg: 2.14 2.06 2.06 3/185 6804
/proc/meminfo: memFree=31067240/32770624 swapFree=0/480244
[pid=6621] ppid=6618 vsize=112544 CPUtime=2022.37 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 84424 0 0 0 202232 5 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5041483 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 2022.37
Current children cumulated vsize (KiB) 112544

[startup+2082.3 s]
/proc/loadavg: 2.05 2.05 2.05 3/185 6806
/proc/meminfo: memFree=31067616/32770624 swapFree=0/480256
[pid=6621] ppid=6618 vsize=112544 CPUtime=2082.38 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 84482 0 0 0 208233 5 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5039159 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 2082.38
Current children cumulated vsize (KiB) 112544

[startup+2142.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/188 6822
/proc/meminfo: memFree=31063288/32770624 swapFree=0/480280
[pid=6621] ppid=6618 vsize=112544 CPUtime=2142.39 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 85176 0 0 0 214233 6 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5039344 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 2142.39
Current children cumulated vsize (KiB) 112544

[startup+2202.31 s]
/proc/loadavg: 2.01 2.03 2.05 3/190 6850
/proc/meminfo: memFree=31061676/32770624 swapFree=0/480292
[pid=6621] ppid=6618 vsize=112544 CPUtime=2202.4 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 85212 0 0 0 220234 6 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5039164 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 2202.4
Current children cumulated vsize (KiB) 112544

[startup+2262.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/187 6852
/proc/meminfo: memFree=31064796/32770624 swapFree=0/480308
[pid=6621] ppid=6618 vsize=112544 CPUtime=2262.4 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 86015 0 0 0 226234 6 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5039672 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 2262.4
Current children cumulated vsize (KiB) 112544

[startup+2322.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 6854
/proc/meminfo: memFree=31065796/32770624 swapFree=0/480312
[pid=6621] ppid=6618 vsize=112544 CPUtime=2322.4 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 86015 0 0 0 232234 6 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5039164 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 2322.4
Current children cumulated vsize (KiB) 112544

[startup+2382.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 6856
/proc/meminfo: memFree=31065512/32770624 swapFree=0/480316
[pid=6621] ppid=6618 vsize=112544 CPUtime=2382.41 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 86742 0 0 0 238235 6 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5039159 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 2382.41
Current children cumulated vsize (KiB) 112544

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6858
/proc/meminfo: memFree=31065980/32770624 swapFree=0/480328
[pid=6621] ppid=6618 vsize=112544 CPUtime=2442.41 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 86742 0 0 0 244235 6 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5040154 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 2442.41
Current children cumulated vsize (KiB) 112544

[startup+2502.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/185 6861
/proc/meminfo: memFree=31066264/32770624 swapFree=0/480340
[pid=6621] ppid=6618 vsize=112544 CPUtime=2502.42 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 87345 0 0 0 250236 6 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5039701 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 2502.42
Current children cumulated vsize (KiB) 112544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.03 2.03 2.05 3/185 6862
/proc/meminfo: memFree=31066404/32770624 swapFree=0/480348
[pid=6621] ppid=6618 vsize=112544 CPUtime=2520.02 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 87345 0 0 0 251996 6 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5099616 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 112544

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

[startup+2519.9 s]
/proc/loadavg: 2.03 2.03 2.05 3/185 6862
/proc/meminfo: memFree=31066404/32770624 swapFree=0/480348
[pid=6621] ppid=6618 vsize=112544 CPUtime=2520.02 cores=1,3,5,7
/proc/6621/stat : 6621 (cosoco) R 6618 6621 1478 0 -1 4202496 87345 0 0 0 251996 6 0 0 20 0 1 0 93905118 115245056 22275 18446744073709551615 4194304 5972588 140737342813072 140737342809704 5099616 0 0 1 8405026 0 0 0 17 5 0 0 6 0 0 8070896 8075904 17145856 140737342816750 140737342816845 140737342816845 140737342820302 0
/proc/6621/statm: 28136 22275 795 435 0 21499 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 112544

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.03
CPU user time (s): 2519.96
CPU system time (s): 0.065005
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 112544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.96
system time used= 0.065005
maximum resident set size= 89180
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87399
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= 25
involuntary context switches= 667

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.94745 second user time and 9.5719 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-12 08:25:04
IDJOB=4267571
IDBENCH=124232
IDSOLVER=2658
FILE ID=node135/4267571-1502519939
RUNJOBID= node135-1502500348-1544
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t08-9.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267571-1502519939/watcher-4267571-1502519939 -o /tmp/evaluation-result-4267571-1502519939/solver-4267571-1502519939 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502500348-1544 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267571-1502519939.xml

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

MD5SUM BENCH= 4c656a32ec3c33e829e63e71b466a9e3
RANDOM SEED=1729423190

node135.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.21
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.21
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.21
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.21
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:        31099972 kB
MemAvailable:   31924404 kB
Buffers:          302268 kB
Cached:           812820 kB
SwapCached:            0 kB
Active:           717632 kB
Inactive:         513300 kB
Active(anon):     115900 kB
Inactive(anon):    33140 kB
Active(file):     601732 kB
Inactive(file):   480160 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2348 kB
Writeback:             0 kB
AnonPages:        225916 kB
Mapped:            53284 kB
Shmem:             33464 kB
Slab:             143980 kB
SReclaimable:     116748 kB
SUnreclaim:        27232 kB
KernelStack:        3360 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     383212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-12 09:07:05