Trace number 4241199

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.03 2401.5

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-17-a4.xml
MD5SUM1654769b6737315210eb217040901c4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark230
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables17
Number of constraints8502
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":17}]
Minimum variable degree1921
Maximum variable degree1922
Distribution of variable degrees[{"degree":1921,"count":15},{"degree":1922,"count":2}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1360},{"arity":4,"count":7140},{"arity":17,"count":1}]
Number of extensional constraints0
Number of intensional constraints8501
Distribution of constraint types[{"type":"intension","count":8501},{"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

9.48/9.53	c best=?? lower=0 upper=500 
128.38/128.59	c
128.38/128.59	c This is cosoco 1.0 --  
128.38/128.59	c
128.38/128.59	c enable optimization
128.38/128.59	c ========================================[ Problem Statistics ]===========================================
128.38/128.59	c |                                                                                                       
128.38/128.59	c |  Parse time        :         9.41 s 
128.38/128.59	c |
128.38/128.59	c |               Variables: 17
128.38/128.59	c |            Domain Sizes: 501..501
128.38/128.59	c |
128.38/128.59	c |             Constraints: 8518
128.38/128.59	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 16  -- Ternary: 1360
128.38/128.59	c | 
128.38/128.59	c |                   Types: 
128.38/128.59	c |                          (X - Y < k): 16
128.38/128.59	c |                          Intension: 8502
128.38/128.59	c |                          
128.38/128.59	c =========================================================================================================
128.38/128.59	o 292
128.38/128.59	c    1 calls to solver: best=292 lower=0 upper=291 
163.35/163.58	o 271
2047.62/2048.90	o 262
2047.62/2048.90	c    3 calls to solver: best=262 lower=0 upper=261 

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

pid=9913
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 3/248 9920
/proc/meminfo: memFree=32080704/32770624 swapFree=6096/170980
[pid=9920] ppid=9913 vsize=26912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4194304 608 0 2 0 0 0 0 0 20 0 1 0 84571 27557888 420 33554432000 4194304 5970956 140734092354240 140734092353744 140161397532384 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 6728 420 379 434 0 60 0

[startup+0.100145 s]
/proc/loadavg: 0.00 0.06 0.13 3/248 9920
/proc/meminfo: memFree=32080704/32770624 swapFree=6096/170980
[pid=9920] ppid=9913 vsize=27256 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 1024 0 2 0 8 0 0 0 20 0 1 0 84571 27910144 828 33554432000 4194304 5970956 140734092354240 140734092350840 140161381919744 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 6814 828 710 434 0 178 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27256

[startup+0.200293 s]
/proc/loadavg: 0.00 0.06 0.13 3/248 9920
/proc/meminfo: memFree=32080704/32770624 swapFree=6096/170980
[pid=9920] ppid=9913 vsize=27584 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 1105 0 2 0 18 0 0 0 20 0 1 0 84571 28246016 894 33554432000 4194304 5970956 140734092354240 140734092350840 140161381919744 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 6896 894 710 434 0 260 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 27584

[startup+0.300232 s]
/proc/loadavg: 0.00 0.06 0.13 3/248 9920
/proc/meminfo: memFree=32080704/32770624 swapFree=6096/170980
[pid=9920] ppid=9913 vsize=30292 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 1846 0 2 0 27 0 0 0 20 0 1 0 84571 31019008 1618 33554432000 4194304 5970956 140734092354240 140734092347832 140161381481445 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 7573 1618 782 434 0 937 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 30292

[startup+0.700195 s]
/proc/loadavg: 0.00 0.06 0.13 3/248 9920
/proc/meminfo: memFree=32080704/32770624 swapFree=6096/170980
[pid=9920] ppid=9913 vsize=42000 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 4791 0 2 0 67 0 0 0 20 0 1 0 84571 43008000 4522 33554432000 4194304 5970956 140734092354240 140734092347832 4966541 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 10500 4522 782 434 0 3864 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 42000

[startup+1.50021 s]
/proc/loadavg: 0.00 0.06 0.13 4/251 9923
/proc/meminfo: memFree=32031276/32770624 swapFree=6096/173064
[pid=9920] ppid=9913 vsize=65660 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 10685 0 2 0 146 1 0 0 20 0 1 0 84571 67235840 10462 33554432000 4194304 5970956 140734092354240 140734092347832 4966541 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 16415 10462 782 434 0 9779 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 65660

[startup+3.1002 s]
/proc/loadavg: 0.00 0.06 0.13 4/251 9923
/proc/meminfo: memFree=31937168/32770624 swapFree=6096/173068
[pid=9920] ppid=9913 vsize=112584 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 22501 0 2 0 303 4 0 0 20 0 1 0 84571 115286016 22191 33554432000 4194304 5970956 140734092354240 140734092347832 140161381481445 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 28146 22191 782 434 0 21510 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 112584

[startup+6.30019 s]
/proc/loadavg: 0.08 0.08 0.13 4/251 9923
/proc/meminfo: memFree=31659172/32770624 swapFree=6096/173120
[pid=9920] ppid=9913 vsize=206172 CPUtime=6.28 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 46033 0 2 0 621 7 0 0 20 0 1 0 84571 211120128 45568 33554432000 4194304 5970956 140734092354240 140734092347832 140161381481445 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 51543 45568 782 434 0 44907 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 206172

[startup+12.7003 s]
/proc/loadavg: 0.24 0.11 0.14 4/251 9923
/proc/meminfo: memFree=31046576/32770624 swapFree=6096/173128
[pid=9920] ppid=9913 vsize=432816 CPUtime=12.67 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 138341 0 2 0 1251 16 0 0 20 0 1 0 84571 443203584 102356 33554432000 4194304 5970956 140734092354240 140734092351208 4964366 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 108204 102356 833 434 0 101568 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 432816

[startup+25.5004 s]
/proc/loadavg: 0.63 0.20 0.17 4/251 9923
/proc/meminfo: memFree=30245888/32770624 swapFree=6096/173140
[pid=9920] ppid=9913 vsize=507132 CPUtime=25.47 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 226745 0 2 0 2526 21 0 0 20 0 1 0 84571 519303168 120904 33554432000 4194304 5970956 140734092354240 140734092351208 4964366 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 126783 120904 833 434 0 120147 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 507132

[startup+51.1004 s]
/proc/loadavg: 1.18 0.36 0.23 4/251 9923
/proc/meminfo: memFree=28733564/32770624 swapFree=6096/173152
[pid=9920] ppid=9913 vsize=536832 CPUtime=51.05 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 315110 0 2 0 5079 26 0 0 20 0 1 0 84571 549715968 128332 33554432000 4194304 5970956 140734092354240 140734092351208 4964347 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 134208 128332 833 434 0 127572 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 536832

[startup+102.3 s]
/proc/loadavg: 1.69 0.63 0.33 4/252 9927
/proc/meminfo: memFree=27220164/32770624 swapFree=6096/174000
[pid=9920] ppid=9913 vsize=669096 CPUtime=102.21 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 453239 0 2 0 10186 35 0 0 20 0 1 0 84571 685154304 161449 33554432000 4194304 5970956 140734092354240 140734092351208 5070073 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 167274 161449 833 434 0 160638 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 669096

[startup+162.3 s]
/proc/loadavg: 1.89 0.88 0.43 4/249 9928
/proc/meminfo: memFree=26887372/32770624 swapFree=6096/174044
[pid=9920] ppid=9913 vsize=693252 CPUtime=162.15 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 540598 0 2 0 16174 41 0 0 20 0 1 0 84571 709890048 167491 33554432000 4194304 5970956 140734092354240 140734092351208 4964363 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 173313 167491 834 434 0 166677 0
Current children cumulated CPU time (s) 162.15
Current children cumulated vsize (KiB) 693252

[startup+222.308 s]
/proc/loadavg: 1.96 1.08 0.53 4/250 9930
/proc/meminfo: memFree=26612616/32770624 swapFree=6096/174068
[pid=9920] ppid=9913 vsize=702888 CPUtime=222.1 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 644746 0 2 0 22163 47 0 0 20 0 1 0 84571 719757312 169893 33554432000 4194304 5970956 140734092354240 140734092351208 4964366 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 175722 169893 834 434 0 169086 0
Current children cumulated CPU time (s) 222.1
Current children cumulated vsize (KiB) 702888

[startup+282.3 s]
/proc/loadavg: 2.12 1.28 0.63 4/250 9931
/proc/meminfo: memFree=26562176/32770624 swapFree=6096/174100
[pid=9920] ppid=9913 vsize=705000 CPUtime=282.06 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 688785 0 2 0 28155 51 0 0 20 0 1 0 84571 721920000 170440 33554432000 4194304 5970956 140734092354240 140734092351208 4961429 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 176250 170440 834 434 0 169614 0
Current children cumulated CPU time (s) 282.06
Current children cumulated vsize (KiB) 705000

[startup+342.3 s]
/proc/loadavg: 2.04 1.41 0.72 4/248 9932
/proc/meminfo: memFree=26262216/32770624 swapFree=6096/174124
[pid=9920] ppid=9913 vsize=706452 CPUtime=342.01 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 744952 0 2 0 34148 53 0 0 20 0 1 0 84571 723406848 170799 33554432000 4194304 5970956 140734092354240 140734092351208 4964386 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 176613 170799 834 434 0 169977 0
Current children cumulated CPU time (s) 342.01
Current children cumulated vsize (KiB) 706452

[startup+402.3 s]
/proc/loadavg: 2.02 1.52 0.80 4/247 9933
/proc/meminfo: memFree=26057796/32770624 swapFree=6096/174160
[pid=9920] ppid=9913 vsize=708960 CPUtime=401.96 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 773176 0 2 0 40141 55 0 0 20 0 1 0 84571 725975040 171404 33554432000 4194304 5970956 140734092354240 140734092351208 5069728 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 177240 171404 834 434 0 170604 0
Current children cumulated CPU time (s) 401.96
Current children cumulated vsize (KiB) 708960

[startup+462.3 s]
/proc/loadavg: 2.05 1.62 0.88 4/248 9942
/proc/meminfo: memFree=25939168/32770624 swapFree=6096/174192
[pid=9920] ppid=9913 vsize=709620 CPUtime=461.91 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 776772 0 2 0 46136 55 0 0 20 0 1 0 84571 726650880 171555 33554432000 4194304 5970956 140734092354240 140734092351208 4961411 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 177405 171555 834 434 0 170769 0
Current children cumulated CPU time (s) 461.91
Current children cumulated vsize (KiB) 709620

[startup+522.3 s]
/proc/loadavg: 2.02 1.69 0.95 4/247 9943
/proc/meminfo: memFree=25938112/32770624 swapFree=6096/174224
[pid=9920] ppid=9913 vsize=710016 CPUtime=521.89 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 777340 0 2 0 52133 56 0 0 20 0 1 0 84571 727056384 171659 33554432000 4194304 5970956 140734092354240 140734092351208 5052121 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 177504 171659 834 434 0 170868 0
Current children cumulated CPU time (s) 521.89
Current children cumulated vsize (KiB) 710016

[startup+582.3 s]
/proc/loadavg: 2.01 1.75 1.01 4/248 9945
/proc/meminfo: memFree=25887748/32770624 swapFree=6096/174252
[pid=9920] ppid=9913 vsize=710148 CPUtime=581.85 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 778042 0 2 0 58129 56 0 0 20 0 1 0 84571 727191552 171719 33554432000 4194304 5970956 140734092354240 140734092351208 4964389 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 177537 171719 834 434 0 170901 0
Current children cumulated CPU time (s) 581.85
Current children cumulated vsize (KiB) 710148


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 1.66 4/247 9994
/proc/meminfo: memFree=25212300/32770624 swapFree=6096/174716
[pid=9920] ppid=9913 vsize=712656 CPUtime=1541.31 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 788393 0 2 0 154074 57 0 0 20 0 1 0 84571 729759744 172350 33554432000 4194304 5970956 140734092354240 140734092351208 5052093 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178164 172350 834 434 0 171528 0
Current children cumulated CPU time (s) 1541.31
Current children cumulated vsize (KiB) 712656

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.68 4/247 9995
/proc/meminfo: memFree=25182644/32770624 swapFree=6096/174744
[pid=9920] ppid=9913 vsize=712656 CPUtime=1601.27 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 788907 0 2 0 160070 57 0 0 20 0 1 0 84571 729759744 172353 33554432000 4194304 5970956 140734092354240 140734092351208 4964366 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178164 172353 834 434 0 171528 0
Current children cumulated CPU time (s) 1601.27
Current children cumulated vsize (KiB) 712656

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.70 4/247 10003
/proc/meminfo: memFree=25171976/32770624 swapFree=6096/174780
[pid=9920] ppid=9913 vsize=712788 CPUtime=1661.23 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 789466 0 2 0 166066 57 0 0 20 0 1 0 84571 729894912 172362 33554432000 4194304 5970956 140734092354240 140734092351208 4964389 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178197 172362 834 434 0 171561 0
Current children cumulated CPU time (s) 1661.23
Current children cumulated vsize (KiB) 712788

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.72 4/247 10004
/proc/meminfo: memFree=25166172/32770624 swapFree=6096/174808
[pid=9920] ppid=9913 vsize=712788 CPUtime=1721.21 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 790193 0 2 0 172063 58 0 0 20 0 1 0 84571 729894912 172365 33554432000 4194304 5970956 140734092354240 140734092351208 4964912 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178197 172365 834 434 0 171561 0
Current children cumulated CPU time (s) 1721.21
Current children cumulated vsize (KiB) 712788

[startup+1782.3 s]
/proc/loadavg: 2.16 2.04 1.75 4/247 10005
/proc/meminfo: memFree=25161408/32770624 swapFree=6096/174828
[pid=9920] ppid=9913 vsize=712788 CPUtime=1781.17 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 790918 0 2 0 178059 58 0 0 20 0 1 0 84571 729894912 172367 33554432000 4194304 5970956 140734092354240 140734092351208 5070317 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178197 172367 834 434 0 171561 0
Current children cumulated CPU time (s) 1781.17
Current children cumulated vsize (KiB) 712788

[startup+1842.3 s]
/proc/loadavg: 2.06 2.03 1.77 4/248 10008
/proc/meminfo: memFree=25120604/32770624 swapFree=6096/174860
[pid=9920] ppid=9913 vsize=713580 CPUtime=1841.13 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 792452 0 2 0 184055 58 0 0 20 0 1 0 84571 730705920 172560 33554432000 4194304 5970956 140734092354240 140734092351208 4968244 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178395 172560 834 434 0 171759 0
Current children cumulated CPU time (s) 1841.13
Current children cumulated vsize (KiB) 713580

[startup+1902.3 s]
/proc/loadavg: 2.02 2.03 1.78 4/248 10009
/proc/meminfo: memFree=25117028/32770624 swapFree=6096/174892
[pid=9920] ppid=9913 vsize=713580 CPUtime=1901.1 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 793634 0 2 0 190052 58 0 0 20 0 1 0 84571 730705920 172578 33554432000 4194304 5970956 140734092354240 140734092351208 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178395 172578 834 434 0 171759 0
Current children cumulated CPU time (s) 1901.1
Current children cumulated vsize (KiB) 713580

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 1.79 4/248 10010
/proc/meminfo: memFree=25114804/32770624 swapFree=6096/174928
[pid=9920] ppid=9913 vsize=713580 CPUtime=1961.07 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 794754 0 2 0 196049 58 0 0 20 0 1 0 84571 730705920 172584 33554432000 4194304 5970956 140734092354240 140734092351208 4964363 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178395 172584 834 434 0 171759 0
Current children cumulated CPU time (s) 1961.07
Current children cumulated vsize (KiB) 713580

[startup+2022.3 s]
/proc/loadavg: 2.00 2.02 1.80 4/248 10011
/proc/meminfo: memFree=25113108/32770624 swapFree=6096/174956
[pid=9920] ppid=9913 vsize=713712 CPUtime=2021.04 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 796149 0 2 0 202046 58 0 0 20 0 1 0 84571 730841088 172592 33554432000 4194304 5970956 140734092354240 140734092351208 4967872 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178428 172592 834 434 0 171792 0
Current children cumulated CPU time (s) 2021.04
Current children cumulated vsize (KiB) 713712

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.81 4/248 10012
/proc/meminfo: memFree=25112016/32770624 swapFree=6096/174992
[pid=9920] ppid=9913 vsize=713712 CPUtime=2081.01 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 796716 0 2 0 208043 58 0 0 20 0 1 0 84571 730841088 172592 33554432000 4194304 5970956 140734092354240 140734092341544 4964424 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178428 172592 834 434 0 171792 0
Current children cumulated CPU time (s) 2081.01
Current children cumulated vsize (KiB) 713712

[startup+2142.3 s]
/proc/loadavg: 2.13 2.04 1.84 4/246 10013
/proc/meminfo: memFree=25109464/32770624 swapFree=6096/175020
[pid=9920] ppid=9913 vsize=713712 CPUtime=2140.97 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 797161 0 2 0 214039 58 0 0 20 0 1 0 84571 730841088 172592 33554432000 4194304 5970956 140734092354240 140734092341544 4961363 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178428 172592 834 434 0 171792 0
Current children cumulated CPU time (s) 2140.97
Current children cumulated vsize (KiB) 713712

[startup+2202.31 s]
/proc/loadavg: 2.05 2.04 1.85 4/247 10015
/proc/meminfo: memFree=25107744/32770624 swapFree=6096/175056
[pid=9920] ppid=9913 vsize=713712 CPUtime=2200.94 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 797884 0 2 0 220036 58 0 0 20 0 1 0 84571 730841088 172595 33554432000 4194304 5970956 140734092354240 140734092341544 4964440 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178428 172595 834 434 0 171792 0
Current children cumulated CPU time (s) 2200.94
Current children cumulated vsize (KiB) 713712

[startup+2262.3 s]
/proc/loadavg: 2.02 2.03 1.86 4/248 10024
/proc/meminfo: memFree=25106920/32770624 swapFree=6096/175068
[pid=9920] ppid=9913 vsize=713712 CPUtime=2260.9 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 798440 0 2 0 226032 58 0 0 20 0 1 0 84571 730841088 172596 33554432000 4194304 5970956 140734092354240 140734092341544 4965043 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178428 172596 834 434 0 171792 0
Current children cumulated CPU time (s) 2260.9
Current children cumulated vsize (KiB) 713712

[startup+2322.3 s]
/proc/loadavg: 2.07 2.05 1.88 4/248 10025
/proc/meminfo: memFree=25107072/32770624 swapFree=6096/175100
[pid=9920] ppid=9913 vsize=713712 CPUtime=2320.87 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 799136 0 2 0 232029 58 0 0 20 0 1 0 84571 730841088 172599 33554432000 4194304 5970956 140734092354240 140734092341544 4964355 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178428 172599 834 434 0 171792 0
Current children cumulated CPU time (s) 2320.87
Current children cumulated vsize (KiB) 713712

[startup+2382.3 s]
/proc/loadavg: 2.03 2.04 1.88 4/249 10027
/proc/meminfo: memFree=25093236/32770624 swapFree=6096/175128
[pid=9920] ppid=9913 vsize=713712 CPUtime=2380.83 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 799626 0 2 0 238025 58 0 0 20 0 1 0 84571 730841088 172600 33554432000 4194304 5970956 140734092354240 140734092341544 4964366 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178428 172600 834 434 0 171792 0
Current children cumulated CPU time (s) 2380.83
Current children cumulated vsize (KiB) 713712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.5 s]
/proc/loadavg: 2.02 2.04 1.89 4/249 10027
/proc/meminfo: memFree=25089352/32770624 swapFree=6096/175136
[pid=9920] ppid=9913 vsize=713712 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 799824 0 2 0 239944 58 0 0 20 0 1 0 84571 730841088 172600 33554432000 4194304 5970956 140734092354240 140734092341544 4964389 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178428 172600 834 434 0 171792 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 713712

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

[startup+2401.5 s]
/proc/loadavg: 2.02 2.04 1.89 4/249 10027
/proc/meminfo: memFree=25089352/32770624 swapFree=6096/175136
[pid=9920] ppid=9913 vsize=713712 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/9920/stat : 9920 (cosoco) R 9913 9920 9859 0 -1 4202496 799824 0 2 0 239944 58 0 0 20 0 1 0 84571 730841088 172600 33554432000 4194304 5970956 140734092354240 140734092341544 4964389 0 0 4096 8405026 0 0 0 17 13 0 0 0 0 0 8070896 8075904 18497536 140734092358849 140734092358979 140734092358979 140734092361678 0
/proc/9920/statm: 178428 172600 834 434 0 171792 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 713712

Child status: 1
Real time (s): 2401.5
CPU time (s): 2400.03
CPU user time (s): 2399.45
CPU system time (s): 0.587663
CPU usage (%): 99.9388
Max. virtual memory (cumulated for all children) (KiB): 713712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.45
system time used= 0.587663
maximum resident set size= 690440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 799856
page faults= 2
swaps= 0
block input operations= 2120
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150
involuntary context switches= 121314

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.22008 second user time and 13.1603 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-21 16:42:56
IDJOB=4241199
IDBENCH=126240
IDSOLVER=2620
FILE ID=node133/4241199-1500648176
RUNJOBID= node133-1500648174-9891
PBS_JOBID= 20623287
Free space on /tmp= 62016 MiB

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

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

MD5SUM BENCH= 1654769b6737315210eb217040901c4e
RANDOM SEED=195319193

node133.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.13
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	: 5229.85
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	: 5334.13
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	: 5229.85
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.13
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	: 5229.85
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.13
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	: 5229.85
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.13
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	: 5229.85
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.13
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	: 5229.85
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.13
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	: 5229.85
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	: 5334.13
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	: 5229.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32083732 kB
MemAvailable:   32028488 kB
Buffers:           28568 kB
Cached:           227948 kB
SwapCached:            0 kB
Active:           128548 kB
Inactive:         178064 kB
Active(anon):      53972 kB
Inactive(anon):     8560 kB
Active(file):      74576 kB
Inactive(file):   169504 kB
Unevictable:        6096 kB
Mlocked:            6096 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6812 kB
Writeback:             0 kB
AnonPages:         57168 kB
Mapped:            29096 kB
Shmem:              8872 kB
Slab:              63296 kB
SReclaimable:      33024 kB
SUnreclaim:        30272 kB
KernelStack:        4160 kB
PageTables:         4764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

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