Trace number 4267631

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) 2519.9299 2520.27

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-27-a4.xml
MD5SUM4a6b886165f8d6d7f8f178d50db8a3de
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark818
Best CPU time to get the best result obtained on this benchmark2520.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints58502
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":27}]
Minimum variable degree8451
Maximum variable degree8452
Distribution of variable degrees[{"degree":8451,"count":25},{"degree":8452,"count":2}]
Minimum constraint arity1
Maximum constraint arity27
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":5850},{"arity":4,"count":52650},{"arity":27,"count":1}]
Number of extensional constraints0
Number of intensional constraints58501
Distribution of constraint types[{"type":"intension","count":58501},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

63.87/64.07	c best=?? lower=0 upper=1000 
2519.65/2520.00	c
2519.65/2520.00	c This is cosoco 1.12 --  
2519.65/2520.00	c
2519.65/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267631-1502527910.xml 
2519.65/2520.00	c enable optimization
2519.65/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.65/2520.00	c |                                                                                                       
2519.65/2520.00	c |  Parse time        :        62.77 s 
2519.65/2520.00	c |
2519.65/2520.00	c |               Variables: 27
2519.65/2520.00	c |            Domain Sizes: 1001..1001
2519.65/2520.00	c |
2519.65/2520.00	c |             Constraints: 58528
2519.65/2520.00	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 26  -- Ternary: 5850
2519.65/2520.00	c | 
2519.65/2520.00	c |                   Types: 
2519.65/2520.00	c |                          (X - Y < k): 26
2519.65/2520.00	c |                          Intension: 58502
2519.65/2520.00	c |                          
2519.65/2520.00	c =========================================================================================================
2519.65/2520.00	
2519.65/2520.00	c *** INTERRUPTED ***
2519.65/2520.00	c restarts              : 13          
2519.65/2520.00	c conflicts             : 2740         (1 /sec)
2519.65/2520.00	c decisions             : 3582         (1 /sec)
2519.65/2520.00	c propagations          : 5031254     (2007 /sec)
2519.65/2520.00	c root propagations     : 1676        
2519.65/2520.00	c filter calls          : 371817874      (148324 /sec)
2519.65/2520.00	c useless filter calls  : 371023082      (99 %)
2519.65/2520.00	c Memory used           : 8576.80 MB
2519.65/2520.00	c CPU time              : 2506.79 s
2519.65/2520.00	
2519.65/2520.00	c No Bound found!
2519.65/2520.00	
2519.65/2520.00	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-4267631-1502527910/watcher-4267631-1502527910 -o /tmp/evaluation-result-4267631-1502527910/solver-4267631-1502527910 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502500327-28378 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267631-1502527910.xml 

pid=3274
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.12 2.08 2.06 2/185 3277
/proc/meminfo: memFree=31079324/32770624 swapFree=0/456176
[pid=3277] ppid=3274 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/3277/stat : 3277 (runsolver) D 3274 3277 28313 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 100606206 24240128 106 18446744073709551615 4194304 4338465 140732236777808 140732236775448 140481317016279 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 10600448 140732236783809 140732236784201 140732236784201 140732236787658 0
/proc/3277/statm: 5918 106 53 36 0 2156 0

[startup+0.100151 s]
/proc/loadavg: 2.12 2.08 2.06 2/185 3277
/proc/meminfo: memFree=31079324/32770624 swapFree=0/456176
[pid=3277] ppid=3274 vsize=26996 CPUtime=0 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 814 0 0 0 0 0 0 0 20 0 1 0 100606206 27643904 635 18446744073709551615 4194304 5972588 140720419887840 140720419884488 140131259864208 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 6749 635 565 435 0 112 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26996

[startup+0.200263 s]
/proc/loadavg: 2.12 2.08 2.06 2/185 3277
/proc/meminfo: memFree=31079324/32770624 swapFree=0/456176
[pid=3277] ppid=3274 vsize=27724 CPUtime=0.1 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 1129 0 0 0 10 0 0 0 20 0 1 0 100606206 28389376 964 18446744073709551615 4194304 5972588 140720419887840 140720419884488 140131249916901 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 6931 964 716 435 0 294 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 27724

[startup+0.300254 s]
/proc/loadavg: 2.12 2.08 2.06 2/185 3277
/proc/meminfo: memFree=31079324/32770624 swapFree=0/456176
[pid=3277] ppid=3274 vsize=28180 CPUtime=0.2 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 1292 0 0 0 20 0 0 0 20 0 1 0 100606206 28856320 1066 18446744073709551615 4194304 5972588 140720419887840 140720419884488 140131249916901 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 7045 1066 716 435 0 408 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 28180

[startup+0.700218 s]
/proc/loadavg: 2.12 2.08 2.06 2/185 3277
/proc/meminfo: memFree=31079324/32770624 swapFree=0/456176
[pid=3277] ppid=3274 vsize=30520 CPUtime=0.59 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 2035 0 0 0 59 0 0 0 20 0 1 0 100606206 31252480 1498 18446744073709551615 4194304 5972588 140720419887840 140720419884408 140131249916901 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 7630 1498 716 435 0 993 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 30520

[startup+1.50024 s]
/proc/loadavg: 2.12 2.08 2.06 3/186 3278
/proc/meminfo: memFree=31069896/32770624 swapFree=0/456212
[pid=3277] ppid=3274 vsize=60252 CPUtime=1.39 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 9647 0 0 0 138 1 0 0 20 0 1 0 100606206 61698048 9088 18446744073709551615 4194304 5972588 140720419887840 140720419884408 140131249916901 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 15063 9088 786 435 0 8426 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 60252

[startup+3.10024 s]
/proc/loadavg: 2.12 2.08 2.06 3/186 3278
/proc/meminfo: memFree=31004796/32770624 swapFree=0/456212
[pid=3277] ppid=3274 vsize=154420 CPUtime=2.99 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 33273 0 0 0 293 6 0 0 20 0 1 0 100606206 158126080 32627 18446744073709551615 4194304 5972588 140720419887840 140720419879608 140131249916901 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 38605 32627 786 435 0 31968 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 154420

[startup+6.30023 s]
/proc/loadavg: 2.11 2.08 2.06 3/186 3278
/proc/meminfo: memFree=30810360/32770624 swapFree=0/456212
[pid=3277] ppid=3274 vsize=342328 CPUtime=6.2 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 80391 0 0 0 606 14 0 0 20 0 1 0 100606206 350543872 79623 18446744073709551615 4194304 5972588 140720419887840 140720419879608 140131249916901 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 85582 79623 786 435 0 78945 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 342328

[startup+12.7002 s]
/proc/loadavg: 2.10 2.08 2.06 3/186 3278
/proc/meminfo: memFree=30421368/32770624 swapFree=0/456212
[pid=3277] ppid=3274 vsize=718244 CPUtime=12.59 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 174507 0 0 0 1235 24 0 0 20 0 1 0 100606206 735481856 173578 18446744073709551615 4194304 5972588 140720419887840 140720419881304 140131249916901 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 179561 173578 786 435 0 172924 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 718244

[startup+25.5003 s]
/proc/loadavg: 2.08 2.07 2.05 3/186 3278
/proc/meminfo: memFree=29645148/32770624 swapFree=0/456216
[pid=3277] ppid=3274 vsize=1469432 CPUtime=25.39 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 362614 0 0 0 2495 44 0 0 20 0 1 0 100606206 1504698368 361370 18446744073709551615 4194304 5972588 140720419887840 140720419881400 4967517 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 367358 361370 786 435 0 360721 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 1469432

[startup+51.1003 s]
/proc/loadavg: 2.05 2.07 2.05 3/186 3279
/proc/meminfo: memFree=28161736/32770624 swapFree=0/456216
[pid=3277] ppid=3274 vsize=2966916 CPUtime=50.98 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 737206 0 0 0 5007 91 0 0 20 0 1 0 100606206 3038121984 735763 18446744073709551615 4194304 5972588 140720419887840 140720419881400 4967517 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 741729 735763 786 435 0 735092 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 2966916

[startup+102.3 s]
/proc/loadavg: 1.94 2.04 2.04 3/185 3281
/proc/meminfo: memFree=25310956/32770624 swapFree=0/456232
[pid=3277] ppid=3274 vsize=5782944 CPUtime=102.16 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 1828243 0 0 0 10019 197 0 0 20 0 1 0 100606206 5921734656 1439838 18446744073709551615 4194304 5972588 140720419887840 140720419884696 5070704 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 1445736 1439838 832 435 0 1439099 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 5782944

[startup+162.3 s]
/proc/loadavg: 1.98 2.03 2.04 3/189 3298
/proc/meminfo: memFree=25287268/32770624 swapFree=0/456252
[pid=3277] ppid=3274 vsize=5801952 CPUtime=162.14 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 2030096 0 0 0 16006 208 0 0 20 0 1 0 100606206 5941198848 1444608 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4969215 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 1450488 1444608 832 435 0 1443851 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 5801952

[startup+222.306 s]
/proc/loadavg: 1.99 2.03 2.04 3/189 3300
/proc/meminfo: memFree=24754924/32770624 swapFree=0/456268
[pid=3277] ppid=3274 vsize=6333384 CPUtime=222.16 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 2846427 0 0 0 21963 253 0 0 20 0 1 0 100606206 6485385216 1577479 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4965362 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 1583346 1577479 832 435 0 1576709 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 6333384

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/186 3302
/proc/meminfo: memFree=24632448/32770624 swapFree=0/456284
[pid=3277] ppid=3274 vsize=6459048 CPUtime=282.15 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 3383068 0 0 0 27932 283 0 0 20 0 1 0 100606206 6614065152 1608904 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4965428 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 1614762 1608904 832 435 0 1608125 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 6459048

[startup+342.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/186 3305
/proc/meminfo: memFree=24467104/32770624 swapFree=0/456284
[pid=3277] ppid=3274 vsize=6624312 CPUtime=342.15 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 3928290 0 0 0 33903 312 0 0 20 0 1 0 100606206 6783295488 1650211 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4965362 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 1656078 1650211 832 435 0 1649441 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 6624312

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 3307
/proc/meminfo: memFree=24467612/32770624 swapFree=0/456280
[pid=3277] ppid=3274 vsize=6624312 CPUtime=402.16 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 4177097 0 0 0 39893 323 0 0 20 0 1 0 100606206 6783295488 1650217 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4965362 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 1656078 1650217 832 435 0 1649441 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 6624312

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 3309
/proc/meminfo: memFree=24051144/32770624 swapFree=0/456296
[pid=3277] ppid=3274 vsize=7039056 CPUtime=462.14 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 5166256 0 0 0 45835 379 0 0 20 0 1 0 100606206 7207993344 1753899 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4965362 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 1759764 1753899 832 435 0 1753127 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 7039056

[startup+522.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/186 3312
/proc/meminfo: memFree=24023316/32770624 swapFree=0/456304
[pid=3277] ppid=3274 vsize=7067304 CPUtime=522.15 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 5692706 0 0 0 51809 406 0 0 20 0 1 0 100606206 7236919296 1760946 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4909651 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 1766826 1760946 832 435 0 1760189 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 7067304

[startup+582.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/186 3314
/proc/meminfo: memFree=23787252/32770624 swapFree=0/456320
[pid=3277] ppid=3274 vsize=7302396 CPUtime=582.14 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 6510321 0 0 0 57765 449 0 0 20 0 1 0 100606206 7477653504 1819692 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4965704 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 1825599 1819692 832 435 0 1818962 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 7302396


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


[startup+1662.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/185 3470
/proc/meminfo: memFree=19492544/32770624 swapFree=0/456548
[pid=3277] ppid=3274 vsize=8584644 CPUtime=1662.05 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 16787768 0 0 0 165242 963 0 0 20 0 1 0 100606206 8790675456 2140288 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4909660 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2146161 2140288 832 435 0 2139524 0
Current children cumulated CPU time (s) 1662.05
Current children cumulated vsize (KiB) 8584644

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 3473
/proc/meminfo: memFree=19449284/32770624 swapFree=0/456564
[pid=3277] ppid=3274 vsize=8588736 CPUtime=1722.05 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 17305677 0 0 0 171216 989 0 0 20 0 1 0 100606206 8794865664 2141300 18446744073709551615 4194304 5972588 140720419887840 140720419884696 5053069 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2147184 2141300 832 435 0 2140547 0
Current children cumulated CPU time (s) 1722.05
Current children cumulated vsize (KiB) 8588736

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 3475
/proc/meminfo: memFree=19425260/32770624 swapFree=0/456576
[pid=3277] ppid=3274 vsize=8592960 CPUtime=1782.04 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 17788040 0 0 0 177190 1014 0 0 20 0 1 0 100606206 8799191040 2142356 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4962339 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2148240 2142356 832 435 0 2141603 0
Current children cumulated CPU time (s) 1782.04
Current children cumulated vsize (KiB) 8592960

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 3477
/proc/meminfo: memFree=19411616/32770624 swapFree=0/456584
[pid=3277] ppid=3274 vsize=8597844 CPUtime=1842.04 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 18234099 0 0 0 183168 1036 0 0 20 0 1 0 100606206 8804192256 2143601 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4965428 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2149461 2143601 832 435 0 2142824 0
Current children cumulated CPU time (s) 1842.04
Current children cumulated vsize (KiB) 8597844

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3479
/proc/meminfo: memFree=19394144/32770624 swapFree=0/456592
[pid=3277] ppid=3274 vsize=8598900 CPUtime=1902.03 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 18892630 0 0 0 189136 1067 0 0 20 0 1 0 100606206 8805273600 2143836 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4909624 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2149725 2143836 832 435 0 2143088 0
Current children cumulated CPU time (s) 1902.03
Current children cumulated vsize (KiB) 8598900

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 3495
/proc/meminfo: memFree=19380204/32770624 swapFree=0/456620
[pid=3277] ppid=3274 vsize=8600880 CPUtime=1962.02 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 19375691 0 0 0 195114 1088 0 0 20 0 1 0 100606206 8807301120 2144333 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4965331 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2150220 2144333 832 435 0 2143583 0
Current children cumulated CPU time (s) 1962.02
Current children cumulated vsize (KiB) 8600880

[startup+2022.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/187 3497
/proc/meminfo: memFree=19371800/32770624 swapFree=0/456628
[pid=3277] ppid=3274 vsize=8602860 CPUtime=2022.03 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 19833742 0 0 0 201090 1113 0 0 20 0 1 0 100606206 8809328640 2144830 18446744073709551615 4194304 5972588 140720419887840 140720419884696 5071311 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2150715 2144830 832 435 0 2144078 0
Current children cumulated CPU time (s) 2022.03
Current children cumulated vsize (KiB) 8602860

[startup+2082.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/184 3499
/proc/meminfo: memFree=19366052/32770624 swapFree=0/456636
[pid=3277] ppid=3274 vsize=8606820 CPUtime=2082.03 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 20284239 0 0 0 207068 1135 0 0 20 0 1 0 100606206 8813383680 2145848 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4909624 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2151705 2145848 832 435 0 2145068 0
Current children cumulated CPU time (s) 2082.03
Current children cumulated vsize (KiB) 8606820

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 3501
/proc/meminfo: memFree=19295236/32770624 swapFree=0/456656
[pid=3277] ppid=3274 vsize=8674404 CPUtime=2142.02 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 20839266 0 0 0 213039 1163 0 0 20 0 1 0 100606206 8882589696 2162774 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4962381 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2168601 2162774 832 435 0 2161964 0
Current children cumulated CPU time (s) 2142.02
Current children cumulated vsize (KiB) 8674404

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 3505
/proc/meminfo: memFree=19226800/32770624 swapFree=0/456656
[pid=3277] ppid=3274 vsize=8741460 CPUtime=2202.02 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 21315383 0 0 0 219018 1184 0 0 20 0 1 0 100606206 8951255040 2179525 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4965365 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2185365 2179525 832 435 0 2178728 0
Current children cumulated CPU time (s) 2202.02
Current children cumulated vsize (KiB) 8741460

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 3507
/proc/meminfo: memFree=19208600/32770624 swapFree=0/456672
[pid=3277] ppid=3274 vsize=8754792 CPUtime=2262.01 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 21733364 0 0 0 224998 1203 0 0 20 0 1 0 100606206 8964907008 2182860 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4962352 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2188698 2182860 832 435 0 2182061 0
Current children cumulated CPU time (s) 2262.01
Current children cumulated vsize (KiB) 8754792

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 3509
/proc/meminfo: memFree=19196080/32770624 swapFree=0/456680
[pid=3277] ppid=3274 vsize=8764824 CPUtime=2321.99 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 22142841 0 0 0 230975 1224 0 0 20 0 1 0 100606206 8975179776 2185373 18446744073709551615 4194304 5972588 140720419887840 140720419884696 5099648 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2191206 2185373 832 435 0 2184569 0
Current children cumulated CPU time (s) 2321.99
Current children cumulated vsize (KiB) 8764824

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 3511
/proc/meminfo: memFree=19159620/32770624 swapFree=0/456688
[pid=3277] ppid=3274 vsize=8770764 CPUtime=2381.99 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 22547713 0 0 0 236954 1245 0 0 20 0 1 0 100606206 8981262336 2186855 18446744073709551615 4194304 5972588 140720419887840 140720419884696 5071069 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2192691 2186855 832 435 0 2186054 0
Current children cumulated CPU time (s) 2381.99
Current children cumulated vsize (KiB) 8770764

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 3513
/proc/meminfo: memFree=19148988/32770624 swapFree=0/456700
[pid=3277] ppid=3274 vsize=8774988 CPUtime=2441.96 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 22942484 0 0 0 242933 1263 0 0 20 0 1 0 100606206 8985587712 2187910 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4909660 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2193747 2187910 832 435 0 2187110 0
Current children cumulated CPU time (s) 2441.96
Current children cumulated vsize (KiB) 8774988

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 3515
/proc/meminfo: memFree=19143476/32770624 swapFree=0/456712
[pid=3277] ppid=3274 vsize=8780400 CPUtime=2501.96 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 23342252 0 0 0 248912 1284 0 0 20 0 1 0 100606206 8991129600 2189257 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4965339 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2195100 2189257 832 435 0 2188463 0
Current children cumulated CPU time (s) 2501.96
Current children cumulated vsize (KiB) 8780400



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.08 2.03 2.05 3/184 3516
/proc/meminfo: memFree=19140924/32770624 swapFree=0/456704
[pid=3277] ppid=3274 vsize=8782644 CPUtime=2519.65 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202496 23378838 0 0 0 250679 1286 0 0 20 0 1 0 100606206 8993427456 2189841 18446744073709551615 4194304 5972588 140720419887840 140720419884696 4965362 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 34111488 140720419893742 140720419893837 140720419893837 140720419897294 0
/proc/3277/statm: 2195661 2189841 832 435 0 2189024 0
Current children cumulated CPU time (s) 2519.65
Current children cumulated vsize (KiB) 8782644

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

[startup+2520.21 s]
/proc/loadavg: 2.08 2.03 2.05 3/185 3517
/proc/meminfo: memFree=24819764/32770624 swapFree=0/456704
[pid=3277] ppid=3274 vsize=0 CPUtime=2519.86 cores=1,3,5,7
/proc/3277/stat : 3277 (cosoco) R 3274 3277 28313 0 -1 4202500 23378889 0 0 0 250679 1307 0 0 20 0 1 0 100606206 0 0 18446744073709551615 0 0 0 0 0 0 16384 1 8405026 18446744073709551615 0 0 17 5 0 0 9 0 0 0 0 0 0 0 0 0 0
/proc/3277/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2519.86
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 2520.27
CPU time (s): 2519.93
CPU user time (s): 2506.79
CPU system time (s): 13.1378
CPU usage (%): 99.9866
Max. virtual memory (cumulated for all children) (KiB): 8782644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2506.79
system time used= 13.1378
maximum resident set size= 8759432
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23378889
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= 695
involuntary context switches= 1918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.91527 second user time and 9.58242 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-12 10:37:42
IDJOB=4267631
IDBENCH=126242
IDSOLVER=2658
FILE ID=node133/4267631-1502527910
RUNJOBID= node133-1502500327-28378
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-27-a4.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267631-1502527910/watcher-4267631-1502527910 -o /tmp/evaluation-result-4267631-1502527910/solver-4267631-1502527910 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502500327-28378 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267631-1502527910.xml

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

MD5SUM BENCH= 4a6b886165f8d6d7f8f178d50db8a3de
RANDOM SEED=1593245549

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:        31079344 kB
MemAvailable:   31967776 kB
Buffers:          304840 kB
Cached:           885140 kB
SwapCached:            0 kB
Active:           758876 kB
Inactive:         497480 kB
Active(anon):      66700 kB
Inactive(anon):    41304 kB
Active(file):     692176 kB
Inactive(file):   456176 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4696 kB
Writeback:            16 kB
AnonPages:         76648 kB
Mapped:            54852 kB
Shmem:             41660 kB
Slab:             139072 kB
SReclaimable:     111832 kB
SUnreclaim:        27240 kB
KernelStack:        3328 kB
PageTables:         5116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     336152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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-12 11:19:43