Trace number 4241211

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: cosoco 1.1? (TO) 2400.01 2402

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-15-a4.xml
MD5SUMa2ce00dc78b702eb5fb62c242f19e981
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark163
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints5007
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":15}]
Minimum variable degree1275
Maximum variable degree1276
Distribution of variable degrees[{"degree":1275,"count":13},{"degree":1276,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":910},{"arity":4,"count":4095},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints5006
Distribution of constraint types[{"type":"intension","count":5006},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

5.47/5.60	c best=?? lower=0 upper=500 
80.77/80.95	c
80.77/80.95	c This is cosoco 1.0 --  
80.77/80.95	c
80.77/80.95	c enable optimization
80.77/80.95	c ========================================[ Problem Statistics ]===========================================
80.77/80.95	c |                                                                                                       
80.77/80.95	c |  Parse time        :         5.50 s 
80.77/80.95	c |
80.77/80.95	c |               Variables: 15
80.77/80.95	c |            Domain Sizes: 501..501
80.77/80.95	c |
80.77/80.95	c |             Constraints: 5021
80.77/80.95	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 14  -- Ternary: 910
80.77/80.95	c | 
80.77/80.95	c |                   Types: 
80.77/80.95	c |                          (X - Y < k): 14
80.77/80.95	c |                          Intension: 5007
80.77/80.95	c |                          
80.77/80.95	c =========================================================================================================
80.77/80.95	o 225
80.77/80.95	c    1 calls to solver: best=225 lower=0 upper=224 
82.08/82.28	o 210
89.08/89.24	o 204
89.08/89.24	c    3 calls to solver: best=204 lower=0 upper=203 
91.87/92.09	o 203
96.68/96.84	o 202
96.68/96.84	c    5 calls to solver: best=202 lower=0 upper=201 
107.46/107.61	o 196
313.26/313.65	o 195
313.26/313.65	c    7 calls to solver: best=195 lower=0 upper=194 

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4241211-1500648177/watcher-4241211-1500648177 -o /tmp/evaluation-result-4241211-1500648177/solver-4241211-1500648177 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500648174-2496 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4241211-1500648177.xml 

pid=2519
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 0.00 0.06 0.13 4/244 2525
/proc/meminfo: memFree=32094864/32770624 swapFree=5952/190648
[pid=2524] ppid=2519 vsize=5512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) D 2519 2524 2463 0 -1 4194304 158 0 0 0 0 0 0 0 20 0 1 0 85109 5644288 36 33554432000 4194304 5970956 140725880636112 140725880633208 140613995452922 0 0 4096 0 18446744071580431491 0 0 17 13 0 0 0 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 1378 36 27 434 0 39 0

[startup+0.100176 s]
/proc/loadavg: 0.00 0.06 0.13 4/244 2525
/proc/meminfo: memFree=32094864/32770624 swapFree=5952/190648
[pid=2524] ppid=2519 vsize=27356 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 1019 0 3 0 7 0 0 0 20 0 1 0 85109 28012544 829 33554432000 4194304 5970956 140725880636112 140725880632712 5674162 0 0 4096 0 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 6839 829 710 434 0 203 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 27356

[startup+0.200331 s]
/proc/loadavg: 0.00 0.06 0.13 4/244 2525
/proc/meminfo: memFree=32094864/32770624 swapFree=5952/190648
[pid=2524] ppid=2519 vsize=28340 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 1340 0 3 0 17 0 0 0 20 0 1 0 85109 29020160 1173 33554432000 4194304 5970956 140725880636112 140725880629704 4966541 0 0 4096 0 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 7085 1173 783 434 0 449 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 28340

[startup+0.300269 s]
/proc/loadavg: 0.00 0.06 0.13 4/244 2525
/proc/meminfo: memFree=32094864/32770624 swapFree=5952/190648
[pid=2524] ppid=2519 vsize=31284 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 2076 0 3 0 27 0 0 0 20 0 1 0 85109 32034816 1899 33554432000 4194304 5970956 140725880636112 140725880629704 4966541 0 0 4096 0 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 7821 1899 783 434 0 1185 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 31284

[startup+0.700217 s]
/proc/loadavg: 0.00 0.06 0.13 4/244 2525
/proc/meminfo: memFree=32094864/32770624 swapFree=5952/190648
[pid=2524] ppid=2519 vsize=43236 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 5054 0 3 0 66 0 0 0 20 0 1 0 85109 44273664 4866 33554432000 4194304 5970956 140725880636112 140725880627496 4966541 0 0 4096 0 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 10809 4866 783 434 0 4173 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 43236

[startup+1.50022 s]
/proc/loadavg: 0.00 0.06 0.13 4/246 2527
/proc/meminfo: memFree=32058704/32770624 swapFree=5952/192352
[pid=2524] ppid=2519 vsize=66788 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 10967 0 3 0 146 1 0 0 20 0 1 0 85109 68390912 10787 33554432000 4194304 5970956 140725880636112 140725880629704 4966541 0 0 4096 0 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 16697 10787 783 434 0 10061 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 66788

[startup+3.10022 s]
/proc/loadavg: 0.00 0.06 0.13 4/246 2527
/proc/meminfo: memFree=31960520/32770624 swapFree=5952/192352
[pid=2524] ppid=2519 vsize=113956 CPUtime=3.06 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 22817 0 3 0 303 3 0 0 20 0 1 0 85109 116690944 22578 33554432000 4194304 5970956 140725880636112 140725880629704 140613979343845 0 0 4096 0 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 28489 22578 783 434 0 21853 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 113956

[startup+6.30031 s]
/proc/loadavg: 0.16 0.10 0.14 4/246 2527
/proc/meminfo: memFree=31673328/32770624 swapFree=5952/192384
[pid=2524] ppid=2519 vsize=263304 CPUtime=6.26 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 79226 0 3 0 617 9 0 0 20 0 1 0 85109 269623296 60000 33554432000 4194304 5970956 140725880636112 140725880633080 140613979343845 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 65826 60000 832 434 0 59190 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 263304

[startup+12.7003 s]
/proc/loadavg: 0.31 0.13 0.15 4/246 2527
/proc/meminfo: memFree=31159380/32770624 swapFree=5952/192392
[pid=2524] ppid=2519 vsize=322044 CPUtime=12.66 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 133081 0 3 0 1253 13 0 0 20 0 1 0 85109 329773056 74696 33554432000 4194304 5970956 140725880636112 140725880633080 5052121 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 80511 74696 832 434 0 73875 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 322044

[startup+25.5004 s]
/proc/loadavg: 0.68 0.22 0.18 4/246 2527
/proc/meminfo: memFree=30373984/32770624 swapFree=5952/192404
[pid=2524] ppid=2519 vsize=338412 CPUtime=25.44 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 181828 0 3 0 2528 16 0 0 20 0 1 0 85109 346533888 78782 33554432000 4194304 5970956 140725880636112 140725880633080 5070304 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 84603 78782 832 434 0 77967 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 338412

[startup+51.1004 s]
/proc/loadavg: 1.13 0.36 0.23 4/246 2527
/proc/meminfo: memFree=28881712/32770624 swapFree=5952/192408
[pid=2524] ppid=2519 vsize=370620 CPUtime=51.01 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 266285 0 3 0 5081 20 0 0 20 0 1 0 85109 379514880 86819 33554432000 4194304 5970956 140725880636112 140725880633080 4967828 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 92655 86819 832 434 0 86019 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 370620

[startup+102.3 s]
/proc/loadavg: 1.62 0.62 0.32 4/246 2531
/proc/meminfo: memFree=25941708/32770624 swapFree=5952/193200
[pid=2524] ppid=2519 vsize=408504 CPUtime=102.17 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 342525 0 3 0 10192 25 0 0 20 0 1 0 85109 418308096 96305 33554432000 4194304 5970956 140725880636112 140725880633080 4964701 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 102126 96305 833 434 0 95490 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 408504

[startup+162.3 s]
/proc/loadavg: 1.99 0.90 0.44 4/246 2532
/proc/meminfo: memFree=25919556/32770624 swapFree=5952/193252
[pid=2524] ppid=2519 vsize=411012 CPUtime=162.09 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 381322 0 3 0 16183 26 0 0 20 0 1 0 85109 420876288 96937 33554432000 4194304 5970956 140725880636112 140725880633080 5070106 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 102753 96937 833 434 0 96117 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 411012

[startup+222.308 s]
/proc/loadavg: 2.00 1.10 0.54 4/246 2533
/proc/meminfo: memFree=25461996/32770624 swapFree=5952/193276
[pid=2524] ppid=2519 vsize=411276 CPUtime=222.04 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 402618 0 3 0 22177 27 0 0 20 0 1 0 85109 421146624 96995 33554432000 4194304 5970956 140725880636112 140725880633080 4968251 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 102819 96995 833 434 0 96183 0
Current children cumulated CPU time (s) 222.04
Current children cumulated vsize (KiB) 411276

[startup+282.3 s]
/proc/loadavg: 2.00 1.26 0.63 4/246 2534
/proc/meminfo: memFree=25262036/32770624 swapFree=5952/193312
[pid=2524] ppid=2519 vsize=411408 CPUtime=281.98 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 405924 0 3 0 28170 28 0 0 20 0 1 0 85109 421281792 97016 33554432000 4194304 5970956 140725880636112 140725880633080 4964389 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 102852 97016 833 434 0 96216 0
Current children cumulated CPU time (s) 281.98
Current children cumulated vsize (KiB) 411408

[startup+342.3 s]
/proc/loadavg: 2.00 1.40 0.71 4/244 2535
/proc/meminfo: memFree=25092372/32770624 swapFree=5952/193352
[pid=2524] ppid=2519 vsize=411804 CPUtime=341.93 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 407138 0 3 0 34165 28 0 0 20 0 1 0 85109 421687296 97122 33554432000 4194304 5970956 140725880636112 140725880633080 4964389 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 102951 97122 833 434 0 96315 0
Current children cumulated CPU time (s) 341.93
Current children cumulated vsize (KiB) 411804

[startup+402.3 s]
/proc/loadavg: 2.00 1.51 0.79 4/243 2536
/proc/meminfo: memFree=25092340/32770624 swapFree=5952/193372
[pid=2524] ppid=2519 vsize=411804 CPUtime=401.88 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 407723 0 3 0 40160 28 0 0 20 0 1 0 85109 421687296 97126 33554432000 4194304 5970956 140725880636112 140725880633080 5070106 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 102951 97126 833 434 0 96315 0
Current children cumulated CPU time (s) 401.88
Current children cumulated vsize (KiB) 411804

[startup+462.3 s]
/proc/loadavg: 2.00 1.60 0.87 6/243 2544
/proc/meminfo: memFree=24679684/32770624 swapFree=5952/193440
[pid=2524] ppid=2519 vsize=412728 CPUtime=461.83 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 408682 0 3 0 46155 28 0 0 20 0 1 0 85109 422633472 97366 33554432000 4194304 5970956 140725880636112 140725880633080 5070106 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 103182 97366 833 434 0 96546 0
Current children cumulated CPU time (s) 461.83
Current children cumulated vsize (KiB) 412728

[startup+522.3 s]
/proc/loadavg: 2.00 1.67 0.94 4/243 2545
/proc/meminfo: memFree=24650512/32770624 swapFree=5952/193464
[pid=2524] ppid=2519 vsize=412992 CPUtime=521.79 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 410178 0 3 0 52151 28 0 0 20 0 1 0 85109 422903808 97414 33554432000 4194304 5970956 140725880636112 140725880633080 5070102 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 103248 97414 833 434 0 96612 0
Current children cumulated CPU time (s) 521.79
Current children cumulated vsize (KiB) 412992

[startup+582.3 s]
/proc/loadavg: 2.00 1.73 1.01 4/243 2546
/proc/meminfo: memFree=24415364/32770624 swapFree=5952/193488
[pid=2524] ppid=2519 vsize=412992 CPUtime=581.74 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 411263 0 3 0 58146 28 0 0 20 0 1 0 85109 422903808 97422 33554432000 4194304 5970956 140725880636112 140725880633080 4961411 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 103248 97422 833 434 0 96612 0
Current children cumulated CPU time (s) 581.74
Current children cumulated vsize (KiB) 412992


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.64 4/243 2595
/proc/meminfo: memFree=23292736/32770624 swapFree=5952/193920
[pid=2524] ppid=2519 vsize=416424 CPUtime=1481.02 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 433040 0 3 0 148072 30 0 0 20 0 1 0 85109 426418176 98275 33554432000 4194304 5970956 140725880636112 140725880633080 4964705 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98275 833 434 0 97470 0
Current children cumulated CPU time (s) 1481.02
Current children cumulated vsize (KiB) 416424

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 1.66 4/243 2596
/proc/meminfo: memFree=23132128/32770624 swapFree=5952/193948
[pid=2524] ppid=2519 vsize=416424 CPUtime=1540.99 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 434667 0 3 0 154068 31 0 0 20 0 1 0 85109 426418176 98275 33554432000 4194304 5970956 140725880636112 140725880633080 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98275 833 434 0 97470 0
Current children cumulated CPU time (s) 1540.99
Current children cumulated vsize (KiB) 416424

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.68 4/243 2597
/proc/meminfo: memFree=23129292/32770624 swapFree=5952/193980
[pid=2524] ppid=2519 vsize=416424 CPUtime=1600.93 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 435705 0 3 0 160062 31 0 0 20 0 1 0 85109 426418176 98275 33554432000 4194304 5970956 140725880636112 140725880633080 4968233 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98275 833 434 0 97470 0
Current children cumulated CPU time (s) 1600.93
Current children cumulated vsize (KiB) 416424

[startup+1662.3 s]
/proc/loadavg: 2.26 2.08 1.72 4/244 2606
/proc/meminfo: memFree=23125088/32770624 swapFree=5952/194016
[pid=2524] ppid=2519 vsize=416424 CPUtime=1660.89 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 436434 0 3 0 166058 31 0 0 20 0 1 0 85109 426418176 98275 33554432000 4194304 5970956 140725880636112 140725880633080 4964389 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98275 833 434 0 97470 0
Current children cumulated CPU time (s) 1660.89
Current children cumulated vsize (KiB) 416424

[startup+1722.3 s]
/proc/loadavg: 2.10 2.06 1.74 4/244 2607
/proc/meminfo: memFree=23120608/32770624 swapFree=5952/194040
[pid=2524] ppid=2519 vsize=416424 CPUtime=1720.84 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 437183 0 3 0 172053 31 0 0 20 0 1 0 85109 426418176 98275 33554432000 4194304 5970956 140725880636112 140725880633080 5052048 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98275 833 434 0 97470 0
Current children cumulated CPU time (s) 1720.84
Current children cumulated vsize (KiB) 416424

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 1.76 4/244 2608
/proc/meminfo: memFree=23115980/32770624 swapFree=5952/194064
[pid=2524] ppid=2519 vsize=416424 CPUtime=1780.79 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 439095 0 3 0 178048 31 0 0 20 0 1 0 85109 426418176 98277 33554432000 4194304 5970956 140725880636112 140725880633080 5070091 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98277 833 434 0 97470 0
Current children cumulated CPU time (s) 1780.79
Current children cumulated vsize (KiB) 416424

[startup+1842.3 s]
/proc/loadavg: 2.01 2.04 1.77 6/244 2609
/proc/meminfo: memFree=23110280/32770624 swapFree=5952/194092
[pid=2524] ppid=2519 vsize=416424 CPUtime=1840.74 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 439819 0 3 0 184043 31 0 0 20 0 1 0 85109 426418176 98277 33554432000 4194304 5970956 140725880636112 140725880633080 4964705 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98277 833 434 0 97470 0
Current children cumulated CPU time (s) 1840.74
Current children cumulated vsize (KiB) 416424

[startup+1902.3 s]
/proc/loadavg: 2.00 2.04 1.79 4/244 2610
/proc/meminfo: memFree=23109872/32770624 swapFree=5952/194124
[pid=2524] ppid=2519 vsize=416424 CPUtime=1900.69 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 441161 0 3 0 190038 31 0 0 20 0 1 0 85109 426418176 98277 33554432000 4194304 5970956 140725880636112 140725880633080 5052093 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98277 833 434 0 97470 0
Current children cumulated CPU time (s) 1900.69
Current children cumulated vsize (KiB) 416424

[startup+1962.3 s]
/proc/loadavg: 2.00 2.03 1.80 4/243 2611
/proc/meminfo: memFree=23108788/32770624 swapFree=5952/194152
[pid=2524] ppid=2519 vsize=416424 CPUtime=1960.64 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 442828 0 3 0 196033 31 0 0 20 0 1 0 85109 426418176 98277 33554432000 4194304 5970956 140725880636112 140725880633080 4964389 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98277 833 434 0 97470 0
Current children cumulated CPU time (s) 1960.64
Current children cumulated vsize (KiB) 416424

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 1.81 4/243 2612
/proc/meminfo: memFree=23106136/32770624 swapFree=5952/194176
[pid=2524] ppid=2519 vsize=416424 CPUtime=2020.59 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 444024 0 3 0 202028 31 0 0 20 0 1 0 85109 426418176 98278 33554432000 4194304 5970956 140725880636112 140725880633080 4908944 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98278 833 434 0 97470 0
Current children cumulated CPU time (s) 2020.59
Current children cumulated vsize (KiB) 416424

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 1.82 4/243 2613
/proc/meminfo: memFree=23103196/32770624 swapFree=5952/194200
[pid=2524] ppid=2519 vsize=416424 CPUtime=2080.55 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 445531 0 3 0 208024 31 0 0 20 0 1 0 85109 426418176 98278 33554432000 4194304 5970956 140725880636112 140725880633080 4964389 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98278 833 434 0 97470 0
Current children cumulated CPU time (s) 2080.55
Current children cumulated vsize (KiB) 416424

[startup+2142.3 s]
/proc/loadavg: 2.16 2.05 1.84 4/243 2614
/proc/meminfo: memFree=23096808/32770624 swapFree=5952/194228
[pid=2524] ppid=2519 vsize=416424 CPUtime=2140.49 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 446454 0 3 0 214018 31 0 0 20 0 1 0 85109 426418176 98279 33554432000 4194304 5970956 140725880636112 140725880633080 4964841 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98279 833 434 0 97470 0
Current children cumulated CPU time (s) 2140.49
Current children cumulated vsize (KiB) 416424

[startup+2202.31 s]
/proc/loadavg: 2.06 2.04 1.86 4/243 2615
/proc/meminfo: memFree=22977024/32770624 swapFree=5952/194260
[pid=2524] ppid=2519 vsize=416424 CPUtime=2200.46 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 447213 0 3 0 220015 31 0 0 20 0 1 0 85109 426418176 98279 33554432000 4194304 5970956 140725880636112 140725880633080 4967797 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98279 833 434 0 97470 0
Current children cumulated CPU time (s) 2200.46
Current children cumulated vsize (KiB) 416424

[startup+2262.3 s]
/proc/loadavg: 2.02 2.03 1.87 4/244 2624
/proc/meminfo: memFree=22957860/32770624 swapFree=5952/194296
[pid=2524] ppid=2519 vsize=416424 CPUtime=2260.41 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 448503 0 3 0 226009 32 0 0 20 0 1 0 85109 426418176 98279 33554432000 4194304 5970956 140725880636112 140725880633080 4964389 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98279 833 434 0 97470 0
Current children cumulated CPU time (s) 2260.41
Current children cumulated vsize (KiB) 416424

[startup+2322.3 s]
/proc/loadavg: 2.01 2.03 1.87 4/244 2625
/proc/meminfo: memFree=22946044/32770624 swapFree=5952/194320
[pid=2524] ppid=2519 vsize=416424 CPUtime=2320.36 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 450032 0 3 0 232004 32 0 0 20 0 1 0 85109 426418176 98281 33554432000 4194304 5970956 140725880636112 140725880633080 4964672 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98281 833 434 0 97470 0
Current children cumulated CPU time (s) 2320.36
Current children cumulated vsize (KiB) 416424

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 1.88 4/244 2626
/proc/meminfo: memFree=22938356/32770624 swapFree=5952/194344
[pid=2524] ppid=2519 vsize=416424 CPUtime=2380.31 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 450967 0 3 0 237999 32 0 0 20 0 1 0 85109 426418176 98281 33554432000 4194304 5970956 140725880636112 140725880633080 4964389 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98281 833 434 0 97470 0
Current children cumulated CPU time (s) 2380.31
Current children cumulated vsize (KiB) 416424



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402 s]
/proc/loadavg: 2.00 2.02 1.88 4/244 2626
/proc/meminfo: memFree=22936712/32770624 swapFree=5952/194352
[pid=2524] ppid=2519 vsize=416424 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/2524/stat : 2524 (cosoco) R 2519 2524 2463 0 -1 4202496 450967 0 3 0 239968 32 0 0 20 0 1 0 85109 426418176 98281 33554432000 4194304 5970956 140725880636112 140725880633080 4964389 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 13049856 140725880640705 140725880640835 140725880640835 140725880643534 0
/proc/2524/statm: 104106 98281 833 434 0 97470 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 416424

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

Child status: 1
Real time (s): 2402
CPU time (s): 2400.01
CPU user time (s): 2399.68
CPU system time (s): 0.32574
CPU usage (%): 99.9169
Max. virtual memory (cumulated for all children) (KiB): 416424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.68
system time used= 0.32574
maximum resident set size= 393172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 450996
page faults= 3
swaps= 0
block input operations= 992
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112
involuntary context switches= 122312

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38363 second user time and 14.4862 second system time

The end

Launcher Data

Begin job on node131 at 2017-07-21 16:42:57
IDJOB=4241211
IDBENCH=126245
IDSOLVER=2620
FILE ID=node131/4241211-1500648177
RUNJOBID= node131-1500648174-2496
PBS_JOBID= 20623289
Free space on /tmp= 62020 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-15-a4.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241211-1500648177/watcher-4241211-1500648177 -o /tmp/evaluation-result-4241211-1500648177/solver-4241211-1500648177 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node131-1500648174-2496 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4241211-1500648177.xml

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

MD5SUM BENCH= a2ce00dc78b702eb5fb62c242f19e981
RANDOM SEED=195319193

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        32098068 kB
MemAvailable:   32036860 kB
Buffers:           25316 kB
Cached:           226936 kB
SwapCached:            0 kB
Active:           102804 kB
Inactive:         198272 kB
Active(anon):      51928 kB
Inactive(anon):     8544 kB
Active(file):      50876 kB
Inactive(file):   189728 kB
Unevictable:        5952 kB
Mlocked:            5952 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7176 kB
Writeback:             0 kB
AnonPages:         55268 kB
Mapped:            28192 kB
Shmem:              8844 kB
Slab:              58428 kB
SReclaimable:      28048 kB
SUnreclaim:        30380 kB
KernelStack:        4128 kB
PageTables:         5488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 62012 MiB
End job on node131 at 2017-07-21 17:22:59