Trace number 4241227

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-sat 1.1? (TO) 2400.07 2401.84

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-19-a4.xml
MD5SUM264cffe383a4c1beb81f164e203eb53e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark313
Best CPU time to get the best result obtained on this benchmark2400.11
Satisfiable
(Un)Satisfiability was proved
Number of variables19
Number of constraints13568
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":19}]
Minimum variable degree2755
Maximum variable degree2756
Distribution of variable degrees[{"degree":2755,"count":17},{"degree":2756,"count":2}]
Minimum constraint arity1
Maximum constraint arity19
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1938},{"arity":4,"count":11628},{"arity":19,"count":1}]
Number of extensional constraints0
Number of intensional constraints13567
Distribution of constraint types[{"type":"intension","count":13567},{"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

15.09/15.12	c SAT : Variables: 9519 -- Clauses: 2379769
15.09/15.13	c best=?? lower=0 upper=500 
434.39/434.70	c
434.39/434.70	c This is cosoco 1.0 --  
434.39/434.70	c
434.39/434.70	c enable optimization
434.39/434.70	c ========================================[ Problem Statistics ]===========================================
434.39/434.70	c |                                                                                                       
434.39/434.70	c |  Parse time        :        14.92 s 
434.39/434.70	c |
434.39/434.70	c |               Variables: 19
434.39/434.70	c |            Domain Sizes: 501..501
434.39/434.70	c |
434.39/434.70	c |             Constraints: 13586
434.39/434.70	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 18  -- Ternary: 1938
434.39/434.70	c | 
434.39/434.70	c |                   Types: 
434.39/434.70	c |                          (X - Y < k): 18
434.39/434.70	c |                          Intension: 13568
434.39/434.70	c |                          
434.39/434.70	c =========================================================================================================
434.39/434.70	o 380
434.39/434.70	c    1 calls to solver: best=380 lower=0 upper=379 
435.89/436.23	o 367
509.54/509.96	o 359
509.54/509.96	c    3 calls to solver: best=359 lower=0 upper=358 

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-4241227-1500648178/watcher-4241227-1500648178 -o /tmp/evaluation-result-4241227-1500648178/solver-4241227-1500648178 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500648174-2506 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4241227-1500648178.xml 

pid=2535
running on 8 cores: 0,2,4,6,8,10,12,14

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 3/247 2538
/proc/meminfo: memFree=32029912/32770624 swapFree=5956/194372
[pid=2538] ppid=2535 vsize=27124 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 981 0 0 0 1 0 0 0 20 0 1 0 85330 27774976 766 33554432000 4194304 5970956 140731495401504 140731495398152 5368984 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 6781 766 683 434 0 145 0

[startup+0.100124 s]
/proc/loadavg: 0.00 0.06 0.13 3/247 2538
/proc/meminfo: memFree=32029912/32770624 swapFree=5956/194372
[pid=2538] ppid=2535 vsize=27256 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 1036 0 0 0 9 0 0 0 20 0 1 0 85330 27910144 832 33554432000 4194304 5970956 140731495401504 140731495398104 5496067 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 6814 832 710 434 0 178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27256

[startup+0.200266 s]
/proc/loadavg: 0.00 0.06 0.13 3/247 2538
/proc/meminfo: memFree=32029912/32770624 swapFree=5956/194372
[pid=2538] ppid=2535 vsize=27908 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 1171 0 0 0 19 0 0 0 20 0 1 0 85330 28577792 961 33554432000 4194304 5970956 140731495401504 140731495398104 5399406 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 6977 961 710 434 0 341 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27908

[startup+0.300209 s]
/proc/loadavg: 0.00 0.06 0.13 3/247 2538
/proc/meminfo: memFree=32029912/32770624 swapFree=5956/194372
[pid=2538] ppid=2535 vsize=28440 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 1434 0 0 0 29 0 0 0 20 0 1 0 85330 29122560 1224 33554432000 4194304 5970956 140731495401504 140731495395096 140132828066105 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 7110 1224 782 434 0 474 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28440

[startup+0.700185 s]
/proc/loadavg: 0.00 0.06 0.13 3/247 2538
/proc/meminfo: memFree=32029912/32770624 swapFree=5956/194372
[pid=2538] ppid=2535 vsize=40512 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 4434 0 0 0 69 0 0 0 20 0 1 0 85330 41484288 4194 33554432000 4194304 5970956 140731495401504 140731495393112 140132818123749 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 10128 4194 782 434 0 3492 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40512

[startup+1.50018 s]
/proc/loadavg: 0.00 0.06 0.13 3/248 2539
/proc/meminfo: memFree=31941096/32770624 swapFree=5956/194048
[pid=2538] ppid=2535 vsize=64412 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 10431 0 0 0 148 1 0 0 20 0 1 0 85330 65957888 10200 33554432000 4194304 5970956 140731495401504 140731495395096 140132818116408 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 16103 10200 782 434 0 9467 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 64412

[startup+3.10018 s]
/proc/loadavg: 0.16 0.09 0.14 3/248 2539
/proc/meminfo: memFree=31844832/32770624 swapFree=5956/194284
[pid=2538] ppid=2535 vsize=112280 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 22465 0 0 0 307 2 0 0 20 0 1 0 85330 114974720 22133 33554432000 4194304 5970956 140731495401504 140731495395096 140132818123749 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 28070 22133 782 434 0 21434 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112280

[startup+6.30018 s]
/proc/loadavg: 0.16 0.09 0.14 3/248 2539
/proc/meminfo: memFree=31557748/32770624 swapFree=5956/194148
[pid=2538] ppid=2535 vsize=207868 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 46471 0 0 0 623 6 0 0 20 0 1 0 85330 212856832 46033 33554432000 4194304 5970956 140731495401504 140731495393112 140132818867618 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 51967 46033 782 434 0 45331 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 207868

[startup+12.7002 s]
/proc/loadavg: 0.45 0.16 0.16 3/248 2539
/proc/meminfo: memFree=30984528/32770624 swapFree=5956/194168
[pid=2538] ppid=2535 vsize=397688 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 94103 0 0 0 1256 13 0 0 20 0 1 0 85330 407232512 93503 33554432000 4194304 5970956 140731495401504 140731495395096 4884736 0 0 4096 0 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 99422 93503 782 434 0 92786 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 397688

[startup+25.5003 s]
/proc/loadavg: 0.68 0.22 0.18 3/248 2539
/proc/meminfo: memFree=28917176/32770624 swapFree=5956/194180
[pid=2538] ppid=2535 vsize=926080 CPUtime=25.48 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 327865 0 0 0 2512 36 0 0 20 0 1 0 85330 948305920 222231 33554432000 4194304 5970956 140731495401504 140731495398472 4964586 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 231520 222231 839 434 0 224884 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 926080

[startup+51.1003 s]
/proc/loadavg: 1.13 0.36 0.23 3/248 2539
/proc/meminfo: memFree=28346768/32770624 swapFree=5956/194196
[pid=2538] ppid=2535 vsize=1001320 CPUtime=51.06 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 459859 0 0 0 5062 44 0 0 20 0 1 0 85330 1025351680 241034 33554432000 4194304 5970956 140731495401504 140731495398472 4964363 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 250330 241034 839 434 0 243694 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1001320

[startup+102.3 s]
/proc/loadavg: 1.65 0.64 0.33 3/249 2543
/proc/meminfo: memFree=28102416/32770624 swapFree=5956/196024
[pid=2538] ppid=2535 vsize=1032868 CPUtime=102.23 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 602875 0 0 0 10171 52 0 0 20 0 1 0 85330 1057656832 248932 33554432000 4194304 5970956 140731495401504 140731495398472 4908985 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 258217 248932 839 434 0 251581 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1032868

[startup+162.3 s]
/proc/loadavg: 1.86 0.87 0.43 3/247 2544
/proc/meminfo: memFree=27911392/32770624 swapFree=5956/196052
[pid=2538] ppid=2535 vsize=1079860 CPUtime=162.18 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 743552 0 0 0 16157 61 0 0 20 0 1 0 85330 1105776640 260653 33554432000 4194304 5970956 140731495401504 140731495398472 5070082 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 269965 260653 839 434 0 263329 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 1079860

[startup+222.308 s]
/proc/loadavg: 2.04 1.12 0.54 3/247 2545
/proc/meminfo: memFree=27869688/32770624 swapFree=5956/196076
[pid=2538] ppid=2535 vsize=1097020 CPUtime=222.15 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 907169 0 0 0 22145 70 0 0 20 0 1 0 85330 1123348480 264960 33554432000 4194304 5970956 140731495401504 140731495398472 4964363 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 274255 264960 839 434 0 267619 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 1097020

[startup+282.3 s]
/proc/loadavg: 2.02 1.27 0.63 3/247 2546
/proc/meminfo: memFree=27783920/32770624 swapFree=5956/196104
[pid=2538] ppid=2535 vsize=1110484 CPUtime=282.1 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 993009 0 0 0 28135 75 0 0 20 0 1 0 85330 1137135616 268300 33554432000 4194304 5970956 140731495401504 140731495398472 5069728 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 277621 268300 839 434 0 270985 0
Current children cumulated CPU time (s) 282.1
Current children cumulated vsize (KiB) 1110484

[startup+342.3 s]
/proc/loadavg: 2.01 1.41 0.72 3/244 2547
/proc/meminfo: memFree=27769092/32770624 swapFree=5956/196136
[pid=2538] ppid=2535 vsize=1113124 CPUtime=342.06 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 1125632 0 0 0 34124 82 0 0 20 0 1 0 85330 1139838976 268973 33554432000 4194304 5970956 140731495401504 140731495398472 4964784 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 278281 268973 839 434 0 271645 0
Current children cumulated CPU time (s) 342.06
Current children cumulated vsize (KiB) 1113124

[startup+402.3 s]
/proc/loadavg: 2.00 1.51 0.79 3/243 2548
/proc/meminfo: memFree=27722916/32770624 swapFree=5956/196172
[pid=2538] ppid=2535 vsize=1115500 CPUtime=402.01 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 1267968 0 0 0 40111 90 0 0 20 0 1 0 85330 1142272000 269592 33554432000 4194304 5970956 140731495401504 140731495398472 4964904 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 278875 269592 839 434 0 272239 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 1115500

[startup+462.3 s]
/proc/loadavg: 2.00 1.61 0.88 3/243 2556
/proc/meminfo: memFree=27680872/32770624 swapFree=5956/196224
[pid=2538] ppid=2535 vsize=1137148 CPUtime=461.97 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 1465746 0 0 0 46095 102 0 0 20 0 1 0 85330 1164439552 274987 33554432000 4194304 5970956 140731495401504 140731495398472 5098928 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 284287 274987 840 434 0 277651 0
Current children cumulated CPU time (s) 461.97
Current children cumulated vsize (KiB) 1137148

[startup+522.3 s]
/proc/loadavg: 2.00 1.67 0.94 3/243 2557
/proc/meminfo: memFree=27674116/32770624 swapFree=5956/196260
[pid=2538] ppid=2535 vsize=1141768 CPUtime=521.92 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 1650588 0 0 0 52083 109 0 0 20 0 1 0 85330 1169170432 276099 33554432000 4194304 5970956 140731495401504 140731495398472 4964389 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 285442 276099 840 434 0 278806 0
Current children cumulated CPU time (s) 521.92
Current children cumulated vsize (KiB) 1141768

[startup+582.3 s]
/proc/loadavg: 2.00 1.73 1.01 3/243 2558
/proc/meminfo: memFree=27656528/32770624 swapFree=5956/196284
[pid=2538] ppid=2535 vsize=1143484 CPUtime=581.88 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 1834576 0 0 0 58070 118 0 0 20 0 1 0 85330 1170927616 276578 33554432000 4194304 5970956 140731495401504 140731495398472 4964629 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 285871 276578 840 434 0 279235 0
Current children cumulated CPU time (s) 581.88
Current children cumulated vsize (KiB) 1143484


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


[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.63 3/243 2605
/proc/meminfo: memFree=27587408/32770624 swapFree=5956/196724
[pid=2538] ppid=2535 vsize=1178200 CPUtime=1481.21 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 4404480 0 0 0 147873 248 0 0 20 0 1 0 85330 1206476800 285247 33554432000 4194304 5970956 140731495401504 140731495398472 4908967 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 294550 285247 840 434 0 287914 0
Current children cumulated CPU time (s) 1481.21
Current children cumulated vsize (KiB) 1178200

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.65 3/243 2606
/proc/meminfo: memFree=27585460/32770624 swapFree=5956/196752
[pid=2538] ppid=2535 vsize=1179652 CPUtime=1541.17 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 4562074 0 0 0 153861 256 0 0 20 0 1 0 85330 1207963648 285606 33554432000 4194304 5970956 140731495401504 140731495398472 5069728 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 294913 285606 840 434 0 288277 0
Current children cumulated CPU time (s) 1541.17
Current children cumulated vsize (KiB) 1179652

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.68 3/243 2607
/proc/meminfo: memFree=27585172/32770624 swapFree=5956/196780
[pid=2538] ppid=2535 vsize=1179652 CPUtime=1601.13 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 4651846 0 0 0 159852 261 0 0 20 0 1 0 85330 1207963648 285608 33554432000 4194304 5970956 140731495401504 140731495398472 4964440 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 294913 285608 840 434 0 288277 0
Current children cumulated CPU time (s) 1601.13
Current children cumulated vsize (KiB) 1179652

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.69 3/244 2616
/proc/meminfo: memFree=27582440/32770624 swapFree=5956/196820
[pid=2538] ppid=2535 vsize=1180576 CPUtime=1661.09 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 4837663 0 0 0 165839 270 0 0 20 0 1 0 85330 1208909824 285862 33554432000 4194304 5970956 140731495401504 140731495398472 4964389 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 295144 285862 840 434 0 288508 0
Current children cumulated CPU time (s) 1661.09
Current children cumulated vsize (KiB) 1180576

[startup+1722.3 s]
/proc/loadavg: 2.11 2.02 1.72 3/244 2617
/proc/meminfo: memFree=27579780/32770624 swapFree=5956/196840
[pid=2538] ppid=2535 vsize=1181236 CPUtime=1721.03 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 5017792 0 0 0 171826 277 0 0 20 0 1 0 85330 1209585664 286028 33554432000 4194304 5970956 140731495401504 140731495398472 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 295309 286028 840 434 0 288673 0
Current children cumulated CPU time (s) 1721.03
Current children cumulated vsize (KiB) 1181236

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 1.74 3/244 2618
/proc/meminfo: memFree=27567592/32770624 swapFree=5956/196872
[pid=2538] ppid=2535 vsize=1182424 CPUtime=1780.98 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 5145940 0 0 0 177814 284 0 0 20 0 1 0 85330 1210802176 286319 33554432000 4194304 5970956 140731495401504 140731495398472 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 295606 286319 840 434 0 288970 0
Current children cumulated CPU time (s) 1780.98
Current children cumulated vsize (KiB) 1182424

[startup+1842.3 s]
/proc/loadavg: 2.01 2.01 1.76 3/244 2619
/proc/meminfo: memFree=27565752/32770624 swapFree=5956/196900
[pid=2538] ppid=2535 vsize=1182424 CPUtime=1840.94 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 5276082 0 0 0 183804 290 0 0 20 0 1 0 85330 1210802176 286329 33554432000 4194304 5970956 140731495401504 140731495398472 4908985 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 295606 286329 840 434 0 288970 0
Current children cumulated CPU time (s) 1840.94
Current children cumulated vsize (KiB) 1182424

[startup+1902.3 s]
/proc/loadavg: 2.01 2.01 1.77 3/244 2620
/proc/meminfo: memFree=27566012/32770624 swapFree=5956/196936
[pid=2538] ppid=2535 vsize=1182424 CPUtime=1900.9 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 5366312 0 0 0 189797 293 0 0 20 0 1 0 85330 1210802176 286331 33554432000 4194304 5970956 140731495401504 140731495398472 4964389 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 295606 286331 840 434 0 288970 0
Current children cumulated CPU time (s) 1900.9
Current children cumulated vsize (KiB) 1182424

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.79 3/244 2621
/proc/meminfo: memFree=27545524/32770624 swapFree=5956/196968
[pid=2538] ppid=2535 vsize=1182424 CPUtime=1960.85 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 5456345 0 0 0 195787 298 0 0 20 0 1 0 85330 1210802176 286331 33554432000 4194304 5970956 140731495401504 140731495398472 4964389 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 295606 286331 840 434 0 288970 0
Current children cumulated CPU time (s) 1960.85
Current children cumulated vsize (KiB) 1182424

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.80 3/244 2622
/proc/meminfo: memFree=27541068/32770624 swapFree=5956/196996
[pid=2538] ppid=2535 vsize=1182556 CPUtime=2020.82 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 5547041 0 0 0 201779 303 0 0 20 0 1 0 85330 1210937344 286332 33554432000 4194304 5970956 140731495401504 140731495398472 4908922 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 295639 286332 840 434 0 289003 0
Current children cumulated CPU time (s) 2020.82
Current children cumulated vsize (KiB) 1182556

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/244 2623
/proc/meminfo: memFree=27535896/32770624 swapFree=5956/197028
[pid=2538] ppid=2535 vsize=1186384 CPUtime=2080.78 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 5653011 0 0 0 207771 307 0 0 20 0 1 0 85330 1214857216 287312 33554432000 4194304 5970956 140731495401504 140731495398472 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 296596 287312 840 434 0 289960 0
Current children cumulated CPU time (s) 2080.78
Current children cumulated vsize (KiB) 1186384

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/244 2624
/proc/meminfo: memFree=27531448/32770624 swapFree=5956/197056
[pid=2538] ppid=2535 vsize=1187044 CPUtime=2140.73 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 5742995 0 0 0 213762 311 0 0 20 0 1 0 85330 1215533056 287465 33554432000 4194304 5970956 140731495401504 140731495398472 4961400 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 296761 287465 840 434 0 290125 0
Current children cumulated CPU time (s) 2140.73
Current children cumulated vsize (KiB) 1187044

[startup+2202.31 s]
/proc/loadavg: 2.12 2.04 1.84 3/243 2625
/proc/meminfo: memFree=27519560/32770624 swapFree=5956/197096
[pid=2538] ppid=2535 vsize=1187440 CPUtime=2200.69 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 5819666 0 0 0 219754 315 0 0 20 0 1 0 85330 1215938560 287560 33554432000 4194304 5970956 140731495401504 140731495398472 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 296860 287560 840 434 0 290224 0
Current children cumulated CPU time (s) 2200.69
Current children cumulated vsize (KiB) 1187440

[startup+2262.3 s]
/proc/loadavg: 2.04 2.04 1.86 3/243 2633
/proc/meminfo: memFree=27516928/32770624 swapFree=5956/197096
[pid=2538] ppid=2535 vsize=1187572 CPUtime=2260.63 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 5893435 0 0 0 225745 318 0 0 20 0 1 0 85330 1216073728 287600 33554432000 4194304 5970956 140731495401504 140731495398472 4964686 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 296893 287600 840 434 0 290257 0
Current children cumulated CPU time (s) 2260.63
Current children cumulated vsize (KiB) 1187572

[startup+2322.3 s]
/proc/loadavg: 2.02 2.03 1.87 3/243 2634
/proc/meminfo: memFree=27517220/32770624 swapFree=5956/197124
[pid=2538] ppid=2535 vsize=1187572 CPUtime=2320.58 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 5988300 0 0 0 231735 323 0 0 20 0 1 0 85330 1216073728 287603 33554432000 4194304 5970956 140731495401504 140731495398472 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 296893 287603 840 434 0 290257 0
Current children cumulated CPU time (s) 2320.58
Current children cumulated vsize (KiB) 1187572

[startup+2382.3 s]
/proc/loadavg: 2.01 2.03 1.87 3/243 2635
/proc/meminfo: memFree=27517240/32770624 swapFree=5956/197156
[pid=2538] ppid=2535 vsize=1187572 CPUtime=2380.52 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 6091026 0 0 0 237724 328 0 0 20 0 1 0 85330 1216073728 287614 33554432000 4194304 5970956 140731495401504 140731495398472 5052114 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 296893 287614 840 434 0 290257 0
Current children cumulated CPU time (s) 2380.52
Current children cumulated vsize (KiB) 1187572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.8 s]
/proc/loadavg: 2.00 2.02 1.87 2/245 2653
/proc/meminfo: memFree=30920660/32770624 swapFree=5956/210184
[pid=2538] ppid=2535 vsize=1187572 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/2538/stat : 2538 (cosoco) R 2535 2538 2474 0 -1 4202496 6091366 0 0 0 239673 328 0 0 20 0 1 0 85330 1216073728 287619 33554432000 4194304 5970956 140731495401504 140731495398472 4964452 0 0 4096 8405026 0 0 0 17 8 0 0 0 0 0 8070896 8075904 27197440 140731495404732 140731495404867 140731495404867 140731495407566 0
/proc/2538/statm: 296893 287619 840 434 0 290257 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 1187572

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

Child status: 1
Real time (s): 2401.84
CPU time (s): 2400.07
CPU user time (s): 2396.74
CPU system time (s): 3.3306
CPU usage (%): 99.9262
Max. virtual memory (cumulated for all children) (KiB): 1187572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.74
system time used= 3.3306
maximum resident set size= 1150516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6091393
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= 65
involuntary context switches= 123093

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.33516 second user time and 12.74 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-21 16:42:58
IDJOB=4241227
IDBENCH=126252
IDSOLVER=2621
FILE ID=node130/4241227-1500648178
RUNJOBID= node130-1500648174-2506
PBS_JOBID= 20623290
Free space on /tmp= 61956 MiB

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

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

MD5SUM BENCH= 264cffe383a4c1beb81f164e203eb53e
RANDOM SEED=195319193

node130.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	: 5333.34
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		: 1600.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	: 5333.34
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	: 5333.34
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	: 5333.34
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	: 5333.34
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	: 5333.34
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		: 2668.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	: 5333.34
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		: 1600.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	: 5333.34
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:        32031772 kB
MemAvailable:   31975108 kB
Buffers:           26944 kB
Cached:           230528 kB
SwapCached:            0 kB
Active:           162724 kB
Inactive:         202916 kB
Active(anon):     111808 kB
Inactive(anon):     8544 kB
Active(file):      50916 kB
Inactive(file):   194372 kB
Unevictable:        5956 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2628 kB
Writeback:             0 kB
AnonPages:        114772 kB
Mapped:            30480 kB
Shmem:              8844 kB
Slab:              58536 kB
SReclaimable:      27764 kB
SUnreclaim:        30772 kB
KernelStack:        4272 kB
PageTables:         5088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     384268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61956 MiB
End job on node130 at 2017-07-21 17:23:00