Trace number 4267570

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.0901 2519.8999

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t08-5.xml
MD5SUM80f621e31f8a9b35d5cf92091f9e4ac3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark533
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables7084
Number of constraints656
Number of domains11
Minimum domain size2
Maximum domain size213
Distribution of domain sizes[{"size":2,"count":644},{"size":8,"count":644},{"size":19,"count":644},{"size":49,"count":644},{"size":96,"count":644},{"size":97,"count":644},{"size":101,"count":644},{"size":106,"count":644},{"size":159,"count":644},{"size":162,"count":644},{"size":213,"count":644}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":7084}]
Minimum constraint arity11
Maximum constraint arity6440
Distribution of constraint arities[{"arity":11,"count":644},{"arity":644,"count":11},{"arity":6440,"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":654}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.04/0.19	c best=?? lower=-644 upper=0 
2520.07/2519.90	c
2520.07/2519.90	c This is cosoco 1.12 --  
2520.07/2519.90	c
2520.07/2519.90	c command line: cosoco -lc -model -restarts HOME/instance-4267570-1502520198.xml 
2520.07/2519.90	c enable optimization
2520.07/2519.90	c ========================================[ Problem Statistics ]===========================================
2520.07/2519.90	c |                                                                                                       
2520.07/2519.90	c |  Parse time        :         0.12 s 
2520.07/2519.90	c |
2520.07/2519.90	c |               Variables: 7084
2520.07/2519.90	c |            Domain Sizes: 2..213
2520.07/2519.90	c |
2520.07/2519.90	c |             Constraints: 1941
2520.07/2519.90	c |                   Arity: 2..644  -- Binary: 643
2520.07/2519.90	c | 
2520.07/2519.90	c |                   Types: 
2520.07/2519.90	c |                          (X -Y <= k): 643
2520.07/2519.90	c |                          Lex: 643
2520.07/2519.90	c |                          Sum: 655
2520.07/2519.90	c |                          
2520.07/2519.90	c =========================================================================================================
2520.07/2519.90	
2520.07/2519.90	c *** INTERRUPTED ***
2520.07/2519.90	c restarts              : 38          
2520.07/2519.90	c conflicts             : 37521        (15 /sec)
2520.07/2519.90	c decisions             : 834290       (331 /sec)
2520.07/2519.90	c propagations          : 199305843   (79096 /sec)
2520.07/2519.90	c root propagations     : 631764      
2520.07/2519.90	c filter calls          : 163127419      (64738 /sec)
2520.07/2519.90	c useless filter calls  : 106062152      (65 %)
2520.07/2519.90	c Memory used           : 190.23 MB
2520.07/2519.90	c CPU time              : 2519.81 s
2520.07/2519.90	
2520.07/2519.90	c No Bound found!
2520.07/2519.90	
2520.07/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-4267570-1502520198/watcher-4267570-1502520198 -o /tmp/evaluation-result-4267570-1502520198/solver-4267570-1502520198 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502500302-22047 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267570-1502520198.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 28287
/proc/meminfo: memFree=28020532/32770624 swapFree=0/521348
[pid=28287] ppid=28284 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/28287/stat : 28287 (runsolver) D 28284 28287 21984 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 54240509 24240128 107 18446744073709551615 4194304 4338465 140720849277440 140720849275080 139902955471575 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 11001856 140720849281217 140720849281609 140720849281609 140720849285066 0
/proc/28287/statm: 5918 107 54 36 0 2156 0

[startup+0.1002 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 28287
/proc/meminfo: memFree=28020532/32770624 swapFree=0/521348
[pid=28287] ppid=28284 vsize=36008 CPUtime=0.04 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 3245 0 0 0 4 0 0 0 20 0 1 0 54240509 36872192 3059 18446744073709551615 4194304 5972588 140735896504976 140735896501624 5134676 0 0 1 0 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 9002 3059 738 435 0 2365 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36008

[startup+0.200382 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 28287
/proc/meminfo: memFree=28020532/32770624 swapFree=0/521348
[pid=28287] ppid=28284 vsize=91580 CPUtime=0.14 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 17198 0 0 0 13 1 0 0 20 0 1 0 54240509 93777920 16985 18446744073709551615 4194304 5972588 140735896504976 140735896501624 5048486 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 22895 16985 754 435 0 16258 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 91580

[startup+0.30036 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 28287
/proc/meminfo: memFree=28020532/32770624 swapFree=0/521348
[pid=28287] ppid=28284 vsize=91580 CPUtime=0.24 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 17201 0 0 0 23 1 0 0 20 0 1 0 54240509 93777920 16985 18446744073709551615 4194304 5972588 140735896504976 140735896501624 5328496 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 22895 16985 754 435 0 16258 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 91580

[startup+0.700342 s]
/proc/loadavg: 2.00 2.01 2.05 2/180 28287
/proc/meminfo: memFree=28020532/32770624 swapFree=0/521348
[pid=28287] ppid=28284 vsize=112304 CPUtime=0.64 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 22359 0 0 0 62 2 0 0 20 0 1 0 54240509 114999296 22199 18446744073709551615 4194304 5972588 140735896504976 140735896501576 140446035221477 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 28076 22199 795 435 0 21439 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 112304

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28288
/proc/meminfo: memFree=27901316/32770624 swapFree=0/521304
[pid=28287] ppid=28284 vsize=189588 CPUtime=1.44 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 41001 0 0 0 139 5 0 0 20 0 1 0 54240509 194138112 40811 18446744073709551615 4194304 5972588 140735896504976 140735896501576 5093063 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 47397 40811 795 435 0 40760 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 189588

[startup+3.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28288
/proc/meminfo: memFree=27856120/32770624 swapFree=0/521348
[pid=28287] ppid=28284 vsize=192124 CPUtime=3.04 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 56643 0 0 0 298 6 0 0 20 0 1 0 54240509 196734976 41998 18446744073709551615 4194304 5972588 140735896504976 140735896501736 5338173 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48031 41998 795 435 0 41394 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 192124

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28288
/proc/meminfo: memFree=27850908/32770624 swapFree=0/521344
[pid=28287] ppid=28284 vsize=192124 CPUtime=6.23 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 71543 0 0 0 617 6 0 0 20 0 1 0 54240509 196734976 41998 18446744073709551615 4194304 5972588 140735896504976 140735896501736 5094144 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48031 41998 795 435 0 41394 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 192124

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28288
/proc/meminfo: memFree=27846152/32770624 swapFree=0/521340
[pid=28287] ppid=28284 vsize=194796 CPUtime=12.64 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 85729 0 0 0 1257 7 0 0 20 0 1 0 54240509 199471104 42654 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5338151 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42654 795 435 0 42062 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 194796

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28288
/proc/meminfo: memFree=27846012/32770624 swapFree=0/521336
[pid=28287] ppid=28284 vsize=194796 CPUtime=25.44 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 111811 0 0 0 2536 8 0 0 20 0 1 0 54240509 199471104 42654 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5039503 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42654 795 435 0 42062 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 194796

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 28303
/proc/meminfo: memFree=27836588/32770624 swapFree=0/521360
[pid=28287] ppid=28284 vsize=194796 CPUtime=51.04 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 128951 0 0 0 5095 9 0 0 20 0 1 0 54240509 199471104 42654 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5040154 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42654 795 435 0 42062 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 194796

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 28305
/proc/meminfo: memFree=27833920/32770624 swapFree=0/521380
[pid=28287] ppid=28284 vsize=194796 CPUtime=102.25 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 146887 0 0 0 10214 11 0 0 20 0 1 0 54240509 199471104 42654 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5099616 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42654 795 435 0 42062 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 194796

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28307
/proc/meminfo: memFree=27836612/32770624 swapFree=0/521404
[pid=28287] ppid=28284 vsize=194796 CPUtime=162.25 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 160616 0 0 0 16213 12 0 0 20 0 1 0 54240509 199471104 42654 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5099616 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42654 795 435 0 42062 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 194796

[startup+222.306 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 28309
/proc/meminfo: memFree=27836888/32770624 swapFree=0/521420
[pid=28287] ppid=28284 vsize=194796 CPUtime=222.27 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 173608 0 0 0 22214 13 0 0 20 0 1 0 54240509 199471104 42654 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5039330 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42654 795 435 0 42062 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 194796

[startup+282.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/181 28311
/proc/meminfo: memFree=27834312/32770624 swapFree=0/521428
[pid=28287] ppid=28284 vsize=194796 CPUtime=282.26 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 185611 0 0 0 28213 13 0 0 20 0 1 0 54240509 199471104 42654 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5039688 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42654 795 435 0 42062 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 194796

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 28313
/proc/meminfo: memFree=27815624/32770624 swapFree=0/521448
[pid=28287] ppid=28284 vsize=194796 CPUtime=342.27 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 198796 0 0 0 34213 14 0 0 20 0 1 0 54240509 199471104 42654 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5328506 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42654 795 435 0 42062 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 194796

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28315
/proc/meminfo: memFree=27815656/32770624 swapFree=0/521460
[pid=28287] ppid=28284 vsize=194796 CPUtime=402.28 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 211616 0 0 0 40213 15 0 0 20 0 1 0 54240509 199471104 42654 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5099630 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42654 795 435 0 42062 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 194796

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28317
/proc/meminfo: memFree=27815064/32770624 swapFree=0/521476
[pid=28287] ppid=28284 vsize=194796 CPUtime=462.28 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 224438 0 0 0 46212 16 0 0 20 0 1 0 54240509 199471104 42654 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5039159 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42654 795 435 0 42062 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 194796

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28319
/proc/meminfo: memFree=27814720/32770624 swapFree=0/521488
[pid=28287] ppid=28284 vsize=194796 CPUtime=522.28 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 236101 0 0 0 52211 17 0 0 20 0 1 0 54240509 199471104 42654 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5139281 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42654 795 435 0 42062 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 194796

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28321
/proc/meminfo: memFree=27805936/32770624 swapFree=0/521492
[pid=28287] ppid=28284 vsize=194796 CPUtime=582.3 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 248516 0 0 0 58212 18 0 0 20 0 1 0 54240509 199471104 42654 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5039159 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42654 795 435 0 42062 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 194796


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


[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28387
/proc/meminfo: memFree=27718048/32770624 swapFree=0/521696
[pid=28287] ppid=28284 vsize=194796 CPUtime=1662.39 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 405056 0 0 0 166212 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5039733 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 1662.39
Current children cumulated vsize (KiB) 194796

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28389
/proc/meminfo: memFree=27718040/32770624 swapFree=0/521708
[pid=28287] ppid=28284 vsize=194796 CPUtime=1722.4 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 405334 0 0 0 172213 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5039600 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 1722.4
Current children cumulated vsize (KiB) 194796

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28392
/proc/meminfo: memFree=27717544/32770624 swapFree=0/521708
[pid=28287] ppid=28284 vsize=194796 CPUtime=1782.4 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 405334 0 0 0 178213 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5039159 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 1782.4
Current children cumulated vsize (KiB) 194796

[startup+1842.3 s]
/proc/loadavg: 1.92 2.00 2.04 3/181 28455
/proc/meminfo: memFree=31063264/32770624 swapFree=0/521724
[pid=28287] ppid=28284 vsize=194796 CPUtime=1842.41 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 405630 0 0 0 184214 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5045825 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 1842.41
Current children cumulated vsize (KiB) 194796

[startup+1902.3 s]
/proc/loadavg: 1.94 1.99 2.03 3/185 28472
/proc/meminfo: memFree=31059648/32770624 swapFree=0/521708
[pid=28287] ppid=28284 vsize=194796 CPUtime=1902.41 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 405631 0 0 0 190214 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5040154 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 1902.41
Current children cumulated vsize (KiB) 194796

[startup+1962.3 s]
/proc/loadavg: 1.98 1.99 2.03 3/185 28498
/proc/meminfo: memFree=31057784/32770624 swapFree=0/521748
[pid=28287] ppid=28284 vsize=194796 CPUtime=1962.42 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 405875 0 0 0 196215 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5039697 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 1962.42
Current children cumulated vsize (KiB) 194796

[startup+2022.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/182 28500
/proc/meminfo: memFree=31062180/32770624 swapFree=0/521764
[pid=28287] ppid=28284 vsize=194796 CPUtime=2022.43 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 405877 0 0 0 202216 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5039616 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 2022.43
Current children cumulated vsize (KiB) 194796

[startup+2082.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/182 28502
/proc/meminfo: memFree=31062440/32770624 swapFree=0/521752
[pid=28287] ppid=28284 vsize=194796 CPUtime=2082.44 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 406153 0 0 0 208217 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5338173 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 2082.44
Current children cumulated vsize (KiB) 194796

[startup+2142.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/182 28504
/proc/meminfo: memFree=31062624/32770624 swapFree=0/521752
[pid=28287] ppid=28284 vsize=194796 CPUtime=2142.44 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 406183 0 0 0 214217 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5099616 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 2142.44
Current children cumulated vsize (KiB) 194796

[startup+2202.31 s]
/proc/loadavg: 2.00 1.99 2.03 3/181 28506
/proc/meminfo: memFree=31062792/32770624 swapFree=0/521760
[pid=28287] ppid=28284 vsize=194796 CPUtime=2202.45 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 406449 0 0 0 220218 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5040154 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 2202.45
Current children cumulated vsize (KiB) 194796

[startup+2262.3 s]
/proc/loadavg: 2.10 2.02 2.05 3/181 28508
/proc/meminfo: memFree=31063288/32770624 swapFree=0/521776
[pid=28287] ppid=28284 vsize=194796 CPUtime=2262.45 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 406473 0 0 0 226218 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5039169 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 2262.45
Current children cumulated vsize (KiB) 194796

[startup+2322.3 s]
/proc/loadavg: 2.04 2.01 2.05 3/181 28510
/proc/meminfo: memFree=31063116/32770624 swapFree=0/521796
[pid=28287] ppid=28284 vsize=194796 CPUtime=2322.46 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 406739 0 0 0 232219 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5040154 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 2322.46
Current children cumulated vsize (KiB) 194796

[startup+2382.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/181 28512
/proc/meminfo: memFree=31062992/32770624 swapFree=0/521808
[pid=28287] ppid=28284 vsize=194796 CPUtime=2382.46 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 406761 0 0 0 238219 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5039159 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 2382.46
Current children cumulated vsize (KiB) 194796

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 28514
/proc/meminfo: memFree=31062812/32770624 swapFree=0/521816
[pid=28287] ppid=28284 vsize=194796 CPUtime=2442.47 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 407025 0 0 0 244220 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5099616 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 2442.47
Current children cumulated vsize (KiB) 194796

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 28531
/proc/meminfo: memFree=31058164/32770624 swapFree=0/521812
[pid=28287] ppid=28284 vsize=194796 CPUtime=2502.47 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 407057 0 0 0 250220 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5040154 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 2502.47
Current children cumulated vsize (KiB) 194796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 28531
/proc/meminfo: memFree=31058288/32770624 swapFree=0/521812
[pid=28287] ppid=28284 vsize=194796 CPUtime=2520.07 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 407311 0 0 0 251980 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5040154 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 194796

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

[startup+2519.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 28531
/proc/meminfo: memFree=31058288/32770624 swapFree=0/521812
[pid=28287] ppid=28284 vsize=194796 CPUtime=2520.07 cores=0,2,4,6
/proc/28287/stat : 28287 (cosoco) R 28284 28287 21984 0 -1 4202496 407311 0 0 0 251980 27 0 0 20 0 1 0 54240509 199471104 42806 18446744073709551615 4194304 5972588 140735896504976 140735896501608 5040154 0 0 1 8405026 0 0 0 17 4 0 0 5 0 0 8070896 8075904 33886208 140735896506862 140735896506957 140735896506957 140735896510414 0
/proc/28287/statm: 48699 42806 795 435 0 42062 0
Current children cumulated CPU time (s) 2520.07
Current children cumulated vsize (KiB) 194796

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.09
CPU user time (s): 2519.81
CPU system time (s): 0.274027
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 194796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.81
system time used= 0.274027
maximum resident set size= 171304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 407364
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= 24
involuntary context switches= 797

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.96684 second user time and 9.499 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-12 08:29:12
IDJOB=4267570
IDBENCH=124249
IDSOLVER=2658
FILE ID=node125/4267570-1502520198
RUNJOBID= node125-1502500302-22047
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t08-5.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267570-1502520198/watcher-4267570-1502520198 -o /tmp/evaluation-result-4267570-1502520198/solver-4267570-1502520198 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502500302-22047 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267570-1502520198.xml

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

MD5SUM BENCH= 80f621e31f8a9b35d5cf92091f9e4ac3
RANDOM SEED=1736236529

node125.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.07
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.07
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.07
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.07
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:        28020832 kB
MemAvailable:   28786680 kB
Buffers:          267808 kB
Cached:           788400 kB
SwapCached:            0 kB
Active:          3773940 kB
Inactive:         546256 kB
Active(anon):    3264584 kB
Inactive(anon):    24908 kB
Active(file):     509356 kB
Inactive(file):   521348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2368 kB
Writeback:             4 kB
AnonPages:       3263612 kB
Mapped:            45284 kB
Shmem:             25252 kB
Slab:             127580 kB
SReclaimable:     101960 kB
SUnreclaim:        25620 kB
KernelStack:        3200 kB
PageTables:        11220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3637984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1038336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-12 09:11:12